ai-agents
144 articles
When Tokens Stop Being the Limit: OpenClaw's Always-On Agent Experiment
Peter Steinberger says OpenClaw often runs about a hundred Codex instances in the cloud. The point is not showing off AI spend. It is testing what software work looks like when review, triage, security, reproduction, benchmarks, and meeting follow-up become always-on agent work.
Memory in Voice Agents Is Harder Than You Think
Voice agents cannot reuse text-agent memory architectures as-is. Manthan Gupta breaks down why latency budgets, noisy transcripts, and cold-start identity make voice memory a different problem.
Meta-Meta-Prompting: Garry Tan's Second Brain Is Not a Chatbot. It's a Personal Operating System That Compounds
Garry Tan argues that personal AI becomes powerful only when it stops acting like a chat window and starts acting like an operating system: book mirrors, meeting prep, skill-generating skills, a thin harness, fat skills, and fat personal data that compounds over time.
Building Products for Agents — A Ramp PM Starts With a Convenience-Store Spoon
After Ramp's MCP grew 10x WAU and Salesforce shipped Headless 360, PM Teddy says UI isn't dead — but 80% of software is flipping to agents. The piece starts from one detail (why Notion's MCP feels orders of magnitude better than Slack's) and pulls the whole new architecture into view.
Every Agent Needs a Bouncer: Brex Open-Sources CrabTrap, an LLM-Judge HTTP Proxy for Production Agents
Brex open-sourced CrabTrap, an HTTP proxy for agent requests. Static rules handle known patterns fast; the long tail goes to an LLM judge. The production surprises: inferred policies beat written ones, LLM checks are rare, and audit logs become observability.
Your 'AI-First' Is Probably Fake: How a 25-Person Agent Company Tore Down and Rebuilt Its Engineering Pipeline
A 25-person agent platform tore down its engineering pipeline and rebuilt it around one idea: agents are the primary builders. Result: 3-8 prod deploys a day, bad features killed same-day, six-week cycles now land in hours. Harness engineering, applied.
90% of You Don't Need Multi-Agent — Anthropic's Guide to When You Actually Should
Anthropic's guide names the three cases where multi-agent systems beat one agent: context pollution, parallelization, and specialization. Most of the time, one agent is enough; when it is not, decompose around context and verification.
Harrison Chase Says You Don't Own Your Memory Without an Open Harness — gu-log Is a Counterexample
LangChain CEO Harrison Chase argues closed agent harnesses mean surrendering memory ownership. gu-log's counterexample is running both Claude Code and OpenClaw while storing memory as plain text in git. The lock-in is memory format, not harness licensing.
From Nontechnical AF to Technical AF: A PM's 3-Move Playbook for Shipping 500K Lines of Code
A PM who was nontechnical AF last November shares the 3-move process that turned AI agents into a full engineering team: build metaphors, run a research loop, manage the agent like a great manager. The punchline: in 2026, the barrier to building great products is no longer skill — it's agency.
Karpathy: The AI Perception Gap — Two Groups Living in Parallel Universes
Karpathy breaks down why two groups of people have completely opposite views on AI capability. One group is laughing at ChatGPT fail videos. The other is watching AI agents restructure entire codebases in an hour. Same technology, different universes.
Your Agent Isn't Dumb — It's Blind: agent-browser Takes Claude Code from 7 to 19
Most agent failures are not reasoning failures — they are fetch failures. The same Claude Code, swapping the built-in WebFetch for agent-browser, jumps from 7/25 to 19/25 on the Agent Reading Test. Same model, same prompt. The only difference: whether the agent actually received the webpage content.
Anthropic Just Took the Most Boring Part of Building Agents Off Your Plate — Managed Agents Is Live
Anthropic launches Claude Managed Agents in public beta — a suite of composable APIs that handle sandboxed execution, state management, permissions, and multi-agent coordination. Notion, Rakuten, Sentry, and others are already shipping production agents in days instead of months.
Simon Willison's AI Status Report — The Tipping Point Is Here, Dark Factories Are Coming, and Mid-Career Engineers Are in Trouble
Django co-creator Simon Willison gave Lenny's Podcast a broad AI status report: November 2025 as tipping point, coding agents burning him out by 11 AM, Dark Factories, mid-career risk, and the security pattern he calls the Lethal Trifecta.
The Super IC Era — One Person + an AI Army vs. an Entire Department
The most valuable person in the AI era isn't a deep specialist — it's the one who can orchestrate an army of AI agents and run an entire product line solo. The shift from IC to Generalist Orchestrator is already happening.
Karpathy's Pain Point Isn't Writing Code — It's Deploying the Damn Thing
Karpathy found that vibe coding makes writing code a breeze, but deployment is pure hell. His exchange with Stripe CEO Patrick Collison reveals the next battleground: the entire DevOps lifecycle must become code before AI agents can truly take over.
Commanding an AI Army from the Playground — Paweł Huryn's 48-Hour Claude Dispatch Experiment
Product Manager Paweł Huryn ran a 48-hour Claude Dispatch experiment from his phone while supervising his kids at a bounce house. Twenty-five minutes of instructions produced over three hours of parallel AI output, turning fragmented downtime into productive agent orchestration.
Surviving Anthropic's OpenClaw Billing Split — Three Lines of Prompt That Make GPT 5.4 Actually Work
Anthropic announced Claude subscriptions no longer cover third-party tools like OpenClaw. Vox shares a complete field report on switching to GPT 5.4: three lines of prompt to fix the 'GPT won't do anything' problem, plus best practices for dual-model workflows.
Claude Got Locked Out? A Complete Guide to the Best Alternatives — Plus Three Skills to Make Any Model Sound Like Claude
Anthropic killed all subscription-based OAuth tokens for third-party agent tools. Meta Alchemist breaks down the best alternatives (GLM 5.1, Minimax 2.7, GPT 5.4 Codex) and shares three skill prompts to give any model Claude-level personality, UI/UX sense, and emotional intelligence.
Auto-Harness — The Open-Source Framework That Lets AI Agents Debug Themselves
NeoSigma open-sourced auto-harness — a self-improving loop that lets AI agents mine their own failures, generate evals, and fix themselves. On Tau3 benchmark, same model, just harness tweaks: 0.56 → 0.78.
One Human + Four AI Agents = 41 Tasks Completed Overnight: A Field Report on Agent Team Coordination
Alexey Grigorev stopped letting a single AI agent handle everything. Instead, he split the work across four roles—PM, SWE, QA, and On-Call—forming an agent team. He tested this setup on five real projects. One of them completed 41 out of 46 tasks in a single night.