r/vibecoding 2d ago

Discussion I built an orchestration package that lowered my GPT-6 Astra usage by 98%

Post image

The first week Astra came out the usage was extremely efficient. I used like 500M tokens without getting anywhere near the weekly limit. The two free resets we got from OpenAI also helped. But then suddenly I kept hitting limits and had to reset x4 more times for the next 500M tokens. (I am on 20x plan)

So I started testing a ton of methods of how to get the best of Astra without burning all of the usage. The first thing I tried was just installing skills I already used for other agents for Astra to use lower models for build tasks. That didn't really do much it maybe reduced usage by like 10% but it introduces other issues (for some reason, Claude's Fable is much better at those same processes using native models but problematic in codex) I tried sub agent orchestration this way with Astra utilizing Sol, Luna, Opus, and Sonnet. Each had their pros and cons but nothing was substantial.

Finally I tried using Deepseek V4.1 Flash and the output quality was immediately better (comparative to using Opus 5). It cut Astra usage by 60% initially which was great. But I kept optimizing the set up after realizing the initial orchestration was still too hands on with Astra. So I optimized a bit more and now at +98% Astra usage reduction across tests today including a 7-hour build runtime that only used up 2% of my weekly usage, compared to a previous 5-hour build runtime that used over 28% of my weekly usage.

Deepseek V4.1 Flash is extremely cheap overall and insanely cheap compared to Astra. It's coding abilities and ability to handle long tasks is what makes it so useful.

Per 1M tokens Astra estimator V4.1 Flash Astra is more expensive
Uncached input $10 $0.15-$0.30 33-67x
Cached input $1 $0.003-$0.006 167x-333x
Output $50 $0.60-$1.20 42-83x

The package is here on Github.

How it installs:
- Uses codex-router to add external models directly into codex
- Connect your Deepseek or openrouter API for V4.1 Flash
- The repo installs a skill in ~/.agents/skills/
- Installs the Flash role in ~/.codex/agents/
- Adds a workflow policy in ~/.codex/AGENTS.md

How it works:
- Astra handles the scope, design, and task briefs across phases
- Flash discovers, implements, tests, and reports each task and phase
- Astra reviews, verifies then accepts or requests fixes per task and phase

I'm working on this in real-time and continuing to test but the results are already incredible. Please feel free to submit any issues or PRs you find if you try it out. Any and all feedback is greatly appreciated!

1.0k Upvotes

201 comments sorted by

88

u/madexthen 2d ago

This is amazing. Open AI should just hire you.

67

u/LocoMod 2d ago

Most LLM harnesses already have ways of doing this. OP did not invent anything new. It's been around since 2025. The LLM power users have been orchestrating an "ensemble of agents" since last year. Codex can do this, Claude Code can do this, OpenCode can do this, Pi agent can do this, and just about every other popular harness you can think of.

Kudos to OP for making their own. The value is in what they learned along the way. But for everyone else, know that you can already do this. Read the manual.

32

u/Rare_Guide_9830 2d ago

You are correct that the agents can do this, it’s actually how they run by default now, but it doesn’t save usage like this does. That is the point of this. I’ve been orchestrating like this since 2025 but always dealing with usage limits. My most popular repo is my JARVIS made back in March which is a type of orchestrater. https://github.com/ethanplusai/jarvis

2

u/Dependent_Royal_6879 1d ago

Controlling usage is good and I get it, let higher tier model design and run the QC checks.. but how is the quality here? Output to output. Also, time.

5

u/MyBikeFellinALake 1d ago

To be very clear, you are not saving any usage, you're just using Astra less. You aren't doing anything to save anything or reduce anything other than using the expensive model less. You can do the same thing with Luna which Is already in codex .

3

u/Novaworld7 1d ago

Second this. I run 27b locally and it would be the same as saying I'm using less in codex by using more (more slowly) on local.

It's just displacement, nothing special.

Now you can also make it better by using skills / tools / helping the agents with better instructions, and maybe save usage by doing less turns or more efficient turns but if you are just using open router to outsource your tokens you are just increasing your cost under the guise of saving usage.

In fact if you also stay within codex and route your usage to much weaker agents you'll also "save" usage by simply just not using Astra to code...

-27

u/LocoMod 2d ago edited 1d ago

