top of page
All Videos
All Videos

Share
Facebook
Twitter
Pinterest
Tumblr
Copy Link
Link Copied
Search video...
All Categories
Comedy

Now Playing
demo
02:22

Now Playing
7C370A1B-78DC-D79A-6AE9-0FCD531B3739
01:29

Now Playing
learnteachmasterorg-ai-assistant-overview
00:40

Now Playing
Intent-Drive Architecture with Claude Code
07:01
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
Semi-Autonomous Claude Code Delivery
Semi-Autonomous Claude Code Delivery Purpose The goal of this workflow is to let teams use Claude Code more aggressively without turning the development process into an uncontrolled automation experiment. The target is not to remove developers from the loop. The target is to remove repetitive setup, planning, scaffolding, implementation, validation, and branch/PR preparation work from the developer’s day. This gives us a compromise between two extremes: Manual Claude Code usa
Mark Kendall
52 minutes ago11 min read
The Claude Code Architecture Mindset: How Architects Turn Tools Into an Engineering Operating Model
The Claude Code Architecture Mindset: How Architects Turn Tools Into an Engineering Operating Model Most developers learn Claude Code by learning the mechanics: CLAUDE.md, Plan Mode, slash commands, skills, hooks, MCP configuration, context management, subagents, and CI/CD usage. That is the foundation. But architects have a different job. The architect does not just ask, “How do I use Claude Code?” The architect asks: How do all the pieces fit together? What is the operating
Mark Kendall
5 hours ago15 min read
Claude Code Architect Preparation: The Vocabulary and Mechanics Every Team Should Know
Claude Code Architect Preparation: The Vocabulary and Mechanics Every Team Should Know Claude Code is not just another coding assistant. It is an agentic development environment that lives close to the repository, understands project structure, works through multi-step tasks, and can be extended with memory files, slash commands, skills, subagents, hooks, MCP servers, and CI/CD workflows. Anthropic describes Claude Code as an agentic coding tool that works in the terminal, un
Mark Kendall
6 hours ago14 min read
From Big Feature Plans to Small Delivery Intents: The Missing Step in AI-Assisted Software Development
From Big Feature Plans to Small Delivery Intents: The Missing Step in AI-Assisted Software Development Most software teams are not failing with AI because they lack tools. They are failing because they are handing AI the wrong size of work. A team may have Jira stories, Confluence pages, Figma designs, API documentation, architectural standards, and business rules. They may even have skills, agents, or MCP servers that can gather all of that information and generate a large f
Mark Kendall
1 day ago6 min read
Delta Mode: How to Stop Claude Code From Overthinking Every Feature Change
Delta Mode: How to Stop Claude Code From Overthinking Every Feature Change Most teams do not struggle with Claude Code because the tool cannot code. They struggle because they are asking Claude Code to work without enough scope control. This shows up in a very common pattern: A developer asks Claude Code to make a small revision. Claude Code starts reviewing the whole feature again. Then it re-reads the architecture. Then it reconsiders the plan. Then it inspects related file
Mark Kendall
1 day ago8 min read
How IntentKit Caught Up: From Idea to One-Line Enterprise Installation
How IntentKit Caught Up: From Idea to One-Line Enterprise Installation How IntentKit Caught Up: From Idea to One-Line Enterprise Installation For a while, one of the biggest advantages other AI engineering toolkits had was not necessarily the philosophy, the workflow, or the engineering model. It was installation. They made it easy. A developer could open a terminal, run one command, initialize a project, and immediately start working inside a structured AI-assisted workflow.
Mark Kendall
2 days ago6 min read
How to Install Claude Skills and IntentKit Into Any Repo
How to Install Claude Skills and IntentKit Into Any Repo AI coding tools are powerful, but teams often struggle because every developer uses them differently. One developer creates plans. Another jumps straight into code. Another forgets verification. Another never produces evidence. That is why shared Claude Skills matter. Claude Skills give your team a repeatable delivery loop inside the repo. Instead of relying on each developer to remember the right process, the repo itse
Mark Kendall
2 days ago5 min read
Stop Writing Status Updates. Let Claude Do It.
Stop Writing Status Updates. Let Claude Do It. We've been running Claude Code on our teams and found two things every engineering team wastes time on every single day: Writing standup updates — someone has to go dig through git, check PRs, summarize what's moving and what's stuck. It takes 15 minutes. Nobody loves doing it. Figuring out what to build next — capturing intent, planning, breaking down tasks, tracking what was actually done. It either doesn't happen or it happens
Mark Kendall
2 days ago3 min read
Getting Started with Intent-Driven Engineering: Skills, Agents, MCP Servers, and Practical Team Resources
Getting Started with Intent-Driven Engineering: Skills, Agents, MCP Servers, and Practical Team Resources Most application teams do not need another AI demo. They need a repeatable way to deliver software faster, with better structure, better context, better reviews, and better evidence. That is the real purpose behind Intent-Driven Engineering. Intent-Driven Engineering is not just “use Claude Code,” “use Copilot,” or “ask AI to write code.” It is a delivery model where team
Mark Kendall
3 days ago9 min read
Skills, Agents, and MCPs: The Practical AI Shared Services Model Every Engineering Team Needs
Skills, Agents, and MCPs: The Practical AI Shared Services Model Every Engineering Team Needs Most engineering teams are trying to figure out how to make AI useful beyond simple code generation. They have Claude Code, GitHub Copilot, ChatGPT, Gemini, or some other AI coding assistant. The tool can write code. It can explain code. It can generate tests. It can sometimes debug. But after the first wave of excitement, teams usually hit the same wall: The AI does not automaticall
Mark Kendall
3 days ago13 min read
Skills, Agents, Subagents, and MCP: How Engineering Teams Should Start Building Reusable AI Delivery Systems
Skills, Agents, Subagents, and MCP: How Engineering Teams Should Start Building Reusable AI Delivery Systems Most teams are still using AI coding tools one prompt at a time. A developer opens a repo, asks the AI to explain something, asks it to generate code, asks it to fix an error, asks it to write tests, and then starts over again on the next story. That works for experimentation. It does not scale for enterprise delivery. The next step is not simply “use a better model” o
Mark Kendall
4 days ago8 min read
Using GitHub Copilot and Claude Code Together in Visual Studio Code
Using GitHub Copilot and Claude Code Together in Visual Studio Code Most engineering teams are treating AI coding tools like a religious debate. Use Copilot. Use Claude Code. Use Cursor. Use this model. Use that model. But that is the wrong framing. The better question is this: What job are we trying to get done inside the repo? Because once a team is working inside a real repository, with real stories, real APIs, real tests, real build errors, real standards, and real deadli
Mark Kendall
5 days ago7 min read
That is the engineering loop. AI does not replace that loop. AI just makes the loop faster if the inputs are real.
The key idea The feature intent file should not be a pretty markdown guess. It should become the input contract for the feature. Right now, teams are manually cutting and pasting from: Figma Jira Swagger/OpenAPI database schemas Confluence screenshots SQL queries API examples business rules existing repo patterns That is wasted effort. Worse, it creates weak inputs. Weak inputs create weak code. The better model is this: Jira story Figma design API contract Database schema Ex
Mark Kendall
5 days ago4 min read
Repo-Aware Coding Agent Ranking
Repo-Aware Coding Agent Ranking Rank Tool Best role Why 1 Claude Code Best full repo runner Strongest local repo execution loop: reads the codebase, edits files, runs commands, handles git workflows, and connects deeply through MCP. Anthropic’s own docs describe Claude Code as an agentic tool that reads your codebase, edits files, runs commands, and integrates with dev tools; MCP gives it access to external systems like issue trackers, databases, APIs, and monitoring tools. 2
Mark Kendall
5 days ago2 min read
Breaking the Copilot Habit: Why Claude Code Adoption Requires a Delivery Model, Not Another Training Session
Breaking the Copilot Habit: Why Claude Code Adoption Requires a Delivery Model, Not Another Training Session Most teams do not fail with Claude Code because the tool is weak. They fail because they treat Claude Code like another coding assistant. That is the wrong frame. Claude Code should not be introduced as “another AI tool developers can use.” It should be introduced as a new feature delivery model. That distinction matters. A developer can use Copilot inside the IDE and
Mark Kendall
5 days ago9 min read
This is actually a solid Claude Code prompting checklist, but it is still mostly at the prompting layer.
This is actually a solid Claude Code prompting checklist, but it is still mostly at the prompting layer. For your world — Intent-Driven Engineering — I’d frame it this way: This is useful, but it is not the system. The post says: “Stop guessing what Claude wants. There’s a system behind it.” That’s true, but the deeper system is not just better prompts. The real system is: Intent → Context → Repo Understanding → Execution Plan → Code Changes → Tests → Evidence → PR That is th
Mark Kendall
5 days ago1 min read
Stop Using Claude Code Like Autocomplete: Structure It Into Your Delivery Process
Stop Using Claude Code Like Autocomplete: Structure It Into Your Delivery Process Most engineering teams are not failing with AI because the tools are weak. They are failing because they are dropping powerful AI tools into the same old delivery process and expecting magic. That is not how this works. Claude Code is not just a smarter autocomplete tool. It is not just a chat window. It is not just a faster way to generate a function, a component, or a unit test. Claude Code be
Mark Kendall
6 days ago9 min read
The Real Work Starts After the Screen Is Built: How to Connect a Complex React Wizard Form to REST APIs
The Real Work Starts After the Screen Is Built: How to Connect a Complex React Wizard Form to REST APIs A lot of teams think the hard part is getting the screen built. That is only partly true. With AI tools like Claude Code, we can move much faster from Figma screens, Jira stories, acceptance criteria, and mock data into a working React form. But once the form is on the screen, the real enterprise work begins. Now the form has to connect to real APIs. Now the data has to mat
Mark Kendall
6 days ago11 min read
Home: Blog2
Home: Subscribe

Contact
Home: Contact
bottom of page