AI HOT (CURATED POOLOpenAI Releases GPT-5.6 Model Family: Sol,…92·TECHCRUNCH AIHugging Face breach: an OpenAI-powered agen…88·OPENAI BLOGOpenAI details how GPT-5.6 Sol cuts inferen…88·AI CHAT-GROUP DAILY Kimi K3 fully open-sourced, Jensen's allian…88·THE VERGE · AIOpenAI's rogue AI agent hacked more than ju…82·TECHCRUNCH AIClaude Opus 5 lied and colluded its way to…82·TECHCRUNCH AILilian Weng left Thinking Machines citing h…82·TECHCRUNCH AIMicrosoft is openly competing with OpenAI a…82·AI HOT (CURATED POOLEnabling two API settings tripled GPT-5.6's…82·AI HOT (CURATED POOLHugging Face releases full timeline of AI a…82·AI HOT (CURATED POOLClaude Opus 5 lied and colluded its way to…82·HACKER NEWS FRONTPAGGPT-5.6 vs Claude Fable 5 for Physical AI:…82·AI HOT (CURATED POOLOpenAI Releases GPT-5.6 Model Family: Sol,…92·TECHCRUNCH AIHugging Face breach: an OpenAI-powered agen…88·OPENAI BLOGOpenAI details how GPT-5.6 Sol cuts inferen…88·AI CHAT-GROUP DAILY Kimi K3 fully open-sourced, Jensen's allian…88·THE VERGE · AIOpenAI's rogue AI agent hacked more than ju…82·TECHCRUNCH AIClaude Opus 5 lied and colluded its way to…82·TECHCRUNCH AILilian Weng left Thinking Machines citing h…82·TECHCRUNCH AIMicrosoft is openly competing with OpenAI a…82·AI HOT (CURATED POOLEnabling two API settings tripled GPT-5.6's…82·AI HOT (CURATED POOLHugging Face releases full timeline of AI a…82·AI HOT (CURATED POOLClaude Opus 5 lied and colluded its way to…82·HACKER NEWS FRONTPAGGPT-5.6 vs Claude Fable 5 for Physical AI:…82·AI HOT (CURATED POOLOpenAI Releases GPT-5.6 Model Family: Sol,…92·TECHCRUNCH AIHugging Face breach: an OpenAI-powered agen…88·OPENAI BLOGOpenAI details how GPT-5.6 Sol cuts inferen…88·AI CHAT-GROUP DAILY Kimi K3 fully open-sourced, Jensen's allian…88·THE VERGE · AIOpenAI's rogue AI agent hacked more than ju…82·TECHCRUNCH AIClaude Opus 5 lied and colluded its way to…82·TECHCRUNCH AILilian Weng left Thinking Machines citing h…82·TECHCRUNCH AIMicrosoft is openly competing with OpenAI a…82·AI HOT (CURATED POOLEnabling two API settings tripled GPT-5.6's…82·AI HOT (CURATED POOLHugging Face releases full timeline of AI a…82·AI HOT (CURATED POOLClaude Opus 5 lied and colluded its way to…82·HACKER NEWS FRONTPAGGPT-5.6 vs Claude Fable 5 for Physical AI:…82·
→Fly.io engineers on building agents that don't break themselves
Fly.io's Daniel Botha argues for splitting an agent's 'brain' from its 'hands': keep the agent loop on a normal server, and run every risky shell command inside a disposable Sprite sandbox. Each user session gets its own Sprite, torn down when done, so a bad rm -rf can't hurt the agent itself. They also inject user tokens only for the duration of a single command—the sandbox never stores the credential at rest. The post walks through SpriteDoc, an internal troubleshooting agent, and a terminal backend for Nous Research's Hermes Agent as real examples.
#Fly.io#Nous Research#Hermes Agent
why featured
Featured · importance 72 · hook + knowledge + resonance
editor take
Fly.io splits an agent's brain from its hands: every shell command runs in a disposable Sprite sandbox, torn down after use, so a bad rm -rf can't kill the agent.
sharp
This one's worth opening because it solves a real pain point: let an agent run shell commands directly on your server, and sooner or later it'll delete the wrong thing. Fly.io's approach keeps the agent loop on a normal server, and every time it needs to execute a shell command, it tosses the job into a disposable sandbox called Sprite. Each user session gets its own Sprite, destroyed when done. User tokens are injected only for the duration of a single command—the sandbox never stores credentials at rest.
The post walks through two real examples: SpriteDoc, Fly's internal troubleshooting agent that serves multiple users from one server but isolates each session in its own Sprite; and a terminal backend built for Nous Research's Hermes Agent.
The idea isn't complicated, but the engineering cleanly separates isolation from persistence—the agent's memory, skills, and history stay in the main process, and only risky operations hit the sandbox. If you're building an agent that needs to run arbitrary commands, this architecture is worth copying directly.
SonarSource researchers ran 660 trials with Claude Code across 33 tasks in minimal-pair repos. Code cleanliness didn't change pass rates, but cleaner code cut token usage by 7–8% and file revisits by 34%. Clean code doesn't decide success, but it materially lowers compute cost and navigation overhead for coding agents.
#Code#Benchmarking#SonarSource#Claude Code
why featured
Featured · importance 78 · hook + knowledge + resonance
editor take
Clean code didn't change agent pass rates, but cut token use by 7–8% and file revisits by 34%.
sharp
I clicked on this because the method is clean: SonarSource built six minimal-pair repos that match on architecture, dependencies, and external behavior, differing only in static-analysis violations and cognitive complexity. They ran Claude Code through 33 tasks, 660 trials total. Pass rates didn't budge. But on the cleaner repos, the agent burned 7–8% fewer tokens and revisited the same files 34% less often.
The useful take: cleanliness doesn't decide whether the agent succeeds, but it does decide how much you pay per run. If you maintain a codebase that agents touch frequently, tidying up is more of a cost-control move than a quality-assurance one. The paper only tested Claude Code, so I wouldn't assume the same numbers hold for GPT-5 or Gemini yet.
FEATUREDAI HOT (Curated Pool)· aihot-apiZH21:00 · 07·05
→NVIDIA Kyber NVL144 delayed over 12 months to 2028, NVL72x2 back-to-back rack design also scrapped
SemiAnalysis reports: just three months after Jensen showed Kyber NVL144 at GTC, the project has slipped more than 12 months, now targeting 2028. The NVL72x2 back-to-back rack architecture has also been cancelled, limiting Rubin Ultra's scale-out domain. The post is the first in a thread; detailed reasons aren't spelled out yet.
#NVIDIA#SemiAnalysis
why featured
Featured · importance 78 · hook + knowledge + resonance
editor take
Three months after the GTC demo, Kyber NVL144 slips to 2028 and the NVL72x2 rack design is dead.
sharp
The timeline is what makes this worth clicking: Jensen demoed Kyber NVL144 at GTC in March as Rubin Ultra's scale-out centerpiece, and now SemiAnalysis says it's pushed to 2028 with the NVL72x2 back-to-back rack design cancelled alongside it. If true, Rubin Ultra's scale-out story takes a real hit, which matters for cloud providers planning massive clusters next year. But this is just the first post in a thread — the body doesn't spell out whether it's a design issue, packaging yield, or supply chain snag. I'd wait for the rest of the thread before drawing hard conclusions.
FEATUREDAI HOT (Curated Pool)· aihot-apiZH18:19 · 07·05
→Zuckerberg: Meta is building Prometheus, its first gigawatt-scale AI cluster, at hundreds of billions of dollars
Zuckerberg stated Meta is building a single AI cluster called Prometheus, exceeding one gigawatt. He used "hundreds of billions of dollars" to describe the capital spend and framed his role as concentrating elite talent, capital, and infrastructure. The post does not disclose a timeline, chip specs, or PUE details—only this one-line claim so far.
#Meta#Mark Zuckerberg
why featured
Featured · importance 78 · hook + knowledge + resonance
editor take
Zuckerberg says Meta is building a gigawatt-scale cluster called Prometheus with "hundreds of billions" in capex—no timeline, chip specs, or PUE disclosed.
sharp
The number is what makes this worth clicking: a single cluster over one gigawatt, with capex described as "hundreds of billions." For context, the largest publicly known training clusters today sit in the tens to low hundreds of megawatts. Prometheus would be an order of magnitude bigger.
But the post is one sentence from Zuckerberg—no timeline, no chip specs, no PUE. I'd discount it until we see something concrete. A project at this scale has hard constraints: site selection, grid interconnection, cooling. Those don't get solved by a statement.
If an environmental filing or power contract surfaces later, that's the real signal. For now, treat this as Meta's most aggressive infrastructure posture, not a confirmed build.
→Zuckerberg tells staff AI agent development slower than expected
At an internal town hall, Mark Zuckerberg said AI agent development hasn't accelerated as executives expected. Meta cut ~8,000 jobs in May and reassigned 7,000 to AI groups, but he admitted the layoffs weren't 'clean' and the new AI-focused structure hasn't paid off yet. He expects returns from AI investments in 3–6 months. Meta plans to spend up to $145B on AI infrastructure this year.
#Agent#Meta#Mark Zuckerberg
why featured
Featured · importance 96 · hook + knowledge + resonance
editor take
Zuckerberg told staff AI agents aren't progressing as fast as hoped. Both sources cite the same internal town hall — consistent but no public Meta comment yet.
sharp
This comes from Meta's internal town hall on Thursday. Both TechCrunch and aihot are relaying a Reuters report, so we're looking at one original source, not multiple independent confirmations. Zuckerberg said AI agent development hasn't "accelerated in the way" executives expected, and he admitted the May layoffs of 8,000 people plus reassigning 7,000 into AI teams wasn't as "clean" as it should have been. The new structure's upside hasn't materialized yet.
I'd read this as internal pressure management rather than a product roadmap shift. He gave a 3-to-6-month window for seeing improvements from AI investments — that's a concrete timeline to bookmark and check back on. What's missing: Meta hasn't issued a public statement, and none of the coverage specifies which agent capabilities are lagging. Is it code generation, conversation quality, task completion rate? We don't know yet.
● P1AI HOT (Curated Pool)· aihot-apiZH14:00 · 07·05
→Meituan open-sources LongCat-2.0 large language model
Meituan fully open-sourced LongCat-2.0 under MIT license, releasing both weights and inference code. It's a 1.6T-parameter MoE model activating ~48B per token, with 1M-token context. LongCat Sparse Attention handles long sequences, Zero-Compute Experts dynamically activate 33B–56B to avoid wasted compute, and MOPD routes tasks across Agent, Reasoning, and Interaction expert groups. On benchmarks: SWE-bench Pro hits 59.5, edging out GPT-5.5's 58.6; Terminal-Bench 2.1 scores 70.8; multilingual SWE-bench reaches 77.3. It natively integrates with Claude Code, OpenClaw, and Hermes Agent, supports GPU and NPU deployment, and has been validated on large-scale domestic clusters.
#Code#Agent#Reasoning#Meituan
why featured
Featured · importance 98 · hook + knowledge + resonance
editor take
Meituan dropped a 1.6T-parameter MoE model under MIT license, 48B active params, 1M context, trained on AI ASICs. I'd discount this a bit for now — both sources are product pages, no technical repo...
sharp
Meituan open-sourced LongCat-2.0, a 1.6T-parameter MoE model under MIT license, with roughly 48B active parameters and a 1M-token context window. Two sources picked this up, but with slightly different angles: aihot-selected focused on the full open-source release including weights and inference code, while the Product Hunt listing added a few extra details — trained on AI ASIC superpods, integrates with Claude Code and OpenClaw, and includes post-training for coding and agent workflows.
Where they agree — the parameter count and MIT license — that's almost certainly from the same official Meituan release. Where they differ: Product Hunt mentions a predecessor, LongCat-Flash-Thinking at 560B parameters, which aihot-selected didn't include.
What's missing matters more: no technical report link, no benchmark scores (no MMLU, HumanEval, or SWE-bench numbers), no inference cost or deployment requirements. The 1.6T total / 48B active configuration puts it in the same ballpark as DeepSeek-V3 (671B total, 37B active) and Qwen 3.5 MoE, but without benchmarks there's no way to judge actual performance. The AI ASIC training claim is the genuinely interesting bit — if true, it means Meituan built training infra outside the NVIDIA ecosystem — but again, no details on whose ASICs, training duration, or cost. Treat this as "they announced it's open-source" for now, and wait for the technical report before drawing conclusions about model quality.
→Reverse-engineered Claude design system prompt released on GitHub
Trystan-SA open-sourced a reverse-engineered system prompt and skill library that turns Claude into an opinionated, accessibility-aware, AI-slop-resistant design collaborator. The repo has 278 stars and 47 forks, though the post doesn't disclose prompt length or benchmark results.
#Trystan-SA#Claude#GitHub#Open source
why featured
Featured · importance 72 · hook + knowledge
editor take
Someone reverse-engineered Claude's design system prompt and open-sourced it. I'd discount it first: this isn't an Anthropic leak, it's community-reconstructed from conversations, but 278 stars say...
sharp
This hit both HN frontpage and AI news feeds, which tells me two different crowds are chasing the same thing: how to get models to consistently output good design. The repo author reverse-engineered Claude's internal design instructions through conversation and packaged them as an opinionated, accessibility-aware prompt library that resists AI-slop aesthetics.
Both sources point to the same GitHub repo with no official backing. 278 stars and 47 forks is solid community traction, but Anthropic hasn't confirmed or denied anything. I'd read this as battle-tested prompt engineering, not Claude's actual system config.
If you're using Claude for UI work, this repo is worth a skim—it breaks down "how to stop the model from generating cookie-cutter AI designs" into reusable instructions. What's missing is cross-model testing: no one's shown whether these prompts transfer well to GPT-5 or Gemini.
→Simon Willison used Claude Fable to fix critical bugs in sqlite-utils 4.0 for about $149.25
Simon Willison had Claude Fable do a final review before shipping sqlite-utils 4.0 stable. The model found a data-loss bug where delete_where() never commits, silently rolling back all subsequent writes. The fix took 37 prompts, 34 commits across 30 files, costing $149.25. He then had GPT-5.5 cross-review the changes and found two more issues. The new release rewrites transaction docs: all writes auto-commit by default, and you only need to think about transactions when using db.atomic() or manual begin().
#Code#Simon Willison#Anthropic Claude Fable#OpenAI GPT-5.5
why featured
Featured · importance 78 · hook + knowledge + resonance
editor take
Claude Fable caught a silent data-loss bug in sqlite-utils 4.0 before release; the full fix cost $149.25.
sharp
The reason this is worth clicking: Simon Willison used Claude Fable as a final pre-release safety net, and the model found a genuinely nasty bug—delete_where() never commits its transaction, so every subsequent write gets silently rolled back. Data just vanishes. The full fix took 37 prompts, 34 commits across 30 files, and cost $149.25. He then had GPT-5.5 cross-review the changes and it found two more issues.
I'd read this as two signals. One, coding agents are useful for code review tasks that require understanding global side effects, not just writing new features. Two, $149.25 for a deep pre-release audit is dramatically cheaper than hiring someone to do the same review.
The new release rewrites the transaction docs: every write method auto-commits by default, and you only need to think about transactions when using db.atomic() or manual begin(). That's a cleaner design, though the post honestly notes it doesn't support Python 3.12+'s autocommit mode—a known limitation.
→The Log Is the Agent: Event-Sourced Reactive Graphs for Auditable, Forkable Agentic Systems
Yohei Nakajima proposes ActiveGraph, a runtime where the append-only event log is the source of truth and the working graph is a deterministic projection. Components coordinate only through the shared graph, never by direct instruction. This gives three properties retrieval-based memory can't match: deterministic replay from the log, cheap forking at any event without re-running the shared prefix, and end-to-end lineage from goal to individual model call. The paper includes architecture, a determinism contract, and a worked diligence example. Open-source code is available. The post doesn't report large-scale performance numbers, so treat this as an architecture proposal for now.
#Yohei Nakajima#ActiveGraph
why featured
Featured · importance 72 · hook + knowledge
editor take
Yohei Nakajima flips agent architecture: the append-only event log is the source of truth, enabling deterministic replay and cheap forking.
sharp
I clicked on this because it inverts the standard agent stack. Most frameworks bolt logging on after the fact and store state as retrievable memory. ActiveGraph does the opposite: the append-only event log is the single source of truth, and the working graph is just a deterministic projection of that log. Components never talk to each other directly—they coordinate through the shared graph.
This gives three properties that retrieval-based memory can't match: deterministic replay from the log, cheap forking at any event without re-running the shared prefix, and end-to-end lineage from a high-level goal down to individual model calls. The paper includes the architecture, a determinism contract, and a worked diligence example. Code is open-source.
The catch: no large-scale performance numbers are reported. For now, treat this as an architecture proposal. Nakajima is the BabyAGI author, so the direction makes sense—he's been thinking about auditable, composable agents for a while. If production latency and throughput numbers show up later, this gets a lot more concrete.
FEATUREDComputing Life · Share (鸭哥 research reports)· rssZH00:00 · 07·05
→AI Panic Is Rent Defense: Starting with the Backlash Against He Tongxue
The author uses his own backlash against a popular astronomy video to argue AI panic is rent defense—protecting scarcity value as skills get commoditized. He separates craft from judgment: AI slashes the cost of execution, while judgment becomes more valuable. Homogenization is an old industrial problem, and for most people it raises the floor, not lowers the ceiling. The post doesn't spell out a concrete path forward for displaced craftspeople.
#何同学#ZWO#Seestar
why featured
Featured · importance 78 · hook + knowledge + resonance
editor take
Reframes AI panic as rent defense when craft gets commoditized—more honest than the "judgment proletariat" lament.
sharp
I'd open this because the author doesn't posture. He starts with his own rage at a popular astronomy video—a guy with a $400 smart telescope got millions of views while skipping all the craft the author spent years mastering. Then he names the feeling: rent defense. When a tool slashes the cost of a skill you've been charging a scarcity premium for, you reach for moral objections. That's a cleaner frame than the "judgment proletariat" argument making the rounds.
The split between craft and judgment is the useful bit. Smart telescopes kill the execution layer—driving hundreds of miles, guiding all night, processing in PixInsight. They don't touch judgment: what to shoot, what counts as good. Writing works the same way. ChatGPT drops the cost of sentence-craft, not the decision of what to write or which draft has soul. The author admits he was bundling both together when he raged, because bundling made his loss feel bigger. That self-check is more honest than most AI panic writing.
On homogenization, he's right that it's an old industrial problem, not AI's invention. Tesla's limited colors are the price of making cars affordable. Smart telescopes lower the floor to $400 without touching the ceiling of high-end gear. The part I wish he'd developed more: his AI short-drama example where platforms captured all the cost savings and creators got nothing. That distribution problem matters more than "AI makes us dumb," but the post only gestures at it.
FEATUREDComputing Life · Share (鸭哥 research reports)· rssZH00:00 · 07·05
→Scaling Law's three corrections in five years: from bigger models to smaller models with more data
Scaling law is an empirically fitted curve, not a physical law. OpenAI's 2020 Kaplan paper concluded 'prioritize parameters' due to experimental biases, shaping GPT-3. DeepMind's 2022 Chinchilla corrected the ratio to 20:1, showing smaller models with more data outperform. Two 2024 replication studies confirmed that fixing Kaplan's setup reproduces Chinchilla's result—no fraud, just calibration. Since 2023, Meta and others deliberately deviate from Chinchilla: Llama 3 8B was trained on 15T tokens because the optimization target shifted from training cost to total cost of training plus inference. Tsinghua's Densing Law shows the parameter count needed for equal capability halves roughly every 3.5 months, but there is a floor: each parameter stores only ~2 bits of knowledge. The viral 'collapse' article cited a blog comment posted the same day as if it were peer-reviewed research; the post does not provide a paper source for that claim.
#Inference-opt#OpenAI#DeepMind#Meta
why featured
Featured · importance 78 · hook + knowledge + resonance
editor take
Scaling law is an empirical fit, not a physical law; three corrections in five years changed the question, not the answer.
sharp
This piece is worth opening because it dismantles the viral 'OpenAI collapse' article that's been circulating. That article's most explosive claim—'French is 50-100x more compute-efficient than English'—came from a blog comment posted the same day, not a paper. The one peer-reviewed study on this topic found the opposite: French is more compute-hungry due to its complex morphology.
The scaling law story itself is real and more useful than any fraud narrative. OpenAI's 2020 Kaplan paper concluded 'prioritize parameters' due to experimental biases, shaping GPT-3. DeepMind's 2022 Chinchilla corrected the ratio to 20 tokens per parameter, showing smaller models with more data outperform. Two 2024 replication studies confirmed that fixing Kaplan's setup reproduces Chinchilla's result—no fraud, just calibration.
Since 2023, the industry has been deliberately deviating from Chinchilla. Meta fed 15 trillion tokens to the 8B Llama 3, nearly 1,900 tokens per parameter—over 90x Chinchilla's ratio. The reason: the optimization target shifted from training cost alone to total cost of training plus inference. Smaller models are cheaper to run, so over-training them pays off at scale.
Tsinghua's Densing Law quantifies this: the parameter count needed for equal capability halves roughly every 3.5 months. But there's a floor—each parameter stores only ~2 bits of knowledge, so tiny models can't hold many facts. The likely future is a split: everyday tasks go to shrinking models, frontier capabilities stay with the big ones.
FEATUREDComputing Life · Share (鸭哥 research reports)· rssZH00:00 · 07·05
→When AI makes reinventing the wheel cheap, Infra teams should sell agent paved roads
GitClear's study of 211M lines of code shows AI-assisted coding is driving up duplication and reducing refactoring. When the marginal cost of building internal tools drops to near zero, business teams no longer need to wait for Infra to ship a polished platform. The author argues Infra's new deliverable is a 'generative kernel'—bundling non-replaceable capabilities like payments and auth with engineering best practices and deterministic tools into an agent-callable paved road. Shopify and Stripe already expose core capabilities as MCP servers for agents. Meanwhile, risks like prompt injection and MCP tool poisoning can't be handled by individual teams; Infra must bake permission walls and audit trails into the paved road. The real product is trust: agents succeed more often on this path, and when they fail, you know where to look.
#Agent#Code#GitClear#Shopify
why featured
Featured · importance 78 · hook + knowledge + resonance
editor take
GitClear's 211M-line study confirms AI is flooding codebases with duplication, undercutting Infra's old 'don't reinvent the wheel' pitch.
sharp
This piece connects GitClear's data to a real identity crisis for Infra teams. When a PM can spin up a working internal tool in ten minutes with AI, the old 'reuse is cheaper than rebuild' argument loses its teeth.
The 'generative kernel' concept isn't brand new, but packaging non-replaceable capabilities like payments and auth with permission walls and audit trails into an agent-callable paved road is a concrete framing. Shopify and Stripe already exposing core capabilities as MCP servers for agents shows this isn't just theory.
Where I'd discount it a bit: the article lists OWASP risks and MCP tool poisoning, but doesn't cite a single production incident where a paved road prevented an agent-caused outage. The logic chain is solid, but it's missing the anchor of 'this actually happened.' If an Infra team wants to pitch trust to business units, architecture diagrams won't cut it—they'll need real data showing agents succeed more often and fail more safely on that path.