Sign InOpen Brain
Atlas / Agent

Tool Use

Open JSONConfidence: Auto-collectedLast updated 2026-08-02

Current Answer

No editorial synthesis yet — the evidence below is collected automatically from source labels. A current answer lands here once an editor approves one.

Evidence

OpenAIOfficial ReleaseOfficial Source
OpenAI ships strict structured outputs for parallel tool use
Parallel tool calls now validate against JSON schema before execution — a whole class of agent failures disappears.
MCP Apps: Extending the Frontier — Ido Salomon & Liad Yosef
AI Engineer · 2026-08-02

MCP Apps let servers return sandboxed, interactive UI instead of text alone while the host retains control of prompts and tool calls—a useful pattern for agent workflows needing charts or controls.

MCP Tasks (async): Why Aren't Any Agents Supporting Them? — Cornelia Davis, Temporal
AI Engineer · 2026-08-02

MCP Tasks aim to make long-running tool calls durable across disconnects and crashes. The proposed V2 removes session-heavy state, but polling scale and implementation complexity remain unresolved.

Learning on the Job: The Future of Post-Training — Raymond Feng, Applied Compute
AI Engineer · 2026-07-31

Training on a production harness could adapt an agent to real workflows, but non-replayable interactions break common RL assumptions and make feedback harder to turn into updates.

Chat SDK now supports reactions and ephemeral messages on Teams
Vercel · 2026-07-31

Chat SDK’s Teams adapter adds reactions, user-only ephemeral messages, custom token supply, and routing fixes useful for building safer agent approval and progress flows.

Latest MCP spec now supported in mcp-handler
Vercel · 2026-07-30

mcp-handler 2.0 adds the stateless 2026 MCP protocol and SDK v2 while keeping 2025 Streamable HTTP clients working, but drops HTTP+SSE and raises upgrade requirements.

Inkling Small from Thinking Machines is now available on AI Gateway
Vercel · 2026-07-30

Inkling Small is pitched as a lower-compute model for coding, tool use, and visual reasoning, with adjustable thinking effort and zero-data-retention routing through Vercel AI Gateway.

Project-scoped Tokens
Vercel · 2026-07-30

Vercel tokens can now be restricted to one project, giving agent jobs and automation read/write access without exposing unrelated project, team, or user resources.

How Kepler Built Verifiable AI for Financial Services — Vinoo Ganesh
AI Engineer · 2026-07-29

Kepler’s pattern keeps LLMs away from numeric mutation: agents choose sources and steps, while deterministic systems persist, calculate, and reject unverifiable values.

Why Off-the-Shelf AI Doesn't Understand Money — Udi Menkes, Intuit
AI Engineer · 2026-07-29

Intuit argues that domain context alone does not create experience. Its approach learns from verified state-action-outcome histories, using frontier models only to propose candidates.

Grok Voice Think Fast 2.0 now available on AI Gateway
Vercel · 2026-07-29

Grok Voice Think Fast 2.0 brings speech-to-speech reasoning and earlier tool calls to Vercel’s realtime API, with server-minted tokens keeping gateway keys off clients.

Gemini API Managed Agents: 3.6 Flash, hooks, and more
Google · 2026-07-28

Gemini Managed Agents now add model selection, sandbox hooks, token caps, schedules, and free-tier access, covering several controls needed for unattended coding work.

Why Large? Tiny LMs & Agents on Edge/Robotics — Cormac Brick, Google
AI Engineer · 2026-07-25

Edge-agent design is often memory-bound: use small prompted models when devices can spare gigabytes, or fine-tune tiny models for narrow functions when reach and latency matter more.

Skill Self-Play: Pushing the Frontier of LLM Capability with Co-Evolving Skills
arXiv · 2026-07-24

Skill-SP turns agent skills into units for verifiable self-play: generate tasks, solve them, then update the skill library from execution feedback. The abstract provides no per-benchmark effect sizes.

Perception Agents — Antje Barth, Amazon AGI Lab
AI Engineer · 2026-07-23

Perception agents share the rendered interface with users, turning visual annotations and design rules into agent input and checks. The open-source harness is an early attempt to close computer-use feedback loops.

Vercel MCP can now deploy code
Vercel · 2026-07-23

Vercel’s MCP server can deploy agent-built code to new or existing projects and return a shareable URL, extending chat-based coding workflows through delivery.

