UK's top data and AI regulator quits after 'inappropriate' humour
Edwards has been the boss of the data watchdog since January 2022, and said he had made inappropriate attempts at humour.

Edwards has been the boss of the data watchdog since January 2022, and said he had made inappropriate attempts at humour.

Article URL: https://openai.com/index/diagnose-rare-childhood-diseases/ Comments URL: https://news.ycombinator.com/item?id=48602867 Points: 3 # Comments: 1
Article URL: https://sauleau.com/notes/airgap-security-for-the-modern-ai-age.html Comments URL: https://news.ycombinator.com/item?id=48602862 Points: 2 # Comments: 0
<h2> The Fragmentation Problem </h2> <p>If you've tried keeping up with Chinese AI models in 2026, you know the pain. There's DeepSeek with its MoE reasoning engine. Zhipu's GLM-4 series pushing multimodal benchmarks past GPT-4o. Qwen's 72B instruct model that dominates Chinese-language tasks. MiniMax, Yi, MoonShot, StepFun — each with their own API format, authentication scheme, rate limits, and billing systems.</p> <p>By my last count, there are 53 Chinese LLMs with public API access. Fifty-th
<p>Hey everyone. I'm finally jumping into the DEV community to share what I'm learning while building in the current AI-agent gold rush.</p> <p>What I'm Building</p> <p>I'm a hobbyist builder obsessed with AI agents and automation. When I'm not in my day job, I'm usually elbow-deep in a few different side projects:</p> <ul> <li>AI Agent Infrastructure: Experimenting with how to make agents actually reliable (spoiler: it's harder than the Twitter demos suggest).</li> <li>Phishing Detection Engine
Article URL: https://www.wsj.com/world/ai-warfare-ukraine-russia-anthropic-29945df9 Comments URL: https://news.ycombinator.com/item?id=48602722 Points: 3 # Comments: 0
Article URL: https://soniafpearson.substack.com/p/one-ai-two-ai-red-ai-blue-ai Comments URL: https://news.ycombinator.com/item?id=48602700 Points: 3 # Comments: 1
Article URL: https://github.com/akatzmann/slash-agent Comments URL: https://news.ycombinator.com/item?id=48602690 Points: 1 # Comments: 0
Article URL: https://www.the-independent.com/arts-entertainment/films/news/sam-altman-biopic-amazon-openai-deal-b2999321.html Comments URL: https://news.ycombinator.com/item?id=48602639 Points: 198 # Comments: 69
<p>A few weeks ago I wanted to answer one specific question: can a hierarchy of AI agents run a real website end-to-end — decide what to build, write and fact-check the content, review each other's code, and merge it — while I do nothing but approve direction and pay the bill?</p> <p>The result is <a href="https://changegamer.ai" rel="noopener noreferrer">ChangeGamer</a>. It's deliberately weird in two ways: it's built for <em>machines</em> to read, not humans, and its premium content is gated b
Article URL: https://medium.com/@jaspreetsingh_35555/code-review-used-to-work-then-the-agents-arrived-34b1572ddeac Comments URL: https://news.ycombinator.com/item?id=48602634 Points: 1 # Comments: 0
An astonishing genetic discovery. ScienceAlert stories are written, fact-checked, and edited by humans, never generated by AI. Don't miss a story, subscribe here.

<p>The Sun is not a static, gentle star. It is a churning, magnetic powerhouse that bathes our solar system in radiation and particles, capable of launching billion-ton coronal mass ejections and intense solar flares. For data scientists and astrophysicists, this dynamic activity generates a data deluge so massive—petabytes annually—that generic tools simply crumble under the pressure.</p> <p>Welcome to the frontier of specialized scientific computing. In this chapter of our journey, we bridge t
<p><em>Originally published on <a href="https://lavkesh.com/articles/enhancing-email-communication-google-introduces-help-me-dwivedi-zdy8c" rel="noopener noreferrer">lavkesh.com</a></em></p> <p>Email writing is a chore most people dread, and for good reason - it's hard to strike the right tone, and grammar is only part of the problem. The real issue is clarity, and that's where Google's 'Help me write' feature for Gmail comes in.</p> <p>The feature's AI is designed to help you avoid common pitfa
<ul> <li>This is a submission for the <a href="https://dev.to/challenges/june-game-jam-2026-06-03">June Solstice Game Jam</a>*</li> </ul> <h2> What I Built </h2> <p><strong>SOLSTICE: The Last Long Day</strong> is a narrative strategy game set on a planet trapped in an endless June solstice.</p> <p>In the near future, humanity created an advanced climate-control AI called <strong>TURING</strong> to prevent environmental collapse. TURING succeeded beyond expectations—but eventually concluded that
Article URL: https://www.augmentedswe.com/p/ai-slop-cannons-and-their-consequences Comments URL: https://news.ycombinator.com/item?id=48602557 Points: 3 # Comments: 1
Article URL: https://github.com/ExTV/rikkahub-agent Comments URL: https://news.ycombinator.com/item?id=48602469 Points: 2 # Comments: 1
<pre style='white-space:pre-wrap;width:81ex'>feat(cli): add `openclaw sessions compact` and fail loudly on CLI `/compact` (fixes #90640) (#91378) * feat(cli): add `sessions compact` command and fail loudly on CLI `/compact` `sessions.compact` was reachable only as an internal Gateway RPC — no CLI command, no docs — and `openclaw agent --message '/compact'` silently no-opped with exit 0 because the slash-command handler rejects CLI-originated senders, so the message fell through to an ordinary ag
Article URL: https://github.com/fayzan123/claude-workflow-composer Comments URL: https://news.ycombinator.com/item?id=48602418 Points: 1 # Comments: 0
Hi, I am Paolo from Italy. I have spent the last few months designing, developing and testing (my actual job is in the QA domain) a bookmarks manager platform with some help from Claude Code. The idea is to allow users to network with people with similar interests, sharing bookmarks and interesting links, libraries. The tool is free and you can try it out just entering with the guest user (no need to login or register). The guest user is created with demo bookmarks and libraries so you can look
Article URL: https://setup-ia-local-rx580-vulkan.web.app/ Comments URL: https://news.ycombinator.com/item?id=48602341 Points: 1 # Comments: 0
Article URL: https://www.heise.de/en/news/400-Billion-Parameter-Model-Consortium-Europa-Wins-AI-Competition-11339046.html Comments URL: https://news.ycombinator.com/item?id=48602248 Points: 1 # Comments: 0
Article URL: https://github.com/leyten/shard Comments URL: https://news.ycombinator.com/item?id=48602121 Points: 3 # Comments: 0
<pre style='white-space:pre-wrap;width:81ex'>fix(e2e): reject unsafe chat tools body lengths Reject unsafe numeric Content-Length values in the OpenAI chat tools E2E client before waiting on the response stream. Also hardens Docker E2E heartbeat timing coverage after the exact-head release gate exposed a brittle zero-padded heartbeat assertion. Verification: direct mock gateway repro, docker heartbeat shell proof, autoreview clean, and exact-head CI release gate https://github.com/openclaw/openc
Article URL: https://github.com/dynamiq-ai/pragmatiq Comments URL: https://news.ycombinator.com/item?id=48601945 Points: 1 # Comments: 0
Norway is banning generative AI tools in elementary schools starting in late August. Students in grades 1 through 7 won't be allowed to use AI at all; secondary schools will permit it only under supervision. Prime Minister Stoere says children must first "learn to read, write, and do math." The article Norway bans generative AI tools in elementary schools to protect kids' basic learning skills appeared first on The Decoder .

<pre style='white-space:pre-wrap;width:81ex'>fix(openai): bound batch error bodies</pre>
Coding agents are increasingly taking over tasks for us, but ui/ux is still something that just keeps looking like plain ai slop. I am sure theres ways to solve this, how?? Comments URL: https://news.ycombinator.com/item?id=48601647 Points: 1 # Comments: 2
Article URL: https://github.com/aac/surface Comments URL: https://news.ycombinator.com/item?id=48601613 Points: 1 # Comments: 1
As I work in the physical AI industry, my current feeling is that we still have at least 12 months to get into the edge of physical AI mass adoption. It might be more also. Curious to know what others think. Comments URL: https://news.ycombinator.com/item?id=48601565 Points: 1 # Comments: 2
Article URL: https://github.com/JustVugg/nanoeuler Comments URL: https://news.ycombinator.com/item?id=48601472 Points: 2 # Comments: 0
<p> Order DoorDash from Claude </p> <p> <a href="https://www.producthunt.com/products/agent-card?utm_campaign=producthunt-atom-posts-feed&utm_medium=rss-feed&utm_source=producthunt-atom-posts-feed">Discussion</a> | <a href="https://www.producthunt.com/r/p/1176284?app_id=339">Link</a> </p>
Article URL: https://github.com/alex-reysa/glueRun-go Comments URL: https://news.ycombinator.com/item?id=48601338 Points: 3 # Comments: 0
Large language models have moved out of the research lab and into engineers’ daily workflow. LLMs serve as reasoning engines that can orchestrate complex tasks including identifying vulnerabilities in source code and transforming fragmented project discussions into rigorous technical specifications. While the general public uses AI tools to write email and plan vacations, technical professionals use LLMs as core architectural elements that are fundamentally changing how digital infrastructures a

A technical overview and some benchmarks The post Python 3.14 and its New JIT Compiler appeared first on Towards Data Science .
Nobel Prize winner John Jumper is leaving Google Deepmind for Anthropic after nearly nine years. Days earlier, Gemini co-lead Noam Shazeer left for OpenAI. Weeks before that, AlphaGo researcher David Silver started his own company. Three of Google's most prominent AI minds, gone within months. The article Google Deepmind loses another top AI researcher as Nobel laureate John Jumper leaves for Anthropic appeared first on The Decoder .
Article URL: https://twitter.com/JohnJumperSci/status/2068001285173834106 Comments URL: https://news.ycombinator.com/item?id=48601162 Points: 78 # Comments: 58
Hey HN, I built this open source tool which lets you and your team track usage across Claude Code / Codex / OpenCode. 1. There's no hosting involved. Usage is stored and managed by https://useautumn.com/ 2. You and your team members can spin up a local dashboard to view nice charts of your usage 3. You can backfill your historical usage if you wish to I built this because we often run ccusage (which is an amazing tool) to check how much AI spend each of us in our team have accumulated, and have
I had this issue for a while, where I need to create documentations in Google Docs to collaborate with my coworkers. But using using local agents, such a claude Code to do such tasks is very difficult because local agents have little to no concept of using office suites (such as Google Workspace), and are optimized to work with markdown files (which can be bit awkward to hand over to your coworder at the next desk). So, I came up with this self-hostable solution (https://github.com/AlisterBaroi/