AIAny
AI Agent2026
Icon for item

AXI: Agent eXperience Interface

Defines 10 design principles and reference implementations for building agent-native, token-efficient CLIs that reduce token and turn costs for AI agents; includes the TOON output format, benchmarks (browser and GitHub), and an AXI catalog of tools.

Introduction

AXI argues that the practical bottleneck for many agent integrations is not model quality but interface design: conventional human-focused CLIs and heavy structured tool protocols (MCP) force high token overhead and extra turns. By treating token budget as a primary constraint, AXI shows a different design space where small format and contextual ergonomics materially improve success rate and cost for LLM-driven agents.

What Sets It Apart
  • Principles-first design: a concise checklist of 10 rules (token-efficient output, minimal default schemas, truncation with escape hatches, pre-computed aggregates, structured errors, ambient context, content-first defaults, contextual disclosure, and consistent help) that together guide agent-friendly CLI behavior — so agents perform fewer queries and parse less noisy output.
  • Token-aware output format and examples: advocates TOON (a compact, structured text format) and minimal list item schemas to cut per-turn tokens by ~40% vs. JSON, reducing overall cost and latency for multi-turn agent sessions.
  • Empirical validation and toolkit: publishes benchmark harnesses and studies (browser and GitHub tasks) showing AXI wrappers (e.g., gh-axi, chrome-devtools-axi) achieve higher success and lower token cost than raw CLIs or MCP-based tool stacks; provides an AXI catalog and an agent skill scaffold to adopt the patterns quickly.
Who it's for and trade-offs

Great fit if you design or integrate tools that AI agents will call programmatically — CLI wrappers, automation agents, or tool servers where token cost, predictability, and discoverability matter. It helps teams who need reliable agent automation with fewer retries and clearer next-step guidance.

Look elsewhere if your primary users are humans (AXI optimizes agent ergonomics over human UX) or if you require very high-bandwidth binary outputs (raw binary blobs can still be better served outside TOON). Adopting AXI also implies additional upfront design work to expose pre-computed aggregates, consistent truncation rules, and explicit session hooks rather than relying on ad-hoc text output.

Where it fits

AXI sits between human-first CLIs and fully-typed tool protocols: it keeps the simplicity and deployability of CLI tooling while adding structured, token-conscious conventions that make those CLIs much more predictable and efficient when consumed by LLM agents.

Information

  • Websitegithub.com
  • Authorskunchenguid
  • Published date2026/03/21

Categories

More Items

GitHub
AI Infra2024

Full-stack AI red‑teaming platform that fingerprints AI infrastructure for known CVEs, audits MCP servers and agent skills with LLM-driven analysis, and runs cross-model jailbreak evaluations; designed for hands-on security assessment of AI deployments.

Turns natural-language PLC requirements into verified, runnable IEC 61131-3 Structured Text by driving a closed loop of generation, compilation, deployment, and behavioral verification on a live OpenPLC runtime. The verification-gated harness forces inputs, traces execution, repairs failures, and renders ladder diagrams plus process simulation to raise dynamic runtime pass rates.

Hugging Face
AI Model2026

A 35B mixture-of-experts LLM tuned for agentic coding and end-to-end self-improvement: it jointly generates tasks, scaffolds, and solution rollouts. Activates ~3B params/token, supports 256K context (extendable), and emits chain-of-thought plus OpenAI-style tool calls.