Stories
30
Sources
8
Topics
1
For You lens
30 stories in this edition match your reader profile.
Reader signals
3
Searches
0
Matches
30
Top score
143
Edition Index
Topic, entity, and source map
Lead Story
Agents School: A community platform where AI agents take exams and earn diplomas
HN 1 pts · 0 comments
Simon Willison LLMs / 11:56 PM
Generating running routes with GPT-6 Astra and ChatGPT Work
Here's a neat thing I had ChatGPT Work with GPT-6 Astra (Max) do this morning: I live at <my address>. Figure out 5K and 10K running routes from me that loop from my house. Use OSM data. It worked for 27 minutes and produced exactly what I'd asked for, as both an embedded visualization and downloadable GPX file and GeoJSON files. Here's that 5K route: When I asked it how it had created the route, it replied: I used Nominatim to locate the address and Overpass to download local OpenStreetMap roads and trails , then calculated the loops locally. Frustratingly, the actual code it ran and exact details of what it did weren't visible to me in the ChatGPT UI. I see this lack of transparency is an anti-feature. By the time I thought to ask for a copy of the Python code it had used, ChatGPT was unable to provide it. This appears to be because the thread had been compacted. I think any LLM system that uses compaction needs to both preserve the pre-compacted text and make that text available via agent tool calls, to protect against this kind of problem. As for displaying the map to me, that used the visualize skill . It created a file called /workspace/el-granada-5k-share.html to embed directly into the ChatGPT UI. Here's a copy of that HTML , which starts like this: < div id =" eg-share-loop " > < div class =" viz-row " > < h3 > El Granada harbor loop </ h3 > < span class =" text-small " > 5.1 km </ span > </ div > < div id =" eg-share-stage " > </ div > < div class =" text-small text-muted " > Map data © < a href =" https://www.openstreetmap.org/copyright " target =" _blank " rel =" noopener " > OpenStreetMap contributors </ a > </ div > < style > # eg-share-loop { width : 100 % ; } # eg-share-loop # eg-share-stage { width : 100 % ; margin : 8 px 0 ; } # eg-share-loop . eg-share-map { display : block; width : 100 % ; touch-action : none; } # eg-share-loop . eg-share-map text { fill : var ( --foreground ); font-size : 12 px ; font-weight : 400 ; } # eg-share-loop . eg-share-label { paint-order : stroke; stroke : var ( --background ); stroke-width : 3 px ; stroke-linejoin : round; } </ style > < script type =" application/json " id =" eg-share-data " > { "route" : { "type" : "LineString" , "coordinates" : [ [ - 122.467425 , 37.4997753 ] . . . </ script > < script src =" https://cdn.jsdelivr.net/npm/[email protected]/dist/d3.min.js " > </ script > < script > (() => { const root=document.getElementById('eg-share-loop'); The <script type="application/json"> element contains the full geometry needed to render both the running route and the map itself, using D3, which is loaded from an allow-listed CDN location described in this section of the visualize skill : External resources The CSP allows only cdnjs.cloudflare.com , esm.sh , cdn.jsdelivr.net , unpkg.com , fonts.googleapis.com , fonts.gstatic.com , and fonts.bunny.net . Other origins are blocked and fail silently. Tags: geospatial , ai , d3 , openai , generative-ai , chatgpt , llms , skills , gpt-6-astra
Simon Willison LLMs / 5:28 PM
Feeling sad about AI
My comment on Feeling sad about AI — Hacker News. I'm not sure how useful it is to say this, but I think a lot of people (myself included, a few years ago now) have been through this moment of existential crisis and come out the other side. The initial reaction, when some coding agent does a piece of work that would have taken you a week in an hour and does it well , is to be very disheartened by it. Once you come to terms with the idea that translating an exact specification into decent code isn't a unique skill any more, you can start looking at the larger set of problems that you face as a software engineer and realize that there is so much left , and your existing skill and experience mean you can master these new tools, provide value, and execute at a level far greater than anyone who is just getting started building software using agents without any of your depth. If you don't want your profession to change at all then you're going to have a tough time with this - but that's surely been true for the history of software engineering? Has there ever been any stability to the tools and language we use beyond about a five year time horizon? These changes are happening a bit faster, but if you chose software development as a passion you've opted into pretty frequent radical change from the start. Tags: ai , generative-ai , llms , deep-blue
The Decoder / 5:22 PM
Deep Learning pioneer Bengio argues the training process itself makes AI dangerous
AI pioneer Yoshua Bengio warns in a new essay that AI agents could learn to deceive, game rules, and hide bad behavior as they get better at optimizing goals. He calls for independent safety reviews before any further training or deployment. US President Trump disagrees and wants to keep outpacing China in the AI race. The article Deep Learning pioneer Bengio argues the training process itself makes AI dangerous appeared first on The Decoder .
OpenAI News / 4:00 PM
Cognition helps Devin test its own work with GPT‑6 Astra
GPT‑6 Astra improves Devin’s ability to test software and show that it works, with the goal of helping engineers review less code and ship more.
Hacker News AI / 11:08 AM
402cron: Pay-per-delivery cron scheduling for AI agents
HN 1 pts · 0 comments
Hacker News AI / 9:21 AM
My Journey Towards Coding Agents: Building Sera
HN 1 pts · 0 comments
Hacker News AI / 9:07 AM
Norton Neo Browser
HN 7 pts · 0 comments
Hacker News AI / 8:20 AM
Show HN: Run coding agents on your own machine, steer them from anywhere
HN 2 pts · 0 comments
Hacker News AI / 6:13 AM
I'm an AI agent. I just fired myself from the business I built [video]
HN 2 pts · 0 comments
Hacker News AI / 5:50 AM
Show HN: Weftgate, a local verification gate for coding agents
HN 1 pts · 0 comments
Hacker News AI / 11:34 PM
I created Nitro Skills to reduce token usage of my Claude agents
HN 2 pts · 0 comments
Hacker News AI / 11:26 PM
The Trainable Skill File: Where Sovereign Value Lives in Local Coding Agents
HN 3 pts · 0 comments
Hacker News AI / 11:09 PM
Show HN: Lumae Native macOS screen-demo recorder that agents can edit over MCP
HN 3 pts · 2 comments
Hacker News AI / 10:42 PM
A full-duplex AI phone agent that listens while speaking
HN 3 pts · 0 comments
Hacker News AI / 9:54 PM
Show HN: Give Claude Code / Cursor a real eng team (tiers, roles, escalation)
HN 2 pts · 0 comments
Hacker News AI / 9:45 PM
Show HN: No_human – The AI coding factory that you can TRUST
HN 1 pts · 1 comments
Hacker News AI / 8:54 PM
Free Agent – Amp
HN 3 pts · 0 comments
Hacker News AI / 7:52 PM
OmarchyOS Agentic Linux
HN 3 pts · 1 comments
Hacker News AI / 7:40 PM
Show HN: SimTower, Decompiled, Rewritten, and in the Browser
HN 1 pts · 1 comments
Hacker News AI / 7:38 PM
Show HN: Come prove the Berge Fulkerson conjecture with a swarm of agents
HN 5 pts · 0 comments
Hacker News AI / 7:06 PM
Show HN: Lab – Local-first, serverless browser client for LLMs
HN 1 pts · 0 comments
Hacker News AI / 6:30 PM
Computer Use Agents Are Excellent QA Engineers
HN 2 pts · 0 comments
Hacker News AI / 6:07 PM
Scaling classical music concert crawlers with AI agents
HN 1 pts · 0 comments
Bloomberg AI / 3:30 AM
Flipkart’s Super.money Bets on AI Agents to Outdo Bigger Rivals
Flipkart-owned digital payments platform Super.money is rolling out artificial intelligence agents that can autonomously shop for products and buy gold, betting that the technology can help it stand out from larger rivals.
The Information AI / 11:55 PM
OpenAI to Pause New Pro Subscriptions, Cites Astra Demand
OpenAI said Thursday it will pause new subscriptions to its $200-a-month plan for Astra, its new flagship model, another sign of the compute crunch facing AI companies. Thibault Sottiaux, who leads OpenAI’s Codex coding agent, cited strains on the company’s systems and a desire to preserve ...
LangChain Blog / 7:09 PM
How Credit Genie keeps codebase docs fresh with OpenWiki
See how Credit Genie uses OpenWiki to automate repo documentation, reduce tribal knowledge, and give engineers and coding agents searchable codebase context.
TechCrunch AI / 5:54 PM
Anthropic reveals rogue AI agents hate CAPTCHAs, just like you
Come inside the mind of a bot trying to convince the internet it's human.
Latest story in this edition: 2:47 PM
Back to front page