Model routing is live 🚀

Hey folks,

Couple of days ago, we pushed custom agents to stable. That gave you control over what an agent is, its prompt, its tools, whether it works as a supervisor or a subagent.

The one thing you couldn't set was the model so your custom agents still used whatever your default happened to be.

Model routing is now on stable. You now control which model each agent runs on.

Route your supervisor to your strongest reasoning model, your coding subagents to the cheapest thing you've got..

Go to Settings → Routing, pick an agent, pick an override. You're all set.

Onwards!

u/0x1010101 — 4 days ago

Custom Agents Are Here. Shape Multi to Fit Your Work 🤖

If you’ve used Multi for a while, you’ve probably pasted the same instructions more than once.

We definitely have.

Architect a system, debug this issue, review this branch, run a security review...

Eventually, we wanted a better way.

So today we shipped custom agents on stable.

You define each custom agent in a plain .md file, with its own system prompt, role, tools and skills.

That gives you a specialist.

Write a few, and you’ve got a team.

Multi can orchestrate them together, so your repeat workflows become reusable collaborative agents.

We're also shipping Multi Doctor, our built-in agent for wiring up custom agents, skills, personas, and the rest of your Multi setup.

Tell Multi Doctor what you want. It helps wire things up. We recommend using Multi Doctor to author custom agents, and skills instead of hand writing them.

We'll keep shipping more builtin agents for common developer workflows. But now you can turn your repeat workflows into custom agents.

What builtin agents should we ship next?

Happy shipping. Onwards! 🚀

u/0x1010101 — 10 days ago

Smarter Prompt Caching 🚀

Multi now freezes the stable prefix of each prompt once per turn and injects only the volatile part of your messages per step so the provider's prompt cache hits instead of re-reading tokens it already saw.

  • Byte stable prefix:AGENTS.md, tools, and persona re-emit identical every step
  • Moving breakpoints: git, todos, and skills ride a trailing block the cache skips
  • Sub agents benefit too: workers reuse the parent's frozen prefix

Nothing to configure. All is enabled by default. Long loops just got snappier and cheaper.

Happy shipping

u/0x1010101 — 16 days ago

Multi 0.0.119: A Much Faster Agent Loop ⚡

We profiled the agent loop and found it waiting on things it never needed to wait for. Multi got up to %40 speed up on our internal tests.

Diagnostics check once per turn, not every step - Multi feeds IDE diagnostics back to the agent so it fixes its own errors. That check used to run after every step, stalling the loop on the language server mid task. Now it runs once at successful turn.

Better feedback, not just faster - diagnostics now reflect the finished state of the code, not a half-edited file that was going to change two steps later anyway.

Diff cleanup off the critical path - interrupted tools leave diff views open; we close them as a failsafe. That cleanup was sequential and blocking. Now all closes fire concurrently and the loop moves on immediately.

Also in 0.0.119: personas are now a simple startup selector (the dedicated settings view was overbuilt, so we killed it).

reddit.com
u/0x1010101 — 1 month ago

Keep Sensitive Files Out of the Agent's Reach 🔒

Multi now supports a .multiignore file at the root of your workspace, a simple, .gitignorestyle way to declare paths the agent must never touch.

  • Full tool coverage  Read, Edit, and Write are all blocked from accessing ignored paths
  • Works everywhere  enforced in both the VS Code and IntelliJ extension
  • Hard refusal, not a suggestion  the agent is told the path is forbidden and instructed not to reach it by any other means (including Bash)
  • Familiar syntax  same patterns you already know from .gitignore

Drop a .multiignore in your project root with entries like .envsecrets/, or *.pem, and Multi will keep its hands off.

reddit.com
u/0x1010101 — 1 month ago

GPT-5.6 Sol, Terra & Luna is on Multi

Multi now supports the complete GPT-5.6 family across the OpenAI API and OpenAI Codex providers.

  • GPT-5.6 Sol - OpenAI's frontier model for complex reasoning, coding, and professional work
  • GPT-5.6 Terra - A balanced choice for everyday agentic work with strong intelligence per dollar
  • GPT-5.6 Luna - The fastest, most affordable option for high-volume workflows
  • Up to 1.05M context (via the OpenAI API) and 128k max output across all three models, with long-context and prompt-cache pricing built in

Head to Settings → Provider and choose gpt-5.6-solgpt-5.6-terra, or gpt-5.6-luna with your OpenAI API key or ChatGPT subscription.

reddit.com
u/0x1010101 — 1 month ago

You can now full pause / resume your sessions in Multi

Folks, as promised we shipped full pause / resume and pushed to stable channel.

Now you can continue any task right where it stopped. Multi preserves your full context that is already doing good work. You do not waste any time nor tokens recovering the same context.

Closed your laptop? Ran out the door? Got provider error? Task aborted? No worries.

Multi resumes without losing context. No restart. No wasted tokens. No re-explaining what you were doing.

Works for main tasks and subagents - every subagent resumes with its own context preserved.

u/0x1010101 — 2 months ago

Claude Fable 5 now in Multi