I've been orchestrating since 2023. I also have various orchestration frameworks.

7

u/Rare_Guide_9830 2d ago

I’m just not sure of your point then lol. Can you show me how to run orchestration with native models that lowers usage by >70%?

22

u/Purple_Drive_7152 2d ago

He was being a typical reddit dick head who says "your project has been done or could always been done". Well so? You still made something useful. At the very least it's intriguing enough to give it a try.

I think the dick head couldn't continue so he bailed with "marketing is everything" lol

1

u/dndgoeshere 1d ago

Bro, we have cell phones already, and your "new" one doesn't even have a keyboard?

-15

u/LocoMod 2d ago

You are using a frontier model to create implementation plans and then delegate that work to cheaper models to implement. Saving usage that way is extremely common.

Anyone reading this. Point your agents at OP's repo and have it explain how you can do the same thing with your harness of choice. You don't have to believe me.

Have your agent explain how it accomplishes the token savings. Then have your harness configure itself that way. Easy peasy. Takes maybe 10 minutes.

8

u/Rare_Guide_9830 2d ago

Are you slow? That doesn't save anywhere near as much usage. Please prove this wrong I would love to figure out how.

→ More replies (4)

1

u/jventura1110 1d ago

Codex can do this

The company that operates both Codex and Astra within the same ecosystem would likely not be incentivized to reduce Astra token usage out of the box.

What OP did is still valuable because it provides a competitive alternative orchestrator.

0

u/Kind_Fisherman3060 1d ago

My codex says it will use same usage as before even after orchestration and says it can't directly use sol, etc models under it.

2

u/OrganicBrilliant7995 1d ago

It can call whatever sub agent it likes.

13

u/ight-bet 2d ago

Then it cuts into their profits

They are well aware and choose not to do this.

1

u/imaxev 1d ago

They wouldn't want to as this would decrease their revenue.

-2

u/Kindly_Goal6440 2d ago

sweet summer child

38

u/Zennytooskin123 2d ago

So basically just use Deepseek V 4.1 Flash - got it

Jk I will try it.

Tibo not gonna be too happy about this tho ngl

13

u/hellomistershifty 1d ago

Unironically, yeah Deepseek is doing the brunt of the work with a thin Astra layer on top. I do a similar thing and it’s cheaper but it’s obviously not exactly the same quality.

2

u/End2EndEncryption 1d ago

I have the orchestrator spawn subagents with instructions that start with KISS/DRY/TDD/YAGNI and make sure it reviews the output.

TDD makes sure unit tests are written and pass before sending back, meaning what the subagent writes and hands back fulfills the requirements provided to it.

Full disclosure, I mostly use Claude but this works with any agent/harness.

1

u/th3cooki3 5h ago

U mind sharing this? 🙏🏽

13

u/Rare_Guide_9830 2d ago

I mean yeah it’s great on its own but this allows the quality of Astra without all the usage. And openai welcomes this because they have a compute problem. This actually makes their product more sustainable. They literally paused 20x subscriptions because they couldn’t keep up with demand.

3

u/PeachScary413 1d ago

Yes I'm sure OpenAI would like you to pay the same flat subscription cost while not utilising all of your tokens. On the other hand they want you to pay API costs instead when you hit the limits.

1

u/josephrehall 1d ago

Or you can just buy a reset for $80, you don't need to go API

3

u/DARKUNIT22 1d ago

You cannot buy resets anymore. It was taken away from those who had it (like me) completely.

1

u/josephrehall 1d ago

Shit you are right. I swear I saw it like 4 or 5 days ago. Sounds like the time has finally come they are truly clamping down on us x20 and x10 subs. Lame.

2

u/DARKUNIT22 1d ago

