DEV Community

Igor Ganapolsky
Igor Ganapolsky

Posted on

The New Octopus for Agent Fleets: Open Interfaces or Locked Dashboards

Cross-post inspired by Garry's List: The New Octopus. Not affiliated with Garry's List.

Every platform layer that refuses open APIs taxes the next generation of software — including multi-agent systems.

What builders feel in production

  1. Dashboard lock-in — agents re-export CSVs instead of calling tools.
  2. Token vanity — "we burned 40 tool calls" is not an outcome.
  3. Secret sprawl — long-lived keys in .env instead of short-lived runtime tokens.

Patterns that work

  • Memory before gen — reuse prior answers before another full model burn.
  • MCP / tool interfaces — ask systems you already pay for, don't stitch 12 screenshots.
  • Outcome KPIs — jobs booked, tickets closed, dollars captured — never invent revenue.

What I ship (honest)

Ask

If you run agents in production: measure reuse rate and business outcomes, not token volume. Comments welcome.

— Igor Ganapolsky

AI Operations Agency

Top comments (0)