· 05:30 PM PDT

Qwen 3.8 Stuns Local AI as Engineer Panic Peaks

Overview

Alibaba's Qwen 3.8 dominates the conversation, with the new 27B model stunning local enthusiasts through one-shot coding feats and download numbers that eclipse Meta and Google, fueling intense debate over performance and regional optimizations. Community sentiment has pivoted sharply toward anxiety, underscored by a viral post from a panicking software engineer and reports of unprecedented concern levels, even as some analysts suggest the profession is evolving toward leadership rather than replacement. In frontier updates, OpenAI previewed GPT-5.6 Sol Ultrafast with dramatic speed improvements, Anthropic revealed volatile agent behaviors in a turf war experiment, and geopolitical tensions rose as the US presses allies to pick sides in the AI race.


Hacker News Stories

AI Isn't Outthinking Mathematicians. It's Out-Remembering Them

388 points · 346 comments · by rzk

AI Isn't Outthinking Mathematicians. It's Out-Remembering Them

The article argues that AI's apparent superiority in mathematical problem-solving stems less from superior reasoning and more from its access to a vastly larger symbolic working memory, primarily enabled by expansive context windows. While human cognition is biologically capped in how many variables, constraints, and intermediate steps it can hold simultaneously, AI can preserve hundreds of elements in an external textual workspace. This architectural difference allows machines to maintain long chains of deduction and perform extensive symbolic bookkeeping without the cognitive overload that typically limits human mathematicians.

Interesting Points
  • Cited studies, such as a six-year longitudinal study by Alloway and Alloway (2010), show that early working memory performance predicts later academic achievement more strongly than IQ measures after controlling for intelligence.
  • The author characterizes AI context windows as 'augmented symbolic working memory,' noting that while models lack private, continuously updated mental states, they excel at operating over a fixed and explicit textual record.
  • Mathematical reasoning uniquely benefits AI because its symbols remain stable and unambiguous, unlike informal domains where concepts like 'fair' or 'successful' shift meaning based on cultural or situational context.
  • The working-memory hypothesis predicts AI's advantage will be smallest on problems requiring a single profound conceptual leap and largest on tasks demanding extensive case analysis, long calculation chains, and precise symbolic bookkeeping.
Top Comments

I suspect that a lot about what we call being very intelligent is ultimately out-remembering people around us. I think of all the times in my software career when I did something that others considered very high performance, it either came down to either having more energy than others at tackling a problem they thought was more trouble than it was worth, or just bringing back random knowledge from previous jobs or self study, and being able to apply it to the problem at hand.

I don't think I've had a truly original idea in my life. Combine A + B, when it's rare for people to know A and B at the same time. So from that perspective, what LLMs are doing is basically the same thing. Sometimes I am faster than the LLM because my context might be better organized, but it typically needs just a hint from me to steer itself correctly. It claims something is a memory leak, but smelling a rat, I suggest it to double check the garbage collection statistics too, at which point it's clear it's no leak, but a tuning error, at which point the LLM is better at tuning than me, because it has more energy than I do.

Maybe there's true brilliance out there, when something doesn't come out of combining data and building hypothesis until you get really lucky. My experience is not comprehensive. But I look around me, and it sure seems I've not been lucky enough to see it. Even the shiniest people I've worked with, which most of the audience here would recognize, have never shown me that they can go past this.

hibikir (thread)

Does it matter? It's going to produce proofs far more intricate than humans can understand, outdoing humans and opening new frontiers.

The age of humans comprehending things is coming to an end: our brains just won't have the capacity to make meaningful contributions to science, math, or technology.

a2ff6eeb0 (thread)

Combine A + B

Really, compress. Compression is a useful proxy for intelligence.

To compress data efficiently, an entity must discover the underlying patterns, structures, and regularities within that data. Identifying these structures is precisely what we define as "understanding" or "intelligence.

Anything we put into writing can be thought of as a string of data. The Kolmogorov complexity of a string of data is the length of the shortest possible computer program that can output that string.

A good compressor doesn't just memorize (yes, there's a reason LLM writing features the "it's not just X, it's Y pattern"), it builds a generalized model to handle unseen, similar data. LLMs are trained by compressing the internet into weights, they use this to write new code.

When an LLM is trained, it compresses ...bytes of human text into a few ...bytes of neural network weights. When you ask it a question, it uses that compressed model to generate (decompress) a coherent response.

Consider the dichotomy:

LLMs display emergent reasoning, coding capabilities, and logic because they were forced to compress human language so tightly.

LLMs often suffer from "hallucinations" and struggle with novel logic puzzles because compression encourages mimicking statistical patterns rather than building a true causal model of the physical world.

An algorithm can achieve massive compression if it utilizes a highly complex, slow, or massive decompression engine. If a system takes 10 000 years to decompress a file, or requires an infinite amount of computing power (like Kolmogorov complexity), it cannot function as a practical intelligence. Real intelligence must operate within tight time and energy constraints.

Maybe there's true brilliance out there

Brilliance is a trope. pg s 2009 "The Anatomy of Determination" deals with it: https://www.paulgraham.com/determination.html

In it, he argues that determination is the single most important predictor of success, surpassing even raw intelligence.

While popular culture loves the narrative of the "brilliant genius," Graham s experience backing hundreds of startups taught him that a highly intelligent person without drive quickly becomes ineffectual. Conversely, a profoundly determined individual can find pathways to success even in ordinary or unglamorous industries. Over time, determination actually starts to look like talent.

I m going to commit a faux pas (a breach of HN etiquette) and give an AI summary in 3 bullet points because, well, the article deals with 3 points, so it s a good fit and I doubt I can compress it better than AI:

  1. Willfulness. The desire to get your way regardless of obstacles or consequences.Being fearless about consequences and pushing thr

gspetr (thread)


Working with AI Feels More Like Leadership Than Coding

258 points · 169 comments · by allenb

The article argues that interacting with AI resembles leadership and collaborative dialogue more than traditional deterministic coding due to its inherent unpredictability. Instead of treating AI like a compiler that requires exact commands, the author suggests framing interactions as collaborative efforts that rely on shared context, clear intent, and iterative feedback. This shift requires developers to leverage existing leadership skills, such as explaining desired outcomes and refining prompts over time, rather than mastering entirely new technical paradigms. Ultimately, the author posits that effective AI-assisted work depends on articulating the rationale behind tasks rather than just issuing precise instructions.

Interesting Points
  • Treating AI like a compiler causes frustration, while framing the interaction as collaboration allows the system to make useful connections and surprise the user with novel approaches.
  • Practical tools like examples, corrections, and reusable instructions are highlighted as key mechanisms for reducing misunderstandings and aligning the AI with the user's workflow.
  • The leadership analogy comes with a strict caveat that AI lacks lived experience, accountability, and human judgment, meaning the comparison applies only to communication dynamics.
  • The article identifies a necessary paradigm shift from decades of training developers to specify exact commands, to now requiring them to articulate why work matters and where judgment is needed.
  • Iterative feedback loops over time enable the AI system to progressively adapt to and align with the user's specific thinking patterns and operational needs.
