The Agent Stack #023 — Wednesday Stack


The agent infrastructure game just shifted. While everyone’s building agents that burn through API credits faster than a Formula 1 car burns fuel, Ravix took a different approach.

Subscription-Based Agent Infrastructure

Ravix runs on your existing Claude subscription instead of requiring separate API keys. Setup takes 60 seconds with a single command. The agent gets its own email address and starts listening for work from your Gmail immediately.

This matters because API billing is the biggest friction point in agent adoption. I’ve seen teams shelve agent projects because they couldn’t predict monthly costs. One rogue agent loop can cost hundreds of pounds in minutes.

The technical approach is clever. Instead of hitting Anthropic’s API directly, Ravix operates through Claude’s web interface using your existing subscription. This caps your monthly spend at whatever you’re already paying - around £16 for Claude Pro.

But there are obvious limitations. You’re constrained by Claude’s rate limits for consumer accounts. Web interface automation is inherently fragile - one UI change from Anthropic breaks everything. And you can’t scale beyond what a single subscription allows.

The Broader Infrastructure Problem

This highlights a fundamental tension in agent infrastructure. Enterprise API access gives you control and scale but unpredictable costs. Consumer subscriptions offer cost certainty but limited throughput.

PayClaw launched this week with another angle - giving agents actual wallets they can spend from. It’s addressing the same core issue: how do you let agents operate autonomously without risking runaway costs?

The Mercury agent repo shows yet another approach - an agent that actively refuses certain tasks. Sometimes the best defence against expensive mistakes is building systems that say no.

Quick Hits

  • Edster (formerly Nedster) added swarm mode to their open-source local agent framework. Worth testing if you want multi-agent coordination without cloud costs.
  • NeoCognition raised £32M to build agents that “learn like humans.” Classic academic approach - lots of promise, timeline measured in years not months.
  • OpenAI Images 2.0 can now search the web before generating images. Finally, context-aware image generation that understands current events.

One Thing to Try

Set up Ravix this week if you have a Claude Pro subscription. The email integration is genuinely useful for simple automation tasks. Test it on low-stakes workflows first - invoice processing, calendar management, basic research tasks.

The best agent infrastructure is the one that doesn’t surprise you with the bill.