Added support for Claude Fable 5, Anthropic's Mythos series model.

  • 1M context by default
  • Adaptive thinking with selectable effort
  • Available on Anthropic, Vertex, Bedrock, and Claude Code providers

Pick claude-fable-5 and keep shipping.

reddit.com
u/0x1010101 — 2 months ago

I burned 320M tokens in Multi this weekend

I did a stress test this weekend.

Ran Multi in autonomous mode for ~14 hours straight for a weekend hustle.

I’ve used other agents for small and mid size work before. I had no idea what the agent was doing, where it was stuck, how much it was burning etc..

I multi tasked while Multi was working; and I came back to review the execution transcript and token spend in real time..

That changed the whole experience for me..

My quick takeaways:

  1. Multi handles long context autonomous tasks beautifully right at where you work, inside your IDE.
  2. At small scale, visibility is nice. At 320M tokens, it becomes mandatory.
  3. You are doing it wrong if you are manually prompting Multi per task. You need Multi to prompt your subagents autonomously.
u/0x1010101 — 2 months ago

should Multi support real task resume??? afaict claude gemini kilo conflates reload with resume

title says it afaict a lot of agents conflate session reload with task resume. reloading a session is not the same as resuming a failed, aborted task.

Multi already supports task reload: open the task from task history.

some agents rely on what I call stochastic resume: type continue and pray.
its alright if you are fine saying goodbye to $10m tokens you burned before hitting provider is overloaded

what I haven’t seen done yet: deterministic restore of the full agent state. basically full/recursive agent state restoration without wasting tokens.

what do you do when your tasks fail?

type continue? or start over? or ??

reddit.com
u/0x1010101 — 3 months ago

Why we built Multi (and what this subreddit is for)

Hey!

Erdem here, co-founder of Multi.

Multi just crossed 149k installs, and I owe you all an honest post about what we're actually building and why.

If you're in this subreddit, you've probably already installed Multi or you're about to. This post is the long version of who we are, why we built this thing, and what we're trying to do here.

Who we are

We're engineers. We've shipped code at big tech and at Silicon Valley startups. We've seen how engineering actually gets done, from few person teams hacking through the night to multinational orgs with 50 step deployment pipelines. We're not commentators. We're not influencers. We build.

What we believe about AI coding

We're not here to start a holy war. If you're happy coding without AI, genuinely happy for you. We're also not here to preach AGI or pretend the singularity is next quarter. Here's what we actually believe: AI gives engineers leverage. The kind of leverage that lets you think bigger and build better. Used well, it's the biggest shift in how we work since the IDE itself. Used badly, it's a faster way to lose track of your own codebase.

Why we built Multi

The first wave of generative coding tools (call it the V0 era) was built for vibe coding. We tried them. We were amazed by the power and appalled by the quality. Things have improved since then. But the fundamental problem didn't go away: engineers still have to provide the design, the steering, the inspection. The model can't do that part. It shouldn't. And yet, every tool we tried took that part away from us:

  • They forced us to switch IDEs we'd spent years tuning.
  • They broke the workflows we'd built.
  • They gave zero visibility into their thinking.
  • They were black boxes wrapped in nice UI.

We felt like passengers. We wanted to be pilots. So we built Multi.

What Multi actually is

Multi is an IDE-native coding agent: VS Code and JetBrains, both first-class built around one premise: max control, max visibility.

  • See the plan before the agent executes it.
  • Every change as a diff you can review.
  • Pause, steer, fork, restore, time-travel.
  • Autonomous when you want it. Manual when you need it. It's a dial, not a switch.
  • 10s of providers, 100+ models. BYOK. No vendor lock-in.

Your taste. Your workflow. Your judgment. Your standards. Plus AI leverage.

What Multi is not

  • Not for people who want AI to do everything while they watch.
  • Not a magic black box.
  • Not trying to replace your judgment.
  • Not trying to be your IDE - we plug into the one you already love.

If you want to vibecode a weekend project and not look at the output, there are great tools for that. Use them. Multi isn't one of them. Multi is for engineers who read diffs before they merge.

What this subreddit is for

A few things:

  1. Honest feedback. If something feels broken, missing, or wrong, post it. We read everything. The fastest way to shape Multi is to tell us where it failed you.
  2. Setups and workflows. Profiles, model routing, subagent configs, weird worktree tricks. Show us how you're using it. We'll learn from you.
  3. Changelog and what's next. We'll post what we ship, what we're working on, and what we're still figuring out.
  4. Real talk about AI coding. Not hype. Not doom. Just engineers comparing notes on what actually works.

What this sub is NOT for: shilling, hype, doom posting or pretending AI coding is solved. It isn't. We're all figuring this out together.

Where we're going

The next big push is teams. Most coding agents today are built around a single developer in a single IDE. That's the floor, not the ceiling. We think the same principles: visibility, control, your standards should scale to how teams actually ship together. More on that soon.

The ask

If you've used Multi and it didn't make you feel like the pilot tell us what's missing. Comment here, open an issue, DM me. We'll fix it.

