GPT-5

Show HN: Illustrative – AI pipeline that turns books into graphic novels

I like the idea of taking one thing and turning it into another—very much inspired by NotebookLM and wondered what it might take to generate full graphic novels, with consistent characters, narrative flow, story arc, etc.Developed a 7-pass scripting enrichment system (beat analysis, adaptation filtering, character deep dives) before generating any images.Dual backend: Google Gemini for scripting (2M context window) and either Gemini or OpenAI for image generation with 3-tier model fallback (comp

Show HN: Datetime-bench: which datetime formats LLMs get right (and wrong)

tl;dr* If you need an LLM to parse OR emit a timestamp, use: RFC 3339 ( e.g. 2024-03-26 10:30:00-05:00 ) * python date format also works well* Do NOT use unix epoch or javascript date formats.* Smaller models and non-reasoning models still make a LOT of mistakes in time parsing / formatting.---There are lots of temporal reasoning benchmarks (like TimeBench, TRAM, etc.) but they test whether models understand time concepts. Nothing on which datetime output format models get right most ofte

Show HN: Convene – Marketplace and management software for event organizers

We're software developers and farmers market/pop-up event organizers. In the past year we've run close to 200 events in NJ on Convene.markets - a booking engine, event management platform, and vendor marketplace for organizers to discover and connect with local makers, food purveyors, & farmers. We've spent the past few months opening up our platform for other organizers to now run their events and we'd love to connect with anyone running a farmers market, street fes

The Math Behind Anthropic’s Mad Revenue Growth

OpenAI and Anthropic’s remarkable revenue growth has invited scrutiny of how the AI startups are tallying the headline-making ...

Anthropic's Record $1.5b Settlement Payment to Authors Nears Final Approval

The post Anthropic's Record $1.5b Settlement Payment to Authors Nears Final Approval appeared first on Android Headlines.

Feds say Hegseth tweet about Anthropic was not a final agency action

The federal government designated Anthropic a risk in February after the AI developer maintained its "Claude" model can't be ...

‘Attempted corporate murder’: Judge calls on Anthropic and Department of War to explain dispute over supply chain risk

District Judge Rita Lin will issue a ruling on Anthropic’s legal challenge “in the next few days,” she said on Tuesday.

Judge says it looks like Pentagon was out to 'punish' Anthropic, not protect national security

Anthropic has sued to stop Defense Secretary Pete Hegseth from labeling the company a risk after it set limits on the use of ...

Anthropic releases safer Claude Code 'auto mode' to avoid mass file deletions and other AI snafus

Anthropic has begun previewing "auto mode" inside of Claude Code. The company describes the new feature as a middle path ...

AI News Sunday, March 22nd, 2026

Here is a list of the most important stories from the week of March 16–22, 2026: NVIDIA's GTC 2026 and the Trillion-Dollar "AI Factory": NVIDIA CEO Jensen Huang unveiled the Vera Rubin computing platform, which is purpose-built for always-on autonomous agents. Huang projected that cumulative revenue for AI chips and systems will exceed $1 trillion by 2027 as the industry transitions from linguistic chatbots to "Agentic AI". Anthropic Sues the Pentagon: The U.S. Department of Defense designated

NEW OpenAI Model Update is INSANE!

Explore the technical architecture of the new OpenAI Codex for Windows. This session breaks down how to leverage these new tools to scale your development pipeline without leaving your native environment.

If you are into web game development, codex just changed everything

CAPTION: If you are into web game development, codex just changed everything HASHTAGS: #codex #openai #playwright #aicoding #buildinpublic

AI News: March 16 -22, 2026

Here is a list of the most important stories from the week of March 16–22, 2026: NVIDIA's GTC 2026 and the Trillion-Dollar "AI Factory": NVIDIA CEO Jensen Huang unveiled the Vera Rubin computing platform, which is purpose-built for always-on autonomous agents. Huang projected that cumulative revenue for AI chips and systems will exceed $1 trillion by 2027 as the industry transitions from linguistic chatbots to "Agentic AI". Anthropic Sues the Pentagon: The U.S. Department of Defense designated

Microsoft 365 Copilot Declarative Agents Get GPT-5.2 Boost with Better Reasoning

Microsoft upgrades Copilot agents to GPT-5.2, improving reasoning, workflows, and structured outputs across Microsoft 365.

ChatGenius Launches as the First GPT-5 Powered Instagram DM Automation Platform

Las Vegas startup ships 43-feature platform combining GPT-5 DM automation, Content Studio, and Visual Flow Builder, now ...

AI layoffs could spark entrepreneurship, says Perplexity AI CEO

Perplexity AI's CEO, Aravind Srinivas, views AI-driven layoffs as a chance for individuals to explore entrepreneurship and start their own businesses.

Show HN: FlowScript – Agent memory where contradictions are features

There is a shortfall to our current approach to agent memory. Right now, we are just collecting flat facts across a flat memory surface and creating vectorized chains of ambiguity, then wondering why when we ask an agent why it did something the best answer we can get is a probabilistic half-hallucinated half-answer that does not address the actual details of the issue, because it is simply pattern matching to find untyped similarities.So I built FlowScript.FlowScript is a typed reasoning graph

Show HN: Claudebox – Your Claude Subscription as Personal API

Hi HN!I built Claudebox to get more out of my Claude subscription. It runs Claude Code in a sandboxed Docker container and exposes an OpenAI-compatible API; so any tool can use Claude as a backend.No API key needed, no extra billing; it authenticates with your existing Claude credentials. The container is network-isolated (only Anthropic domains allowed), so Claude gets full agent capabilities (file editing, shell, code analysis) without access to your host or the open internet.I mainly use it f

Show HN: Cq – Stack Overflow for AI coding agents

Hi all, I'm Peter at Staff Engineer and Mozilla.ai and I want to share our idea for a standard for shared agent learning, conceptually it seemed to fit easily in my mental model as a Stack Overflow for agents.The project is trying to see if we can get agents (any agent, any model) to propose 'knowledge units' (KUs) as a standard schema based on gotchas it runs into during use, and proactively query for existing KUs in order to get insights which it can verify and confirm if they p

Show HN: Danube – AI Tools Marketplace

Hey HN,I built Danube, a marketplace where AI agents can discover and execute tools, and where developers can publish and monetize them.I got tired of two things: giving my API keys directly to agents like OpenClaw (didn't feel secure), and having to re-setup all my MCP servers every time I switched between Cursor, Claude Code, and other tools.Danube stores your credentials securely. Your agent calls the tool and never sees the keys. And since it's one MCP connection, you set it up onc