ToolsThe story, in brief

How to build agents with filesystems and bash

Sales call summarization costs dropped 75%. Here's how Vercel got Claude agents to navigate filesystems like code.

Illustration of independent geometric mechanisms passing paper tasks along branching amber tracks.
AI agents and the coordination of work.AI illustration by KeyNews
The KeyNews take

Why it matters

Vercel demonstrates a practical pattern for building cheaper, higher-quality AI agents by leveraging LLMs' native understanding of filesystem operations and bash—reducing infrastructure complexity while cutting costs 4x on real workloads.

The key facts

7 to know
  1. Sales call summarization agent cost reduced from $1.00 to $0.25 per call (75% cost reduction)

  2. Deployed on Claude Opus 4.5

  3. Output quality improved alongside cost reduction

  4. Approach: filesystem tool + bash tool replacing custom tooling

  5. Pattern applied to text-to-SQL agents

  6. Agents leverage LLM training on code navigation for non-code structured data

  7. Use case examples: customer support tickets, sales transcripts, CRM data, conversation history

Go to the source

Vercel Blogvercel.com

Publisher excerpt: Many of us have built complex tooling to feed our agents the right information. It's brittle because we're guessing what the model needs instead of letting it find what it needs. We've found a simpler approach. We replaced most of the custom tooling in our internal agents with a filesystem tool and…
Read original report
Back to today's editionMore tools news

The wider picture

View all
Paper-cut illustration of a coral software window opening into a three-dimensional drafting space.
AI illustration by KeyNews
Tools01

Meta’s Muse is creepy, but maybe not for the reasons you think

A widely-deployed AI assistant shipped with a privacy and transparency gap that raises questions about how these tools actually work and what access they grant themselves. Practitioners need to understand what they're actually allowing when they install agent-adjacent products.

The Verge AI
Illustration of a transparent lens revealing connected networks across layers of paper.
AI illustration by KeyNews
Tools02

TypeSafe AI Releases Jev: A System One Model That Returns Typed, Calibrated Decisions Instead of Text

A new class of models optimized for typed, probabilistic decisions rather than text generation—reshaping cost structure and reliability for classification, scoring, and decision-automation workflows. Changes how teams think about model selection for deterministic tasks.

MarkTechPost
Illustration of independent geometric mechanisms passing paper tasks along branching amber tracks.
AI illustration by KeyNews
Tools03

Unity launches official plugins for Claude Code and OpenAI Codex to stop AI agents from using outdated tutorials

Unity is shipping official integrations that let frontier models access up-to-date documentation in real time, solving a real problem for developers using AI coding assistants: stale training data and outdated API references.

The Decoder