top of page

Demo.png

Woman with Headphones

In the Woods

Demo.png
Spring Time
Modern Software Solutions
“Everyday can be a better day in Software Engineering”
Home: Welcome
Search
TeamBrain: From Sales Handoff Chaos to a Living Project Brain
TeamBrain: From Sales Handoff Chaos to a Living Project Brain Every software team knows this moment. The deal closes. The kickoff meeting happens. And suddenly engineering is left asking: “What was actually promised?” “Where are the real requirements?” “Why are there six spreadsheets and three decks?” This isn’t a tooling problem. It’s a handoff problem. TeamBrain was created to fix that — not by writing more documentation, but by changing how project knowledge is generated,
Mark Kendall
Dec 16, 20253 min read
Learn,Teach,Master: Your Springboard into a Fulfilling Tech Career
Learn, Teach, Master: Your Springboard into a Fulfilling Tech Career with Java Spring Boot The tech world is booming, and landing a...
Mark Kendall
Oct 6, 20202 min read
Intent-Driven DevOps: Scaling AI Development Across Engineering Teams
1️⃣ Shows how DevOps, AppDev, and SecOps participate in the same workflow 2️⃣ Explains why most organizations fail when scaling AI development Intent-Driven DevOps: Scaling AI Development Across Engineering Teams Introduction AI development tools can generate entire applications, pipelines, and infrastructure in minutes. But the real challenge isn’t generating code—it’s coordinating multiple engineering disciplines. Modern software delivery involves several teams: Application
Mark Kendall
7 minutes ago3 min read
The Two-IDE AI Development Workflow: How to Use VS Code for AI Generation and IntelliJ for Engineering
The Two-IDE AI Development Workflow: How to Use VS Code for AI Generation and IntelliJ for Engineering Introduction AI coding assistants are changing how developers build software. Tools integrated into modern editors can now generate entire services, scaffolds, and architecture layers in seconds. But this raises an important question for engineering teams: Where should AI generation happen, and where should real engineering happen? Many developers try to force everything int
Mark Kendall
50 minutes ago4 min read
Bare-Bones Setup for Claude Code (Developer Quick Start)
Bare-Bones Setup for Claude Code (Developer Quick Start) This guide is the minimum setup required for developers to start using Claude Code in a real project. The goal is simple: get Claude working in your development environment without installing a full stack of tools first. Claude can help install missing dependencies when needed. 1. What You Need (Minimum Requirements) Before starting, make sure you have the following: Claude Professional or Team License (required for Cla
Mark Kendall
3 hours ago2 min read
MCP (Model Context Protocol) is basically a tool bridge.
1. First: What MCP Actually Is (in practical terms) MCP (Model Context Protocol) is basically a tool bridge. Instead of Claude guessing things, it can call tools that retrieve context from systems like: Figma GitHub Jira databases APIs So instead of saying: “Claude, what does this UI look like?” Claude can ask Figma directly through an MCP tool. Architecture looks like this: Claude (VS Code) │ │ MCP protocol ▼ MCP Server │ ▼ Figma API The MCP ser
Mark Kendall
7 hours ago3 min read
The Hidden Power of AI Engineering: Why “Skills” May Be the Most Important Layer in AI-Driven Development
The Hidden Power of AI Engineering: Why “Skills” May Be the Most Important Layer in AI-Driven Development AI coding tools are evolving quickly. Most developers first encounter them through chat prompts: “Generate a controller,” “Write a unit test,” “Refactor this service.” But something much more powerful is emerging behind the scenes — the Skills Layer. A Skill transforms AI from a conversational assistant into a repeatable engineering system. Instead of asking a question an
Mark Kendall
2 days ago4 min read
If Your Enterprise Wants MCP, This Is the Right Way to Do It
If Your Enterprise Wants MCP, This Is the Right Way to Do It Introduction As AI tools like Claude become part of the developer workflow, teams inevitably ask the same question: “How does the AI safely connect to enterprise systems like Jira, Kafka, or internal APIs?” Recently the term MCP (Model Context Protocol) has started appearing in discussions as the answer. That’s fine — but if an enterprise is going to adopt MCP, it needs to be implemented correctly. The biggest mista
Mark Kendall
3 days ago4 min read
The Science of Intent-Driven Engineering
The Science of Intent-Driven Engineering When Practice Becomes Proof (Learn → Teach → Master, Part III: The Moment When an Idea Becomes a Discipline) For the last few years I’ve been working on something I call Intent-Driven Engineering. It started the same way most ideas start. First, you learn something new. Then you teach it to others to see if it makes sense. And eventually, if you’re serious about the idea, you reach the third stage: Mastery. That’s the stage where the r
Mark Kendall
3 days ago3 min read
Greenfield Without the Grief: Applying Intent-Driven Engineering to Your New Project
Greenfield Without the Grief: Applying Intent-Driven Engineering to Your New Project Starting a brand-new repository is an exhilarating moment of pure potential. There’s no technical debt, no "spaghetti code" from 2014, and no confusing documentation. But without a plan, today’s "clean" project is tomorrow’s legacy nightmare. That’s where Intent-Driven Engineering (IDE) comes in. While often used to fix old systems, it is actually at its most powerful when applied to a blank
Mark Kendall
3 days ago2 min read
Starting Intent-Driven Engineering in a Legacy Repository
Starting Intent-Driven Engineering in a Legacy Repository A Practical One-Week Playbook for Any Team When a developer joins a new repository—especially a legacy system—the first problem is rarely writing code. The real challenge is understanding the system. Why does it exist? What is it supposed to do? What constraints must never be violated? Intent-Driven Engineering solves this by making the purpose of the system explicit and organizing that purpose into a hierarchy that bo
Mark Kendall
3 days ago3 min read
The Empowerment Flip: Why Intent-Driven Architecture is the Death of Micromanagement
The Empowerment Flip: Why Intent-Driven Architecture is the Death of Micromanagement For decades, "Governance" has been a dirty word in engineering. It sounds like red tape. It feels like a ceiling designed to slow you down. Management uses governance to keep you in a box, focusing on "velocity" and "compliance" while you're just trying to build something that doesn't break. But with the rise of agentic AI and tools like Claude Code, the game has changed. We are no longer in
Mark Kendall
5 days ago2 min read
The IDDM “Black Box” Warning
The IDDM “Black Box” Warning How to Fail at Intent-Driven Engineering The Intent-Driven Delivery Model (IDDM) is not magic. It is an amplifier. If your architecture is sound, IDDM acts like a jet engine for delivery speed. If your thinking is flawed, it becomes a high-speed wrecking ball. Before adopting Intent-Driven Engineering, teams should understand the most common failure patterns. These are the landmines. 1. The “Wishful Thinking” Anti-Pattern The Mistake Writing an In
Mark Kendall
5 days ago3 min read
Intent-Driven Systems: Why Military Doctrine Explains AI Agent Architecture
Intent-Driven Systems: Why Military Doctrine Explains AI Agent Architecture The idea of Intent → Skills → Tools may sound new in AI discussions, but the structure itself is not new at all. In fact, militaries have been operating this way for decades through a concept known as Commander’s Intent. At its core, the doctrine recognizes a simple truth: No plan survives contact with reality. Instead of trying to control every action from the top, commanders communicate the intent o
Mark Kendall
5 days ago3 min read
Intent, Skills, and MCP: A Practical Architecture for the Next Generation of Software Engineering
Intent, Skills, and MCP: A Practical Architecture for the Next Generation of Software Engineering Introduction In recent months, a new conversation has started to emerge in the AI engineering community: how should we structure systems built around AI agents? A recent article from The New Stack explored this question through the lens of two major components now appearing in modern AI systems: skills and the Model Context Protocol (MCP). These technologies help AI systems reaso
Mark Kendall
5 days ago3 min read
Season 1, Episode 0.5 When the Founders Drop In
Season 1, Episode 0.5 When the Founders Drop In Scene: A quiet office. Whiteboard full of diagrams: Intent → Architecture → Code → AI Agents. Mark is drinking coffee when suddenly the room fills with some very curious visitors from different decades of computing. The Conversation Steve Jobs: Looking at the whiteboard. “So… you’re telling developers what they want the system to do… before they start building it?” Mark: “That’s the idea. Start with intent. Let AI help build the
Mark Kendall
5 days ago2 min read
Intent-Driven Engineering: How Claude Code Changes Enterprise Software Development
Intent-Driven Engineering: How Claude Code Changes Enterprise Software Developmen Introduction For decades, enterprise software development has been defined by a familiar pattern: requirements documents, architecture diagrams, code implementation, testing, and deployment. The process works—but it often moves slower than the pace of innovation. Artificial intelligence is beginning to change that. Modern AI coding systems are not just autocomplete tools; they are becoming engin
Mark Kendall
5 days ago3 min read
The Crystal Ball in the Room: The Human Side of the AI Development Revolution
Here’s a Learn Teach Master style article that hits the emotional and psychological side of this shift without being preachy, cynical, or hype-driven. The Crystal Ball in the Room: The Human Side of the AI Development Revolution Introduction If you walk into many engineering teams today, something interesting is happening. Developers are experimenting with AI tools that can generate code, explain architectures, and help design entire systems. Sometimes it almost feels like we
Mark Kendall
5 days ago3 min read
The article "Intent-Driven Engineering Works With Any AI Tool—Not Just Claude" (from
The article "Intent-Driven Engineering Works With Any AI Tool—Not Just Claude" (from LearnTeachMaster.org) explores the evolution of software development from manual coding to a system-first architectural approach. While the author, Mark Kendall, frequently uses Claude Code as a primary example, the core argument is that Intent-Driven Engineering (IDE) is a universal methodology rather than a tool-specific feature. Core Concept: From Coding to Directing The central thesis is
Mark Kendall
5 days ago2 min read
Intent-Driven Engineering Works With Any AI Tool (Not Just Claude)
Intent-Driven Engineering Works With Any AI Tool (Not Just Claude) Introduction One of the most common questions I received recently from consultants around the world was surprisingly practical: “Mark, this is great — but what if our client won’t allow Claude Code?” This question makes perfect sense. In a large consulting organization, teams work across hundreds of clients, industries, and countries. Every company has its own approved toolchain. Some use GitHub Copilot. Some
Mark Kendall
5 days ago4 min read
Home: Blog2
Home: Subscribe

Contact
Home: Contact
bottom of page