[{"data":1,"prerenderedAt":114},["ShallowReactive",2],{"post:running-claude-code-on-sakana-fugu":3,"posts":74},{"slug":4,"title":5,"date":6,"dateNice":7,"dateShort":8,"lastEdited":6,"excerpt":9,"tags":10,"readTime":14,"emoji":15,"cover":15,"body":16},"running-claude-code-on-sakana-fugu","Running Claude Code on Sakana's Fugu models","2026-06-23","June 23, 2026","Jun 23","Sakana shipped Fugu yesterday — a single API that quietly farms your request out to a pool of frontier models. I pointed Claude Code at it and watched a five-hour budget evaporate in twenty minutes.",[11,12,13],"claude-code","fugu-ultra","sakana-ai",3,null,[17,20,22,25,27,29,31,33,35,37,41,43,46,48,50,52,54,56,58,60,62,64,66,67,69],{"type":18,"html":19},"p","I spend most of my day in Claude Code, and yesterday a new option worth trying showed up. Sakana AI — a research lab in Tokyo — released something called Fugu on June 22, and the pitch is unusual: instead of being one AI model, it&#39;s a switchboard that takes your request and quietly hands it off to whichever top-tier model is best for the job, then stitches the answer back together. You talk to one thing; behind the curtain it&#39;s working a whole roster. It only launched the day before I wrote this, so consider this an early look rather than a settled verdict. I wired it into Claude Code to see what the experience was actually like.",{"type":18,"html":21},"This post covers what Fugu is, how I connected it, and the one thing that caught me off guard — a usage budget that vanished faster than I&#39;ve ever seen.",{"type":23,"html":24},"h2","What Fugu actually is",{"type":18,"html":26},"Most AI tools are a single model: you ask, it answers. Fugu is a layer on top of that. Sakana describes it as a multi-agent system — meaning it coordinates several different AI models — dressed up to behave like a single one. The clever part is that the orchestration never reaches you. You send one request to one address, and Fugu decides whether to answer it directly or assemble a small team of specialist models to handle the harder parts.",{"type":18,"html":28},"It comes in two flavours. Plain \u003Cstrong>Fugu\u003C\u002Fstrong> is the everyday one, tuned to be quick. \u003Cstrong>Fugu Ultra\u003C\u002Fstrong> is the heavyweight — it pulls in a deeper bench of models for hard, multi-step problems, and it trades speed for quality. Both live behind the same connection, so switching between them is a one-word change.",{"type":18,"html":30},"Sakana&#39;s own reason for building this is worth knowing: a few of the most powerful AI models recently became unavailable in some regions due to government export rules. Fugu&#39;s selling point is that it routes around any single provider — if one becomes unavailable, it just uses the others.",{"type":23,"html":32},"Getting it into Claude Code",{"type":18,"html":34},"A quick note on terms. Claude Code is the tool I use for coding — it runs in the terminal, the text-based window where you type commands instead of clicking buttons. \u003Cstrong>CC Switch\u003C\u002Fstrong> is a small companion app that lets me flip Claude Code between different AI providers from a menu, without editing config files by hand.",{"type":18,"html":36},"Sakana&#39;s official instructions wire Fugu into a different coding tool. I wanted it inside Claude Code, so I used CC Switch to add Sakana as a provider. The pieces you need are the same regardless: the address of the service (Sakana&#39;s API endpoint), a key (a long secret password that proves the requests are yours), and a note telling the tool that Sakana speaks a slightly different dialect and needs translating — what the screen labels &quot;routing.&quot;",{"type":38,"emoji":39,"html":40},"callout","💡","One housekeeping point: treat that key like a password. If it ever shows up in a screenshot or a shared file, generate a new one. Anyone who has it can spend your money.",{"type":18,"html":42},"Once Sakana was added, I mapped Claude Code&#39;s model names onto Fugu&#39;s — the everyday model to \u003Ccode>fugu\u003C\u002Fcode>, the heavyweight to \u003Ccode>fugu-ultra\u003C\u002Fcode> — and it was ready.",{"type":44,"url":45},"image","\u002Fnotion-cache\u002Fa130a8cb1621fa63.png",{"type":23,"html":47},"The part that surprised me",{"type":18,"html":49},"Here&#39;s what I didn&#39;t expect. I normally run Claude Code with two of my own tweaks — I call them Caveman and Ponytail — that trim how much the tool sends back and forth. Less back-and-forth means lower cost, because these tools bill by volume of text. For this test I switched both of them off, to see Fugu in its raw state.",{"type":18,"html":51},"The result: on Fugu Ultra, I burned through the entire five-hour usage budget in about 20 minutes.",{"type":18,"html":53},"That&#39;s not a complaint about Fugu so much as a lesson. Ultra reaches for more models and does more work under the hood, and all of that hidden work counts toward what you&#39;re charged — not just the final answer you see. Without my usual trimming in place, the meter ran hot, fast. If you try Ultra, go in knowing the budget is real and it moves quickly.",{"type":18,"html":55},"",{"type":44,"url":57},"\u002Fnotion-cache\u002Fd6bb08aa91dd5a6f.png",{"type":23,"html":59},"Verdict",{"type":18,"html":61},"Fugu is a genuinely interesting idea, and getting it into Claude Code took minutes once I had a key. I&#39;d reach for plain Fugu for everyday work and treat Ultra as the option you pull out deliberately, not the one you leave running. And whatever you do — keep your token-trimming tools switched on. I learned that one the expensive way.",{"type":63},"hr",{"type":18,"html":65},"Next up: putting Caveman and Ponytail back on and measuring exactly how much they save against Fugu.",{"type":63},{"type":23,"html":68},"References",{"type":70,"items":71},"ul",[72,73],"\u003Ca href=\"https:\u002F\u002Fsakana.ai\u002Ffugu-release\u002F\" target=\"_blank\" rel=\"noopener noreferrer\">Sakana Fugu — official release\u003C\u002Fa>","\u003Ca href=\"https:\u002F\u002Fconsole.sakana.ai\u002Fget-started\" target=\"_blank\" rel=\"noopener noreferrer\">Sakana Fugu — Get Started docs\u003C\u002Fa>",[75,77,86,95,104],{"slug":4,"title":5,"date":6,"dateNice":7,"dateShort":8,"lastEdited":6,"excerpt":9,"tags":76,"readTime":14,"emoji":15,"cover":15},[11,12,13],{"slug":78,"title":79,"date":80,"dateNice":81,"dateShort":82,"lastEdited":80,"excerpt":83,"tags":84,"readTime":14,"emoji":15,"cover":15},"installing-claude-code-with-one-command","Installing Claude Code with one command","2026-06-16","June 16, 2026","Jun 16","Setting up a coding tool usually means a checklist of installs before you even start. I wrote a one-command script that handles the whole thing — with a preview mode — for non-technical users.",[11,85],"tooling",{"slug":87,"title":88,"date":89,"dateNice":90,"dateShort":91,"lastEdited":89,"excerpt":92,"tags":93,"readTime":14,"emoji":15,"cover":15},"deepseek-monitor-github-pull-requests","I let DeepSeek read every pull request so I don't have to","2026-06-04","June 4, 2026","Jun 4","AI made writing code cheap, but reviewing it still eats my mornings. So I built a small tool that hands the first-pass pull request review to DeepSeek for about a dollar a day.",[11,85,94],"notes",{"slug":96,"title":97,"date":98,"dateNice":99,"dateShort":100,"lastEdited":98,"excerpt":101,"tags":102,"readTime":103,"emoji":15,"cover":15},"deepseek-v4-pro-vs-claude-code","DeepSeek V4 Pro: 519 million tokens for $7","2026-05-16","May 16, 2026","May 16","Our four-dev team blew through Claude Code's weekly budget, so we pointed everything at DeepSeek V4 Pro instead. Twelve days and $7 later, here's how it stacks up against Opus 4.7 and Sonnet 4.6 — and why the timing matters.",[11,85,94],4,{"slug":105,"title":106,"date":107,"dateNice":108,"dateShort":109,"lastEdited":98,"excerpt":110,"tags":111,"readTime":112,"emoji":113,"cover":15},"cutting-claude-code-tokens-with-caveman-mode","Cutting Claude Code tokens by ~75% with caveman mode","2026-05-14","May 14, 2026","May 14","An ultra-compressed prompt style that strips articles, filler, and pleasantries from Claude Code without losing technical substance. Here's what it costs, what it saves, and where it bites.",[11,85,94],6,"🪨",1782264705238]