Stories
30
Sources
9
Topics
1
For You lens
12 stories in this edition match your reader profile.
Reader signals
3
Searches
0
Matches
12
Top score
109
Edition Index
Topic, entity, and source map
Lead Story
Hacker News discussion: AI Automation Without the Hype
Hacker News readers are discussing "AI Automation Without the Hype" with 4 points and 1 comments.
Hacker News AI / 11:57 AM
Hacker News discussion: AI-found bugs aren't proving any easier to exploit despite the hype
Hacker News readers are discussing "AI-found bugs aren't proving any easier to exploit despite the hype" with 1 points and 0 comments.
Latent Space / 12:46 AM
[AINews] Fearing RSI: OpenAI, Anthropic, GDM, Meta, Thinky cosign letter to "Pace" AI development, as HuggingFace details Machine-Speed Offensive Cyberattack
The Big Pause is coming.
Ars Technica AI / 8:20 PM
Despite AI hype, Google's data shows workers aren't automating themselves away
Analysis of 15 million real AI interactions finds most tasks at most jobs are unaffected.
Latent Space / 3:26 PM
Codex from 0 to 10M Users: Building ChatGPT Work — Akshay Nathan, OpenAI
OpenAI's core product engineering lead on how they are building ChatGPT Work to make AGI accessible to all of humanity: Sites, OpenClaw, Memory, Subagents, Finance, No-Code and advice.
Mozilla.ai Blog / 9:49 AM
Stop Chasing New Models. Build Once and Access Them All.
Swapping LLMs sounds simple, but managing separate SDKs, credentials, and billing turns model evaluation into an infrastructure headache. Otari solves this with a unified gateway, decoupling application logic from providers so teams can seamlessly route traffic, test new models, and control spend.
The Verge AI / 9:00 PM
SpaceX in your index fund, explained
Index funds are touted as one of the safest ways to invest. Rather than picking and choosing individual stocks, index funds let you bet on the market as a whole. So what happens when a company like SpaceX - a giant gamble, and, in my opinion, terribly overpriced - is fast-tracked into the Nasdaq-100? Does […]
MIT News AI / 6:00 PM
Can AI build a jet engine? JARVIS Challenge tests role of AI copilots in tough-tech engineering
MIT students designed, built, and tested a jet engine with AI copilots, assessing AI’s usefulness in developing high-performance aerospace systems.
The Verge AI / 8:43 PM
Siri AI is already changing how I use my iPhone
iOS 27 escaped the developer world today with the launch of the first public beta. I've been testing the new operating system since early June, looking for quirks and seeing if it can live up to the hype Apple promised in the keynote. This year's iOS upgrades are what one might call a Snow Leopard […]
AWS Machine Learning Blog / 5:34 PM
Building an agentic AI solution at Bluesight with Amazon Bedrock
In this post, we describe how Bluesight used two AWS engagements and Amazon Bedrock AgentCore to evolve from a single-product AI prototype to Prism, a unified agentic AI solution spanning six healthcare compliance products. Prism Assistant for ControlCheck launched in May 2026 and is already in use by 20 health systems. A more complex multi-product agentic solution is on track for later in 2026.
Simon Willison LLMs / 11:57 PM
Rewriting Bun in Rust
Rewriting Bun in Rust Jarred Sumner has been promising this blog post ( since May 9th ) about his Zig to Rust rewrite of Bun for significantly longer than it took him to finish the rewrite. Honestly, it was worth the wait. This is a detailed description of an extremely sophisticated piece of agentic engineering, featuring dynamic workflows, trial runs, adversarial review and all sorts of other interesting tricks. Jarred spends the first half of the post praising Zig for getting Bun this far. Then we get to a core idea in the piece, emphasis mine: Our bugfix list felt bad and I was tired of going to sleep worrying about crashes in Bun. I don't blame Zig for that - other users of Zig don't have the bugs we had, and mixing GC with manually-managed memory is an uncommon enough thing for software to need that no language really designs for it. We wouldn't have gotten this far if not for Zig, and I'll always be grateful. Until very recently, programming language choice was a one-way decision for a project like Bun. Everyone knows you should never stop the world and rewrite a large piece of software from the ground up. Joel Spolsky highlighted that in Things You Should Never Do, Part I back in April 2000! Coding agents powered by today's frontier models change that equation. Why pick Rust? It all came down to those challenges with memory management: A large percentage of bugs from that list are use-after-free, double-free, and "forgot to free" in an error path. In safe Rust, these are compiler errors and RAII-like automatic cleanup with Drop . A crucial enabling factor for the rewrite was that the Bun test suite was written in TypeScript, which meant it could act as a conformance suite . This allowed an agent harness to automate much of the initial port from Bun to Rust, initially as an experiment to try out an earlier version of the model we now have access to as Mythos/Fable. At first, I didn't expect it to work. A few days in, a high % of the test suite started passing and I saw how much the new Rust code matched up with the original Zig codebase. My opinion went from "this is worth trying" to "I'm going to merge this". [...] For most of those 11 days (and after), I monitored workflows - manually reading the outputs to check for issues and bugs, and prompting Claude to edit the loop to fix things. How do you review a PR with +1 million lines added? How do you start to build the confidence needed to responsibly merge large quantities of LLM-authored code? A language-independent test suite with a million assertions, adversarial code review and when something does go wrong, fixing the process that generates the code instead of hand-fixing the code. The new implementation of Bun has been live in Claude Code for nearly a month now: Claude Code v2.1.181 (released June 17th) and later use the Rust port of Bun. Startup got 10% faster on Linux but otherwise, barely anyone noticed. Boring is good. A perk of working at Anthropic is that you don't have to pay for your tokens - handy when the estimated cost is $165,000! Pre-merge, this took 5.9 billion uncached input tokens, 690 million output tokens, and 72 billion cached input token reads — around $165,000 at API pricing. This whole thing is a fascinating case study in taking on wildly ambitious projects with the help of coordinated parallel agents. Via Hacker News Tags: ai , rust , zig , generative-ai , llms , ai-assisted-programming , anthropic , bun , conformance-suites , agentic-engineering , claude-mythos-fable , jarred-sumner
MIT News AI / 5:25 PM
How novice coders can develop AI programs for military applications
A USAF cadet and a Lincoln Laboratory researcher found AI chatbots can help nontechnical service members produce viable software applications for their unique problems.
TechCrunch AI / 8:11 PM
Jersey Mike’s IPO illustrates how bad the AI hype has become
Just for kicks, I took a look at Jersey Mike's IPO documents. Surely a sandwich shop would have no need to mention AI. But lo and behold.
Hacker News AI / 6:58 AM
Hacker News discussion: Is AI hype cooling down? I built a data-driven dashboard
Hacker News readers are discussing "Is AI hype cooling down? I built a data-driven dashboard" with 3 points and 1 comments.
Hacker News AI / 3:01 PM
Hacker News discussion: Now Is the Time to Give LLMs Access to the ACM Digital Library
Hacker News readers are discussing "Now Is the Time to Give LLMs Access to the ACM Digital Library" with 2 points and 0 comments.
Hacker News AI / 8:07 PM
Hacker News discussion: Kimi Panic Is a Sputnik Moment for 'Open' AI
Hacker News readers are discussing "Kimi Panic Is a Sputnik Moment for 'Open' AI" with 3 points and 1 comments.
Hacker News AI / 10:51 PM
Hacker News discussion: What is happening to jobs? Separating AI hype from reality
Hacker News readers are discussing "What is happening to jobs? Separating AI hype from reality" with 13 points and 8 comments.
Latent Space / 7:25 AM
[AINews] Claude Opus 5: Fable-level performance at Opus price (half Fable)
ain't nobody beats Anthropic at distilling Fable!
Hacker News AI / 5:11 PM
Hacker News discussion: Maybe the Biggest Problem with A.I. In the Workplace Is People
Hacker News readers are discussing "Maybe the Biggest Problem with A.I. In the Workplace Is People" with 1 points and 0 comments.
Latent Space / 4:30 AM
[AINews] Black Forest Labs FLUX 3 - Multimodal Flow Models that beat Seedance 2.0, Gemini Omni and Grok Imagine, and FLUX-mimic video-action robotics model
A HUGE win for BFL!
Hacker News AI / 1:09 PM
Hacker News discussion: I asked 6 LLMs to design 100 software systems
Hacker News readers are discussing "I asked 6 LLMs to design 100 software systems" with 1 points and 0 comments.
Latent Space / 5:09 AM
Inside the Model Factory — Eiso Kant, Poolside AI
Poolside's co-CEO on how his small team of top researchers built a model factory capable of training Laguna S - a 118B MOE beating Thinky's ~1T open weights model... and this is just the beginning.
Hacker News AI / 3:48 AM
Hacker News discussion: A.I. Drones Are Coming. We Are Not Ready
Hacker News readers are discussing "A.I. Drones Are Coming. We Are Not Ready" with 4 points and 0 comments.
Hacker News AI / 3:39 PM
Hacker News discussion: Open models for AI were inevitable (op-ed) – Bill Gurley
Hacker News readers are discussing "Open models for AI were inevitable (op-ed) – Bill Gurley" with 5 points and 1 comments.
Latent Space / 4:30 AM
[AINews] not much happened today
a quiet day
Hacker News AI / 11:22 AM
Hacker News discussion: AI Didn't Make Programming Easier. It Just Made It Differently Difficult
Hacker News readers are discussing "AI Didn't Make Programming Easier. It Just Made It Differently Difficult" with 2 points and 0 comments.
Latent Space / 6:18 AM
[AINews] Thinky's Inkling: 975B-A41B multimodal, new best American Apache 2.0 open model (with Inkling-Small, 276B-A12B)
Thinky's first full LLM release is a banger and bonus: it's open weights!
Hacker News AI / 1:52 PM
Hacker News discussion: AI's $5.8T Buildout Needs Every Bond Flavor It Can Sell
Hacker News readers are discussing "AI's $5.8T Buildout Needs Every Bond Flavor It Can Sell" with 1 points and 0 comments.
Latest story in this edition: 10:19 AM
Back to front page