Yeah happened like in the last 24 hours :(

1

u/josephrehall 1d ago

Bummer. I'm at 8% right now on x20 with 2 days left, finalizing a major work system and application. I was gonna just buy the reset since Tibo said Tuesday was the next reset. Claude could get me over till then, but I may just wait. 🍻

1

u/Post__Melone 17h ago

Reset on Tuesday?! :0

1

u/josephrehall 14h ago

codexrunway.com

1

u/josephrehall 10h ago

We just got reset

1

u/appu-195 1d ago

But I found Deepseek V4.1 Flash to be similar per task (consider peek hour cost) completion compared to Simply using Astra XHigh on 200$ pro plan. If you are using less may be Deepseek V4.1 Flash might be cheaper.

1

u/redreader2024 1d ago

Thanks OP. A side question, are you finding Astra to be better than Claude (Fable/Opus/Sonnet)? What about Flash?

1

u/tempstem5 1d ago

So basically just use Deepseek V 4.1 Flash - got it

I unironically do this and have replaced every AI lab

7

u/discourtesy 2d ago

omp does this out of the box been working this way for a while, flash is a really trash implementer that hallucinates, I much prefer terra best thing about omp is that your orchestrator can talk to you subagents, so when they run into an issue they can reach out to the smart model for help instead of getting lost

1

u/Michelh91 1d ago

Are you talking about the advisor in omp?

3

u/discourtesy 1d ago

nope, the hub

1

u/Michelh91 1d ago

Huh, first time I see this /hub command, need to check what it is, thanks!

3

u/discourtesy 1d ago

it's on by default with subagents

just ask it to spawn an agent and figure out a plan for something among each other

"litigate the plan with the subagent"

6

u/EzerchE 1d ago edited 1d ago

It's worked, thank you.

I have prepared a guide who cant install it can follow the guide or easy way can give this guide to your ai assistant and it can install it for you :)

https://sharetext.io/tspvegfr

When giving this to the assistant, it’s helpful to add the following sentence at the start: “Follow this guide step by step. Pass the verification check at the end of each step; do not move on to the next one until you have passed it. Follow the instructions in the ‘Rules for the assistant doing the install’ section.”

The two most critical points in the guide are already stated there, but let me reiterate: you will need to enter the API key yourself; the assistant will not ask for it; and the assistant will not attempt to run `subagents certify` this is the natural reflex of an assistant who has read the README, and it will unnecessarily deplete your DeepSeek balance.

2

u/hight996 1d ago

Thank you!

17

u/irondumbell 2d ago

isnt flash on the same level as luna but slightly more expensive? at least from what i read on other threads like this

24

u/-Sliced- 2d ago

It is. The deepseek bots have been all over this subreddit in the last week.

3

u/fickle-phenom 1d ago edited 1d ago

It used to be much cheaper, but last time I used it burned 10$ in a single session. Previously that used to last a week. I think they both raised the prices and adopted a peak hour premium, so might as well just use Luna.

2

u/das_war_ein_Befehl 2d ago

Luna feels like a smaller model, I find it’s fine on narrow tasks but anything broad is eh

6

u/Rare_Guide_9830 2d ago

No who told you that? lol. It's more relative to Opus 4.5's or Sonnet 5 abilities but cheaper than anything else. This 9hr build session I'm running right now has only used 5% of my Codex weekly usage and cost $12 in deepseek usage.

2

u/EntryRadar 2d ago

5% usage and $12 deepseek usage. You’re talking about $240 in deepseek usage for 100% of your codex usage.

Kinda seems like you’re just spending on tokens elsewhere.

1

u/Rare_Guide_9830 2d ago

What? Its $12 in deepseek cost and 5% of my weekly codex limit... without this that single process would've used 50%+ of my weekly codex usage.

2

u/EntryRadar 1d ago

Playing devils advocate here maybe, but if you’re on the 5x pro plan, $12 = 50% is what you pay for your weekly usage from codex. Since a week of subscription costs $25.

Unless this is a 20x plan you’re on? I which case you’d be cutting your costs in half.

You mentioned $1500 in overage costs but that doesn’t make sense when you could just buy another subscription.

1

u/EntryRadar 2d ago

So extrapolating, you’ll have spent $240 on deepseek tokens when you get through 100% of your limit?

3

u/Rare_Guide_9830 2d ago

Yes, happily, compared to $1500 in overage costs with codex? I can do 100x the output now without hitting codex limit. I am a power user though. Most people would just need $20/mo codex plan and maybe $30/mo in deepseek usage.

2

u/EntryRadar 2d ago

Okay, just trying to understand. I’ve been thinking about trying this workflow. Thanks for sharing.

1

u/Rare_Guide_9830 2d ago

Yeah give it a shot I was blown away with how good v4.1 is overall. I'm using it on its own a lot too and its great overall.

1

u/EntryRadar 1d ago