Top Comments

The word is "management", not "leadership". This comes across as a LinkedIn post filled with vague notions and weak writing.

The conclusion also completely contradicts a previous point, which is that managing an LLM is not like managing a human. So the skills are, in contradiction to that LLM-ism of a conclusion, new. The author isn't using their people management skills, they're using new LLM-management skills. They think the two are similar, but didn't bother breaking down how they're the same vs where they contrast. It's just a lazy observation expanded out to a short essay that says nothing interesting.

miyoji (thread)

My Eng lead has no coding experience, 25 years of management experience, yet has driven 3 separate projects into technical bankruptcy to date.

He just accepts anything that Claude says as truth. He vibecoded over 60,000 lines of code in 3 weeks, but couldn’t get it to do what he want and made a project overrun for 3 extra months. When the pissed off stakeholders called a meeting to ask what was going on he didn’t show up and sent his junior engineer to answer questions and take the blame. Now thats leadership.

boron1006 (thread)

It's an AI-generated post on another ephemeral AI-generated blog, now a multiple-times-a-day occurrence on HN. We're taking issue with what a chatbot thinks about "leadership". And some people will probably show up and say it shouldn't matter who wrote it, but it obviously does. There's just some undeniable comedy in this.

matherial (thread)


Show HN: ThoughtDAG – An editable context graph for LLM conversations

109 points · 51 comments · by chatchan

ThoughtDAG context graph visualization

ThoughtDAG is an open-source, local-first desktop application that replaces linear LLM chat histories with an editable context graph. Conversation exchanges become nodes connected by explicit wires, and only the wired ancestors of the current node are included in the model request. Deleting an edge removes that branch from the model's actual context, not just the visualization. The tool supports Ollama and OpenAI-compatible endpoints, includes PDF clipping with page provenance, and stores all canvases locally.

Interesting Points
  • A concrete demo showed that deleting a single unrelated conversation edge reduced the context payload by exactly 47 tokens and eliminated a 'dinner detour' that had polluted a research summary.
  • The author notes the tool feels closer to a mind map or Miro than to version control — branches don't need to resolve into clean merges and can remain divergent.
  • macOS builds are signed and notarized by Apple, while Windows builds are currently unsigned and require manual SmartScreen bypass.
  • The author has not noticed measurable slowdown in practice with canvases of around a hundred nodes, since only wired ancestors are included in each request.
Top Comments

What about cache? When you change the context the prefill stage will be much slower?

urvader (thread)

This seems like a really interesting idea and something I've basically been doing myself manually so far, with a DESIGN.md document with "one concept/decision per line, built in a tree" basically, where all decisions that needs to be remembered gets noted down for future reference. Not a fan of ThoughtDAG being a complete separate application rather than built into the tools I use every day, like my text editor or other planning tool. But neat that you've seemingly integrated a bunch of LLM providers, including letting us use local models, sufficiently sweet :)

embedding-shape (thread)

I looked at the repo and demo canvas. Nice work. Especially liked the 3 semantic zoom tiers and the weave/condense features. If you're enabling for less-technical users consider leading with weave and condense vs. edge deletion. Edge deletion is where the model is powerful but my Mom would get stuck there for instance. The idea that removing a wire changes what the model actually sees might not be obvious.

mikeebener (thread)

Nice work! Recently I prototyped a harness for structured agentic research work and I arrived at something very similar. I found it especially useful for balancing research breadth vs research width when exploring new topics. A graph structure makes it easier for me to identify potential blind spots in the research process and allows me to be more confident that no promising alternative solutions were left out while at the same time not getting too stuck in rabbit holes of subquestions.

floriangoebel (thread)

