@rauchg: http://fx.sh can now orchestrate subagents with different models & reasoning efforts. e.g: Fable planning and Grok exec…
Summary
fx is an open-source, model-agnostic coding agent tool that allows orchestration of subagents with different models and reasoning efforts, written in Zig for performance and embeddability.
View Cached Full Text
Cached at: 09/12/26, 04:58 PM
http://fx.sh can now orchestrate subagents with different models & reasoning efforts.
e.g: Fable planning and Grok executing. Fable is a genius, Grok is a fast workhorse.
① Simple. 𝙰𝙶𝙴𝙽𝚃𝚂.𝚖𝚍 or your prompt can indicate this preference.
② Steer as you please. It’s extremely enjoyable to use. You just talk to the agent and interrupt at will.
Worth noting this works with any model, any gateway. No fancy server-side routing. Just harnessing (no pun intended) the model’s intelligence and ability to orchestrate.
fx - Tiny, open, native coding agent
Source: https://fx.sh/ v0.0.9(notes)6.17mibstatus:experimentaluse at your own risk, we will be making frequent changes
This demo runs the full fx CLI as WebAssembly compiled with the Zig toolchain. Networking is delegated to browserfetch, and every SDK aspect is configurable in thedocs.
fx is a coding agent harness and CLI written in Zig, optimized for research and embeddability as part of larger systems.
It focuses on minimalism and performance across the board, from system prompt design to its tools, feature set, and 6.17 MiB binary.
Its output is closer to a Unix shell than an IDE in the terminal.
It is open source (Apache-2.0), model-agnostic, and suitable for both local and cloud inference.
Tiny native binary
Install one binary for your terminal, CI, or agent sandbox.
Fast startup
Start an interactive session or run a single request withfx ask. No background service is required.
WebAssembly support
Run the agent or terminal in the browser withlibfx. Your application controls storage, tools, and network access.
Shell-like UI and ergonomics
fx preserves scroll history and keeps tool activity in the conversation. Open the full transcript when you need more detail.
Context efficient
Concise tool schemas keep the context small. Skill instructions and MCP tool schemas load when needed.
Embeddable and extensible
Embed the core withlibfx, add your own tools, and connect skills or MCP servers.
Pranit (@fazxes): fx v0.0.9
Use a frontier model to steer, then hand implementation to a fast workhorse.
• Give each subagent its own model and reasoning effort • Subagents keep working while you steer • Send feedback to subagents mid-task • Switch models with Ctrl+P without losing your
Similar Articles
@fazxes: fx v0.0.9 Use a frontier model to steer, then hand implementation to a fast workhorse. • Give each subagent its own mod…
The changelog for fx v0.0.9 introduces the ability to use frontier AI models for steering while delegating implementation to faster models, with new features for subagent customization, mid-task feedback, and improved Markdown rendering.
@rauchg: http://fx.sh 0.0.7: - hugely improved MCP support, eval'd with top MCPs like @context7ai, @datadoghq, @mongodb, @linear…
fx version 0.0.7 is released with hugely improved MCP support, enhanced shell execution, and a minimalist design for CLI agents.
@rauchg: Agents are particularly hard-to-debug software. For one, and by design, AI models behave in non-deterministic ways. Eve…
Vercel launched Eve, an agent framework with built-in observability, debugging, durable execution, and sandboxed compute, aiming to simplify production agent development.
@rauchg: http://fx.sh is 6.3mb. It starts up in 10µs¹. It's a Zig-compiled static ELF binary, or an even smaller 𝚕𝚒𝚋𝚏𝚡.𝚠𝚊…
A new open-source coding agent tool named fx, compiled with Zig, features a tiny 6.3MB binary, instant startup in 10µs, and WebAssembly support for optimized performance and embeddability.
@rauchg: http://fx.sh now supports your @Grok & Codex subs Test it out on a sandbox. Instant to install:
fx.sh has updated to version 0.0.5, adding support for Grok and Codex subscriptions, along with improvements like a smaller binary size, WASM support, and enhanced security for a lightweight coding agent.