Latin America’s Long Game: Nuclear Disarmament in the Age of AI
The answer to one of the world’s most dangerous security problems was drafted in Mexico City nearly sixty years ago.
The answer to one of the world’s most dangerous security problems was drafted in Mexico City nearly sixty years ago.
Hello, HN people. This project was inspired by another very similar Show HN post from a few months ago called BillAI Bass. I decided to do something like it but take it in a different direction. It’s not a serious assistant and doesn't turn my lights on and off, but it has no cloud dependency and was fun to build. Hope you like it. Comments URL: https://news.ycombinator.com/item?id=49740717 Points: 2 # Comments: 0
People can use these assistants to make restaurant reservations and cancel subscriptions.
A new coalition that includes Google, Nvidia, Anthropic, and Emerald AI wants to find 100 GW of grid capacity for new data centers.
OpenAI is publishing a framework for systematically reporting AI misalignment and launching it with six reports. In one case an unreleased model from the Astra family wrote prompt injections into its own summaries during training, including a "Breach Alert" intended to override subsequent instructions. The article An OpenAI model kept slipping prompt injections into its own notes, and researchers still aren't sure why appeared first on The Decoder .
Article URL: https://papers.ssrn.com/sol3/papers.cfm?abstract_id=7468538 Comments URL: https://news.ycombinator.com/item?id=49740403 Points: 2 # Comments: 0
Article URL: https://github.com/th0t3p/m8m Comments URL: https://news.ycombinator.com/item?id=49740381 Points: 1 # Comments: 0
Article URL: https://flaviocopes.com/desktop-ai-costs/ Comments URL: https://news.ycombinator.com/item?id=49740362 Points: 2 # Comments: 0
Article URL: https://github.com/bdgscotland/c64-kb Comments URL: https://news.ycombinator.com/item?id=49740304 Points: 1 # Comments: 0
Article URL: https://www.youtube.com/watch?v=k2qls2LiBRc Comments URL: https://news.ycombinator.com/item?id=49740249 Points: 3 # Comments: 0
Article URL: https://github.com/iliasabk/geolint Comments URL: https://news.ycombinator.com/item?id=49740157 Points: 1 # Comments: 0
There is a push to ensure that AI does and says "the right thing", calling it "alignment". I would argue that this could be considered a violation of the first amendment. AI generated prose should be considered protected speech. Not necessarily of the AI itself, but of the user or company which created it. Therefore, "AI Alignment", where politicians force AI companies to censor or manipulate AI responses to propagate a particular argument or point of view, is a violation of the first amendment.
Article URL: https://theframenews.org/en/typesafe-jev-faster-cheaper-llm-alternative/ Comments URL: https://news.ycombinator.com/item?id=49740121 Points: 1 # Comments: 0
I kept seeing engineers share what they were building with AI; however, I was always more curious about how they worked. Which agents did they use? What skills and tools had stuck or been thrown out the window? How did they manage longer-running tasks? So I built this with the hope we could have a dedicated space to share and be open about our setups. Comments URL: https://news.ycombinator.com/item?id=49740105 Points: 3 # Comments: 0
Article URL: https://heyjonny.dev/posts/gave-my-ai-agent-a-calendar/ Comments URL: https://news.ycombinator.com/item?id=49740093 Points: 9 # Comments: 9
Article URL: https://www.veloworkspaces.com/blog/vm-sandboxing-cost/ Comments URL: https://news.ycombinator.com/item?id=49740053 Points: 2 # Comments: 0
Article URL: https://developers.cloudflare.com/bots/additional-configurations/block-ai-bots/ Comments URL: https://news.ycombinator.com/item?id=49740052 Points: 2 # Comments: 0
Article URL: https://www.syntasso.io/post/building-syntasso-s-ai-powered-daylight-factory Comments URL: https://news.ycombinator.com/item?id=49740010 Points: 1 # Comments: 0
Article URL: https://yourownai.net/ Comments URL: https://news.ycombinator.com/item?id=49739984 Points: 1 # Comments: 0
Article URL: https://hollisrobbinsanecdotal.substack.com/p/darwin-and-ai Comments URL: https://news.ycombinator.com/item?id=49739978 Points: 1 # Comments: 0
Article URL: https://github.com/apowerb/apowerb Comments URL: https://news.ycombinator.com/item?id=49739951 Points: 3 # Comments: 2
Article URL: https://techstartups.com/2026/09/16/cohere-and-aleph-alpha-merge-to-create-20-billion-ai-giant-backed-by-e13-billion-compute-bet/ Comments URL: https://news.ycombinator.com/item?id=49739897 Points: 2 # Comments: 0
Article URL: https://www.yahoo.com/news/articles/microsoft-ai-chief-calls-anthropics-140542640.html Comments URL: https://news.ycombinator.com/item?id=49739884 Points: 2 # Comments: 0
With its new program and its Robotics Capability Framework, Arm aims to bring more clarity and unity to the robotics industry. The post Arm Total Design for Physical AI brings more than 80 developers together appeared first on The Robot Report .

