Stories
30
Sources
6
Topics
4
For You lens
27 stories in this edition match your reader profile.
Reader signals
3
Searches
0
Matches
27
Top score
130
Search Intent
open_source
This query becomes a recent For You signal, so matching stories can move up on the next personalized pass.
Edition Index
Topic, entity, and source map
Entities
Lead Story
OpenHands/OpenHands is trending in AI open source
OpenHands/OpenHands is a GitHub AI repository with 87,757 stars. 🙌 OpenHands: AI-Driven Development
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
Bloomberg AI / 7:28 PM
Why Bridgewater’s CIO Says AI’s Human Extinction Risk Is Real
As one of the earliest backers of both OpenAI and Anthropic, Greg Jensen has seen AI development up close. Now, he's among the tech insiders more worried than ever about AI's human extinction risks. The managing CIO of Bridgewater joins Joe Weisenthal and Tracy Alloway on the Odd Lots podcast to discuss how AI discourse is starting to resemble the start of the Covid-19 pandemic in 2020 and why the time for governments to put meaningful regulations in place is now. (Source: Bloomberg)
AWS Machine Learning Blog / 6:24 PM
Beyond the price per token: Choosing the right OpenAI model on Amazon Bedrock for your workload
Comparing models on dollars per million tokens misses what production workloads actually pay for: outcomes. This post shares an open-source benchmarking harness that measures cost per correct answer, agent trajectory cost, and rubric-graded deliverable quality across OpenAI models on Amazon Bedrock.
Bloomberg AI / 6:10 PM
OpenAI’s Altman May Slow Down AI Development
OpenAI is considering slowing down the development of cutting-edge AI. In a company-wide meeting this week, Altman told employees that OpenAI could potentially pace its AI development - perhaps even in conjunction with several other AI labs, according to sources. Bloomberg's Shirin Ghaffary has the scoop and joins Ed Ludlow on "Bloomberg Tech." (Source: Bloomberg)
Hacker News AI / 5:14 PM
DeepDog 2: Outperforms Gemini and OpenAI deep research at a fraction of the cost
HN 2 pts · 1 comments
The Decoder / 12:58 PM
Iris-mini and Iris-pro are the strongest open-weight search agents in their class
The AllSpark team has released Iris-mini and Iris-pro, two open-source search agents built on Qwen models that lead benchmarks among open-weight models in their size classes. According to the paper, the training data and models also improved performance on tasks they were never trained for, including general tool use and office work. The article Iris-mini and Iris-pro are the strongest open-weight search agents in their class appeared first on The Decoder .
Hacker News AI / 5:06 PM
Iris-mini – open search agent on Qwen3.6-35B-A3B
HN 2 pts · 0 comments
GitHub Trending AI / 4:40 PM
usestrix/strix is trending in AI open source
usestrix/strix is a GitHub AI repository with 62,219 stars. Open-source AI penetration testing tool to find and fix your app’s vulnerabilities.
Hacker News AI / 4:17 PM
Docket – Per-commit evidence records for agent-written code
HN 3 pts · 0 comments
Hacker News AI / 4:08 PM
What's the smallest agent harness that is still architecturally complete?
HN 2 pts · 0 comments
Hacker News AI / 3:43 PM
Practical Agentic RAG patterns implemented with LangGraph
HN 3 pts · 0 comments
Hacker News AI / 3:00 PM
Council – Five independent advisors for your agent
HN 1 pts · 1 comments
GitHub Trending AI / 2:15 PM
nautechsystems/nautilus_trader is trending in AI open source
nautechsystems/nautilus_trader is a GitHub AI repository with 28,873 stars. Production-grade Rust-native trading engine with deterministic event-driven architecture
Hacker News AI / 12:54 PM
From Hand-Crafted to LLM-Based Variation Operators in Metaheuristics
HN 1 pts · 0 comments
Hacker News AI / 12:39 PM
Show HN: AgentJIT – Compile dynamic LLM agent workflows into 0.1ms Python
HN 2 pts · 0 comments
Hacker News AI / 12:37 PM
Show HN: I built ThreadShelf to reuse hard-to-export AI chats like OpenRouter
HN 1 pts · 0 comments
GitHub Trending AI / 12:33 PM
harvard-edge/cs249r_book is trending in AI open source
harvard-edge/cs249r_book is a GitHub AI repository with 28,198 stars. Machine Learning Systems
Hacker News AI / 11:23 AM
MeshDrive and Local AI Agent for FS
HN 2 pts · 0 comments
Hacker News AI / 10:36 AM
Using AlphaGenome to Investigate My Own Genetic Mutation
HN 1 pts · 0 comments
Hacker News AI / 10:23 AM
Show HN: As-an-engineer – A skill to make AI treat you like an engineer
HN 1 pts · 0 comments
Hacker News AI / 9:52 AM
Give to AI Formulas from Charts
HN 1 pts · 1 comments
GitHub Trending AI / 9:42 AM
thedotmack/claude-mem is trending in AI open source
thedotmack/claude-mem is a GitHub AI repository with 93,794 stars. Persistent Context Across Sessions for Every Agent – Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode + More
GitHub Trending AI / 7:30 AM
simstudioai/sim is trending in AI open source
simstudioai/sim is a GitHub AI repository with 29,626 stars. Sim is the collaborative workspace to build, deploy, and monitor AI agents and workflows. Used by 100,000+ builders.
Hacker News AI / 6:45 AM
Created a local AI to save data
HN 1 pts · 0 comments
GitHub Trending AI / 6:41 AM
yamadashy/repomix is trending in AI open source
yamadashy/repomix is a GitHub AI repository with 28,326 stars. 📦 Repomix is a powerful tool that packs your entire repository into a single, AI-friendly file. Perfect for when you need to feed your codebase to Large Language Models (LLMs) or other AI tools like Claude, ChatGPT, DeepSeek, Perplexity, Gemini, Gemma, Llama, Grok, and more.
GitHub Trending AI / 6:10 AM
Significant-Gravitas/AutoGPT is trending in AI open source
Significant-Gravitas/AutoGPT is a GitHub AI repository with 187,300 stars. AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.
Hacker News AI / 3:07 AM
Show HN: Astah Pro MCP – Enabling AI-Powered UML Modeling
HN 4 pts · 0 comments
Latest story in this edition: 6:00 PM
Back to front page