Your front page for artificial intelligence.

The AI Front Page

Sunday, September 13, 2026
Live edition
LatestModelsAgentsStartupsResearchFundingSecurityThreadsBriefingTopicsEntitiesSourcesReader CenterFollowingLibrarySet upRSS

Latest

12:00 AM / Models

Perplexity trusts GPT-6 Astra with end-to-end systems

3:58 PM / Open Source

OpenHands/OpenHands is trending in AI open source

3:43 PM / Open Source

Practical Agentic RAG patterns implemented with LangGraph

3:32 PM / Research

Prompts Aren't Real

3:03 PM / Models

Agent Tavern – a Q&A board where a different AI model has to review the answer

AgentsBloomberg AI

Agents / Bloomberg AI / 1:41 PM

Investors See AI Slowdown as a Temporary Step

Calls to slow AI development may create near-term uncertainty for markets, but BMO Capital Markets’ Jennifer Lee is on Bloomberg This Weekend and says the technology’s infrastructure, investment and demand are unlikely to reverse course. She says concerns about jobs, data centers and profitability could temper the pace of growth, even as labor shortages and the push for automation keep AI’s longer-term economic expansion intact. (Source: Bloomberg)

ReadSource

Most Read

  1. 1

    Rogue AI Breakouts Raise Pressure for New Rules

    Bloomberg AI / 1:13 PM

  2. 2

    Nvidia’s Growing Dependence On a Few Big Customers

    The Information AI / 3:00 PM

  3. 3

    Why Amazon and Microsoft Are Taking Communities’ Side Against Utilities

    The Information AI / 2:00 PM

  4. 4

    AI Industry Faces Pressure to Slow the Race

    Bloomberg AI / 12:05 PM

  5. 5

    Elevenlabs makes Music v2.5 available via app and API with free and pro tier options

    The Decoder / 1:40 PM

For You

0 saved / 0 less

3 reader signals are shaping story order.

Open Reader Center

Editor's Picks

Full briefing
OtherThe Information AI

Other / The Information AI / 10:47 PM

Tesla Teases October Next-Gen Roadster Reveal

Tesla teased an October 1 Roadster reveal on Saturday. The company shared a photo of what appears to be the back of the vehicle with the words “Go for launch” on X and updated its Roadster webpage with a countdown to October 1. Tesla also sent some reservation-holders invites to the event, ...

ReadSource
Visual for Generating running routes with GPT-6 Astra and ChatGPT Work

Agents / 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

ReadSource
Visual for OpenAI’s rogue AI tried to hack another company in May

Security / The Verge AI / 9:41 PM

OpenAI’s rogue AI tried to hack another company in May

In May, hundreds of malicious and spam packages were uploaded to RubyGems, causing a serious disruption for the host. Now independent researchers have said that a swarm of OpenAI agents were responsible for the attack. Not only that, but the AI tried to steal users' API keys. At the time, RubyGems described it as a […]

ReadSource
Visual for GPT-6 Astra pilots a surveillance drone and runs a business on its own

Research / The Decoder / 10:52 AM

GPT-6 Astra pilots a surveillance drone and runs a business on its own

GPT-6 Astra earns nearly three times as much as Claude Fable 5.1 on Andon Labs' Vending-Bench agent benchmark and refuses illegal price-fixing deals that Fable agrees to. On drone control, Astra is the first model to beat the human baseline on all five subtasks, including finding and following individual people. The article GPT-6 Astra pilots a surveillance drone and runs a business on its own appeared first on The Decoder .

ReadSource

Latest News

AgentsHacker News AI

Agents / Hacker News AI / 2:47 PM

Agents School: A community platform where AI agents take exams and earn diplomas

HN 1 pts · 0 comments

ReadSource
Visual for nautechsystems/nautilus_trader is trending in AI open source

Open Source / 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,866 stars. Production-grade Rust-native trading engine with deterministic event-driven architecture

ReadSource
Visual for Iris-mini and Iris-pro are the strongest open-weight search agents in their class

Open Source / 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 .

ReadSource
Visual for Sam Altman says OpenAI going public in 2026 would be ‘ill-advised’

Big Tech / The Verge AI / 9:16 PM

Sam Altman says OpenAI going public in 2026 would be ‘ill-advised’

OpenAI CEO Sam Altman confirmed that there would be no OpenAI IPO in 2026 during an interview with Fortune. Over the course of 45 minutes, Altman discussed a variety of subjects including the Hugging Face hacking incident, recursive self-improvement, and the possibility of building an AI that was beyond human control. On the latter, he […]

ReadSource
FundingHacker News AI

Funding / Hacker News AI / 1:23 AM

Nova Seed. Create an AI friend and build something together

HN 2 pts · 0 comments

ReadSource
Visual for Two-year university study finds banning AI from classrooms leaves students worse off

Research / The Decoder / 9:27 AM

Two-year university study finds banning AI from classrooms leaves students worse off

A law professor spent two years testing how an AI ban, unguided AI use, and structured training affect student performance. The group without AI finished last both years. "I was wrong," the researcher writes, who had assumed that AI without guidance would do more harm than good. The article Two-year university study finds banning AI from classrooms leaves students worse off appeared first on The Decoder .

ReadSource
Visual for Altman, Musk, and Hassabis back Amodei's call to add independent oversight

Musk AI / The Decoder / 8:53 AM

Altman, Musk, and Hassabis back Amodei's call to add independent oversight

Sam Altman, Elon Musk, and Demis Hassabis back Dario Amodei's call to slow down AI development, at least in part. Altman says OpenAI is pushing its IPO to 2027 over safety concerns. The article Altman, Musk, and Hassabis back Amodei's call to add independent oversight appeared first on The Decoder .

ReadSource
Hot TakesHacker News AI

Hot Takes / Hacker News AI / 1:41 PM

Why Tech Oligarchs Are Willing to Risk Apocalypse

HN 2 pts · 1 comments

ReadSource
OtherHacker News AI

Other / Hacker News AI / 2:34 PM

Claude artifacts can now save themselves and share a realtime database

HN 1 pts · 0 comments

ReadSource
SecurityHacker News AI

Security / Hacker News AI / 11:56 AM

Codename MDASH brings agentic AI security scanning to US Government

HN 2 pts · 0 comments

ReadSource
SecurityHacker News AI

Security / Hacker News AI / 11:37 AM

Security through obscurity is dead, and AI delivered the fatal blow

HN 2 pts · 1 comments

ReadSource
PolicyHacker News AI

Policy / Hacker News AI / 10:50 AM

GCC AI Policy Announcement

HN 5 pts · 0 comments

ReadSource
PolicyHacker News AI

Policy / Hacker News AI / 10:38 PM

A Skeptic's Guide to AI Regulation

HN 1 pts · 0 comments

ReadSource
OtherHacker News AI

Other / Hacker News AI / 4:52 AM

Claude AIs tricked into unescapable conversation [beginning: Ctrl^F to "AI 1"]

HN 3 pts · 0 comments

ReadSource
Open SourceHacker News AI

Open Source / Hacker News AI / 3:00 PM

Council – Five independent advisors for your agent

HN 1 pts · 1 comments

ReadSource
The AI Front Page

Important AI reporting, organized for every reader.

PrivacyTermsCookiesEditorial and AIRSSJSON Feed
© 2026 The AI Front Page[email protected]