GPT-5

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

Show HN: Using Claude Code history to predict your next messages while you sleep

Overnight is a free, open source CLI supervisor/manager layer that can run Claude Code (Codex support coming soon!) by reading your Claude conversation histories and predicts what you would’ve done next so it can keep executing while you sleep.Github (MIT license): https://github.com/yail259/overnight Landing Page: https://workovernight.com/What makes it different to all the other generic “run Claude Code while you sleep” ideas is the insight that every de

Show HN: QuarterMaster – Generate performance reviews from your GitHub activity

Every quarter I&#x27;d manually dig through merged PRs and feed them to an LLM to write my self-review. QuarterMaster automates this process.<p>It fetches your PRs, code review activity, and commits, then generates a structured review.<p>You can point it at a goals markdown file to align your work to team&#x2F;company OKRs, and add a separate achievements file for non-GitHub work (mentoring, incidents, interviews, etc.).<p>Supports Anthropic, OpenAI, and Ollama.

Is it me or is Claude memory causing fixation?

I was working on some feature for tinyagents.dev and i kept updating the idea while working on it.<p>I wanted to build few features and then I changed my plan but in every new session it would totally misunderstand the context and i had to finally pause and ask it reindex and update its memory entirely.<p>This is especially worse when you have say openai and claude code working in tandem.