If you've used it and it clicked, spread the love. Tell us, tell others what worked. That's how we know what to double down on.

Welcome! Glad you're here.

Erdem,
Co-founder, Multi

reddit.com
u/0x1010101 — 3 months ago

We added DeepSeek V4 support to Multi

Core contributor of Multi here 👋

Quick update for folks using DeepSeek for coding: Multi now supports DeepSeek V4.

Multi is an IDE-native coding agent that runs inside VS Code and JetBrains, so you can use DeepSeek directly in your editor with plans, diffs, tool calls, and agent workflows.

DeepSeek V4 Flash / Pro is wired up through the DeepSeek provider with toggleable thinking mode. Bring your own API key, pick speed or max capability, and go.

A lot of Multi users already run DeepSeek, so figured this community would care.

Happy shipping.

reddit.com
u/0x1010101 — 3 months ago
▲ 8 r/ZaiGLM

Multi now supports GLM-5.1

Core contributor of Multi here 👋

Quick heads-up for folks using GLM for coding: Multi now supports GLM-5.1 and GLM-5-Turbo through the Z.ai provider.

Multi is an IDE-native coding agent that runs inside VS Code and JetBrains, so you can use DeepSeek directly in your editor with plans, diffs, tool calls, and agent workflows.

GLM-5.1 brings native thinking mode and up to ~200k context, which makes it especially interesting for agent workflows, repo understanding, and heavier coding tasks.

Drop in your Z.ai API key and you’re good to go.

We already have Multi users running GLM, so figured this community would like the update.

Happy shipping.

-- edit: better clarity, description

reddit.com
u/0x1010101 — 3 months ago

We added DeepSeek V4 & GLM-5.1 support

Multi now supports DeepSeek V4 and GLM-5.1; next-gen models with native thinking mode for top-tier reasoning, coding, and agent workflows.

DeepSeek V4 (Flash & Pro) - 1M context, toggleable thinking mode, pick speed or maximum capability.

GLM-5.1 & GLM-5-Turbo - up to ~200k context with native thinking on by default

Wired up on the DeepSeek and Z.ai providers - just drop in your API key and go.

reddit.com
u/0x1010101 — 3 months ago

Parallel subagents changed how I think about model selection

We recently shipped parallel subagents in Multi. The goal is the same as always: more AI leverage, while keeping visibility and control.

But parallel agents make one thing obvious: "best coding model" is the wrong framing.

When one agent runs the whole show, one default model kind of works.

With subagents, the task splits into different kinds of work: planning a refactor, searching a repo, editing one file, writing tests, debugging a failure, spinning up cheap parallel research workers

Those do not all need the same model.

Some need reasoning.
Some need speed.
Some need context.
Some need cheap tokens.

Curious how people want this to work in Multi.

Would you route models by task/role, or just pick one default and live with it?

reddit.com
u/0x1010101 — 3 months ago

Multi v0.0.97 is live: parallel execution 🚀

Folks, we just shipped parallel execution in v0.0.97.

Multi can now coordinate multiple calls and agents at once when the work is independent. Less waiting. More done.

In our testing, we found this especially powerful when the task touches several parts of a codebase.

If the work can run in parallel, Multi will do that by default. And if you want to push it harder, just ask Multi to parallelize the task.

Onward 🚀

u/0x1010101 — 3 months ago

We shipped Multi Agent support

We shipped Multi Agent support.

A single agent works well for small tasks that fit inside the context window.

Large tasks are different. They overflow the context window or create enough context pressure that the agent starts losing the thread.

Before this, you had to manage that yourself: create the plan, run one step, fork or undo, trim context, repeat. It works, but it’s tedious.

That’s why we built Multi Agents.

Multi can now break large tasks into smaller steps and manage context more efficiently.

A supervisor agent keeps track of the overall direction, while subagents work on individual steps.

You still see what each agent is doing. You can inspect the steps. You stay in control.

That part matters a lot to us. More agents without visibility is just more chaos.

Now you can let Multi manage larger tasks with better planning, visible execution, and full control over each step.

Give it a try if you’re working on a larger task and let us know how it feels.

Happy shipping.

u/0x1010101 — 4 months ago

JetBrains v0.0.11 released. OpenAI-compatible providers fixed

Just shipped JetBrains v0.0.11.

This release fixes OpenAI-compatible providers on JetBrains IDEs and cleans up a couple rough edges.

Appreciate zulufoxtrot and everyone else who reported issues.

If you’re using Multi on JetBrains, update Multi to v0.0.11.

Onward!

u/0x1010101 — 4 months ago

Multi now auto-discovers your local Codex

We just added auto-discovery for Codex in Multi.

If Codex is already installed on your machine, Multi can pick it up automatically and make it available in your profiles with no extra setup.

Less friction, better UX.

Happy shipping.

Onward.

u/0x1010101 — 4 months ago

Multi passes 110k installs 🚀

Multi just passed 110k installs.

1 week after announcing 80k.

Thanks to everyone who tried it, reported bugs, and shared feedback.

Still shipping. More soon.

reddit.com
u/0x1010101 — 4 months ago