AI & Data Articles

exhausted software developer at desk
AI & Data | 6 min read

Where AI Fatigue Actually Comes From

If you’ve spent time with agentic development, you’ve probably felt that particular flavor of mental exhaustion that hits harder than the work seems to justify. I wasn’t stuck on a hard problem. I wasn’t debugging something gnarly. I was just… keeping up. And then suddenly I wasn’t. Steve Yegge calls this the AI Vampire: the […]

AI & Data | 7 min read

The ‘Should We?’ Question: Evaluating AI Before You Commit

There is a common type of discussion happening at lots of companies right now. It may start when a competitor ships an AI feature, when a key stakeholder asks about the AI strategy, or when someone returns from a conference excited about what AI could do. The conclusion of “we need AI in our product” […]

AI & Data | 4 min read

I Had Claude Design an App via Figma Console MCP. Here’s What Happened.

I connected Claude to Figma via the Figma Console MCP and gave it one task: build an app with a scalable design system from scratch. Here’s what worked, what broke, and what it changed about how I specify design work.

AI & Data | 11 min read

Why the Best AI Agents Are Powered by a 3-Step Loop from 2022

Part 1 of the Data Governance & AI series I spent a month building an agent framework the “right” way. There were prescriptive JSON based workflows with staged pipelines, and a persistence layer for coordinating human-in-the-loop feedback. A gate review system enabled agents to validate each other’s work and loop back on failures. A debate […]

AI & Data | 5 min read

The Most Important Software Development “Tool” in the Age of AI

The software industry is rapidly evolving right before our eyes. It’s both exciting and somewhat terrifying to witness. Paradigm shifts are often uncomfortable, but we know that AI tooling is here to stay, so we need to make the most of it — in a responsible manner. It’s very easy to tell a coding agent […]

ai-generated image for an engineer using AI for development
AI & Data | 7 min read

A Manager’s Guide to AI Adoption in Software Engineering Teams: Just Keep Prompting

AI tools for coding aren’t a nice-to-have anymore — they’re table stakes. At SEP, we recognized that early and gave engineering teams the green light to start using them, provided the tools met our security standards and our clients’.  Once the green light was given, engineers across the organization were free to use AI in their work. The only stipulation: each […]

Ghostly laptop with code editor open
AI & Data | 5 min read

If You Can’t Wait 5 Years: Start Experimenting with AI for Robotics Today

In my last post, I discussed why the ChatGPT moment for robotics is likely still 5 years away. But if you can’t wait that long, this post has practical advice on how to start experimenting today. Be warned: the ecosystem is fragmented, the learning curve is steep, and (AI + hardware) == quirky. If you thought LLMs […]

Robot on hike at a scenic lookout
AI & Data | 6 min read

Robot Foundation Models Are Not What I Was Expecting (I’m 5 Years Too Early)

When Physical Intelligence announced the π0 foundation model, I thought a ChatGPT moment in robotics was near. Here was a model that could control different kinds of robots to perform a variety of dexterous tasks. It could fold clothes, make coffee, assemble cardboard boxes, and more. I thought we’d get another post like swyx’s signaling robotics as an emerging capability of the […]

A picture of an in progress D&D game taken by Philip Mitchell
AI & Data | 8 min read

AI at the Table

I sit at a really weird saddle point currently. Professionally, I’m obliged to engage with generative AI technologies. I’m an AI technologist. I’ve been doing this for nearly twenty years at this point, and over ten past the doctorate. I can’t just ignore a new technology because I personally find it ethically dubious. Conversely, I’m […]

AI & Data | 11 min read

Planning-First AI Methodology: The Foundation of Successful AI Collaboration

Why starting with understanding, not code, is the key to unlocking AI’s full potential in software development Picture this: You’re 7 hours into your work day, you’re on your third cup of coffee, and the AI just generated 200 lines of code that compile perfectly… and do absolutely nothing you wanted. Sound familiar? If you’ve […]

AI & Data | 11 min read

The AI Coding Revolution: Why Your Development Team Needs to Invest Now or Risk Being Left Behind

 A developer’s perspective on mastering AI coding tools for competitive advantage The software development landscape has undergone more transformation in the past year than in the previous decade combined. As AI coding tools evolve from novelty to necessity, development teams face a critical decision: invest heavily in learning these tools now, or watch competitors pull […]

file folder organizer with colorful folders
AI & Data | 13 min read

From PDF Chaos to AI-Powered Organization: An Engineer’s Journey into Document Processing

How I built an intelligent document processing system using OCR (Optical Character Recognition), local LLMs, and Python – leveraging my code generation AI experience The Problem: Drowning in a Digital Morass Like many people, I had accumulated a large collection of PDF documents over the years—medical records, invoices, receipts, tax documents, insurance papers—they were scattered […]