{"id":"2067626075882983763","url":"https://x.com/EXM7777/status/2067626075882983763","text":"","author":{"name":"Machina","username":"EXM7777","avatarUrl":"https://pbs.twimg.com/profile_images/1922574051580563456/-OFXIxnm_200x200.jpg"},"createdAt":"Thu Jun 18 15:10:45 +0000 2026","engagement":{"replies":14,"retweets":23,"likes":285,"views":56549},"article":{"title":"how to get Fable-level intelligence back:","previewText":"for a few days, we had something that felt like AGI...\nFable 5 showed up, effectively unlimited inside the plans, and the ceiling on what you could build lifted overnight\nbut then Anthropic killed it,","coverImageUrl":"https://pbs.twimg.com/media/HLGBqQ0XEAAeiAj.jpg","content":"for a few days, we had something that felt like AGI...\n\nFable 5 showed up, effectively unlimited inside the plans, and the ceiling on what you could build lifted overnight\n\nbut then Anthropic killed it, maybe forever\n\nmeanwhile, Opus 4.8, the model you're left with, feels lobotomized by comparison, like someone turned the intelligence down\n\nmost people just accepted the downgrade and moved on\n\nthey didn't have to\n\nyou don't need Anthropic to switch Fable back on to get that level of intelligence again\n\nyou can rebuild it yourself, out of cheaper models, and run it on demand\n\nthe trick is a council: one frontier model coupled with a few cheaper or open ones, answering together\n\nit lands at Fable-level quality for a fraction of the price, and it beats any single model you're paying for right now, for a reason most people get backwards\n\n![](https://pbs.twimg.com/media/HLF_BCqWUAA3BYx.jpg)\n\n## the reframe: hire a team, don't rent a genius\n\nalmost everyone uses ai like this right now:\n\n> a hard question comes up\n> you hand it to the single most expensive model you have access to\n> you read its one answer\n> you trust it, because what else would you check it against\n\none model gives you one opinion, with no second set of eyes on its blind spots\n\nthe council is built to change that\n\nyou send the same question to a panel of models at once, then a separate model reads every answer, notes where they agree, where they contradict each other, and what each one missed, and writes the single best version\n\nand that combined answer beats the best model in the room working alone\n\n![](https://pbs.twimg.com/media/HLFYAhvWkAEmcIj.jpg)\n\na two-model panel with a judge scored 69 out of 100 on openrouter's own published reasoning test, where Fable 5, the strongest single model in it, scored 65.3\n\na team of three cheap models, refereed, landed at 64.7, about a point under Fable 5 itself, at roughly half the cost per question\n\nthe quality didn't come from buying a smarter model\n\nit came from one model carefully reviewing and combining the work of several cheaper ones\n\nchecking the work matters more than adding workers, and that single fact is the whole reason a council costs less and answers better\n\nif you want to learn how to squeeze the most out of model councils, and how to turn them into real money, that's what the real time AI ops community is built for: weeklyaiops.com\n\n## why a council is the right shape for orchestration, not just answers\n\n![](https://pbs.twimg.com/media/HLF_GV6XsAE9KfF.jpg)\n\nit's easy to read the above as a nice trick for getting better answers\n\nit's bigger than that\n\nthe bigger payoff is what a council does for orchestration, the act of running a long, multi-step job\n\nbecause orchestration is really a string of decisions\n\nwhat's the plan, what order, what's risky, what do we do when step four contradicts step two\n\nand good decisions have never come from one mind\n\nthey come from several perspectives weighing pros and cons against each other until the strongest call survives\n\nthat is exactly what a council is\n\nso when you put a council in charge of a big task, you get a better decision-maker steering everything downstream\n\nand that reframes how you spend your one frontier model\n\ndon't waste it as just another voice on the panel... put it in the judge's seat\n\nlet the cheap and open models do the parallel drafting, and spend your expensive model on the step that carries the quality: reading everything and making the call\n\none frontier judge, a panel of cheaper models under it\n\nthat's the build everyone should run\n\n## one trap before the options: a router is not a council\n\n![](https://pbs.twimg.com/media/HLF_I4xXAAA4OKd.jpg)\n\nthe moment this gets popular, everything will get rebranded as \"fusion,\" so learn the line now\n\nthe thing it gets confused with most is a router\n\na router picks one model for you, usually the cheapest one that can handle the request, to save money\n\nan eval tool runs many models and grades them side by side\n\nneither one fuses anything\n\nyou still walk away with one model's answer, or a scorecard\n\na council is defined by the judge, the model that reads all the answers and writes a better one than any single member produced\n\nno synthesis step and no council, just a switchboard\n\nkeep that test in your pocket, because some products marketed as fusion are routers with a fusion feature bolted on the side\n\n## the options, and how you pay for them\n\nnone of this has to be built from scratch\n\nthe choice comes down to one question: use the subscriptions you already pay for, or pay per request\n\nent it, per request: the fastest way to feel a council is openrouter fusion\n\nthere's a browser page with three buttons, quality, budget, and custom, and the budget button is the half-price team\n\n![https://openrouter.ai/fusion](https://pbs.twimg.com/media/HLFYusyW8AAm2na.png)\n\nzero setup, paste a hard question, read the fused answer\n\nif you want to own the whole graph instead of a preset, orcarouter lets you define the panel and the judge yourself in a config file, with named strategies for how the judge decides\n\nboth bill you per call, which is clean if you don't want a stack of subscriptions\n\nuse what you already pay for: if you live inside a coding agent and already pay for Claude, ChatGPT, and Gemini, gavel runs all three in parallel on the same task and has Claude fuse their answers, using your existing logins instead of new api keys\n\nonly the main model touches your files, the others advise read-only, which keeps it safe to run on real code\n\n![github.com/junkim100/gavel](https://pbs.twimg.com/media/HLFnpmfXAAAVlx4.png)\n\nrun your own: the council as a tool you control end to end\n\n> openfusion, one command line tool that runs any backend (paid apis, local open models, your coding agent) under strategies like consensus (the panel has to agree), best-of-n (keep the single strongest answer), or first-to-finish (take whichever lands first), and can even expose the whole council as a single endpoint anything else can call\n\n![github.com/nachoiacovino/openfusion](https://pbs.twimg.com/media/HLFn0pMXIAANkBz.png)\n\n> fusion-fable, the closest self-run cousin to openrouter's version, a blind panel of frontier models with a strong model judging and writing the final answer\n\n![https://github.com/duolahypercho/fusion-fable](https://pbs.twimg.com/media/HLFoB5NXsAIWn_S.png)\n\n> llm-consortium, the most refined of the bunch, with a judge that keeps re-running the panel until the answers converge on a confidence threshold: \n\n![github.com/irthomasthomas/llm-consortium](https://pbs.twimg.com/media/HLFoPGCXEAAjVKg.png)\n\nstart with the browser page to feel it, then graduate to gavel or openfusion once you know you want it in your daily workflow\n\n## when to convene the council\n\n![](https://pbs.twimg.com/media/HLF_OBBWAAAZnHE.jpg)\n\na council is slower and pricier per call than a single model, because you're waiting on a whole panel plus a synthesis pass\n\na default fusion call can run several times the cost and the latency of one model answering once\n\nso this is not your everyday default, it's the tool you reach for when the decision is worth it\n\nthe gut check: would i have paid for a premium model to answer this\n\nif yes, it's a council question, if no, use your cheap fast model and move on\n\nthe places a council earns its cost:\n\ncodebase migration: this is the clearest case, and it also clears up a myth\n\npicture moving an old monolith over to microservices: dozens of judgment calls about order and risk land before a single line of code gets written\n\na council that synthesizes prose is genuinely not the tool for writing that code, because there's no objective referee for what counts as the best code\n\nbut migration is barely a coding problem in the first place, it's a decision problem: what's the order, what breaks, what's the risk, what's the rollback\n\nyou convene the council to produce the migration plan and weigh the risks, then you hand the actual edits to a single cheaper agent to execute step by step\n\nthe council decides, the lighter agent does\n\ndeep research: say you're weighing a real decision, like which database to commit to or whether to move off a vendor, the panel each pull and read sources in parallel, the judge reconciles where they disagree, and disagreement is exactly where the real answer hides, so you get a checked answer instead of one model's confident guess\n\norchestrating a long, complex job: something like reorganizing a sprawling project that grew without a plan, the council sets the plan and re-decides at each fork, a cheaper agent runs the steps in between\n\nsetting goals for a lighter agent: use the council to turn a vague intention into a sharp, sequenced brief, then let a cheap fast model execute against it, you're spending the expensive thinking only where thinking happens\n\nbuilding a knowledge base: say a tracker of every competitor in your market, the council decides the structure, what's an entity, what's a duplicate, how it all connects, and a lighter agent fills it in underneath, so the expensive judgment shapes the system and the cheap labor populates it\n\nthe same shape runs under all five\n\nthe council never does the grunt work, it makes the decisions, and a cheaper model carries them out\n\nthe nuance that proves it's a pattern, not a product\n\n![](https://pbs.twimg.com/media/HLF_QZMWkAAGI_q.jpg)\n\nthe loud version of this online is that fusion is brilliant at research and useless at coding\n\nthat's a competitor's launch line, not a measured result, so don't take it as fact\n\nthe true and far more useful version is this: synthesizing prose is the wrong way to judge code, because writing a nice summary of three code answers doesn't tell you if the code runs\n\nso for code, you change the judge\n\ninstead of fusing prose, the council keeps the candidate whose patch passes the tests\n\nsame council, objective referee\n\nthat's the real lesson, a council is a pattern you tune per task, which is why no single product gets to own it\n\nprose and research get a synthesizing judge\n\ncode gets a judge that runs the tests\n\nyou pick the referee that fits the job, and the same simple shape, panel plus judge, carries all of it\n\nthe build, ready to run\n\n>  stop renting one expensive model for every hard call, convene a council\n\n> the shape: a panel of models answers in parallel > one judge reads all of them > it writes the single best answer\n\n> the build most people should run: cheap and open models on the panel, your one frontier model in the judge's seat, because the judge is where the quality lives\n\n> the test: no synthesis step means it's just a router\n\n> rent it per request: openrouter fusion (browser, zero setup) or orcarouter (own the graph)\n\n> use your subscriptions: gavel (Claude + Codex + Gemini via your existing logins)\n\n> run your own: openfusion, fusion-fable, or llm-consortium\n\n> when to convene it: migrations, deep research, long multi-step jobs, briefing a lighter agent, building a knowledge base\n\n> the rule under all of it: the council decides, a cheaper agent executes\n\n> for code: the judge runs the tests instead of synthesizing prose\n\nthe close\n\nthe choice in front of you isn't which model is smartest anymore\n\nit's whether you keep renting one genius for every question, limits draining, bill climbing\n\nor you hire a team for the decisions that carry real weight, and let a cheap fast model handle the rest\n\none frontier judge, a panel of cheaper models, and a clear rule for when it's worth convening\n\nthe people who win the next stretch of AI won't be the ones paying the most for the smartest single model, they'll be the ones who learned to convene the room\n\nthe two build guides this runs on, the half-price council in your browser and the lightweight agent that executes underneath it, are both waiting in the community at weeklyaiops.com"}}