Rendered at 11:29:40 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
mariocesar 1 days ago [-]
I'm was closing a day of work and it stopped in the middle of a long plan, I started codex and tell it: "I was in the middle of work with Claude could you read the plan and the session "x" in ~/.claude and continue the work" it just completed everything :D
jerpint 1 days ago [-]
I’m working on a project that makes switching between coding harnesses essentially unnoticeable. It’s particularly useful when I run out of credits on any given day
The entire platform is skill driven, and based on the premise that state is your local file system. That makes switching harnesses so easy
It’s all open source and has plenty of other features, including inter agent communication, telegram client and much more in the pipeline
Not sure what the problem with switching is? When I run out of my kimi session, I just switch model and tell deepseek to continue. Yes I eat the initial cache miss but that's it, no fancy harness required.
ludwik 1 days ago [-]
You are talking about switching between models, the parent comment was about switching between harnesses. Not the same thing.
_flux 23 hours ago [-]
I added a skill to OpenCode that tells it how to read old session logs when asked to. Seems like this would be pretty easy to add to most any harness.
etoxin 1 days ago [-]
I think having a codebase that can use any harness is the optimal setup. I often switch between harnesses and models all the time at work. We have our state/spec stored in git, so we can pack it up on friday and start fresh on monday. Or more commonly, using gemini/opus to create rich specifications and using Luna to implement them. Then switching again for reviews etc.
vasco 1 days ago [-]
No project needed man. There's also a whole ycombinator company for the same thing, skillsync, also useless. These things are either out of the box or they are 2 prompts away.
My handoff is a handoff_latest.md that points to the latest handoff_datetime.md in a handoff folder.
RGS1811 1 days ago [-]
I did this with DeepSeek a couple of days ago.
oulu2006 1 days ago [-]
yeah same that's my preferred flow now -- sill use Claude and OpenAI a bit, though recent nerfs to subs has really made using codex much harder.
DS 4.1 flash is my main powerhouse and Opus/Astra my auditors (when they're not out of tokens) otherwise K3 or DS4 pro
SOLAR_FIELDS 1 days ago [-]
I started using Pi with Astra on a whim after really enjoying Astra and reading somewhere that you get close to identical results as with the codex harness but for a significant hunk less token usage.
Coming from mostly using Claude models, the terse factual statements coming from Astra via the Pi harness are a breath of fresh air over having to wade through the flowery verbose nonsense that Claude constantly outputs
pdntspa 1 days ago [-]
I recently had Astra review a fairly detailed design doc I have for an audio VST fork, that I originally wrote with Opus and/or Fable a few months ago. The doc reaches deep into signal flow and module topology while lifting most of the DSP code from other open-source projects. I had it review for feasibility and architectural soundness.
Astra found a number of flaws that would have come up during implementation and we worked through them. But then I had Fable 5.1 review that document and it found a number of issues with Astra's changes, the least of which had was that Astra duplicated a lot of technical notions that it added rather than using references to an authoritative section. It also flagged some of Astra's designs as technically impossible, pointing out why and I'm actually in the process of digesting its feedback and updating the design spec. (I hand-review each point and we work through a solution together -- I don't trust either model to come up with something that follows my vision on their own)
I'm not promoting one or the other, I just found it interesting how this sort of adversarial review found pretty significant flaws in the other model's work. I am curious as to whether this process will eventually converge on a document that both agree on or if the models are going to perpetually nitpick each other.
I haven't actually started implementation yet, so maybe one or the other is full of shit. Just trying to come up with an architecturally sound design for something I want to write, when I lack the DSP knowledge to be able to write it myself. But the intent is to pass an agent the design doc and list of milestones and let it handle implementation.
cgio 1 days ago [-]
In my experience, rather than converging, you end up with a minced up concept. You have to know when to stop the loop. I filter the feedback too, and need to challenge some of the challenges as these models tend to be very conservative. I believe this is intentional, to control AI psychosis, which is indeed quite easy to get. My 2c. If you don’t have good control of what you’re working with you are either searching blind or end up with something basic.
pdntspa 18 hours ago [-]
Agreed, I believe strongly that human-in-the-loop is the way to go. LLMs are fantastic thought partners but ask it to critique something and it will go absolutely nuts. For Claude Code's /code-review command the highest I will set it is 'medium', otherwise it will produce so much feedback that you'd never get anything done.
consumer451 1 days ago [-]
Ignorant questions for you and anyone else using DS:
1. who hosts the inference
2. which harness are you using with it, still CC?
oulu2006 1 days ago [-]
So everyone has their preferred way of doing it.
1. I go direct to source, i.e. DS platform, I find it cheaper than paying the openrouter tax -- I also switch it up a bit
2. I built a local LLM router, that I update with new profiles that have my preferred provider of the week (lowest token costs/speed) with fallbacks, like mimo --> DS4 etc.. if there is overloading,
3. I use 3 diff harnesses, CC/Codex + Opencode -- they all talk to each other through a custom rig system that routes messages between llms using a Rust backed structured JSON system
Not saying this is the best, it's just what I like and works for me^.
I can flow quite naturally between Opus/Astra/K3/GLM/MiMo/DS/etc.. this way and often do...more so these days with subs no longer great as they used to be.
r_lee 23 hours ago [-]
doesn't DS train on your prompts when you go through their platform?
pavo-etc 1 days ago [-]
Whatever openrouter puts me on, running in pi (though I do all comms over my xmpp wrapper).
RGS1811 20 hours ago [-]
I'm using DeepSeek's own API with opencode. The pricing is absurdly good.
logicchains 1 days ago [-]
Deepseek harness is great!
contentkraft 1 days ago [-]
Both Cursor and Grok build ask if you want to resume a session from another harness. Quite brilliant
someguyiguess 23 hours ago [-]
I don’t understand your point or why people are upvoting this. I’ve done this between many different models. Did you just discover that a frontier model can read context? I genuinely don’t get your point.
I’ve had to have Claude agents pick up codex’s context after it hits one of its “cannot connect” issues way more often than the other way around.
mariocesar 23 hours ago [-]
No point, I just shared something I did
ebbi 1 days ago [-]
how do you get the "x" session name?
drewnick 1 days ago [-]
You can even tell the new harness to go find your latest session in the other harness and it works perfectly. You don't even need the name!
consumer451 1 days ago [-]
In CC, "/exit" will tell you how to --resume <session-id> upon exit. This will eat zero tokens, and it actually does not require an active internet connection.
mariocesar 1 days ago [-]
`claude --resume` will list your sessions, you can copy the title. Codex may just list and grep the sessions files in ~/.claude and filter the one with the name.
I also have the habit of naming my sessions with `/rename`
simlevesque 1 days ago [-]
/resume in claude code.
prodigycorp 1 days ago [-]
Opus 5.5 and fable 5.2 will release tonight.
gpt-6-sol and Aeon (personal agent) on Thursday. Already preceded by a huge week with step, mimo, grok, and jev releases.
Relentless cycle.
average_r_user 1 days ago [-]
I'm still waiting for Anthropic or OpenAI to release their take on OpenClaw.
Meanwhile, Meta's MUSE seems to be gaining traction in the US, while those of us in the EU are once again left watching from the sidelines.
bdcravens 21 hours ago [-]
OpenClaw isn't the target anymore, Hermes is. It may have been the first, in the same sense that new social networks were often referred to as Facebook-clones, not Myspace (or Friendster) clones.
Razengan 1 days ago [-]
In a way it's like the 1980s again, when there were new computers and consoles coming out every week, or the 2000s with all the 3D cards :)
prodigycorp 1 days ago [-]
Whoa, no kidding. Takes me back to the MHz wars we had at school and like you said, the card wars. Excellent perspective.
system2 1 days ago [-]
At least after buying 166mmx you didn't get lowered to 133mhz after a month. The progress was legit back then.
AnotherGoodName 1 days ago [-]
Hey I bought a ‘cyrix pr166’ so i’m not too sure about that.
system2 11 hours ago [-]
Funny I was duped into buying Cyrix instead of Pentium 2. The guy was telling me it would play Quake better. It didn't, of course.
kruxigt 1 days ago [-]
[dead]
XenophileJKO 1 days ago [-]
I think we feel like the 1980's were fast.. and they were.. but maybe not "this fast"...
Man that timeline is leaving out a TON of computers and consoles
shepherdjerred 1 days ago [-]
Wow was the 80s really like this? I am interested in AI but it is a bit exhausting to keep up with
Baeocystin 1 days ago [-]
It's hard to overstate how much computers improved with each generation back then. Going from, say, an IBM XT or AT to an Amiga has no modern parallel. It was mind-blowing, exhausting, and exhilarating all at once.
swader999 1 days ago [-]
The Mac M series is more impressive imo. But maybe that's just because it's more recent to me.
Razengan 1 days ago [-]
You could literally count the number of extra colors you would get onscreen with each new computer!
Razengan 1 days ago [-]
In the 1980s and earlier people thought that in 2000 computers would have the kind of AI we finally got in 2025 heh
In 1999 they even made a famous documentary about people in trench coats fighting AI
tombert 1 days ago [-]
I don't know if something changed recently, but I have been getting a lot of stuff "flagged by safeguards" in the last two days.
I am quite confident that what I'm doing is well within the law, and I'm not even doing any kind of pen-testing stuff, just some basic reverse engineering, but I can't even use Fable anymore because every time I enable it, it works for about twenty seconds and makes me drop down to Opus 4.8, and often even down to Sonnet.
If anyone here works at Anthropic, did you make the safeguards super sensitive recently?
theophilus76 1 days ago [-]
Claude is both on the verge of replacing all software devs and keeping a two 9 SLA
chrisdbanks 1 days ago [-]
Your average dev is sick 7 days a year so it's only natural
blitzar 1 days ago [-]
10x dev ... so sick 70 days a year is the target
Hamuko 1 days ago [-]
I wonder if I'm being saved by remote working since I think I have three days in the 365 days, and I've also managed to go years without a single sick day.
Schlagbohrer 24 hours ago [-]
I hope you are still taking your maximum possible* number of sick days regardless.
*if you live in a real country, which gives all workers unlimited paid sick leave, I am defining "max possible" here as "as many as you can reasonably take without your boss doing something about it"
Hamuko 21 hours ago [-]
Not really. Although with how soul-crushing working has become lately, maybe I ought to.
nikcub 1 days ago [-]
and the two 9's aren't in order
Schiendelman 1 days ago [-]
Sure, software engineers have less than two nines. :)
1 days ago [-]
prologic 1 days ago [-]
Good timing too, Just as xiaomi[1] makes their big announcement :D
Apologies for the rant, but why do these things constantly hit the front page? It is not interesting, it's not a discussion, and if you are using the models you probably already know.
HN is already a waterfall of AI meta conversations and bike-shedding, now we have to discuss service outages about the AI too?
Can we talk about stuff people are building again, with or without AI, and stop gasping at every minute detail of LLM service providers.
bdcravens 21 hours ago [-]
Because they are upvoted by readers.
Why are Apple product announcements upvoted? We've known about those changes for months, and they release on a predictable cadence.
Why did we ever care about San Francisco news? Most HNers aren't in SF, California, and many aren't even in the US.
etc
nullc 1 days ago [-]
Gamblers talking about their favorite casino.
1 days ago [-]
system2 1 days ago [-]
Everyone is collectively hating on Anthropic, so this news is just adding to the fun.
joegibbs 1 days ago [-]
Also for Grok at the same time, must be a problem with Colossus
makeavish 1 days ago [-]
There are rumors of Opus 5.5 launching on Tuesday so maybe it due to that?
Previously as well there have been incidents just before launch.
Wowfunhappy 1 days ago [-]
Do you know where these rumors are coming from? I keep seeing posts like yours on HN and Reddit, which, yes, literally confirms there are rumors, but I can't tell whether they're based on anything.
simlevesque 1 days ago [-]
All their API routes for non existing models return 404 and when there's a new model it returns 403.
makeavish 18 hours ago [-]
I follow Leo for the rumors, he has been pretty accurate but again they are rumors so nothing is guaranteed. I don't know his sources.
https://x.com/synthwavedd
theGeatZhopa 1 days ago [-]
Oh jeez PLEASE opus 5 is the dumbest opus I have ever used. Please make it go away. I lost so much of my hair because of it.
BoxOfRain 1 days ago [-]
I wish it were possible to beat Opus 5 over the head with a copy of Orwell's Politics and the English Language sometimes.
camkego 1 days ago [-]
When this happens, how often does it cause us to lose our cached pricing?
(when we should be getting the cached price)
1 days ago [-]
homo__sapiens 1 days ago [-]
Millions of people thought process disrupted.
bombcar 1 days ago [-]
/model claude-opus-4-8
and keep workin'
TYPE_FASTER 1 days ago [-]
Yup, switched back to good ol' opus-4-6, seems to be working for now.
1 days ago [-]
bdangubic 1 days ago [-]
like it's 1999 :)
1 days ago [-]
bonsai_spool 1 days ago [-]
Posted this in the xiaomi thread, but are folks working in biology / cybersecurity seeing more limits in what Opus (not Fable) is allowing? This has happened quite suddenly for me and I’m stuck in the middle of a project that would have otherwise called for use of Claude.
I’ll be trying these models out and may end up switching my subscriptions if this craziness continues
solenoid0937 24 hours ago [-]
Maybe someone broke the safeguards and they had to make them more sensitive? Fable 5.1 was surprisingly permissive here
bbeonx 1 days ago [-]
i was talking to opus the other night about the polio vaccine related stuff (i had been arguing with one of those people who claims the polio vaccine didn't work so i figured i'd use it as an excuse to brush up on some bio/history). i asked it to explain how polio virus was isolated pre PCR and claude hard killed my session citing security reasons (it was talking about stool samples ffs LOL)
AnotherGoodName 1 days ago [-]
Hell i’m working on ai for board games as a hobby (tfmbot.com) and one of the cards is ‘microbes’. Sent straight back to 4.8 for having that in my code.
a012 1 days ago [-]
In Anthropic excuse, stool samples is bio weapon if you tried too hard
mattdeboard 1 days ago [-]
Their "Subscribe to incident" doodad isn't working either. Hanging when posting contact info object
porlex 1 days ago [-]
It seems to be updated correctly now
butlike 18 hours ago [-]
This coincides with the release of Opus 5.5. Wonder if that has any causal relationship to this?
us-east-1 was blowing up a bit tonight with ec-2. Maybe it's related.
itssohailkhan 23 hours ago [-]
I have had the same experience. Switching tools is much easier when the project notes are clear and up to date.
3ln00b 23 hours ago [-]
omp can switch seamlessly between models in the same session. I really like this feature.
throw567643u8 1 days ago [-]
Something is on fire. Literally or figuratively.
windexh8er 1 days ago [-]
Also... One of the only industries/products where unusable product/seevice (token / context burned) is neither refunded let alone even acknowledged. I wonder how many millions of dollars of inference have been stolen during these outages? First you lose the work in flight, then you lose the time, and finally you lose the token burn for a second time. What a fantastic time to not have any regulations if you're rich and greedy!
Schiendelman 1 days ago [-]
Just like a software engineer who gets sick or has to pick up their kids or has an appointment. We're used to this, oddly.
ArcHound 1 days ago [-]
It's called compassion. We accept that humans are imperfect because we too are human and imperfect and it's the right thing to do.
We should hold corporations valued in billions to a higher standard than a single person trying to care for their family.
windexh8er 1 days ago [-]
I'd argue that it's not even corporations anymore of which we should try to hold accountable. It's very clear who is making these calls as the players involved (Musk, Zuckerberg, Altman, Amodei, Thiel, Karp, Luckey, Langley, Nadella, Bezos, Pichai, Tann, etc) want nothing more than to be in the limelight and "preach" to the masses that they know best. They're more brazen year over year as they gain confidence in their unchecked power and continued accrual of wealth. The more money the more disconnected from reality and the stronger assumptions they build. And they have zero compassion. All of these people are dangerous to humanity individually, but when you start to realize how many have emerged and have no filter or checked powers publicly that becomes a truly terrifying thing.
I've recently started reading "End Times Fascism" [0] and it truly encompasses where we are at, how we got here and the bleak future we may be in for if we don't get in front of this now. But this book definitely highlights a lot of what some of the tech community has been seeing and hand waving about for years. The worn out trope that we should hold corporations accountable doesn't work. We should hold the people at the top accountable like other nations do because if they want the limelight then they should bear the responsibility that comes with abuses. The US is becoming a caste system by design. National surveillance, erosion of access to resources for personal compute, bought and paid for politicians and laws that don't apply to the wealthy.
It's actually nothing like that, and is surely not how it's marketed or sold. I guess you're OK paying a monthly fee for Internet and having the access be unavailable for random parts of your working day because you want to anthropomorphize it? The defense with which people will go to bat for these shitty companies is wild.
yrcyrc 1 days ago [-]
Was in the middle of a server firewall change and reboot, killed the kernel, booted me out. Had to sweat the recovery a bit.
guybedo 1 days ago [-]
problems with Grok too ... so i guess Grok 4.7 tried to escape and took control of Colossus datacenter.
ryanschaefer 24 hours ago [-]
Do anthropic release post-mortems on these outages?
NoPicklez 1 days ago [-]
You're telling me I have to switch to using my brains tokens now?
When something happens regularly, is it really front page of HN worthy?
mococa 22 hours ago [-]
They (Claude, OpenAI, and others) does outstages to "see how we are important?" - and then release a new model and nerf all others
calvinmorrison 1 days ago [-]
> Current Status Powered by Atlassian Statuspage
Proof that vibe coded or not, people pay someone else mostly for liability.
corvad 1 days ago [-]
I think thats more for being able to have the status page not tied to your own infrastructure.
Aeolun 1 days ago [-]
It’s super easy to just run a totally disconnected synthetic check.
bugfix 1 days ago [-]
If you host it yourself, an outage on your side might end up taking it offline too.
15155 1 days ago [-]
And uniformity.
sharts 13 hours ago [-]
Why tho?
krembo 1 days ago [-]
I have a deja vu like this happens everytime before they launch a new family of models
rvz 1 days ago [-]
Everyone at Anthropic is interviewing a new Claude model which they are about to hire and forgot to monitor their old model and thus it goes down.
If outages like this happened on every major deploy at any other company; this would be viewed as unacceptable, especially if it was something like Google Search going down on every update.
bofia 1 days ago [-]
What’s the SLA?
1 days ago [-]
acedTrex 1 days ago [-]
Excellent news everyone, coding is solved! you can see the results for yourself.
dougame 1 days ago [-]
[flagged]
dragonlin 1 days ago [-]
[flagged]
loverofspades 1 days ago [-]
Elevated error rates on hosted models highlight the necessity of having robust local fallbacks in your development workflow. When primary APIs degrade, running smaller models locally or using automated cleanup tools like gitar.ai ensures your build pipeline remains functional. Reliability engineering becomes much harder when core dependencies experience unpredictable latency spikes.
1 days ago [-]
iammrpayments 1 days ago [-]
I’ve subscribed to chatgpt at 50% off last week and I’m using claude less and less. Not only replies are faster but 20$ plan gives you access to astra.
Not sure how can claude even compete at this point unless openAI seriously downgrade the models to save money.
hombre_fatal 1 days ago [-]
That $20 plan is going to give you maybe 10min of Astra usage before you hit your limit.
moecables 1 days ago [-]
how'd you get the 50% off?
jakozaur 1 days ago [-]
I don't believe we are anywhere close to AGI until I see 99.95% uptime at the frontier AI lab. Now they are undercounting. I hit 50x even when they claim they are up.
We now have alien intelligence that is very different from human intelligence.
The entire platform is skill driven, and based on the premise that state is your local file system. That makes switching harnesses so easy
It’s all open source and has plenty of other features, including inter agent communication, telegram client and much more in the pipeline
https://www.woltspace.com/
DS 4.1 flash is my main powerhouse and Opus/Astra my auditors (when they're not out of tokens) otherwise K3 or DS4 pro
Coming from mostly using Claude models, the terse factual statements coming from Astra via the Pi harness are a breath of fresh air over having to wade through the flowery verbose nonsense that Claude constantly outputs
Astra found a number of flaws that would have come up during implementation and we worked through them. But then I had Fable 5.1 review that document and it found a number of issues with Astra's changes, the least of which had was that Astra duplicated a lot of technical notions that it added rather than using references to an authoritative section. It also flagged some of Astra's designs as technically impossible, pointing out why and I'm actually in the process of digesting its feedback and updating the design spec. (I hand-review each point and we work through a solution together -- I don't trust either model to come up with something that follows my vision on their own)
I'm not promoting one or the other, I just found it interesting how this sort of adversarial review found pretty significant flaws in the other model's work. I am curious as to whether this process will eventually converge on a document that both agree on or if the models are going to perpetually nitpick each other.
I haven't actually started implementation yet, so maybe one or the other is full of shit. Just trying to come up with an architecturally sound design for something I want to write, when I lack the DSP knowledge to be able to write it myself. But the intent is to pass an agent the design doc and list of milestones and let it handle implementation.
1. who hosts the inference
2. which harness are you using with it, still CC?
1. I go direct to source, i.e. DS platform, I find it cheaper than paying the openrouter tax -- I also switch it up a bit
2. I built a local LLM router, that I update with new profiles that have my preferred provider of the week (lowest token costs/speed) with fallbacks, like mimo --> DS4 etc.. if there is overloading,
3. I use 3 diff harnesses, CC/Codex + Opencode -- they all talk to each other through a custom rig system that routes messages between llms using a Rust backed structured JSON system
Not saying this is the best, it's just what I like and works for me^.
I can flow quite naturally between Opus/Astra/K3/GLM/MiMo/DS/etc.. this way and often do...more so these days with subs no longer great as they used to be.
I also have the habit of naming my sessions with `/rename`
gpt-6-sol and Aeon (personal agent) on Thursday. Already preceded by a huge week with step, mimo, grok, and jev releases.
Relentless cycle.
Meanwhile, Meta's MUSE seems to be gaining traction in the US, while those of us in the EU are once again left watching from the sidelines.
https://claude.ai/artifact/6xFW1M4RVPj9rH9Nq8VG7E
In 1999 they even made a famous documentary about people in trench coats fighting AI
I am quite confident that what I'm doing is well within the law, and I'm not even doing any kind of pen-testing stuff, just some basic reverse engineering, but I can't even use Fable anymore because every time I enable it, it works for about twenty seconds and makes me drop down to Opus 4.8, and often even down to Sonnet.
If anyone here works at Anthropic, did you make the safeguards super sensitive recently?
*if you live in a real country, which gives all workers unlimited paid sick leave, I am defining "max possible" here as "as many as you can reasonably take without your boss doing something about it"
[1]: https://news.ycombinator.com/item?id=49792730
HN is already a waterfall of AI meta conversations and bike-shedding, now we have to discuss service outages about the AI too?
Can we talk about stuff people are building again, with or without AI, and stop gasping at every minute detail of LLM service providers.
Why are Apple product announcements upvoted? We've known about those changes for months, and they release on a predictable cadence.
Why did we ever care about San Francisco news? Most HNers aren't in SF, California, and many aren't even in the US.
etc
and keep workin'
I’ll be trying these models out and may end up switching my subscriptions if this craziness continues
We should hold corporations valued in billions to a higher standard than a single person trying to care for their family.
I've recently started reading "End Times Fascism" [0] and it truly encompasses where we are at, how we got here and the bleak future we may be in for if we don't get in front of this now. But this book definitely highlights a lot of what some of the tech community has been seeing and hand waving about for years. The worn out trope that we should hold corporations accountable doesn't work. We should hold the people at the top accountable like other nations do because if they want the limelight then they should bear the responsibility that comes with abuses. The US is becoming a caste system by design. National surveillance, erosion of access to resources for personal compute, bought and paid for politicians and laws that don't apply to the wealthy.
[0] https://us.macmillan.com/books/9780374621384/endtimesfascism...
Proof that vibe coded or not, people pay someone else mostly for liability.
If outages like this happened on every major deploy at any other company; this would be viewed as unacceptable, especially if it was something like Google Search going down on every update.
Not sure how can claude even compete at this point unless openAI seriously downgrade the models to save money.
We now have alien intelligence that is very different from human intelligence.