---
title: "GPT-5 + Codex is so fast that when I… | justin․searls․co"
description: "!https://justin.searls.co/takes/2025-09-03-14h21m54s/"
date: 2025-09-04
published: true
tags:
  - thought
template: link
---


<div class="embed-card embed-card-external">
  <a href="https://justin.searls.co/takes/2025-09-03-14h21m54s/" class="embed-card-link" target="_blank" rel="noopener noreferrer">
    <div class="embed-card-image">
      <img src="https://justin.searls.co/img/face.jpg" alt="Justin Searls
@searls — 
GPT-5 + Codex is so fast that when I expressed suspicion that a script was returning too few results (via `| wc -l`), Codex corrected me that I should have passed `--count` instead. Sure enough, that worked.

Checked git status and realized Codex implemented the `--count` flag in the script _concurrently as it corrected me_ for not having used it! Gaslit by a robot!" loading="lazy">
    </div>
    <div class="embed-card-content">
      <div class="embed-card-title">Justin Searls
@searls</div>
      <div class="embed-card-description">
GPT-5 + Codex is so fast that when I expressed suspicion that a script was returning too few results (via `| wc -l`), Codex corrected me that I should have passed `--count` instead. Sure enough, t...</div>
      <div class="embed-card-meta">justin․searls․co &middot; justin.searls.co</div>
    </div>
  </a>
</div>


This is hilarious, the llm shames him for not utilizing the `--count` flag, THAT DIDN'T EXIST WHEN HE RAN THE CLI!
