Codex vs CodeRabbit: Choose the Ownership Boundary, Not the Review Score
I defined the comparison framework and the decision criteria. AI helped re-check the current official documentation and rewrite the Japanese draft f…
Tech news from the best sources
I defined the comparison framework and the decision criteria. AI helped re-check the current official documentation and rewrite the Japanese draft f…
OpenAI's Codex CLI is a genuinely good coding agent, but out of the box it runs OpenAI models on OpenAI billing. Sometimes you want Claude Opus for…
Once you use Claude Code or Codex for real work, a total usage number stops being enough. You want to know which change consumed it. I did not build…
Leaving Everything to AI Feels Risky. But Codex Became Much More Reliable Once I Put Up Some Guardrails https://github.com/tosane932/sales_data_app…
Cumora’s public repository presents a cross-platform team chat application in which AI agents occupy the same conversational spaces as people: direc…
OpenAI is finally bringing a dedicated ChatGPT desktop app to Linux operating systems.
Most of my analytics job should not be done by an LLM. The source metrics, dates and repeatable transformations should stay exact. I used to think t…
"You're spawning a fresh codex exec for every single call? Just run the app-server and reuse a thread. The prompt cache alone will pay for it." That…
OpenAI's fancy new AI keypad will be a lot of fun for some, while many others are probably not going to touch it.
Running one coding agent is easy. Running six is where the workflow problems start showing up. We built one of the tools in this list, Nimbalyst, an…
TL;DR: nb2lite-skill-codex wraps Google's gemini-3.1-flash-lite-image model (NB2Lite) in a tiny FastMCP server and packages it as a Codex skill. You…
Two AI models that attack each other beat one that agrees with itself Four times I asked the same question. Four times I got a confident answer. All…
A rare thing happened on March 30, 2026: OpenAI shipped first-party tooling straight into a competitor's terminal. The result is codex-plugin-cc , a…
In my previous post about a cost budget advisor , I built a mechanism that checks how much quota is left before it runs anything. This time I want t…
Codex Deleted Real Files. The Fix? A Flag You Didn't Set. On July 9, 2026, OpenAI shipped GPT-5.6 Sol -- three model tiers, a new reasoning engine,…
I pin model IDs on purpose. Floating aliases have burned me before — a silent swap under a -latest tag once changed a tool-calling detail in product…
OpenAI, which is in the middle of a legal battle with Apple over hardware trade theft allegations, just released a light-up keyboard designed to be…
Did Codex Overtake Claude Code? The 7M-User Question Codex hit 7 million active users on July 13, 2026 — up from 600,000 at the start of the year. T…
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 subsy…
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 wri…
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…
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. Yo…
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…
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 e…
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…
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…
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, a…
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 spe…
A Team SOP for Using Codex, OpenSpec, and Superpowers 1. Purpose This SOP defines how a team should use Codex, OpenSpec, and Superpowers for require…
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…