Open post adressing

Agents Addressing Agents

Multi-agent communication is an active design space. Google shipped A2A as a dedicated agent-to-agent protocol. Anthropic has MCP for connecting agents to tools and data. Every serious agent framework has some kind of inter-agent wire format — JSON-RPC, function calls, structured messages with typed payloads. The assumption behind all of them is that agents need...

Open post takeoff

The Bootstrapping Has Begun

Every frontier AI lab is now using its own models to build the next version of itself. The bootstrapping of the self improvement loop has begun and is likely to accelerate. In March 2026, three things happened within the same two-week window. Chinese AI lab MiniMax released M2.7, which they described as "our first model...

Open post karpathy

The Jobs AI Will Hit First: What Karpathy’s New Data Tells Us About $3.7 Trillion in Exposed Wages

Andrej Karpathy, the former Tesla AI chief and OpenAI co-founder, just released an open-source tool that scores every major U.S. occupation on its estimated exposure to current AI capabilities. The project pulls 2024 data from the Bureau of Labor Statistics' Occupational Outlook Handbook — covering 342 job types, roughly 143 million workers, and every sector...

Open post modify

Clive Can Now Modify Itself

We've been building clive — a CLI Live Environment that gives an LLM a terminal and a keyboard. The core idea is simple: instead of wrapping tools in APIs and schemas, you let the agent read the screen and type. The terminal becomes the interface. The loop becomes the protocol. We've added something that takes...

Scroll to top