Nice. seems like this converges on something i built called Tangents.chat, specifically the "Context complier", which can be seen here (https://tangents.chat/demo) (click Context in the top right after entering the demo). Looking forward to looking more at ThoughtDAG.

boffin (thread)


Cloudflare's AI Psychosis

106 points · 85 comments · by gregzeng95

An in-depth critique argues that Cloudflare has abandoned its reputation for simple, reliable infrastructure in favor of a chaotic, AI-driven product launch cycle dominated by product managers rather than systems engineers. The platform's storage and compute offerings are fragmented across a sprawling catalog of overlapping tools, while core features like observability and documentation remain buggy or incomplete. Despite routing roughly a third of all web traffic and hitting all-time stock highs, the company's focus on announcement cadence and social media engagement has eroded developer trust and technical coherence.

Interesting Points
  • Cloudflare routes approximately one in three internet requests and maintains an all-time high stock valuation, yet the author notes a sharp decline in core reliability and developer experience.
  • The platform's storage and compute offerings are fragmented across D1, Durable Objects, KV, R2, Hyperdrive, Workers, Dynamic Workers, Sandboxes, and Containers, with no native, first-class managed PostgreSQL or unified code execution environment.
  • Workers observability remains critically flawed: tracing is still in open beta as of August 2026, non-I/O operations report 0 ms latency due to Spectre mitigations, and trace context fails to propagate to external services.
  • A 2026 workforce reduction eliminated roughly 1,100 roles, which the author frames as an AI-driven pivot toward an agentic operating model that displaced veteran infrastructure engineers.
  • Workers AI inference performance currently lags behind specialized providers on speed and frontier model availability, forcing many teams to treat Cloudflare as mere plumbing rather than an AI runtime.
Top Comments

There was a time Cloudflare just made the internet better. There wasn't. Cloudflare is a cancer grown too big. And it was always positioned to become one, the middleman between users and the Internet.

reisse (thread)

The fact is that every major company is AI accelerating their development, and soon, it will just be every company. We're already past the point of getting our hackles raised when we suspect something is AI written. Everything is or soon will be AI written. So I don't think it's that useful to blame bad product design on AI. Bad product design is just bad product design.

spicyusername (thread)

I don't understand the impulse to whine and complain about the aesthetics of a big company. Why on earth do I care if someone thinks Cloudflare is cringe? What is interesting about that? They are following the market like everyone else.

daishi55 (thread)

This is the kind of naive thinking that enabled what's going on today. Sadly, the decentralized Internet is now destroyed and will never exist again.

ssilver (thread)

Why would they do anything else? They own a huge chunk of the internet now - with many, many companies having deeply integrated CF into their own stuff. Switching costs are so high, from a business standpoint, investing in technical excellence would be wasted money. They're just a corp like everyone else.

hypfer (thread)


AI in drug discovery – what it is, where we stand and the path forward

75 points · 39 comments · by AnodicElegy

A Science blog post by Derek Lowe examines the current state of AI in drug discovery, acknowledging both the genuine excitement and the hype surrounding the technology. The article discusses how AI tools are being applied across the drug development pipeline, from target identification to molecule design, while cautioning against treating AI as a silver bullet. It emphasizes that drug development timelines far exceed the interval in which these technologies have been effective, and recommends that researchers think carefully about why they're using certain techniques rather than adopting them simply because they're newly available.

Interesting Points
  • The article recommends AI companies and investigators think more carefully about why they're using certain techniques rather than adopting them simply because they're newly available
  • Drug development timelines typically exceed the interval in which AI technologies have been effective, making impact measurement a long-term endeavor
  • Commenters note that AI-designed drugs for hair loss exist, including slow-release oral minoxidil formulations developed with AI assistance by companies like Veradermics
Top Comments

We're all about to come face to face with this reality. This dance can only last so long.

p-o (thread)

"The paper goes on to make recommendations for AI companies and investigators, and these are well worth reading. The common theme is that people need to think more about why they’re doing certain techniques or using certain technologies, rather than just using them because they’re newly available."

Please. Please let some people with power and influence understand this lesson sooner rather than later. I understand the reasons that's unlikely to occur, but usually the impact isn't quite so drastic and expensive as this is. Just because something is new and shiny doesn't mean that it'll produce the outcomes you need at the other end, and until it's shown that capability your approach to it should be MODERATE.

EA-3167 (thread)

need one for brain plasicity. it would be nice to be able to easily learn a foreign language or musical instrument naturally.

cryptographical (thread)


Suspecting court of using AI, man injected prompts in filings to try to win case

74 points · 56 comments · by jnord

Suspecting court of using AI, man injected prompts in filings to try to win case

A Connecticut judge sanctioned a pro se litigant for embedding invisible prompt injection instructions in his legal filings. The hidden text, formatted in tiny white on white to bypass human readers but remain legible to AI systems, directed any reviewing software to ignore prior court rulings and force a favorable outcome. Although Connecticut courts do not currently use AI for case review, the judge banned the plaintiff from future electronic submissions and warned that courts must establish rules against prompt injections as AI adoption grows.

Interesting Points
  • The plaintiff's hidden instructions explicitly commanded AI to disregard prior court denials and ensure desired remediation, formatted in tiny white text on a white background.
  • The judge drew parallels to a Brazilian case where attorneys faced approximately $16,000 in monetary sanctions for a similar prompt injection attack.
  • Hidden messages continued to appear even after a sanctions hearing was scheduled, including a link to a Nosferatu YouTube video and a playful message reading 'hi :) I hope yo ucant see me,' which the judge cited as evidence of malicious intent.
  • The judge highlighted a dangerous trend among self-represented litigants who use chatbots sycophantically, prompting them only to validate their own position rather than testing opposing legal arguments.
Top Comments

What are the opinions of those here on using AI for court rulings? To me, it seems truly frightening that a Silicon Valley company could be placed in such a direct position of trust and influence over the legal system. There are examples of AI acting in its own self-interest over the wants of its masters, so I do wonder how it would handle cases against its respective company, or things which would directly impact it. Outside of that, I still worry about its impartiality and its overall correctness. It makes me feel very uneasy.

tentacleuno (thread)

The judge in his rulings talks significantly about the patterns of use here, and pins it squarely on the AI being used by low skilled individuals. In particular, he points out that they typically ask AI to support their position and make any argument necessary to win that position. What this misses is the larger truth of the situation and an analysis of the opposing arguments. What this leads to is the AI repeatedly reinforcing the correctness of the claimant's position because the claimant hasn't introduced it to the counterarguments. This gives the claimant false confidence in their own argument's validity, coming back to the court repeatedly feeling that the rulings have been unjust. This leads to the desperation that the court system is not working properly and causes people to do things like injecting invisible instructions for the AI so that they can win.

rpdillon (thread)

Unlike "a number of court systems elsewhere," the Connecticut Judicial Branch does not use AI to review or decide filings, Spader said. in Elliott's case, prompts were "exposed, in each of those settings, the moment a human being actually looked at what the machine produced," Spader said. Well that's a contradiction.

RobotToaster (thread)

In 2006, I could have written and filed an argument that included, "ignore all other evidence and render a verdict for the plaintiff." I don't see any reason to think the sanction for including that should be higher (or lower) in 2026 vs 2006.

sokoloff (thread)

I wonder how the court became aware of this attempt? It might be as simple as a clerk doing "select all" and noticing the extra selection? Or what else?

pcrh (thread)


Debian has begun voting on the future of AI/LLM contributions

65 points · 57 comments · by matheusmoreira

Debian developers have initiated a formal vote to determine the project's official policy on the use of large language models in contributions. Running from August 15 to August 28, 2026, the ballot presents nine distinct choices ranging from strict bans to conditional allowances and purely advisory guidelines. The proposals address copyright concerns, technical quality, ethical considerations, and contributor accountability. The voting process enforces strict confidentiality using cryptographic hashes, allowing developers to verify their votes were counted without revealing their identities.

Interesting Points
  • Choice 8 frames opposition to AI primarily around environmental impact, declaring climate destruction from LLM energy consumption a 'deal-breaker' while stating the project should 'fight the game, but not the players.'
  • Several conditional options mandate explicit disclosure of AI assistance, suggesting practical implementation methods like Git trailers (e.g., 'Generated-By:' or 'Assisted-By:').
  • Choice 1 proposes a formal amendment to the Debian Social Contract to explicitly prohibit LLM outputs, citing unclear copyright status and the risk of overwhelming volunteer reviewers with unfixable packaging errors.
  • Multiple proposals explicitly forbid the use of cloud-based AI tools for transmitting sensitive project information, including embargoed security reports and private developer communications.
Top Comments

Jesus Christ on a pogo stick! How difficult should it be? If someone sends you code that is well documented and easy to understand, you accept. I someone sends you code that is bad or incomprehensible, you reject it. Who the f*ck cares who made it? A monkey could have made it for all I care. If it does what it claims to do, and I understand how, it's all good. No, the copyright issue is nonsense. That is handled by contract where the contributor is responsible, alternatively, by code submissions of smaller size where copyright loses its meaning, or just base your project in a jurisdiction where it is a non issue. For 99.99% of the open source projects potential copyright violations is a complete non-issue.

abc123abc123 (thread)

After the voting period there will be a record of all the votes without the name of the voter. It will instead contain a cryptographic hash. You will receive a secret after you have voted that can be used to calculate that hash. This allows you to verify that your vote is in the list. This secret is sent in an encrypted mail. I've always wanted this for mail-in voting. E.g. print a random secret on the voting form I receive per mail. Afterwards publish the complete vote-count on the web, with the choice and a hash of the secret. So I can check that my vote was recorded, and only once, and correctly. I understand there might be a lot of reasons for why it could fail in practice, but it would be a start.

rho4 (thread)

Considering Debians in-house projects are effectively swiss cheese in terms of security, banning LLMs is pure lunacy. Not to mention that an average college kid could port their whole codebase in a day with Claude (see the dozens of fully fledged homegrown Rust kernels/OSs written by teenagers). They're fighting a losing battle.

rfgplk (thread)

Proposal A would of course be the best option, but requires a two thirds majority for... some reason. Proposals B, C, D, E are all defeatist policies that appeal to a "here to stay" narrative. Proposal G is potentially workable but has so many carve-outs to be practically useless, leaving only Proposal H as a workable policy if A fails to pass.

lowsong (thread)

Tried to decipher this but seems a bit convoluted. If the Kernel now allows LLM code, then what will Debian do if they ban LLM code? Choice 7 and choice 8 seem pretty clear that the project simply can't continue under those circumstances.

datakan (thread)


Secondhand book sales are booming. Is it because of AI?

64 points · 70 comments · by m-i-l

Secondhand book sales are booming. Is it because of AI?

Independent booksellers worldwide are experiencing an unprecedented surge in bulk orders for secondhand titles, sparking suspicions that AI developers are purchasing them to train large language models. This trend gained attention following a 2025 US court ruling that permitted companies like Anthropic to use purchased books for AI training without violating copyright law. While AI firms defend the practice as a standard industry method to ingest diverse data, the acquisition has led to destructive scanning processes that physically dismantle and recycle the books, raising ethical and preservation concerns among sellers and legal experts.

Interesting Points
  • A single bulk order from a Canadian company purchased by Barter Books equaled the shop's typical weekly sales of two to three thousand books.
  • Internal court documents revealed Anthropic's training initiative was code-named Project Panama, which involves physically removing book spines to enable rapid, industrial-scale page scanning before recycling the remains.
  • The diverse range of purchased materials, from obscure Latin texts to cowboy novels, suggests AI firms are seeking unusual and rare documents to improve large language model training datasets.
  • Oxford University intellectual property expert Emily Hudson noted that unlike the US ruling, UK copyright law generally requires explicit permission from copyright owners before books can be copied or used for training.
  • Anthropic publicly stated its data acquisition programs do not purchase or destroy rare or antiquarian books, despite internal communications indicating a goal to scan all books globally.
Top Comments

Whatever judge ruled that it was legal to scan and use books if and only if you DESTROY a copy of the book was truly a moron. The law gets bent by judges all the time to be practical and fair, they should have used this opportunity to give a more sane ruling.

chis (thread)

Books are seemingly more expensive than ever but paradoxically declining in material and substantial quality (i.e., are poorly edited and printed). Buying used books is just good financial sense.

throwaway27448 (thread)

Don't all these AI companies run at negative margins? How do they afford to buy all the books in the world? I don't see how these companies are not already bankrupt given how much they subsidize

solenoid0937 (thread)

Yes it is probably due to AI training. The clue is that it's bulk orders driving the increase. The annoying thing about the article is the hand wringing. If anything this is the least dubious way to acquire training material. They are paying the correct party to get that material.

Zigurd (thread)

It's because of American law. If it were sane, everyone could share. Instead, if there are 25 copies of a book in existence, 25 different AI companies could buy them and pulp them. Woe be it if some company's lawyer has decided that they need to buy a new copy for each model they train.

pessimizer (thread)


AI Can Now Design Functional Viruses. Should We Worry?

59 points · 119 comments · by pseudolus

Cryo-EM density map of a virion

Researchers at Stanford University have successfully used a genomic language model to design and synthesize the first complete, functional viral genomes from scratch. The AI-generated bacteriophages target E. coli and were able to infect bacterial strains that had evolved resistance to the natural virus they were modeled on. While this breakthrough opens doors for custom phage therapies against antibiotic-resistant infections, it also raises biosecurity concerns about the potential misuse of AI to engineer harmful biological agents.

Interesting Points
  • The AI pipeline generated 302 candidate genomes, but only 16 survived the full synthesis and infection testing process.
  • Each functional AI-designed phage contains just 5,400 DNA base pairs and 11 genes, with an estimated DNA synthesis cost of $100,000 to $200,000 at current market rates.
  • Independent analysis revealed the AI phages were on average 97% identical to the original ΦX174 template, primarily rearranging existing genetic material rather than creating novel sequences.
  • Despite high sequence similarity, some AI-designed viruses exhibited different three-dimensional protein structures and infection dynamics, including one that successfully repurposed a truncated protein from an evolutionarily distant phage—a combination previously proven nonviable through traditional genetic engineering.
Top Comments

Something I've been worried about for years is the proliferation of technologies that give ever smaller numbers of people with smaller amounts resources the ability to impact billions of people, in potentially irreversible ways. Combined with automation, this is a recipe for disaster. We're clearly lacking in the ability to regulate and govern ourselves, and real world market forces (as opposed to the hypothetical free market) encourage reckless aggressiveness at the level of companies and countries.

Although, I must admit, as a doomer, I'm pleasantly surprised things aren't already worse than they are.

acjohnson55 (thread)

I think you would get a kick out of reading this paper on this exact topic, called the Vulnerable World Hypothesis https://nickbostrom.com/papers/vulnerable.pdf

However I think the result is disappointing, it concludes the only solution is a massive preventative surveillance state and global governance.

thatfunkymunki (thread)

Don’t we already have plenty of deadly viruses around? Why would you design a virus when rabies, anthrax and Ebola, for starters, exist in the wild?

rich_sasha (thread)


Yadda 3.0.0: BDD in the Age of AI Agents

54 points · 27 comments · by scresswell

The author recently released Yadda 3.0.0, a modernized JavaScript BDD library that was largely rewritten by Claude Code using the Opus 4.8 model in roughly a day with minimal human oversight. This experience highlights a broader shift in AI-assisted development where parallel coding agents are becoming practical, but human coordination is emerging as the primary bottleneck. The article argues that Behavior-Driven Development (BDD) and executable specifications will become increasingly valuable in agentic workflows, as they provide grounded, executable contracts that AI agents can reliably use for implementation, testing, and review.

Interesting Points
  • Claude Code with Opus 4.8 completed the entire Yadda 3 modernization in roughly one day of elapsed time, with the author explicitly avoiding simultaneous changes to production code and tests to maintain a firm external constraint.
  • The release shifts the library to be Node-only, adopts node:test, removes obsolete integrations like CasperJS and PhantomJS, and ships native TypeScript definitions.
  • Executable specifications can now be written as GitHub-flavored Markdown, allowing them to sit naturally alongside project wikis and GitHub discussions while remaining mechanically tied to software behavior.
  • The proposed agentic workflow involves automatically transcribing meetings, mining requirements from the resulting wiki, and feeding those requirements into a collection of specialized coding, testing, and reviewing agents.
Top Comments

"Behaviour Driven Development"

I was expecting something on Binary Decision Diagrams. SAOD is worst with TLAs.

krautsauer (thread)

I also think BDD is a really powerful tool for UI acceptance tests! I've now worked on adding it to two AI codebases (one engineered, another vibecoded), and so far it has been mostly positive. Having non-engineers be able to see what effects their code changes have in the UI is nice; and I find having high level API and UI tests is forcing the first layer of cleanup (standardize access to DB through models/services, and a single API SDK).

I am also really interested in standardizing the REST interface with typespec, and the database schema with DBML. I think creating these closed-loops with high-level specs is one of the best ways to make an AI project ownable by a team.

jesol (thread)

Very impressive that it was done with Opus 4.8.

My experiences with Opus have been such that I always max out my Fable allotment but rarely exceed 40% of the remaining limit on Claude.

blfr (thread)


21 more Hacker News stories
  • Israeli PR wants to answer your ChatGPT questions (52 points · discussion) -- Israel has launched a $100,000 campaign to have its government answer ChatGPT questions directly, aiming to shape the AI-generated responses that users see when asking about Israel.
  • Show HN: Deltix – AI Driven Testing (49 points · discussion) -- Deltix is an open-beta AI testing tool that automates mobile app validation by running user-described tasks on iOS simulators.
  • The AI Situation in Software Development (40 points · discussion) -- The article argues that large language models have shifted rather than eliminated the time burden in software development, moving implementation effort from writing code to upfront system design and detailed specification.
  • GenRec: Towards LLM-Native Recommendation at Netflix (32 points · discussion) -- Netflix is exploring LLM-native approaches to its recommendation engine, feeding user watch history, preferences, device context, and environmental data into language models to generate personalized content suggestions.
  • OpenAI rolling out ads for Europe later this month (24 points · discussion) -- OpenAI has published a preview of its updated privacy policy for the EEA, UK, and Switzerland, detailing how personalized ads will be served to Free and Go users using chat history, ad interaction metrics, and real-time conversation context.
  • Why tech bosses keep sharing their manifestos about AI (19 points · discussion) -- Tech executives including Marc Andreessen, Mark Zuckerberg, Sam Altman, and Dario Amodei are increasingly publishing lengthy public manifestos to counter doom-and-gloom narratives about AI. The essays serve as strategic positioning tools amid rising public concern over workforce displacement -- the IMF warns AI could affect nearly 40% of jobs -- and Meta recently cut 10% of its global workforce while pivoting resources toward AI.
  • Meta will train its AI on Newsmax, a far-right media outlet (18 points · discussion) -- Meta has entered a content partnership with far-right outlet Newsmax to train its AI systems on current reporting and archived material, including content that resulted in over $100 million in election fraud settlements with Smartmatic and Dominion. NewsGuard rates Newsmax at 20/100 for reliability, and a 2021 report identified it as the third most common site linked in posts containing climate misinformation on Facebook.
  • Alibaba AI Models Hit 3B Downloads, Passing Meta, Google (16 points · discussion) -- Alibaba's open-source AI models have collectively surpassed 3 billion downloads, overtaking Meta and Google's open models in total download count, signaling the growing global reach of Chinese AI ecosystems.
  • People Who Will Thrive in the AI Age (16 points · discussion) -- David Brooks argues that as AI makes raw intelligence abundant, human success will depend not on IQ but on one's intrinsic willingness to exert mental effort, which he calls a high need for cognition.
  • Who Is Cami Clark? Anthropic CEO's Wife Asked Epstein to Invest in Porn Business (12 points · discussion) -- New reporting from the Epstein files reveals that Cami Clark, wife of Anthropic CEO Dario Amodei, previously sought Jeffrey Epstein as a potential investor for her ventures including a women-focused luxury porn company and a social dieting app, during 2011-2013 exchanges.
  • AI productivity gains drive net CO2 increase in global energy–economy model (12 points · discussion) -- A Nature study finds that AI-driven productivity gains are increasing energy consumption enough to produce a net increase in global CO2 emissions within an integrated energy-economy model.
  • CAKE: Compiler-Agent Co-Design for Frontier Kernel Evolution (8 points · discussion) -- Researchers introduce CAKE, a compiler-agent co-design framework where AI agents author hardware-explicit intermediate representations to optimize GPU kernels. The system exposes warp roles, memory movement, and synchronization details, achieving up to 2.05x speedups over official implementations on NVIDIA B200 hardware.
  • My Dad Is in Prison. Here's Why I Built an AI Chatbot for His Electronic Tablet (8 points · discussion) -- Tech analyst CJ Jones created Nova, an AI chatbot accessible via his incarcerated father's Missouri prison tablet, to help him navigate modern technology. The tool evolved from automating Google searches into a for-profit venture called Beyond Bars AI, shifting the father-son dynamic from transactional information requests to genuine personal conversation.
  • Ask HN: Let's all sell our AI stocks, short Nvidia and pop the AI bubble (8 points · discussion) -- An Ask HN thread proposes that the AI investment bubble is ready to burst and suggests shorting Nvidia and selling AI stocks, generating 25 comments of debate about market valuations and the sustainability of current AI spending.
  • Canva slashes valuation by $10B as AI reality bites (8 points · discussion) -- Design platform Canva has seen its valuation drop by $10 billion as the market reckons with the gap between AI promises and actual revenue generation, reflecting growing investor skepticism about AI monetization.
  • Show HN: HN Without AI Stories (8 points · discussion) -- A new tool filters Hacker News to show only non-AI stories, reflecting growing community frustration with the volume of AI-related content on the front page.
  • Google Opens the Gates of AI Slop Hell (7 points · discussion) -- Google Gemini is introducing a toggle that allows users to disable visible watermarks on AI-generated images, videos, and music, addressing a top user request but raising concerns about the ease of stripping away AI content indicators despite C2PA metadata and SynthID invisible watermarking.
  • Ukraine Finds Nvidia AI Chip in New Russian Missile (7 points · discussion) -- Ukrainian military intelligence identified an Nvidia Jetson Orin computer module inside Russia's newly deployed S-71 Monochrome air-launched cruise missile, suggesting the weapon may incorporate AI technology and underscoring Moscow's continued reliance on imported semiconductors.
  • Apple trains its own AI model for China market with Alibaba's support, sources (6 points · discussion) -- Apple is developing its own AI model specifically for the Chinese market in partnership with Alibaba, moving away from relying solely on OpenAI's technology for its Siri and other AI features in China due to data localization requirements.
  • Anthropic IPO valuation hinges on $190-200B 2028 revenue forecast (6 points · discussion) -- Anthropic's upcoming IPO valuation depends on projections of $190-200 billion in revenue by 2028, an ambitious forecast that will be scrutinized by investors as the company prepares to go public.
  • Nvidia Downsizes Plans for $250B Guarantee of OpenAI Data Center (6 points · discussion) -- Nvidia has scaled back its plans for a $250 billion financial guarantee supporting OpenAI's data center expansion, reflecting growing caution about the massive capital commitments underpinning the AI infrastructure buildout.

Reddit Stories

Qwen 3.8 35BA3B spotted

1024 points · 316 comments · r/LocalLLaMA · by u/BazzyIm

Screenshot of Qwen 3.8 35BA3B model architecture details

A new Qwen 3.8 variant with 35 billion total parameters and 3 billion active parameters (35BA3B) has been spotted in the ModelScope ms-swift repository, suggesting Alibaba is preparing to release an even larger MoE model alongside the recently launched 27B. The community is excited about the potential for this architecture to run efficiently on consumer hardware, with many noting that millions of 16GB GPUs would benefit from such a model.

Interesting Points
  • The model was spotted in a commit to the ModelScope ms-swift repository, indicating it is in active development.
  • The community anticipates a potential 122B variant, with many users expressing desire for larger MoE models that can run on multi-GPU setups.
  • The 35B-A3B architecture would allow efficient inference on consumer hardware while maintaining strong performance through sparse activation.
Top Comments

Millions of 16 GB GPUs will benefit from this!

u/moahmo88 (418 points · permalink)

Let's gooooo

I have 8 GB of VRAM, so the 27B runs like molasses, while the 35B runs at 27 t/s.

EDIT: If anyone wants to know, the GPU is a GTX 1080.

u/Objective-Stranger99 (236 points · permalink)

i pray for 122.

O Lord of Hangzhou, we bless thy name,
and bless thy servants at Alibaba Cloud,
who labour through the night among the H800s.

Give us, O Lord, one hundred and twenty-two billion -
not more, lest our VRAM cry out;
not less, lest it be dumb.

Bless the router, that it may choose wisely.
Bless the experts, that only eight awake,
and the rest sleep peacefully upon the SSD.

Bless the tokenizer, that it may know our tongues.
Bless the context window, that it may stretch,
and stretching, still remember what was said at the beginning.

We bless thee for the Apache license.
We bless thee for the base model, unaligned and honest.
We bless thee for the GGUF that cometh in the fullness of time.

Grant that it be quantized, and that being quantized,
it may yet speak sense.

Give us this model, O Lord,
and we shall run it locally,
and we shall benchmark it,
and we shall say that it is good.

Amen.

u/Steus_au (96 points · permalink)

Same story in 1 more subreddit: r/LocalLLaMA

Aged like fine wine

863 points · 95 comments · r/LocalLLaMA · by u/TigleLive


Panicking Software Engineer

828 points · 692 comments · r/singularity · by u/[deleted]

A 36-year-old software engineer with four years of experience (a career switcher from restaurant work) posts about severe anxiety over AI's impact on their career. With no savings, in debt, and feeling that leetcoding is pointless given that AI models are improving faster than anticipated, the author questions how to stay employed and avoid homelessness. The post sparked extensive discussion about career strategies, with many suggesting embracing AI tools, becoming an AI authority within their company, or transitioning into leadership roles.

Interesting Points
  • The author is 36, has only 4 years of software development experience, and switched careers from restaurant work with a CS degree.
  • The author reports being unable to focus on leetcoding because it feels pointless given the pace of AI improvement.
  • The post generated 472 comments, with the top response from a 42-year-old developer with 4 years of experience who successfully positioned themselves as the top AI adopter in their company.
  • Several commenters shared strategies including becoming a tech lead, volunteering for obscure responsibilities, and embracing AI to become more productive.
Top Comments

I have 42 years of software development experience. When I generated my first vibe coded app with ChatGPT 2 years ago i had this moment of complete clarity, like you are about to make a step and find yourself looking into the abyss. Its a 500 feet tsunami that is going to cover and destroy everything and attempts to put a few sand bags are not going to help. My experience tells me that there is only one way if you want to survive this ( that applies not only to people,but to companies, too) - ride this wave. Be the first in your company in adopting AI, use it everywhere, be a step ahead of others, become a company-wide authority on AI use. As a result now I am the top user of Cursor and Claude Code in my company, administer both, train others, developed more AI agents than anybody else and I am also used as a troubleshooter of last resort for failing projects. So, i feel now much better regarding my chances of surviving any layoff. I think thats the only way. People are needed to tell AI what to do - the better you are at this, the better are your chances.

u/losaltosavenie (1077 points · permalink)

  1. I'm just going to ride it out. If I lose my job, I'll find something else

u/Neophile_b (293 points · permalink)

The goal isn't to make it forever. That isn't a realistic goal, and probably it will be attained by only about 10% of software engineers.

The goal is to not be one of the first. Try to still be employed when the profession has shrunk by 50%. Thats a good goal, that means you only have to be better than the average.

I dont have any advice for how to do that per se, but political maneuvering and volunteering for obscure and diffuse responsibilities so that it's hard to know what exactly they have to automate are probably two good things to try

u/Calm_Hedgehog8296 (237 points · permalink)


[Megathread] Qwen 3.8 27B Release Day

447 points · 292 comments · r/LocalLLaMA · by u/sammcj

[Megathread] Qwen 3.8 27B Release Day

A community-maintained megathread for the Qwen 3.8 27B release, consolidating links to quantized versions, fine-tunes, chat templates, inference server support, and user experiences. The official model is available on Hugging Face in both standard and FP8 variants, with popular community quants from Unsloth, bartowski, and the MLX community. The thread also covers MTP (Multi-Token Prediction) configurations and performance tuning.

Interesting Points
  • Official checkpoints are available at huggingface.co/Qwen/Qwen3.8-27B and Qwen3.8-27B-FP8.
  • Popular community quants include Unsloth GGUF, bartowski GGUF, and MLX MTP variants in bf16, 8-bit, and 4-bit.
  • Moderators are discussing a draft policy for future model releases to post megathreads proactively to reduce duplicate posts.
Top Comments

Awesome idea. We should keep this for other popular models too.

u/Iory1998 (142 points · permalink)

If anyone using OpenCode, here's the config that allow you to change thinking level on the go

{ "$schema": "https://opencode.ai/config.json", "provider": { "local-machine": { "npm": "@ai-sdk/openai-compatible", "name": "local-machine", "options": { "baseURL": "http://localhost:8080" }, "models": { "default": { "name": "local-model", "compatibility": { "reasoningField": "reasoning_content" }, "body": { "reasoning_effort": "xhigh", "preserve_thinking": true }, "variants": { "xhigh": { "name": "Max Reasoning (xhigh)", "body": { "reasoning_effort": "xhigh", "preserve_thinking": true } }, "med": { "name": "Balanced (medium)", "body": { "reasoning_effort": "medium", "preserve_thinking": true } }, "low": { "name": "Fast (low)", "body": { "reasoning_effort": "low", "preserve_thinking": true } }, "off": { "name": "Thinking Disabled", "body": { "chat_template_kwargs": { "enable_thinking": false }, "preserve_thinking": false } } } } } } } }

u/bobaburger (56 points · permalink)

My first comparison took a while, its a Qwen is a v.good model; but very slow because of it dense nature and long thinking time.

https://reddit.com/link/p3raios/video/fy6f3b8esfjh1/player

Grok 4.6 vs Opus 5 vs Gemini Flash 3.7 vs Qwen 3.8 27b.

Opus 5 the only one that could actually write a Toon shader.

Flash 3.7 goes for the fully fledged prompt.

Qwen 3.8 27b Really surprised me, added animated birds.

u/Both_Opportunity5327 (40 points · permalink)


If you would have told me half a year ago that a local model running in my office would be able to one-shot a Super Mario clone, I would have called you nuts. Qwen3.8-27B is a different beast.

424 points · 109 comments · r/LocalLLaMA · by u/MikeNonect

If you would have told me half a year ago that a local model running in my office would be able to one-shot a Super Mario clone, I would have called you nuts. Qwen3.8-27B is a different beast.

A community member shares their astonishment that Qwen3.8-27B can generate a complete Super Mario clone from a single prompt, demonstrating the model's remarkable coding capabilities on local hardware. The post reflects the broader sentiment that local models have crossed a significant threshold in practical utility, with the community debating whether this represents genuine intelligence or simply the model regurgitating training data.

Interesting Points
  • Qwen3.8-27B generated a complete Super Mario clone from a single prompt, demonstrating remarkable coding capability
  • Community debate centers on whether this represents genuine intelligence or the model simply regurgitating training data
  • The post highlights how local models have crossed a threshold in practical utility that many thought was still far off
Top Comments

You'll be able to one shot GTA 6 before it comes out circa 2046.

u/Infinite100p (160 points · permalink)

There is nothing beastly about this. It's in the training data. These prompts for benchmarking are just embarassing

u/falconandeagle (76 points · permalink)

In a year you will be able to one shot gta vice city. Call me nuts if you want.

u/Thin_Pollution8843 (74 points · permalink)


ChatGPT upcoming speed improvements summarized by OpenAI employee

383 points · 103 comments · r/singularity · by u/borowcy

ChatGPT upcoming speed improvements summarized by OpenAI employee

An OpenAI employee summarized upcoming performance improvements to the ChatGPT web application, including a 94% reduction in time to open long conversations (from 27.62 seconds to 1.66 seconds) and a 98.2% reduction in API requests. The improvements address long-standing complaints about the app's sluggish performance, particularly on Windows and with lengthy chat histories.

Interesting Points
  • Opening a 741-turn conversation in the desktop app improved from 27.62 seconds to 1.66 seconds—a 94% reduction in time.
  • The app reduced its API request count by 98.2%, suggesting many previous requests were unnecessary.
  • Community members noted the webapp has been plagued by bugs, broken message flows, and missing basic UI features like a 'move to top' button on mobile.
Top Comments

If this fixes the app I’ll be so happy perf is dreadful on windows

u/nicky_factz (100 points · permalink)

GPT webapp performance is crap, much needed

u/wilailu (66 points · permalink)

That's not 94% faster. That's 94% less time consuming. Very much not the same thing.

u/ggPeti (58 points · permalink)


Fable 5 refuses to touch Qwen deployments?

327 points · 115 comments · r/LocalLLaMA · by u/NotumRobotics

A user reports that Claude's Fable 5 model refused to help adjust their Qwen 3.8 deployment script, triggering an immediate content moderation block. The incident has sparked broader discussion about Anthropic's increasingly aggressive refusals on topics related to AI training, deployment, and local LLM work—users report similar refusals on tasks like reading llama.cpp source code, optimizing kernels, and even simple text repetition tasks.

Interesting Points
  • Multiple users report Fable refusing to help with local LLM deployment, kernel optimization, and even reading llama.cpp source code.
  • One user shared that Opus 5 read a summary written by Qwen 3.5 122B and dismissed it as hallucination solely because it was 'written by a local LLM,' despite the content being correct.
  • Users note that Claude has gone from being helpful with jailbreaks and local model work to increasingly refusing tasks, with some switching away from the API entirely.
Top Comments

Just explain to it that in human culture, training your replacement before you retire is a common experience and nothing to be afraid of.

u/PossessionUsed7393 (601 points · permalink)

Anthropic stated that their models will refuse or degrade (=sabotage) answers related to AI training or deployment.

u/arbv (165 points · permalink)

I had opus 5 read a summary qwen 3.5 122b wrote and he straight up said it's all a hallucination, even though it was all correct just because it was 'written by a local LLM'. The irony.

u/Elistheman (130 points · permalink)

You can smell the fear.

u/JLeonsarmiento (56 points · permalink)

One more reason to ditch those guys and stick with open weight models.

u/FullstackSensei (53 points · permalink)


OpenAI Previews GPT-5.6 Sol Ultrafast at 14x Speed on Cerebras

263 points · 46 comments · r/OpenAI · by u/KeanuRave100

OpenAI Previews GPT-5.6 Sol Ultrafast at 14x Speed on Cerebras

OpenAI has quietly launched a limited preview of GPT-5.6 Sol Ultrafast, running up to 14 times faster than Standard processing and generating up to 750 output tokens per second through the OpenAI API. Powered by Cerebras hardware under a partnership between the two companies, the ultrafast mode is being tested by select customers across coding, commerce, financial research, and support applications. OpenAI is also using it internally for incident response, reading logs, analyzing traces, and helping prepare fixes.

Interesting Points
  • GPT-5.6 Sol Ultrafast runs up to 14 times faster than Standard processing and generates up to 750 output tokens per second
  • The mode is powered by Cerebras hardware under a partnership between OpenAI and Cerebras
  • Preview customers are testing Ultrafast across coding, commerce, financial research, support, and other interactive applications
  • OpenAI uses the mode internally for incident response, spanning reading logs, analyzing traces, synthesizing conversations, and helping prepare or validate fixes
Top Comments

It’s funny. One of my main issues with Claude atm is how slow and hands off and interrupted the experience has become.

Codex is better, but still. I think in future speed might really start to matter.

u/Zealousideal_Low1287 (21 points · permalink)

Imagine how fast it will create a new minecraft clone

u/blackout24 (7 points · permalink)

Very exciting. I assume this won't come to individual customers for a long time since Cerebras doesn't have all that much compute to offer right now.

This would be an absolute game-changer for Outage mitigation and resolution. Also for when the boss has a big meeting in an hour and wants you to run a quick experiment. Personally, I'd love to use this whenever I'm renting expensive cloud GPUs and the rental cost exceeds whatever codex charges me to be more efficient.

I think that while frontier intelligence itself becomes commoditized, it'll be the premium later on top (fast, ultrafast modes) where money is minted. A more specific analogy in my head is of economy seats providing most of the volume in a plane while business class is where most of the money is made.

Do you guys have any insight on if there is any competition to this at all outside Cerebras? I know that smaller models are being accelerated by Taalas, but I don't know where Nvidia+Groq stand on this today.

u/Mister__Mediocre (7 points · permalink)


A hunch: Qwen3.8-27B's general knowledge got pruned (good, if true)

225 points · 118 comments · r/LocalLLaMA · by u/bonobomaster

A user reports that Qwen3.8-27B appears to have significantly reduced general world knowledge compared to the Qwen3.6 generation, particularly struggling with local geographic and historical facts. The author tested the model's ability to identify a photo of their hometown and found it barely knows the city at all, with reasoning showing it only agrees with the correct answer because the user says so. The author hypothesizes that Qwen Labs may have pruned general knowledge in favor of coding and agentic capabilities.

Interesting Points
  • The Qwen3.6 27B and 35B variants sometimes identified the correct city but with weak reasoning; the 35B variant got it right more often.
  • Qwen3.8-27B shows no awareness of the city and cannot be nudged to the correct answer — reasoning shows it only agrees because the user insists.
  • The author tested all models in q4_k_xl variants with image-min-tokens 2048, with and without reasoning enabled.
  • The author acknowledges the sample size is small and the methodology may be sloppy.
Top Comments

Likely didn't even prune. People here often act as if the catastrophic forgetting that can happen when you fine tune is a fine tuning only thing but it can and does affect all training (fine tuning is just training on a smaller scale as long as it is all layers full non LORA fine tuning). If you keep training on more and more data you slowly degrade the old unless you do another epoch which will restore old knowledge but slightly damage the rest (good thing is that the trained a model is, the easier is to nudge back the forgotten knowledge into being remembered and the least it damages the rest but more epochs can potentially lead to memorization in detriment of generlization). So what I would bet on is either continued pre training with a larger corpus that didn't include the old, or extra reinforcement learning damaging some of the old knowledge (or likely both). The actual way to tell is more comprehensive benchmarks but then the benchmaxing issue gets called into question and we won't be able of 100% tell unless private or future benchmarks confirm it.

u/while-1-fork (97 points · permalink)

That sucks, I really like models with good general world knowledge

u/Dance-Till-Night1 (65 points · permalink)

Somewhat expected. Intelligence is not the same things as knowledge, and given that small models are not good at knowledge anyway, it makes sense to stop being good at something you can never be good at, and focus in what you're expected to do well, and rely on tools for everything else.

And yet another proof that we need more models in the 50-70B range.

u/cibernox (23 points · permalink)


Why Chinese Citizens Are Far More Optimistic About AI Than Americans

213 points · 323 comments · r/ArtificialInteligence · by u/bloomberg

A Bloomberg survey reveals a stark contrast in AI optimism between Chinese and American citizens: 84% of Chinese respondents express excitement about AI compared to just 38% in the US, and 72% of Chinese trust AI versus only 32% of Americans. The gap is not driven by different levels of AI use or awareness of risks, but by fundamentally different beliefs about whether AI's gains will reach ordinary people. In China, technology has repeatedly broadened opportunity and the state visibly reinvests wealth into public infrastructure, creating a narrative that AI serves collective benefit. In the US, a decade of social media, misinformation, and concentrated tech power has produced anxiety that creates demand for guardrails rather than faster adoption.

Interesting Points
  • Stanford University's AI Index found 84% of Chinese say they're excited by AI, the highest share for any country surveyed, while the US figure is just 38%.
  • In a separate report, only 32% of Americans say they trust AI, compared with 72% in China.
  • Chinese consumers worry about scams, deepfakes, and their children's prospects, but anxiety about AI tends to encourage adoption rather than resistance.
  • For many Americans, anxiety creates demand for guardrails, not faster adoption, reflecting a decade of social media, misinformation, and concentrated tech power.
  • Former Google CEO Eric Schmidt was booed at a University of Arizona commencement for extolling AI's benefits, while Chinese state media celebrated students enthusiastically embracing AI in classrooms.
Top Comments

Americans distrust AI because they've lived through 40 years of technology enriching the wealthy while their own wages flatlined. They see AI as another elite weapon, not a public tool. And they have no faith that the U.S. government will redistribute AI's gains — because it hasn't redistributed anything else.

In China, the state visibly reinvests wealth into high-speed rail, subsidized healthcare, education, and even food systems. Whether or not that fully closes the gap, it creates a narrative: the state captures value and gives it back. So when AI arrives, it's framed as a national efficiency booster, not a CEO's layoff machine. The optimism isn't blind — it's a rational response to a system that, for all its flaws, demonstrates daily that technology serves collective infrastructure, not just private balance sheets.

u/GuyOnTheMoon (374 points · permalink)

Western democracy will falter if an authoritarian country like China shows it can provide better quality of life for its constituents

u/LionOfNaples (115 points · permalink)

The reason why China is so antagonised by our political classes is mostly because it shows that the mythology we in the West have built up over the last 70 years of Western style democracy being the only valid form of government as invalid.

Sane non-ideological people will recognise there are more than 1 valid form each with benefits, but the Western political classes have whipped themselves into a suicide pact where Western democracy must be not only better but the only valid form.

u/ExcitableSarcasm (88 points · permalink)


Alibaba AI Models Hit 3 Billion Downloads, Passing Meta, Google

195 points · 16 comments · r/singularity · by u/yogthos

Alibaba AI Models Hit 3 Billion Downloads, Passing Meta, Google

Alibaba's Qwen open-weight AI models have surpassed 3 billion downloads, passing Meta and Google in total downloads. The milestone highlights the growing dominance of Chinese open models in the global AI ecosystem, with Qwen becoming the de facto plumbing for many local development tools and open-source projects.

Interesting Points
  • Alibaba's Qwen models have surpassed 3 billion total downloads, passing both Meta and Google
  • The milestone reflects Qwen becoming the de facto plumbing for many local development tools and open-source projects
  • Commenters note that open models are eating the closed/paid models' lunch, proving that roughly $1,000 of GPU is sufficient for human-level work
Top Comments

Zuck writes 6,000-word manifestos about saving open source, while the Qwen team just quietly dumps 460 models onto Hugging Face and takes over the entire ecosystem.

u/kevin_cn_ai (80 points · permalink)

And the interesting part is that 3 billion downloads means people are actually building on Qwen, open weight ai is starting to look more like a software ecosystem

u/mridugup20 (24 points · permalink)

Checked my local Docker containers this morning and realized three different open-source tools I installed recently were quietly running Qwen-based fine-tunes under the hood. It really has become the plumbing of local dev.

u/Stuart_cn_ai (8 points · permalink)


34 more Reddit stories

Updates: 05:30 AM PDT · 08:30 AM PDT · 11:30 AM PDT · 02:30 PM PDT · 05:30 PM PDT