Trump order cutting ties with Anthropic likely coming this week, sources say
President Trump will issue an executive order to remove Anthropic's AI technology from agencies across the executive branch, sources familiar with the matter tell CBS News.
President Trump will issue an executive order to remove Anthropic's AI technology from agencies across the executive branch, sources familiar with the matter tell CBS News.
Microsoft threw its support behind Anthropic and advocated for a temporary restraining order to the Pentagon's supply chain risk designation.
Anthropic launches the Anthropic Institute to study AI’s impact on jobs, governance, and security as the company warns rapid advances could reshape society.
As the Trump administration and Anthropic battle it out over AI restrictions, the company's roster of former Democratic staffers raises questions.
OpenAI's GPT-4.5 has debuted, claiming top performance in various categories on Chatbot Arena, particularly in multi-turn conversations Last week, OpenAI introduced GPT-4.5, its largest frontier model ...
GitHub Copilot has added OpenAI’s GPT-5.4 coding model, bringing improvements to reasoning and multi step development tasks.
The US Defence Department has formally designated Anthropic’s Claude AI models as a national security supply-chain risk, marking the first time an American AI company has received this...
Thousands reported issues with Claude AI, leading to a potential outage. Learn more about the recent problems and solutions.
The Pentagon has labelled Anthropic's Claude AI a national security risk. This is due to its embedded policy preferences.
Anthropic Claude AI can now visually explain concepts with interactive charts and diagrams to help users understand topics ...
I'd like to introduce you to a novel new word game (Qiyaas). It's sort of a logic driven version of Hangman where you:<p>1. Get 3 numbers 2. Deduce the clues 3. Solve 3 different words (a noun, verb, and adjective)<p>It combines all the classic elements of other logic and word games with a built in hint system as you progress.<p>Enjoy!
We built an open-source library of 125 GTM (go-to-market) skills that plug into AI coding agents like Claude Code, Codex, and Cursor.With these skills an AI agent can automatically:- Find ICP leads from conference speakers, LinkedIn activity, or job boards- Generate personalized cold email sequences- Monitor competitor blogs, pricing pages, and hiring signals- Generate programmatic SEO pages from keyword lists- Track where your brand appears in ChatGPT, Perplexity, and Claude answers---How skill
Hi HN,I built ClawMemory because my AI agent kept waking up with amnesia.The problem isn't the model. GPT-4, Claude, and other LLMs are stateless by design, and that's fine. The real problem is the agent layer. Every time an agent framework starts a new session (like in OpenClaw), the agent forgets everything that happened before. The architectural decisions we made, the experiments that failed, the context that took hours to build—all gone. The model is smart, but the agent behaves li
AI bills are exploding despite costs dropping 10x every 18 months because every saving gets reinvested into more usage.BUT: - Today's prices are subsidized (OpenAI losing $14B in 2026, Anthropic burning $12B in one quarter, Cursor alleges that a $200/month Claude Code subscription could cost up to $5,000 in compute.) - When subsidies end, prices reverse into a 10x larger consumption base - That's the double squeeze nobody is modeling for Companies building token efficiency now wo
Hi HN, I'm Robel. I built LogClaw because I was tired of paying for Datadog and still waking up to pages that said "something is wrong" with no context.LogClaw is an open-source log intelligence platform that runs on Kubernetes. It ingests logs via OpenTelemetry and detects anomalies using signal-based composite scoring — not simple threshold alerting. The system extracts 8 failure-type signals (OOM, crashes, resource exhaustion, dependency failures, DB deadlocks, timeouts, connec
Hi HN, I'm the creator of AVA - AI Voice Agent for AsteriskMy repo was shared here once before by someone else so I wanted to follow up with the progress since then.https://news.ycombinator.com/item?id=46380399I've been working with Asterisk/FreePBX systems for years. I wanted to add AI voice capabilities to legacy phone systems without paying per-minute SaaS fees or ripping out the entire telephony stack.So I built AVA, a self-hosted AI voice agent that can integra
Hey HN — I’m Veer and my cofounder is Suryaa. We're building Cumulus Labs (YC W26), and we're releasing our latest product IonRouter (https://ionrouter.io/), an inference API for open-source and fine tuned models. You swap in our base URL, keep your existing OpenAI client code, and get access to any model (open source or finetuned to you) running on our own inference engine.The problem we kept running into: every inference provider is either fast-but-expensive (Together,
I wanted a simpler way to use OpenAI Symphony locally.The recurring friction points for me were: - setting up Linear correctly - creating a reusable workflow file - bootstrapping repo scripts - restarting Symphony cleanly after reopening Codex - keeping the setup portable across machinesSo I made a small public bootstrap package called Codex Symphony.It installs: - WORKFLOW.symphony.md - scripts/symphony/start-local.sh - scripts/symphony/start-background.sh
Hey HN,I built CostRouter because I noticed 70-80% of our AI API calls didn't need GPT-4o/5. Simple text extraction, basic Q&A, formatting — all going to the most expensive model.CostRouter is an API gateway that scores each request's complexity (0-100) and routes it to the cheapest model that can handle it:- Simple queries → Llama 4 Scout ($0.0001/1K tokens) - Medium → Gemini 3 Flash ($0.0005/1K tokens) - Complex reasoning → stays on GPT-5.2 or Claude OpusIntegrat
OpenAI's ChatGPT 5.3 Instant web search now avoids abrupt tone shifts; in a biking weather example it includes snowpack details, improving planning clarity.