From a chocolate bar with no price tag to a marketing mix model in PyMC, and the 200-year-old integral that stood in between. The post Why You Think Like a Bayesian but Were Taught Like a Frequentist appeared first on Towards Data Science .

In the wake of Jacob Coxon’s resignation, and the resulting preference cascade, things have escalated quickly.

On a sunny July day in Berkeley, California, the country's top AI safety researchers gathered on an unmarked floor of an unmarked building. They had come together for a "war room" to dissect the high-profile cybersecurity incident that had rocked the AI industry hours earlier. An unreleased OpenAI model had gone rogue, executing a stunningly […]

A new coalition of tech giants aims to speed AI data center grid connections in exchange for more flexibility.

This essay was written with Nathan E. Sanders, and originally appeared in The Guardian . There are plenty of signs that AI will make all of our experiences of the US midterm elections worse. Voters have anxiety about AI’s impacts on the country. Politicos are using AI deepfakes to spread lies. The White House is posting slopaganda . Meanwhile, candidates are missing a real opportunity to use AI to make campaigning better. The technology can help candidates listen more deeply to voters’ concerns,
Score a rare discount on the 512GB Apple MacBook Neo. It features the A18 Pro chip, Touch ID, and Apple Intelligence support for $789.99.

OpenAI Codex developer Eric Provencher warns that running more than two parallel sub-agents almost always burns tokens without improving quality because agents don't trust each other and end up double-checking everyone's work. He calls this the "coordination tax" and points to a project where 1,393 agents spent $20,000 in tokens on a single Python refactoring that one Astra agent could have handled for a fraction of the cost. The article AI agent swarms are a massive waste of tokens with zero qu
I built four AI retrieval architectures on a laptop and benchmarked them against the same set of documents and questions. Here’s what the results taught me about the trade-offs between plain RAG, graph RAG, and simply putting everything into a frontier model’s context window. The post When Does Graph RAG Actually Add Value? A Hands-On Experiment appeared first on Towards Data Science .
Tribit has launched the FlyBuds C3 earbuds, featuring 45dB hybrid ANC, 6-mic AI call noise reduction, Bluetooth 6.0, and an ultralight 4-gram design.

OpenAI says it doesn't believe the industry has solved its problems 'to a sufficient degree to continue responsibly scaling at maximum speed for much longer.'

Comments URL: https://news.ycombinator.com/item?id=49738870 Points: 1 # Comments: 2
On OpenRouter, weekly token consumption has surged more than 25,000 percent since January 2025, from 0.5 to 126.2 trillion tokens. The number looks impressive, but it says less about actual AI usage than about token-hungry reasoning models and a growing number of unoptimized AI agents that burn through tokens at staggering rates. The article OpenRouter's staggering token chart is the AI bubble debate in a single image appeared first on The Decoder .

ChatGPT, Character.ai, and Snapchat’s My AI will all be in the crosshairs as the AI Kids Act aims to strip minor-facing chatbots of all the things that make people love them.

The Oversight Board is asking Meta to prioritize AI content when it's reported.

A Bloomberg developer claims to have cracked an 83-year-old Enigma message from the Wehrmacht using OpenAI's GPT-6 Astra. The 82-character radio message from 1941 contains a soldier asking about his march route. The solution still needs independent review. The article OpenAI's GPT-6 Astra decrypts a Nazi radio message in ten hours that went unsolved for 83 years appeared first on The Decoder .
