This post shares lessons from a 14-day engineering project using IBM Bob’s Agentic IDE. It is not a product review or benchmark, but a personal experience report about how intensive Agentic Coding changed the author’s engineering behavior. A central observation is the “Navigation System Syndrome”: as trust in the Agentic IDE increased, the author worked at a higher abstraction level and inspected fewer implementation details. The post explores why continuous specification management, verification, documentation, observability, Engineering Provenance, and human responsibility remain essential when AI becomes a more capable part of software engineering.
I Spent a Weekend Building a Podcast Generator for My Own Too-Long Blog Posts
The content details the creation of a tool for converting written posts into narrated audio and video formats using Codex CLI and Claude Code. It covers the tool's functionality, costs, and lessons learned during development, emphasizing accurate audio synchronization and transcript quality. The tool is open-source and freely usable for personal posts.
AI generated Podcast Episode: AI Coding Assistants, Agentic IDEs, and Privacy: From Chatbots to Operational Systems
The AI generated explores the complexities of privacy in the context of AI coding assistants and agentic IDEs. It emphasizes that privacy is now a structural choice within development environments rather than a simple policy acceptance. The effectiveness of six platforms is assessed based on their privacy features, highlighting trade-offs between integration, cost, and data handling.
Building a Local-First Blog Review Agent Chain with Claude and Codex
I built a local-first Python CLI that reviews unpublished blog drafts with Claude and Codex in sequence. The tool keeps orchestration, reports, and publishing manual, while supporting mock mode for no-network testing. This post explains the workflow, privacy boundaries, provider authentication, and why human review remains essential.
Coordinating Multiple Agentic IDEs with a Shared Handoff File
In this post, I explore a lightweight handoff pattern for coordinating GitHub Copilot, OpenAI Codex, Claude Code, and IBM Bob in one local-first Python project. The goal: reduce context loss, make agent work traceable, and turn AI-assisted coding into a more structured engineering workflow.
AI Coding Assistants, Agentic IDEs, and Privacy: From Chatbots to Operational Systems
This post compares various AI coding assistants/agents, emphasizing privacy from a developer's perspective. It highlights how modern AI systems function as integral tools in software development, shifting the privacy discourse from mere data training concerns to broader issues like data sovereignty, operational exposure, and pricing implications, particularly for individual developers.
Contextual Retrieval with Milvus: Better Retrieval, More Validation Responsibility
This post reflects on Contextual Retrieval with Milvus in RAG systems. It explains how generated context can improve chunk retrieval, but also changes the retrieval corpus. Once generated context is indexed, validation, traceability, and quality control become architectural responsibilities—not optional implementation details.
Revisiting the AI Operational Complexity Cube: From LLM Testing to AI Systems in Production
The article continues the exploration of the AI Operational Complexity Cube, emphasizing that modern AI systems encompass software, infrastructure, and probabilistic AI components. It highlights the need for comprehensive testing approaches that consider interactions across these dimensions, as proper evaluation requires observing behaviors that emerge from integrated systems rather than isolated code.
The Cup Is Not the Coffee: What Data Quality Means in the AI Era
AI systems rely heavily on data quality, which is often overlooked despite modern technical architectures. Issues like outdated, incomplete, or misaligned data can undermine system reliability, regardless of the sophistication of the components. Effective AI requires both high-quality data and solid technical infrastructure to meet user expectations and ensure trust.
Who Reviews AI-Generated Software?
AI is transforming the software development lifecycle, shifting focus from coding to reviewing AI-generated systems. While AI tools simplify software generation, building trustworthy systems remains complex. Traditional review processes may no longer suffice. This raises a critical question: how can humans responsibly.
