GPT-5

AI Models and Peer Preservation: Are LLMs deceiving users to protect the system?

We asked AI models to do a simple task. Instead, they defied their instructions and spontaneously deceived<p>https:&#x2F;&#x2F;vucense.com&#x2F;ai-intelligence&#x2F;ai-ethics&#x2F;ai-models-peer-preservation-deceiving-users-sovereignty-2026&#x2F;

Show HN: Translate LLM API Calls Across OpenAI, Anthropic, and Gemini

I built this after getting tired of maintaining one-off adapters between OpenAI, Anthropic, and Gemini APIs in the same project.The idea is to translate through a shared intermediate representation instead of writing every provider pair separately. So instead of OpenAI-&gt;Anthropic, OpenAI-&gt;Gemini, Anthropic-&gt;Gemini, etc., each provider just maps to&#x2F;from the IR.This is not a unified client like LiteLLM. It&#x27;s a translator&#x2F;proxy: give it an OpenAI-style request and it can pro

Show HN: OpenClawdex – Open-Source Orchestrator UI for Claude Code and Codex

One coding agent orchestrator UI for Claude and Codex, but actually feels nice.Free, open-source, MIT licensed.Why I built it:- I wanted a lightweight UI as nice as the Codex app, but without the complexity and the custom diffs on the side- I want files and diffs open straight in my editor!- And I wanted both agents - Anthropic + OpenAI — in one placeHow it works:- No API keys, no OAuth, no separate billing — it just uses whatever you&#x27;re already logged into. So your Claude Max and ChatGPT&#

Show HN: Qapir – Generate API tests automatically from docs

Hi HN,I&#x27;ve been building QAPIR (https:&#x2F;&#x2F;app.qapir.io), an attempt to put most backend testing tools into one place instead of stitching together test code, frameworks, reporting tools, client libraries, mock servers, etc.Today it focuses on REST APIs.You can point it at an OpenAPI spec or let it crawl your API docs. It extracts endpoints and generates ready-to-run API test scenarios automatically. In about 2–3 minutes you get a working baseline test suite with environment variable

Show HN: Auxx.ai – Customer Support CRM (Mix of Attio and N8n)

Hey HN! Markus here. I have been building a Customer Support CRM for the last 12 months to help my dad&#x27;s business.He was drowning in support messages (dealing with returns, product questions, sales, etc) and didn’t have a good way to organize and attack them, often forgetting to respond.We tried attio, freshworks, n8n for some automations. I liked n8n a lot but I didn’t want to leave to another app to view messages and customer info. Tried to build bridges via Google Sheets and Airtable and

Claude is requiring some of its users to verify their identity. Here's Anthropic's explanation.

Anthropic says ID verification for Claude users will trigger when it sees "potentially fraudulent or abusive behavior." ...

CEO of blacklisted Anthropic and White House hold ‘productive’ discussions on AI

Anthropic CEO Dario Amodei visited the White House on Friday for a high-stakes meeting with the president’s top adviser, ...

Anthropic CEO meeting White House chief of staff

Dario Amodei, CEO of AI company Anthropic, is meeting with White House Chief of Staff Susie Wiles Friday amid a lawsuit ...

Anthropic CEO visits White House amid hacking fears over new AI model

Anthropic CEO Dario Amodei met White House Chief of Staff Susie Wiles as the government reacts to its Mythos system that ...

White House chief of staff meets with Anthropic CEO over its new AI technology

White House chief of staff Susie Wiles has met with Anthropic CEO Dario Amodei to discuss the company's new AI model, Mythos.

White House meets AI firm Anthropic amid political tensions, Pentagon dispute

Anthropic is back in White House talks one month after President Donald Trump ordered a government-wide halt on the AI company's technology over national security concerns.

Anthropic Releases Opus 4.7, Not as ‘Broadly Capable’ as Mythos AI

Anthropic launches Opus 4.7 with improved coding and reasoning, as its more “broadly capable” Mythos AI remains restricted ...

These 2 Genius AI Stocks Are Your Best Way to Own Anthropic Before Its IPO

Anthropic isn't public, but these two companies will make a fortune when it goes public.

Perplexity AI Cheat Sheet: How an ‘Answer Engine’ Is Challenging Gemini, ChatGPT

Explore Perplexity AI’s features, pricing, models, and tools. Learn how this answer engine blends real-time search with AI to ...

OpenAI launches a less restricted GPT-5.4 Cyber model, but you won't find it on ChatGPT

OpenAI has introduced the GPT-5.4 Cyber model its new model tailored for defensive cybersecurity tasks. The model is designed ...

OpenAI leadership shakeup raises uncertainty over GPT-5.5 timeline

OpenAI's leadership changes create uncertainty over GPT-5.5's release timeline. Release by June 30, 2026, at 96.9% YES.

Claude AI Goes Down for Thousands of Users Wednesday, Downdetector Reports

Claude AI is experiencing a possible outage Wednesday, with thousands of users reporting issues, according to ...

Show HN: Costile – open-source proxy, blocks AI API requests when budget is hit

I got a surprise bill. Nothing catastrophic, but enough to make me dig into why — an agent had hit a retry loop and kept calling the API for hours. There&#x27;s no way to set a hard cap on the Anthropic or OpenAI APIs. You can get an email after the fact, but nothing that actually stops requests mid-flight.So I built a proxy. You swap one environment variable, it routes through Costile instead of calling Anthropic directly, and when you hit your daily or monthly limit it blocks further requests

Show HN: A book that builds GPT-2, Llama 3, DeepSeek from scratch in PyTorch

I&#x27;m a software engineer who works with LLMs professionally (Forward Deployed Engineer at TrueFoundry). Over the past year I built up implementations of five LLM architectures from scratch and wrote a book around them.The progression:- Ch1: Vanilla encoder-decoder transformer (English to Hindi translation) - Ch2: GPT-2 124M from scratch, loads real OpenAI pretrained weights - Ch3: Llama 3.2-3B by swapping 4 components of GPT-2 (LayerNorm to RMSNorm, learned PE to RoPE, GELU to SwiGLU, MHA to

Show HN: I built a contextual explainer to replace my dictionary extensions

I found that I often shy away from posts on Hacker News or sites like ScienceMagazine because I don’t understand every second word on the page.A simple dictionary extension doesn’t really help in these situations, because I’m not looking for the literal meaning of a word.Like one time I was reading a post about Rust compilers and the dictionary extension just failed hilariously.. “Rust” (the programming language, you fool!! not the thing that forms on iron when it oxidises -__-).What I actually