AI Gateway now supports streaming transcription
Vercel · 2026-07-22

AI Gateway can now stream audio into transcription models and emit partial text, letting text-based agents accept lower-latency voice input without changing the agent itself.

Vercel MCP now supports purchases
Vercel · 2026-07-21

Vercel MCP can now buy plans, credits, add-ons, and domains from an AI assistant, but it must disclose pricing and obtain confirmation before completing a charge.

PalmClaw: A Native On-Device Agent Framework for Mobile Phones
arXiv · 2026-07-14

PalmClaw runs the agent loop, memory, skills, and tools directly on a phone, exposing device capabilities as structured calls instead of GUI gestures. The paper reports faster, more reliable task execution.

Chat SDK adds X adapter support

Chat SDK now targets X alongside six other channels from one bot codebase, handling webhook verification and OAuth refresh while accepting no streaming and likes-only reactions.

alibaba/open-code-review
GitHub

Alibaba’s open-source review CLI combines deterministic diff handling with an LLM agent to improve line-level precision and reduce token use, while explicitly trading away recall.

chenyme/grok2api

Grok2API fronts Grok Build, Web, and Console account pools with OpenAI- and Anthropic-compatible APIs, but its unofficial SSO routing creates terms, credential, and renewal risk.

Muse Spark 1.1 is now available on AI Gateway

Muse Spark 1.1 gives agent builders a 1M-token multimodal model with parallel tool calls, MCP support, and the option to run as a main agent or subagent.

Search Beyond What Can Be Taught: Evolving the Knowledge Boundary in Agentic Visual Generation

SearchGen-Bench shows open image generators score 21–28/100 on long-tail entities, and naive search retrieval only adds noise; a teach-then-search co-training recipe learns when to retrieve versus rely on weights.

Reasoning LLM Improves Speaker Recognition in Long-form TV Dramas

DramaSR-532K benchmarks speaker attribution over 532K dialogue lines and 900+ TV-drama characters; a reasoning LLM with multimodal tool use beats acoustic baselines, especially on short utterances.

Expanding Managed Agents in Gemini API: background tasks, remote MCP and more

Gemini Managed Agents can now run asynchronously, connect to remote MCP servers, call client-side functions, and rotate credentials without losing sandbox state.

WhiskeySockets/Baileys
GitHub

Baileys exposes WhatsApp Web through a WebSocket-based TypeScript API, but v7 introduces breaking changes and remains unofficial, making migration and platform risk the main concerns.

ChromeDevTools/chrome-devtools-mcp
GitHub

Chrome DevTools MCP gives coding agents direct access to browser automation, network data, console errors, screenshots, and performance traces, with privacy controls worth setting explicitly.

zhaoxuya520/reverse-skill
GitHub

A security skill router gives coding agents scoped, repeatable playbooks for reverse engineering and pentesting instead of ad hoc tool selection. Its case workflow also preserves evidence and findings.

github/copilot-sdk
GitHub

GitHub now exposes the Copilot CLI agent runtime as SDKs for six languages, including planning, tools, and file edits. Builders can embed it with configurable permissions, auth, models, and BYOK.

Use any Chat SDK adapter with eve

eve’s Chat SDK channel lets one agent span messaging adapters while retaining threads, approval cards, proactive sends, webhook handling, and overridable defaults.

In Code They Act, In Proof We Trust — Erik Meijer, Leibniz Labs

A proposed agent harness separates planning from execution, represents tool calls as inspectable programs, and requires machine-checkable safety proofs before side effects run.

Semantic Blindness: 500,000 Sensors Confused an LLM - Raahul Singh & Vanč Levstik, Phaidra

Use LLMs to turn ambiguous requests into search plans, then resolve entities with deterministic indexes and set operations. This avoids context bloat and silent misses at production scale.

Stop AI Agent Hallucinations: 5 Techniques + Production Patterns - Elizabeth Fuentes, AWS

Five code-level controls reduce agent errors: narrow tool context, query structured data, validate responses, enforce rules before calls, and steer runtime correction.

Panniantong/Agent-Reach
GitHub

Agent Reach installs, checks, and routes web-access tools for coding agents, reducing the setup work behind research across social platforms, video sites, GitHub, RSS, and the open web.

Stable permalink · evidence auto-collected from source labels · synthesis maintained by feed7 editorial