Skip to main content

Posts

Showing posts from April, 2025

A New Wave of Vertically Integrated Coding CLIs

Yesterday, OpenAI released Codex, a response to Anthropic’s Claude Code. Here’s a summary from ChatGPT what they actually do:  Anthropic’s Claude Code On February 24, 2025, Anthropic quietly rolled out Claude Code, a command‐line interface built atop its Claude 3.7 Sonnet model. Designed to “live in your terminal,” it ingests your codebase context and lets you invoke natural‐language commands—everything from scaffolding new modules to refactoring existing functions—without leaving the command line. By embedding its own LLM at the core of the developer workflow, Anthropic ensures feature parity between the model’s evolving capabilities and the tool’s UX. OpenAI’s Codex CLI Just weeks later, on April 16 and 17, 2025, OpenAI published its open‐source Codex CLI, bringing the latest OpenAI reasoning engines straight to the shell. Out of the box, it supports multimodal inputs—text, screenshots, even hand‐drawn diagrams—and provides a granular approval workflow (suggest, auto‐edit, full‐a...

I've Been Vibe Coding for 2 Months, Here's What I Believe Will Happen

In the past few months, I've embarked on an experiment that has fundamentally changed how I approach software development. I've been "vibe coding" - essentially directing AI to build software for me without writing a single line of code myself. This journey has been eye-opening, and I'd like to share what I've learned and where I think this is all heading. My Vibe Coding Journey I started vibe coding with Claude and Anthropic's Sonnet 3.5 model, later upgrading to Sonnet 3.7, Claude Code, and other tools. My goal was straightforward but comprehensive: create a CRM system with all the features I needed: - Contact management (CRUD operations, relationships, email integration, notes) - Calendar management (scheduling meetings, avoiding conflicts) - Group management for organizing contacts - A campaign system with templates - A standalone application using the CRM's APIs for external contacts to book meetings directly The technical evolution of this pro...