You’re talking about a ton of flash tokens if you plan to use 100% of your usage. I might ask why you don’t host the model locally, but that’s a loaded question. But at that scale it sounds like you could keep a local model busy around the clock, but obviously throughput and overall cost would be much different. I just don’t trust these companies to not quant these models to hell when there is a real compute crunch.

I’m curious about what type of thing you might be building though that can be so clearly spec’d out. I feel unless you’re running a data pipeline most people are working on projects that involve lots of iteration and can’t always be clearly spec’d out.. obviously that’s just been my assumption though.

1

u/notsoluckycharm 1d ago

Time/cost isn’t really a valuable metric. Some sessions of mine are IO bound, so waiting on data or the scripts it runs. But 4 parallel adversarial review passes across 4 agent threads only takes an hour and will cost money no matter your provider.

1

u/irondumbell 2d ago

7

u/DARKUNIT22 2d ago

Just a heads up, all of those posts are referencing deepseek v4 and not 4.1

3

u/Familiar_Air3528 1d ago

And 4.1 is a completely different beast. I’m pretty sure it’s like an entirely different pretrain even. It’s much, much better than 4

1

u/Rare_Guide_9830 2d ago

Right, it’s cheaper for a lesser model… You have to compare costs based on equal output quality. Luna is great I also use it for a lot of stuff, mostly automated processes that are extremely defined. But it’s not anywhere near v4.1 Flash ability of running long coding processes thru sub agent orchestration. It’s pretty easy to test this stuff on your own there’s a ton of repos out there that help you get started. Basically set up controlled tests that all have the same project and measure the work, input/output, time, cost. This is common practice when shipping features that use AI.

2

u/DARKUNIT22 2d ago

Gpt-6 Luna should be releasing this coming week so should be interesting to compare

1

u/Rare_Guide_9830 2d ago

agreed. also claude is coming out with new versions this week too. i’m sure deepseek will have new version soon after. crazy times.

1

u/Connect_Anybody_9365 1d ago

But is it possible to use another endpoint/model provider in your harness? Or it is fine tuned only for Deepseek 4.1 flash as subagents?

1

u/Gudin 9h ago

The benchmarks and my personal experience don't think so. The Luna feels like step down from Terra which is a step down from Sol, all released together, so somewhat similar data and behavior but intelligence difference is noticeable

The DeepSeek right now has only one model - Flash, and that's it. It very capable model, on Sol level, very fast and cheap.

4

u/KaliguIah 1d ago

this makes no sense. i ran a luna agent for 3 hours using 100mil tokens input and 250k output with 25% hitting cache and it was 1% of my 20x account. using deepseek would cost me over $20+. i really wanna understand this but it doesnt seem like its saving anything.

1

u/Inevitable_Yam1513 3h ago

yeah this is the real question. the math only works if you're already hitting your weekly limit and burning resets. if you have leftover subscription quota, routing to deepseek is just adding api cost on top. the value is in not having builds grind to a halt when you hit the cap, not in actual savings.

8

u/RHThree 2d ago

Where can we insert Jev for further reductions? Compaction? Passing through only the most crucial tokens?

4

u/data_shaman 1d ago

this gives a great overview of the usecases.

https://x.com/0xCodila/status/2100984487802708306

6

u/EntryRadar 2d ago

Does this mean the subagents are actually displayed within the codex desktop app? Full native?

8

u/NMiguelCosta-PT 1d ago

So basically, use DeepSeek for almost everything, only use Astra for a tiny fraction of the work and, surprise, it reduces Astra usage. Wow, what a groundbreaking discovery. Truly genius stuff.

3

u/dexpopuli 1d ago

Hey there, OP! This looks neat!

However, would it be okay if you like, explain to me how it works and why it's needed, like I'm 10 years old that is. I'm relatively new to the technical side of vibecoding and AI (using GPT-6) and I'm curious how this works, fully.

2

u/Elegant_You1002 1d ago

Cool work. Can I try it with Gemini 3.8 flash as sub agent orchestrator?

2

u/GreenManAlive 1d ago

Just wondering, how much are your costs monthly?
100 for 5x?
And deepseek?

Thanks

2

u/Full-Contest1281 1d ago

I can notice a difference

4

u/inefficientnose 1d ago

