klotz: codex*

0 bookmark(s) - Sort by: Date ↓ / Title / - Bookmarks from other users for this tag

  1. Dominik Kundel demonstrated the versatility of the Codex app server by having theCodex AI agent autonomously integrate itself into the game DOOM.
    - Codex modified the DOOM engine and game maps to create a functional, in-game terminal. This allows users to interact with the AI agent directly within the game world to perform coding or game-related tasks.
    - The setup uses an Electron app with a fork of `doom-wasm`. The agent patched the game data (Freedoom) and implemented a custom C file (`codex_terminal.c`) so the terminal renders natively within the engine rather than as a simple UI overlay.
    - Codex handled the entire end-to-end process—coding, testing, and verification—with minimal human intervention. It even used Playwright to "play" the game itself to verify that textures and logos rendered correctly from different angles.

    The project serves as a "demo-driven" proof of concept to show that the Codex app server can be embedded into any software environment or workflow, from IDEs to video games.
    2026-04-05 Tags: , , , , by klotz
  2. This article by Sebastian Raschka explores the fundamental architecture of coding agents and agent harnesses. Rather than focusing solely on the raw capabilities of Large Language Models, the author delves into the surrounding software layers—the "harness"—that enable effective software engineering tasks. The piece identifies six critical components: providing live repository context, optimizing prompt shapes for cache reuse, implementing structured tool access, managing context bloat through clipping and summarization, maintaining structured session memory, and utilizing bounded subagents for task delegation. By examining these building blocks, the article illustrates how a well-designed system can significantly enhance the practical utility of both standard and reasoning models in complex coding environments.
  3. This repository contains the leaked source code of Anthropic's Claude Code CLI, which occurred on March 31, 2026, due to a .map file exposure in their npm registry. Claude Code is a terminal-based tool for software engineering tasks, including file editing, command execution, codebase searching, and Git workflow management.
    The codebase is written in TypeScript and runs on Bun, utilizing React and Ink for its terminal UI. It features a robust tool system, command system, service layer, bridge system for IDE integration, and a permission system. The project incorporates several design patterns like parallel prefetching and lazy loading to optimize performance.
  4. This 1557 Venetian printing by Bartolomeo Cipolla delves into the heart of legal interpretation during the Council of Trent. Cipolla, a key figure in the Bartolist tradition, emphasized the 'ratio legis' – the spirit of the law – over strict literalism. The text explores 'interpretatio extensiva', the ability to extend a text's authority beyond the author's original intent.
    For esoteric scholars, Cipolla’s work offers insights into performative language and its power to shape reality, akin to ritual words binding spiritual forces. It examines how "Legal Fictions" reshape social realities, mirroring a magus’s use of operative words to enact change. This volume also includes the work of Matteo Mattesillani.
  5. CLI-Anything bridges the gap between AI agents and the world's software by making any software agent-ready. It's a universal interface for both humans and AI, offering a structured, lightweight, and self-describing approach. The project automates the creation of CLIs for applications like GIMP, Blender, and LibreOffice through a 7-phase pipeline – analyzing code, designing command groups, implementing the CLI, planning tests, writing tests, documenting, and publishing. It supports multiple platforms including Claude Code, OpenClaw, and Codex, with a focus on authentic software integration and production-grade testing.
  6. Unusually detailed post explains how OpenAI handles the Codex agent loop. The article dives into the technical aspects of OpenAI's Codex CLI coding agent, including the agent loop, prompt construction, caching, and context window management.

    The article details how their Codex CLI coding agent functions. OpenAI engineer Michael Bolin explains the "agent loop" – the process by which the AI receives user input, generates code, runs tests, and iterates with human supervision.

    * **Agent Loop Mechanics:** The agent builds prompts with prioritized components (system, developer, user, assistant) and sends them to OpenAI’s Responses API.
    * **Prompt Management:** The system handles growing prompt lengths (quadratic growth) through caching, compaction, and a stateless API design (allowing for "Zero Data Retention"). Cache misses can significantly impact performance.
    * **Context Window:** Codex automatically compacts conversations to stay within the AI model's context window.
    * **Open Source Focus:** OpenAI open-sources the CLI client for Codex, unlike ChatGPT, suggesting a different approach to development and transparency for coding tools.
    * **Challenges Acknowledged:** The article doesn't shy away from the engineering challenges, like performance issues and bugs encountered during development.
    * **Future Coverage:** Bolin plans to release further posts detailing the CLI’s architecture, tool implementation, and sandboxing model.
  7. One source of truth for all your AI CLI skills. Install once, sync everywhere — Claude, Cursor, Codex, Gemini, and 10+ more.
  8. An extensible Model Context Protocol (MCP) server that provides intelligent semantic code search for AI assistants. Built with local AI models using Matryoshka Representation Learning (MRL) for flexible embedding dimensions.
  9. This article details how the author successfully ran OpenAI's Codex CLI against a gpt-oss:120b model hosted on an NVIDIA DGX Spark, accessed through a Tailscale network. It covers the setup of Tailscale, Ollama configuration, and the process of running the Codex CLI with the remote model, including building a Space Invaders game.
  10. Lightweight coding agent that runs in your terminal, allowing chat-driven development with the power to execute code and manipulate files.
    2025-04-16 Tags: , , , , by klotz

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: Tags: codex

About - Propulsed by SemanticScuttle