Codex Users Hit Tool-Call and Workspace Bugs on the New GPT-5.6 Build
The rollout of the GPT-5.6 family inside Codex is generating a cluster of bug reports, and several point at the tool-calling layer — the exact subsyst…
Tech news from the best sources
The rollout of the GPT-5.6 family inside Codex is generating a cluster of bug reports, and several point at the tool-calling layer — the exact subsyst…
This is a continuation of my "Claude Code environment" series, following How I split Claude Code's memory into four layers . This time I want to write…
Sometimes an upgrade is not about buying something new. Sometimes the better move is taking the thing that is already sitting there and giving it a be…
On a metered API key, token waste shows up as a bill. On a subscription plan, Claude Code, Codex, "5x" and "20x" tiers, it shows up as a lockout. You …
I wanted a quick way to open Codex app directly from the macOS terminal with the current project folder already selected. Add the following function t…
Your AI coding agent's token data is already on your machine. You just haven't looked at it yet. Claude Code and Codex both write local logs after eve…
Most AI coding workflows treat the current session as the important part. That makes sense while you are in the loop. You ask Claude Code to inspect a…
This article shares why a web engineer holding a Claude Code Max 20x plan has mostly stopped using AI for coding at work. It's not about abandoning AI…
I mostly use Claude Code, but lately I've been using Codex CLI and Codex.app (hereafter "Codex") more often too. My environment is macOS. However, aft…
OpenAI's Codex CLI ships with a great editor-agent UX: shell tool, apply_patch , plan tracking, the lot. The catch — as of February 2026 it only speak…
A Team SOP for Using Codex, OpenSpec, and Superpowers 1. Purpose This SOP defines how a team should use Codex, OpenSpec, and Superpowers for requireme…
Turkish version: blog.arasmehmet.com What's in here: Hot-swap pain Why not just X? Setup at a glance The hub, INDEX.md Agent workflow rules Privacy gu…
TL;DR: AI-built sites look uncannily similar because they share the same defaults — Tailwind + shadcn/ui + Lucide + the same gradients. It's not a pla…
I use Codex CLI and Claude Code a lot during the day. Not through an API. Not through a custom integration. Mostly just the normal local CLIs, logged …
The update gives users enhanced flexibility over how they can manage their workflows.
In May 2026, four independent surfaces named the same pattern in the same news cycle. YC Lightcone called it tokenmaxxing — one founder plus an agent …
Introduction If you're running Claude Code or Codex in tmux, you've probably experienced this: You want to give instructions while reading code in you…
This is not a step-by-step tutorial. Until the demo path is fully verified, I do not want to package it as something readers can simply follow and rep…
Introduction I've been seeing more developers say that Codex has become easier to use, more cost-effective, or simply a better fit for some workflows …
Hello everyone! I wanted to write this article to share my experience with agentic coding without Claude and Codex, the most popular tools out there. …