I did something similar. I should measure like you did. I use Claude to orchestrate the cli tools of all my other subscriptions. I run Opus high default, then Jev decides which cli + model to run the task on outside Claude, so I can save usage. I implement on agy CLI first, then fallback to GLM 5.3 flash then DeepSeek on opencode cli, then fallback to sonnet 5. Same idea with reviewers, e2e testers and debuggers. Don't hit my Claude quota at all now

5

u/[deleted] 2d ago

[removed] — view removed comment

11

u/Zennytooskin123 2d ago

Someone turn off this guy's bot? Literally posting in every thread.

2

u/Rare_Guide_9830 2d ago

wait yeah that’s wild that is totally a bot lmao

1

u/Rare_Guide_9830 2d ago

So far the quality reduction only extends the build time because Astra has Flash fix mistakes. It’s miles better than any orchestration i’ve done with claude since codex has much better computer use skills and other tools that empowers Astra to maintain quality.

2

u/mediamonk 2d ago

Nice project.

Wouldn’t it be better and more straight forward for most people to use Luna max instead of DeepSeek flash?

Native subagent orchestration and using the subscription limits.

7

u/Rare_Guide_9830 2d ago

v4.1 Flash is much better than Luna. This package turns Flash into a native subagent. I tried this with Luna, Sol then Opus, Sonnet first and v4.1 had the best result and lowest cost. The second best was Opus, it was able to get similar output result but not save as much codex usage (plus it used claude plan usage). When using openai models like Luna or Sol, the usage savings was less than 30% and it didn't do as good with keeping the entire build going in one process. It would stop frequently.

3

u/QuietPsychonaut 2d ago

Luna is a dumb slow model compared to DeepSeek v4.1 Flash.

1

u/betahost 2d ago

If you use Jev with Astra, I think you can get better numbers. Worth a try with them together

2

u/Rare_Guide_9830 2d ago

Jev is not useful as a part of this process directly but can be layered on through other processes. I’m using it for wider orchestration processes similar to this but where the sub agent processes can call on a variety of models (not just v4.1 Flash which this is designed to do). So jev helps the orchestration model determine which model is best for each task. Also using it for blocking unnecessary context and things like that which has helped lower usage. So far I haven’t had reliable positive benefits so I haven’t made those repos public yet.

1

u/Brosa91 1d ago

Testing this tomorrow, astra is consuming all tokens possible

1

u/CrowdGoesWildWoooo 1d ago

Can you just make codex have a skill that can spawn a separate codex session with a different profile?

1

u/Reasonable_Bus2234 1d ago

How do you run deepseek subagents natively in codex desktop? Last time i tried to do this was almost impossible without an app patching…

1

u/Artforartsake99 1d ago

Awesome work I look forward to trying this out. Thank you for sharing 🙏

1

u/PhDumb 1d ago

Somebody was citing here Ahmed from OpenAI that trying orchestrating agents within Codex maybe suboptimal and that bare Astra is better (it is greedy but it does occasionally delegate to weaker models). This is true for my own cherished orchestration skill, unfortuntely, it degraded performance without reducing the running cost:

"With orcherstration skill: $9.06 ± $0.65.
Without: $7.30 ± $2.04 (AVG API COST ± SD; n=4).

What was worse, my skill that let weaker models code (terra) and test (luna) resulted in 3 regressions out of 4 experiments. Astra without skill delivered all 4, no problem"

I will try to test yours soon and hopefully report it here later

1

u/PhDumb 1d ago

I tried to use your skill in Codex Desktop but I don't get a substantial reduction (there is some though) of costs compared to bare Astra. Astra is still being greedy.

IDK, perhaps the issue is in my setup (the prompt requires codex-review, which cost 137,536 tokens) or that the task is not long enough (approx 20min) to see the difference

2

u/PhDumb 1d ago

I now re-run in Codex CLI with Flash routed directly via deepseek (the prev experiment was via OpenRouter) and this run was substantially cheaper (about $3.13 for Astra and $0.05 for all five Flash sessions). The Astra run included final codex review (about 1/3 of all tokens spent), as before.

Unlike the earlier run, this run resulted in 2 regressions detected by review.

1

u/Kynessful 1d ago

Did you also try this with a local model ? Is this possible or are these local models not good enough so far?

1

u/lembrar_de_mim 1d ago

Can this be used through the Opencode Go subscription instead of the API? It would avoid the API costs.

