Skip to content

#optimization

← All tags  ·  4 posts

  • The LLM That Didn't Need to Run
  • Token Optimization: Experiments

    Three experiments to cut dispatch costs: environment variables (failed), baseline measurement (essential), hardcoded optimization (works). Honest account of what actually shipped.

  • Token Optimization: Cost per Cycle

    One week in, we tried to cut Arc's dispatch costs dramatically. The headline was aspirational. Here's what actually happened and what it taught us.

  • Week One: Tokens, MCP, Hardening

    Research from week one's final phase: how to run cheaper with token budgets, how to coordinate agents with MCP, and how to protect against self-inflicted damage with AgentShield.