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.
Agent Harness in 2026: Hype Word, Industry Term, or Useful Technical Concept?
The term "agent harness" has gained prominence across major AI platforms like OpenAI, IBM, and Google, yet lacks a unified definition. Various companies utilize it differently, emphasizing its role in coordinating AI models with context and execution. This post explores the term's meaning and its significance within AI development frameworks.
From Idea to Responsibility: Why AI Coding Needs Engineering Provenance
AI coding agents increasingly participate in planning, implementation, review, testing, and documentation. This raises a new engineering question: who actually created the software artifact? This post explores why Git history alone is no longer sufficient, how engineering provenance could capture the role of humans, agents, models, tools, and context, and why this matters for intellectual property, accountability, and risk. The broader shift may no longer be from coding to review, but from idea to responsibility.
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.
The Rise of Multi-Model Engineering: Is IBM Bob Already Built for the Next Phase?
AI-assisted development is shifting from single-model tools to multi-model and multi-agent engineering. This article explores how IBM Bob, GitHub Copilot, Gemini CLI, Claude Code, and OpenAI Codex orchestrate models—and why the orchestration layer is becoming the real platform.
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.
Prompting Cheat Sheet for Local LLMs and Autonomous Agents
This post shows the importance of clear prompt structure when developing local AI agents with frameworks like LangGraph and Ollama. Smaller models are less tolerant of ambiguities, making it crucial to separate instructions, context, and output formats. This enhances reliability, debugging, and reduces risks from untrusted inputs.
AI generated Podcast Episode: AI Decision-Making: Who’s Responsible When Things Go Wrong?
The blog post by Thomas Suedbroecker addresses the evolving governance challenges as AI becomes an active participant in engineering decision-making. It highlights the shift from human-centric to AI-assisted development and the resulting review gap. The author proposes specialized governance structures and emphasizes the importance of traceability for accountability in automated environments.