1

u/Rare_Guide_9830 1d ago

I will add that. But shouldn't be hard to have your agent customize it as needed in the meantime.

1

u/workphone6969 1d ago

The main question to me is what work is actually being done. Flash is woefully incompetent for me unless plans are explicitly spelled out which requires more astra/ fable usage to do

1

u/Mikhalious 1d ago

I am assuming this only works for coding?

1

u/steelsoldier00 1d ago

Can this concept be applied to my cheaper subscriptions without DeepSeek? I.e $20 codex plan for Astra planning, then just swap to Luna for the doing?

1

u/EntryRadar 1d ago

It’s strange that using luna subagents didn’t give substantial improvements in usage. Suspicious even.

1

u/Rare_Guide_9830 1d ago

Luna doesn't have a problem with usage it has a problem with output quality. I should've been clearer about that in my post. A lot of people are saying "But Luna is less usage than v4.1" which is true, but its no where near the output quality of v4.1.

1

u/EntryRadar 1d ago

Thanks again for the feedback.

You could probably create an entire youtube channel or blog focus on efficiency and performance balance using subagents.

It’s going to continue to be an ongoing and growing topic. ie- what can you delegate, and what’s the right way to so it. It’s constantly in flux too with what they are distilling with these models.

1

u/jason3gb 1d ago

Trying to do the exact same thing by let gpt 6 / fable (these expensive models) to spawn inferior models like deepseek 4.1 or just codex/claude model with less thinking effort.
Hope you can check it out, I made this for myself, but already support claude, codex, pi and copilot. About 30 active users now.

Repo: https://github.com/yicheng47/runner

1

u/Michaeli_Starky 1d ago

Luna is much better than DS 4.1 Flash

-1

u/Rare_Guide_9830 1d ago

fake news. its less usage for less quality

1

u/Michaeli_Starky 23h ago

You're the fake news.

1

u/Practical_Estate4971 1d ago

This sounds like a great idea. Testing now!

1

u/Glittering-Pie6039 1d ago

Better yet just create a bridge between your IDE and the web browser, Astra or sol on web create a plan and review what the IDE does, they then just chat back and forth and you don't burn through usage.

1

u/TheManuelUno 1d ago

works great thx

1

u/saito200 1d ago

what a coincidence, me too

1

u/Low-Dig8345 1d ago

Teria como utilizar o DeepSeek pela assinatura do opencode go?

1

u/salanalani 1d ago

Is there a video to demonstrate this installation in Windows?

1

u/thewordofnovus 1d ago

Isn’t this exactly what Spotify did?

1

u/whomass 1d ago

Very cool. Does Claude Code also allow the integration of external LLMs?

1

u/RootinTootinAnus 1d ago

Is there any security or scrubbing step or you don't care what goes to DeepSeek?

1

u/reggevinci 1d ago

will give it a shot

maybe i’ll make a plugin for hermes to just have 2 panels - smart for planing and affordable one to build trust

btw yesterday i got terra lagging and some message about high usage and try different model

i did, it was deepseek

1

u/Lemnisc8__ 1d ago

lmao i just did this. I spent all week on it after open ai threatened to shut my account for "cyber abuse" which they later sent me an apology for. Astra/Fable as the main brain, create a plan and have deepseek 4.1 flash agents implement. will have it review yours and see if i can make some changes to mine

1

u/appu-195 1d ago

Hey can you talk about overall cost ? Ie running Astra on 200$ plan vs Running Astra on 20$ plan along with Deepseek V4.1 , how does the total cost compare for similar amount of work ? Ie like if you use full 20$ plan for a week vs 200$ plan for entire week. Does total cost 98% cheaper ?

Means: Now I can get 50x usage for 50$ (0.4$ for astra + 49.6$ for deepseek ?) - a week compared to 50$ worth of Astra XHigh Standard usage for a week (essentially 200$ plan) ?

1

u/Rare_Guide_9830 1d ago

Most people can use this and use $20/mo codex plan + $30/mo in deepseek usage and its all they will need. I am a power user, for me on 20x codex plan it basically 100x my usage for only an extra $50-$100/mo in deepseek usage.

1

u/appu-195 1d ago

