The damage is done. You cannot build a business critical function on top of American SOTA frontier model. Especially not with the current crew in charge.
Now whether AI tech is in the same league as say Nuclear tech and therefore by any reasonable standard should be regulated is a different question.
We hit the slippery slope on a random day in June 2026 and there is no putting the genie back in the bottle. Any exec or manager that puts load bearing weight on top of Anthropic/OpenAI/Google/AmericanCorp frontier model deserves the stress.
I'm a small software business owner in Europe. I have to assume my competition is willing to pay for any business advantage they can get. And so I also have to pay for the SOTA model, whatever it is.
The good news (for you and most everyone other than the current leading AI companies), the gap between the SOTA and the near-frontiers is getting smaller every week or two. The leading Chinese models are only a few months behind now (GLM 5.2 tickles the tail of GPT 5.3 or 5.4 and Opus 4.6, according to benchmarks and the vibes among heavy users who've spent some time with it), where they were a couple of years behind a year ago.
Any competitive business will accept this risk if it gives them any type of edge no matter the duration of that edge. This is no different that using an exotic raw material.
Eh, this isn’t really how businesses operate. How many businesses refuse to give devs large-spec machines? That’s very clear positive ROI.
I think it’s excessively charitable to assume businesses are uber-competent ROI-chasers. The expense people are eventually going to win on AI too, this blip of unrestricted AI budgets will be gone soon.
This thinking that every task must be stuffed into the most 'advanced' (expensive) model out there is idiotic, and it's not only you unfortunately.
At $JOB I have warned higher ups we should try to keep our expenditure under control, educate people that document slinging doesn't require Fable every time and demo the capabilities of the cheaper models, and been snubbed for it. When Fable is available once again our bill is going to be eye watering, relative to what it should be.
This x 10 . I don’t understand how people are saying you can’t use LLMs to get crazy productivity gains. If you can’t write quality code with LLMs at ludicrous speed, you’re holding it wrong. You will have occasional bad days and regressions. But overall you’re still going to be able to 4x your progress.
If you're an enterprise (including startups), you worry about customers, not code quality. There are famously many startups that gained traction despite shit code and then eventually got around to fixing it, to whatever extent was possible, like Facebook HHVM, Stripe's Sorbet, etc.
Ok, and? You can live with that if there are more important things to deal with.
I've stared at ugly LLM code, that I had just had generated, and worked well enough for my purposes. (generally, some quick recursion into a nested python dictionary in order to dig out some property -- especially for linting or quick data analysis).
And I wanted something better, sure, something a bit more readable ...but I just needed it to work well enough to recurse through a yaml file for config file linting, not be battle-hardened against every test case.
So to deal with the mess, I shoved it in a pure function, threw a few basic sanity unit tests around it, put a comment with a disclaimer of "#this is LLM generated code, it is lightly tested, do not use it for anything truly load-bearing without a lot more tests" and I moved on to something else.
You're on Hacker News. This is a site full of developers who are convinced that "proper software engineering" is 100% of what makes a business successful, and everything and everyone else is useless. You can't just waltz in here and point out that code in business is a means to an end and expect not to get downvoted.
There's a small minority of people who are adamantly refusing to change, such as there are in every technological revolution. Ego prevents them from even wholeheartedly trying the tool, because it would be admission they were wrong.
The opportunities available for these people are rapidly, rapidly shrinking. I believe it's possible to be a developer today who's EXCEPTIONAL and never uses AI. Most opponents are not exceptional, though, and even these opportunities are shrinking.
Most exceptional developers in my org adopted AI in their workflows and went from 10x developers to 20x developers.
If you refuse to adapt, you're going to be out of a job complaining about the kids and their newfangled technology REAL quick. You have a few years remaining, maybe less.
I can’t turn 10x work into 20x work because I have to ensure the two juniors in my team who are now creating 50x work won’t merge complete garbage, reviewed by another engineer that has already given up on caring.
I can’t turn 10x work into 20x work because my Product Manager thinks changing fundamental premises of tasks I already spent two weeks on (mostly removing human blockers) is very simple. After all, when he asked Claude to update his prototype, it only took it 10 minutes.
I can’t turn 10x work into 20x work because the company dedicated entire teams to write company-wide skills for everything. They suck, but if I don’t use them, I’m not following the new “golden path for engineering”, and I lose points in my performance review.
I can, however, turn 10x work into 20x work, or even much more than that, if AI actually did what it’s promising and eliminated most of my team, the product manager, and the middle managers. Or me. I could use a break.
I wonder if the people getting 10x productivity gains are spending less time on HN and more time tending to their agents. Personally I now spend so much time productively arguing with agents that it feels like an utter waste of effort arguing with humans, if people can't see the value in LLMs by now I'm not sure what I could say to change their minds.
Definitely enjoying the lack of eye-rolling, being asked to explain obvious things multiple times, and stopping things being done for resume-stuffing reasons.
do you think your current operation and niche is so optimized that not using Fable would put you out of business? Or is this a hope that using Fable will allow you to stay in business?
Nonsense. Do you buy state of the art pens, pencils, printers, paper, computers, disks, etc.? No. You buy whatever is the best value for the case at hand. That’s often not the SOTA option.
But if the job requires the best intelligence you can get with an LLM, then you use that.
Taking as an assumption that the quality of your product is a function of the quality of the inference you are using: if you use an inferior model because "what if it gets export controlled again" and your competitors don't, then your competitors are likely to win.
If you don't need frontier models for you job then this is all moot, but the thread started with
> You cannot build a business critical function on top of American SOTA frontier model
Which is silly. HN likes to roleplay bringing everythgin "business critical" in house because sometimes vendors mess up. Self host, don't use the cloud, run open models locally, built redundant supply chains in case of another covid, etc etc. Sometimes the risk is real, but most of the time the risk is rare and the cost of an interruption event is less than the cost of bringing everything in house or using lower quality vendors "just in case"
Wouldn’t you just have fallbacks? Today’s frontier models are just better than the other models, they don’t really have a ton of entirely unique abilities that can’t be replicated with more time and effort.
So you use the frontier model, then when you can’t you accept things are less efficient. The alternative (right now) is to be less efficient all the time, I don’t see any advantage to that.
But, it is a big own goal, because once you invest in building evals for your internal use-case, 1) it’s easier to switch your model to whatever is cheapest, and 2) it’s way easier to fine-tune an oss model.
Evals are annoying to build and most companies were fine to rest on vibes. Now many companies have to do the work for insurance.
I predict we all be using the hell out of fable until the next great model comes around and in two weeks we won’t be talking about the export controls anymore. We just don’t have the attention span.
Nobody should be putting loadbearing weight on Amazon or Microsoft with their ruthless monopoly ambitions, yet here we are
> I predict we all be using the hell out of fable until the next great model comes around and in two weeks we won’t be talking about the export controls anymore.
Until it goes down, or Anthropic raises prices again.
Fable is already expensive to use compared to GLM and they want you to use the API as much as possible so you get a worse deal.
Nah, people will still pay, as many if not most consumers truly do have a short memory. And like other comments say, imagine everyone is using Fable and you are not, you will quickly fall behind, per the Red Queen hypothesis.
Read the guidelines, you can make your point without calling people "suckers".
> When disagreeing, please reply to the argument instead of calling names. "That is idiotic; 1 + 1 is 2, not 3" can be shortened to "1 + 1 is 2, not 3."
Most companies do not model themselves as "building on [AI model du jour]" yet. They model themselves as building products with those tools, which they consider as relatively substitutable.
This won't age well. You just need to code in a way that has fallbacks. Whether that is to older models, different companies. It's going to be a commodity (if it isn't already).
I think this is black and white thinking. Fable and US AI is not unique technology. It’s just marginally better than open source tech at 10 times the price. You can swap out the models at will, they are pretty much fungible. If your use case can pay for a best in class model then you will pay for it no matter the bogeymen. If your best in class model becomes unavailable, you switch to the next best model for a very minor performance degradation. I really doubt this will deter anyone from using American AI.
The real problem is the White House just making up the rules as it goes. No laws. No predictably for the markets.
A week or so pause from seemingly legitimate cyber security concerns isn’t cause for panic. But it should be backed by laws that describe what that process should be. That would put the market at ease
> "The reality is this is world-ending technology and absolutely nobody knows what to do or can even agree that the problem exists."
The reality is that the "people in power" believe it is "world-ending technology" and will therefore use it in world-ending ways. People are absolutely 100% the danger here, not the technology.
LLMs are still easily replaceable. If the SOTA frontier model provides meaningful impact for your critical business function, then worse case you flip the switch to the next most capable model.
Of course Anthropic is still relevant, but people have realized they’re not special, and between this and the ID verification thing, they’ve given up a ton of their relevance vs a month ago.
I used Fable 5 for maybe 10 hours in the window when it was available. It was much better than Opus 4.8. And I have found the Opus models to be excellent, but Fable 5 was cranking out incredible research on some data sources I wanted to plumb into my project.
I wouldn't personally pay API pricing for it for my personal projects, but I bet it's going to be absolutely slammed with usage for the next month+.
No doubt Anthropic Mythos/Fable are frontier. I also miss having access as it uncovered some "evals repellant" regressions on my personal pet factory.
OTOH for most of my day to day work I've come to realize that faster ~ Opus 4.6 / GPT 5.3 level capabilities could be the sweet spot as scaffolding has to be put in place right after clean specs and constant review anyways. The latest chinese models and GLM 5.2 in particular felt on-par on that front.
As everyone knows, Kool-Aid is also just mostly water.
I work in AI / infrastructure and I have never seen as much interest towards investing into sovereignty by actual deciders. Thankfully, at this point I can't see any flip-flopping / change of messaging stopping that train.
In CA/EU over the last ~15 years, one used to be perceived as a bit of a "weird systems person" by just proposing alternatives to the big hyperscalers.
So the Trump administration, hands-down, has been the greatest ally here.
In tandem, I was hoping Anthropic would be keeping "dangerously capable" models banned from "evil Chinese distillers" for as long as possible.
I bought a GLM 1 year subscription and changed my environment variables to use Claude Code... yep the same one that is using stegonography to send details about users to the model. China knows where I live, I'm not getting ripped off or rug pulled on their models either.
That is part of why downvotes exist. They also exist for personal attacks, off topic tangents, posts that don't make sense, trolling, advertisements, AI generated content, and other such things we don't want to see here.
But "downvote for disagreement" is a legitimate use. I personally tried to tell someone that it wasn't, and I got corrected by dang.
> But "downvote for disagreement" is a legitimate use.
This made me realize it's a waste of one's time to write thoughtful, informative, educational posts only to have them buried and downvoted by man-children.
If we go by empirical evidence alone, it's a more effective use of time making Reddit-quality quips.
Tom Brown
Chief Compute Officer
Anthropic
548 Market Street
San Francisco, CA 94104
Dear Mr. Brown:
Since the issuance of my previous letters, dated June 12, 2026 and June 26, 2026, Anthropic has taken steps in close coordination with the U.S. government to address
the risks associated with Claude Mythos 5 and Claude Fable 5. Among other things, Anthropic has agreed to proactively detect and address security risks associated with the models; to work diligently with the U.S. government on protocols and standards and releases for Mythos, Fable, and future models; and to inform the U.S. government of any malicious activity.
In light of these actions and commitments, as well as the Bureau of Industry and Security's evaluation of the diversion risks now presented by Claude Mythos 5 and Claude Fable 5, the controls in the June 12 letter are withdrawn. A license is no longer required for the export, reexport, or in-country transfer, including deemed export or deemed reexport, of the Mythos or Fable models.
Commerce reserves the right to reevaluate the decisions made in this letter and the necessity of reimposing a license requirement, should circumstances change or should Anthropic fail to adhere to its commitments.
If you have any questions about this letter, please contact me or the Under Secretary of Commerce for Industry and Security, Jeffrey Kessler, at (202) 255-1864.
It was likely a dealbreaker for Anthropic, since the export control excluded Anthropic’s own foreign employees from being able to access Mythos internally. Naturally, this makes model development hard.
You're suggesting a for-profit company both hobbled it's own product and is actively lying about doing so. The only way that's true is if the Trump admin has crawled all the way up Anthropic's ass. But by all accounts, this is just another 10% effort by Trump and friends.
I don't think this is the case just because of the 'fallback' method they described, where suspicious requests are routed to Opus 4.8. If the model was degraded for certain categories of knowledge, then they'd probably be fine letting the model answer to it. IMO, of course
Either way, I do hope they lift those draconian bans. Using the model was a terrible experience because of the constant downgrades. I didn't manage to harden my own projects before Fable got banned.
The CEO is also not the addressee of shipments of urinal cakes.
There is a deep, deep ignorance of export controls on HN, and I fully expect it will play out as another 500 comment thread of snark and incorrecting each other while blaming the government and not understanding a word of it.
FWIW an Empowered Official is not the person who cleans the espresso machine.
The real problem in all this is lack of predictability. The White House is just making it up as it goes along. Investors, customers don’t know what the process is and can’t plan.
In the end, we need actual laws that tell the market what kinds of models get paused / analyzed, how long that pause can be, etc.
Otherwise there’s no standard and it will be easily abused and prevent investment in US AI companies.
are export controls the right thing ? Probably not.
but the american economy is over-exposed on "A.I" - the capital expenditure, while the Chinese are proving you don't need to spend tons of capital to get close to the frontier.
the Chinese have better building capacity & cheaper energy. that means the market has to correct at some point.
It's a little too later for export controls. Chinese models have made massive gains through legitimate research but also being trained on billions of tokens from Claude/GPT. The politicians have no idea how to stop that from happening so they pull the only lever they know.
Also, don't forget that we're only here because the clown-in-chief cut them off from GPUs - forcing them to make do with inferior hardware (and hence superior ideas). I have no doubt that any controls would only make China stronger.
Relatives vs absolutes. America will spend $500B and because of leaky pipes that's effectively 100B going directly to what's needed. China gets a lot of bang for their buck so even if they're spending a fraction of the US, they make it worth their money.
China’s chip industry is 7-10 years behind, and that is because they are desperate and have been throwing money at it. But technological progress requires more than just money.
I shudder to think what the definition of "malicious activity" is that they will be reporting to the government. Speech has been severely chilled the last couple of years.
It's nice that the restriction is going to get lifted but I hope this doesn't make anyone complacent that their coding work is going to be scrutinized by the US government, with AI, when using these models.
Fable was such a clear improvement. I can't wait to start using it again.
Opus 4.8, you did a lot of good work for me, but in the name of all things holy... I will not miss your communication style. So long and thanks for the fish.
I just finished reading Incorruptible and a central theme (Anthropic is a case study) is that trust is singularly the most important currency a business has. The past few weeks have done wonders for Anthropic’s marketing but just as much if not more damage to the trust factor. Businesses will continue to use Anthropic because it’s the default and accessible where it matters (AWS, Azure, GCP, Databricks, Snowflake, etc). But the trust factor has dropped. It’ll be interesting to see if they can turn the tide. Maybe Fable will be too awesome for people to care about the past few weeks?
>> The past few weeks have done wonders for Anthropic’s marketing but just as much if not more damage to the trust factor.
I don’t agree with this at all. IMO Anthropic has shown that that are willing to take even significant financial hits in order to stand up to their values and mitigate what they consider to be dangers and risks. Some people don’t like that or think it’s just marketing. But that’s exactly what Incorruptible is about: companies that are willing to take a stand, even in the face of overwhelming pressure from competitors, shareholders and naysayers.
Most people don't care about trust anymore, we live in a low trust society where this is to be expected. People gladly line up to be poisoned by fast food restaurants and trade 1/3 of their life for pieces of paper on a daily basis.
So it seems like David Sacks was right that the US government only really got involved because the Amazon/ AWS CEO complained about latent security threats [0] and that the government was reluctant to actually issue the export control.
My only hope is that they don't overdo the guardrails. Claude's been one of the best coding models, and it'd be nice if it stayed that way for real and legitimate developer workflows.
The classic chaotic governance model and creation of an uncertain business environment by the Trump admin in the most important industry for the US economy.
If this is the most important industry for the US economy, the US is screwed. and .... Hopefully you're correct.
In past Empires kings bet their entire nations future on the words of soothsayers , people who said they could predict the future. It seems like Machine Learning engineers are the magicians of Empire of the modern age.
Fable was (is) a major leap forward for my development tasks. The quality of the model compared to Opus 4.8 (when I last used it before the ban hammer) was night and day. Fable single-shotting complex and complete applications was a beautiful thing and I can't wait to get back to developing with it.
Hey it's a perfectly pro-business environment as long as your business kisses the ring vigorously and continuously with perpetually escalating intensity.
Weren't they already doing that since the beginning? Fable released with a data retention policy. I assumed US government surveillance was the reason for this.
>Anthropic has taken steps in close coordination with the U.S. government to address the risks associated with Claude Mythos 5 and Claude Fable 5. Among other things, Anthropic has agreed to proactively detect and address security risks associated with the models; to work diligently with the U.S. government on protocols and standards and releases for Mythos, Fable, and future models; and to inform the U.S. government of any malicious activity.
ah, I see. so, Chinese models are getting banned soon.
Almost as though they were indefensible bullshit to begin with. I wonder who extorted whom and for how much.
Like gee, that was fast. If this had any bearing on reality, one would imagine the vetting process would take actual time and that there would be a real, material difference between what we knew then and what we know now.
Now whether AI tech is in the same league as say Nuclear tech and therefore by any reasonable standard should be regulated is a different question.
We hit the slippery slope on a random day in June 2026 and there is no putting the genie back in the bottle. Any exec or manager that puts load bearing weight on top of Anthropic/OpenAI/Google/AmericanCorp frontier model deserves the stress.
When there isn't a zero-risk option, the question becomes which risk is smaller.
I think it’s excessively charitable to assume businesses are uber-competent ROI-chasers. The expense people are eventually going to win on AI too, this blip of unrestricted AI budgets will be gone soon.
At $JOB I have warned higher ups we should try to keep our expenditure under control, educate people that document slinging doesn't require Fable every time and demo the capabilities of the cheaper models, and been snubbed for it. When Fable is available once again our bill is going to be eye watering, relative to what it should be.
I've stared at ugly LLM code, that I had just had generated, and worked well enough for my purposes. (generally, some quick recursion into a nested python dictionary in order to dig out some property -- especially for linting or quick data analysis).
And I wanted something better, sure, something a bit more readable ...but I just needed it to work well enough to recurse through a yaml file for config file linting, not be battle-hardened against every test case.
So to deal with the mess, I shoved it in a pure function, threw a few basic sanity unit tests around it, put a comment with a disclaimer of "#this is LLM generated code, it is lightly tested, do not use it for anything truly load-bearing without a lot more tests" and I moved on to something else.
Not everything has to be bulletproof.
People need to get to grips with that fast.
Distribution, relationships, processes, mindshare, marketing, and politics matter. Code is just ephemeral glue and implementation detail.
The opportunities available for these people are rapidly, rapidly shrinking. I believe it's possible to be a developer today who's EXCEPTIONAL and never uses AI. Most opponents are not exceptional, though, and even these opportunities are shrinking.
Most exceptional developers in my org adopted AI in their workflows and went from 10x developers to 20x developers.
If you refuse to adapt, you're going to be out of a job complaining about the kids and their newfangled technology REAL quick. You have a few years remaining, maybe less.
I can’t turn 10x work into 20x work because my Product Manager thinks changing fundamental premises of tasks I already spent two weeks on (mostly removing human blockers) is very simple. After all, when he asked Claude to update his prototype, it only took it 10 minutes.
I can’t turn 10x work into 20x work because the company dedicated entire teams to write company-wide skills for everything. They suck, but if I don’t use them, I’m not following the new “golden path for engineering”, and I lose points in my performance review.
I can, however, turn 10x work into 20x work, or even much more than that, if AI actually did what it’s promising and eliminated most of my team, the product manager, and the middle managers. Or me. I could use a break.
Yes you use the right tool for the job.
But if the job requires the best intelligence you can get with an LLM, then you use that.
Taking as an assumption that the quality of your product is a function of the quality of the inference you are using: if you use an inferior model because "what if it gets export controlled again" and your competitors don't, then your competitors are likely to win.
If you don't need frontier models for you job then this is all moot, but the thread started with
> You cannot build a business critical function on top of American SOTA frontier model
Which is silly. HN likes to roleplay bringing everythgin "business critical" in house because sometimes vendors mess up. Self host, don't use the cloud, run open models locally, built redundant supply chains in case of another covid, etc etc. Sometimes the risk is real, but most of the time the risk is rare and the cost of an interruption event is less than the cost of bringing everything in house or using lower quality vendors "just in case"
So you use the frontier model, then when you can’t you accept things are less efficient. The alternative (right now) is to be less efficient all the time, I don’t see any advantage to that.
But, it is a big own goal, because once you invest in building evals for your internal use-case, 1) it’s easier to switch your model to whatever is cheapest, and 2) it’s way easier to fine-tune an oss model.
Evals are annoying to build and most companies were fine to rest on vibes. Now many companies have to do the work for insurance.
Nobody should be putting loadbearing weight on Amazon or Microsoft with their ruthless monopoly ambitions, yet here we are
Until it goes down, or Anthropic raises prices again.
Fable is already expensive to use compared to GLM and they want you to use the API as much as possible so you get a worse deal.
Yes 1000%, please, all my European competition please don't use mythos whatever you do it's total USA trash and the Chinese models work better anyway.
> When disagreeing, please reply to the argument instead of calling names. "That is idiotic; 1 + 1 is 2, not 3" can be shortened to "1 + 1 is 2, not 3."
https://news.ycombinator.com/newsguidelines.html
A week or so pause from seemingly legitimate cyber security concerns isn’t cause for panic. But it should be backed by laws that describe what that process should be. That would put the market at ease
The reality is this is world-ending technology and absolutely nobody knows what to do or can even agree that the problem exists.
The reality is that the "people in power" believe it is "world-ending technology" and will therefore use it in world-ending ways. People are absolutely 100% the danger here, not the technology.
Yes I can!
I think Europe and Canada are just happy not to be frozen out of AI access completely at this point.
https://news.ycombinator.com/item?id=48709670
https://news.ycombinator.com/item?id=48721903
Of course Anthropic is still relevant, but people have realized they’re not special, and between this and the ID verification thing, they’ve given up a ton of their relevance vs a month ago.
I wouldn't personally pay API pricing for it for my personal projects, but I bet it's going to be absolutely slammed with usage for the next month+.
OTOH for most of my day to day work I've come to realize that faster ~ Opus 4.6 / GPT 5.3 level capabilities could be the sweet spot as scaffolding has to be put in place right after clean specs and constant review anyways. The latest chinese models and GLM 5.2 in particular felt on-par on that front.
I work in AI / infrastructure and I have never seen as much interest towards investing into sovereignty by actual deciders. Thankfully, at this point I can't see any flip-flopping / change of messaging stopping that train.
In CA/EU over the last ~15 years, one used to be perceived as a bit of a "weird systems person" by just proposing alternatives to the big hyperscalers.
So the Trump administration, hands-down, has been the greatest ally here.
In tandem, I was hoping Anthropic would be keeping "dangerously capable" models banned from "evil Chinese distillers" for as long as possible.
But "downvote for disagreement" is a legitimate use. I personally tried to tell someone that it wasn't, and I got corrected by dang.
This made me realize it's a waste of one's time to write thoughtful, informative, educational posts only to have them buried and downvoted by man-children.
If we go by empirical evidence alone, it's a more effective use of time making Reddit-quality quips.
Source: https://x.com/AndrewCurran_/status/2072103733715194048?s=20
-------
June 30, 2026
Tom Brown Chief Compute Officer Anthropic 548 Market Street San Francisco, CA 94104
Dear Mr. Brown:
Since the issuance of my previous letters, dated June 12, 2026 and June 26, 2026, Anthropic has taken steps in close coordination with the U.S. government to address the risks associated with Claude Mythos 5 and Claude Fable 5. Among other things, Anthropic has agreed to proactively detect and address security risks associated with the models; to work diligently with the U.S. government on protocols and standards and releases for Mythos, Fable, and future models; and to inform the U.S. government of any malicious activity.
In light of these actions and commitments, as well as the Bureau of Industry and Security's evaluation of the diversion risks now presented by Claude Mythos 5 and Claude Fable 5, the controls in the June 12 letter are withdrawn. A license is no longer required for the export, reexport, or in-country transfer, including deemed export or deemed reexport, of the Mythos or Fable models.
Commerce reserves the right to reevaluate the decisions made in this letter and the necessity of reimposing a license requirement, should circumstances change or should Anthropic fail to adhere to its commitments.
If you have any questions about this letter, please contact me or the Under Secretary of Commerce for Industry and Security, Jeffrey Kessler, at (202) 255-1864.
Sincerely,
Howard W. Lutnick
------
Looks like Anthropic paid the Danegeld. Now they'll never get rid of the Dane.
https://archive.is/9k7qt#selection-2001.41-2001.49 https://archive.is/dybOE
https://openai.com/index/previewing-gpt-5-6-sol/
I assume they did something to the model itself.
Either way, I do hope they lift those draconian bans. Using the model was a terrible experience because of the constant downgrades. I didn't manage to harden my own projects before Fable got banned.
The CEO is also not the addressee of shipments of urinal cakes.
There is a deep, deep ignorance of export controls on HN, and I fully expect it will play out as another 500 comment thread of snark and incorrecting each other while blaming the government and not understanding a word of it.
FWIW an Empowered Official is not the person who cleans the espresso machine.
He likely does not have the domain knowledge nor is authorized to be the recipient of such a letter.
And that's ok. His role is to hire others competent in export matters. It's a learning experience for them.
In the end, we need actual laws that tell the market what kinds of models get paused / analyzed, how long that pause can be, etc.
Otherwise there’s no standard and it will be easily abused and prevent investment in US AI companies.
are export controls the right thing ? Probably not.
but the american economy is over-exposed on "A.I" - the capital expenditure, while the Chinese are proving you don't need to spend tons of capital to get close to the frontier.
the Chinese have better building capacity & cheaper energy. that means the market has to correct at some point.
"Anthropic has agreed to proactively detect and address security risks associated with the models" LOL, this was already happening.
This clown car administration just keeps making shit up and then backpedalling in a way that just leaves everything worse.
It's nice that the restriction is going to get lifted but I hope this doesn't make anyone complacent that their coding work is going to be scrutinized by the US government, with AI, when using these models.
Opus 4.8, you did a lot of good work for me, but in the name of all things holy... I will not miss your communication style. So long and thanks for the fish.
We'll begin restoring access tomorrow, and will share an update soon.
We’re grateful to our users for their patience, and to everyone who worked with us on redeploying the models.
https://x.com/anthropicai/status/2072106151890809341?s=46
I don’t agree with this at all. IMO Anthropic has shown that that are willing to take even significant financial hits in order to stand up to their values and mitigate what they consider to be dangers and risks. Some people don’t like that or think it’s just marketing. But that’s exactly what Incorruptible is about: companies that are willing to take a stand, even in the face of overwhelming pressure from competitors, shareholders and naysayers.
[0] https://news.ycombinator.com/item?id=48529358
>We'll begin restoring access tomorrow, and will share an update soon.
>We’re grateful to our users for their patience, and to everyone who worked with us on redeploying the models.
From Anthropic on Twitter
https://archive.is/HSIxa
https://archive.is/BbxA1
https://megalodon.jp/2026-0701-0918-51/https://x.com:443/Ant...
In past Empires kings bet their entire nations future on the words of soothsayers , people who said they could predict the future. It seems like Machine Learning engineers are the magicians of Empire of the modern age.
Depends on how economically useful AI turns out to be. It will be useful, but it needs to be VERY useful for the current valuations.
>In past Empires kings bet their entire nations future on the words of soothsayers
I think AI's rise is much closer to the story of factory machines and computers than to soothsayers and emperors.
All aboard the hype train!
On a lark, I asked Claude to compare AI to the wild west a while ago. It raised three points of similarity:
- Land-grab economics
- Lack of regulation
- Changing social and professional attitudes.
Whatever it is, it's a wild ride regardless.
ah, I see. so, Chinese models are getting banned soon.
Like gee, that was fast. If this had any bearing on reality, one would imagine the vetting process would take actual time and that there would be a real, material difference between what we knew then and what we know now.
The cartoon bullshit theater is exhausting.
I'm sure many teams couldn't do their best work because Claude Fable 5 was unavailable.
I wonder what their hiring pages look like now, are they starting to remove job postings?
I'm absolutely fascinated.