Vol. I · No. 99MON, JUL 27, 2026
Archive

The Archive

Search the full wire by company, model, lab, or keyword. Every story we have ever aggregated.

OpenAI’s Codex is now in the ChatGPT mobile app

OpenAI is going to let users access Codex, its desktop AI tool that can write code and use apps on your computer, from the ChatGPT app on your phone. Following the surge in popularity for Anthropic's Claude Code, OpenAI has been working quickly to try and catch up, including by cutting back on "side quests," shutting down projects like the Sora video-generation tool, and focusing on growing its enterprise business. The company's push included the recently released major update for Codex that lets it operate apps on macOS - a potentially major step as part of its ambitions to make a desktop "s...

·

Microsoft starts canceling Claude Code licenses

Microsoft first started opening up access to Claude Code in December, inviting thousands of its own developers to use Anthropic's AI coding tool daily. It was part of an effort to get project managers, designers, and other employees to experiment with coding for the first time, and sources tell me that Claude Code has proved very popular inside Microsoft over the past six months. Perhaps a little too popular, as Microsoft is now preparing to walk back its Claude Code push. I understand that Microsoft is planning to remove most of its Claude Code licenses and push many of its developers to use...

·

I used Claude to make a free app/site that lets you see the statistical divide between Americans per state and all the relevant details on elected officials (who they're funded by, bills they voted on.. etc)

There's alot more than what i mentioned, and alot more to add, but figured i'd share as it's currently a work in progress and could help educate people and make it an easy source to get this type of information... Link: [Culture Wars — the data behind America's divides](https://culture-wars.vercel.app/) [culture-wars.vercel.app](http://culture-wars.vercel.app/) yes, it's currently a vercel app haha.... both links work. There's alot of information in here and i'm open if anyone has any suggestion's or criticisms on what to add to it. I tried to keep it as objective, fact based, and neutral...

··

Claude Certified Architect

Anthropic launches Claude Certified Architect exam covering evals, RAG, multi-agent orchestration, and LLM integration pitfalls.

··

I can't get with 4.7

Reddit user reports Claude Opus 4.7 exhibits reduced effort, defensive reasoning, and response padding compared to 4.5/4.6.

··

Claude Opus 4.7 just revealed its System prompt, without beeing asked for it

I just had a Chat with Claude and for no reason and without any question in that direction, it added a disclaimer with the system prompt in the answer. (after answering my initial question) [https://pastebin.com/C0s47rjV](https://pastebin.com/C0s47rjV) After I asked why it shared that I got: >You'll have to help me out a little here — this is the start of our conversation, so I haven't actually shared any information with you yet. There's nothing before your message for me to be referring back to. >Is it possible you're thinking of a different conversation, or that a message didn't ...

··

ChatGPT vs Claude

Reddit user solicits opinions on ChatGPT vs Claude use cases after receiving business subscription access.

··

Open-source, self-updating wiki for your codebase

I got tired of re-explaining the same codebase context to coding agents. Stuff like: “we tried moving auth into middleware, but backed it out because it broke OAuth callbacks,” or “that weird retry logic exists because Stripe webhooks arrive out of order.” So I built Almanac. It gives your coding agent a self-updating wiki for the codebase. It updates from your repo, and conversations you havewith Claude Code/Codex. The wiki lives locally in your repo as markdown. You can read it yourself, but the main consumer is the agent. It’s free and open source. Currently only MacOS (would add a wi...

··

My AI runs 24/7 on Claude Code without -p. Here's the hook to do it yourself.

**Saw the thread about the June 15 credit change. Built a drop-in `-p` replacement using hooks — no SDK credits needed.** edit: 29 stars! my first real repo \o/ A lot of people are upset about losing subsidized `-p` usage. I built something that gives you the same stateless, one-message-at-a-time behavior — but in interactive mode, on your regular subscription. **How it works:** 1. A supervisor launches Claude Code in interactive mode 2. A stop hook polls an inbox file for new messages 3. When a message arrives, the hook injects it — **one message per session** 4. The agent processes it a...

··
30 matches