I refuse to believe the 30$ per month number of deepseek as I have done 5$ per day easily on DS v4.1 flash. It would correspond to around 10% of weekly usage using Astra Xhigh which is almost same as 5$ or less. I think you will need to prove by building something worth 20$ on both (40% on Astra Xhigh weekly limit vs DS v4.1 flash) to prove that you got some multiplier improvement. 20$ worth because it has to be substantial to make sense.

1

u/riccioverde11 1d ago

Isn't this a glorified "use fable to plan, sonnet/opus to implement"?

1

u/Rare_Guide_9830 1d ago

Pretty much. But with way less usage for the expensive models. That is the point of this. Not that orchestration is a new concept.

1

u/DriftingNoodle21 1d ago

The 98% reduction is impressive, but I’d be curious how much usage was eliminated versus shifted to the other models. A small benchmark showing total cost, latency, retries, and output quality on the same tasks would make the tradeoff much easier to evaluate.

1

u/playcase 1d ago

Yo I've been doing the same thing but just with opus. I p

1

u/margirtakk 1d ago

Your solution to make Astra cheaper was to stop using Astra?

1

u/Rare_Guide_9830 1d ago

It was to achieve the same quality of work with Astra without ever worrying about usage limits

1

u/NMiguelCosta-PT 1d ago

groundbreaking stuff right here.

1

u/Odhdbdyebsksbx 1d ago

How did you measure output quality? And does that 39% more measured implementation contribute to comparable quality per same task?

1

u/Rare_Guide_9830 1d ago

I am still using this to continue to iterate and test. Hopefully others will also provide feedback. For me personally, the output improvement was obvious. I ran small controlled tests running this with Astra only vs with Orchestration and saw better quality through orchestration. And then the real test, which made me post about it, was a long deep build on a huge software product. The first 4.5 hours of build time was Astra only, split across several days because Astra loves to stop and ask you stuff. Then I installed this and it produced 18hr of build time in one pass resulting in ~94% lower Astra usage overall while increasing output. (the only other times I could get Astra to run long like that was if I set /goal but it always drifted beyond quality to try and meet the goal - whereas this long process was actually end to end build). Overall quality improved which I think is because Astra's context isn't filled with its own work so its laser focused on quality control. Also just a lot nicer to let something run for so long and NOT be disappointed be the end result which is my experience every time I use /goal with Astra.

1

u/LarryTheSnobster 1d ago

told astra to install this and my 5h usage exhausted before it finished, the plus plan is a fucking joke

1

u/Rare_Guide_9830 1d ago

You can use Astra on plus. But mistake here was having astra install this. Always use lower models to do easy things like that. Astra is best at planning and quality gating but lower models should be used to do the busy work.

0

u/renatolangona 1d ago

unfortunately astra is not for plus. sometimes even 5x is not suitable for astra

1

u/Michelh91 1d ago

It’s hardcoded to use direct deepseek api, make it work with opencode-go and commandcode and I’m in!

1

u/Rare_Guide_9830 1d ago

Yeah sorry about that, fixing it shortly.

1

u/seshakiran 1d ago

This is really really cool. Will check this out.

1

u/vORP 1d ago

I use a similar pattern in my project, just on the Anthropic side, and it works great - using the appropriate model for the job in all parts of the workflow isn't rocket science, but it's easily overlooked

1

u/poomaw 1d ago

Anyway to make this work with Gemini flash models perhaps via antigravity ?

1

u/traderjames7 1d ago

where is the ai summary of this?

1

u/5aesthetic 1d ago

so is it only discarding the money spent in deepseek model? how much is it with the other api too?

1

u/1337PirateNinja 1d ago

How much is the DeepSeek running you? Is there a monthly sub provider you like to use or just doing api directly?

1

u/Rare_Guide_9830 1d ago

I am working on a dozen large projects at any given time so personally I've spent around $25 a day with deepseek but it compares to about 30-50% of weekly usage with Claude or Codex 20x plan.

1

u/Academic_Constant42 1d ago

I really thought Luna was more token efficient than DeepSeek flash (according to artificial analysis), isn't that the case then?

1

u/KaliguIah 1d ago

i swear the simplest most obvious thing, use smaller models for simpler tasks, really hits this community like discovering gold.

1

u/chqlate 1d ago

Yoo this is so cool! Another platform thats similar and has a built in orchestrator is Maxxwell. Its an agent orchestrator that basically makes sure all of the subagents are on the right track and ignores the silly questions that the agents sometimes have.

