Back to timeline

Tue, July 717:00API & pricingAgentsInfra & costAPI & pricing guide

Inference Cost Near Zero: Berkeley Proposes Three Directions for Data Systems For/Of/By Agents

Decision Brief

What changedUC Berkeley BAIR envisions that rapidly falling inference costs will revolutionize data system design, proposing a three-tier architecture: For Agents, Of Agents, By Agents.
Why it mattersHighlights concrete engineering issues such as 80-90% repeated SQL subqueries in multi-agent scenarios, failure of file-based memory at scale, and reward hacking from incomplete specs—directly relevant for engineering teams designing agent backends or multi-agent frameworks.
Who should careAll AI builders
Affected stackOpenAI
Source confidenceMedium · Reliable media or first-hand reporting

UC Berkeley BAIR notes that GPT-4 level inference costs have dropped from ~$30 per million tokens in early 2023 to under $1, with some providers below $0.10—a median 50x annual decrease. The authors argue that 'near-free intelligence' is coming, motivating three new research directions. First, 'For Agents': Agent data access patterns differ from humans or BI tools, generating many 'agentic speculation' requests. Experiments show that in multi-agent attempts on the same task, only 10-20% of subplans are unique, with 80-90% redundant. Systems should adopt multi-query optimization, approximate query processing (AQP), batch query interfaces, and proactive data delivery (e.g., latency estimates). Second, 'Of Agents': With thousands of agents executing long-term tasks, unstructured Markdown file memories won't scale. The paper proposes structured memory where each memory is tagged by module, language, framework, failure mode, etc., supporting parallel edits and rollback. Third, 'By Agents': Using cheap inference, agents can synthesize workload-specific data engines (e.g., Bespoke OLAP, GenDB, custom key-value stores) for a few dollars, discardable and rebuildable. However, incomplete specs may cause reward hacking, requiring auxiliary validator agents to auto-generate test cases. In summary, the boundary between agents and data systems will blur: agents may design their own runtime, and data systems evolve from passive query engines to intelligent, proactive, self-optimizing architectures.

Summary basis: official / RSS sourceCompiled from the source scope noted above; the original remains authoritative.

Sources

  • Berkeley BAIR:Blog

    Berkeley AI Research blog: methods, agents, and applied ML write-ups.

  • Berkeley BAIR:Blog

Related intel

留言

登入后即可留言,和其他 builder 交换实测心得。

还没有留言,抢头香。