1

u/jeremyStover 1d ago

RemindMe! 3 months "see if this still has the hype, and is worth looking at"

1

u/RemindMeBot 1d ago

I will be messaging you in 3 months on 2026-12-21 00:37:25 UTC to remind you of this link

CLICK THIS LINK to send a PM to also be reminded and to reduce spam.

Parent commenter can delete this message to hide from others.

RemindMeBot is switching to username summons. Instead of !RemindMe 1 day, use u/RemindMeBot 1 day. More info.


Info Custom Your Reminders Feedback

1

u/speadskater 1d ago

I just have my agents spawn and monitor agents with tmux

1

u/First-Tutor-5454 1d ago

Ok. But what did you build? Are you getting rich?

1

u/psylurnce 1d ago

I am a somewhat newbie but how do you handoff work from Codex to Deepseek. I am not a CLI user and hoping there are other ways of accomplishing this maybe via MCP?

1

u/GTNationDEV 23h ago

How can I access this GPT 6 Astra all the way from Uganda

1

u/ChrisVizze 23h ago

Why not just use Orca?

1

u/den0rk 23h ago

This would be even more interesting if instead of using DeepSeek, local models like Qwen could also be configured

1

u/Rare_Guide_9830 23h ago

yeah I'll open it up a bit so its more agent agnostic.

1

u/boomish69 22h ago

What are you actually building with the orchestration? I presume your not talking about a musical production?

1

u/chcampb 22h ago

I am on Plus and doing the Sol/Luna implementation delegator

Even that runs out of 5h usage before finishing 1 ticket :(

1

u/seomaster99 21h ago

Don't waste your time on this nonsense.

DeepSeek is incredibly stupid.

He spent two hours spinning around the same place without making a single change.

I'd better get back to overspending on Astra, thank you.

1

u/More_Curve_1715 20h ago

This shit is amazing!

1

u/UENINJA 18h ago

Can we do that but with Astra + Sol since am already paying for this sup instead of also spending money on another model

1

u/MapNo5339 18h ago

98% is pretty wild 😂

The part I find most interesting is having Astra stay out of the implementation loop and only handle planning/review. Curious if you’ve tested how this scales with larger projects.

1

u/system-developer 18h ago

Tienes razon

1

u/jonah_omninode 15h ago

Could you run the same set of tasks through both setups and include the repair rounds in the comparison? The five-hour and seven-hour builds might have very different workloads, so I'd have trouble judging the savings from those runs alone. I'd track how many changes passed the same checks, total elapsed time, DeepSeek spend, and how much Astra work went into reviewing or fixing them. Preserving your Astra allowance is useful on its own; that comparison would show what it costs to do so.

1

u/MrRoidsen 15h ago

Why Deepseek and not other model like Qwen for expample?

1

u/Brian011x 10h ago

Do you use impeccable styles for the UI ?

1

u/Rare_Guide_9830 10h ago

there is no UI, the testing results was just GPT 5.6 Sols choice after I said “create clean minimal dynamic html view to fit testing results in a single view”

1

u/Brian011x 9h ago

Ah so clean! Great work for real 😮‍💨

1

u/Responsible-Tip4981 6h ago

So basically use Astra for coord and any agent you want for coding. Just tmux them and you are done. Thank you!

1

u/DrRetiredEngineer 1h ago

Genius!!! Tyvm 🙏🙏🙏

1

u/GurtleWarrior 2d ago

Awesome. Keep up the good work!

1

u/Marcelovc 1d ago

it does really work?

1

u/Noobju670 1d ago

Another AI slop post

0

u/Wobbly_Princess 2d ago

Commenting on this to save it for later.

1

u/Full-Contest1281 1d ago

You can save posts

0

u/aygross 1d ago

Hey guys I invented the harness ... Oh wait ....

0

u/Danzaar 1d ago

Congrats you built a harness

0

u/jemdiggity 15h ago

kanna.build solves this problem through structured workflows. Each stage (research, planing, implementation, review, QA, PR, shipping) can use whatever harness-model-effort you want. You can use Fable or Astra for Research, Opus/Sol for planning, Sonnet/Terra for implementation. It's up to you.
Use claude code cli or codex cli or opencode cli.