Showing category results for AI

Jun 22, 2026
Post comments count0
Post likes count0

Models don’t have preferences, they have context

Waldek Mastykarz

You open a fresh chat, type "What framework should I use for a web app?", and the model says "React." You screenshot it, share it, and write "Claude prefers React." It gets engagement. People nod along. A few reply with their own results. And now we have a consensus: Claude prefers React. Except it doesn't. The model doesn't prefer anything. You're...

AI
Jun 18, 2026
Post comments count2
Post likes count0

Stop overloading your skills

Waldek Mastykarz

You built a skill for your technology. API references, authentication flows, SDK patterns, error handling, version info, all packed into one skill. The agent calls it, gets all that context, and generates code. The kicker? You've just wasted a lot of tokens. It already knows Models have ingested your documentation, your Stack Overflow answers, yo...

AI
Jun 17, 2026
Post comments count0
Post likes count0

When your agent extensions fight each other

Waldek Mastykarz

This is the fourth article in a series about Agent Experience (AX): the practice of making AI coding agents work correctly with your technology. The series covers what you can and can't control in the agent stack, how to measure whether your extensions are helping or hurting, and how to iterate toward better outcomes. You shipped your extension, m...

AI
Jun 16, 2026
Post comments count0
Post likes count0

Competing against yourself

Waldek Mastykarz

You shipped a new CLI: better developer experience, modern architecture, and optimized for agents. You deprecated the old one, updated the docs, and blogged about it. Developers are migrating. Then someone asks an AI coding agent to scaffold a project, and the agent... uses the old tool. Training data gravity Models learn from the internet. If ...

AI
Jun 11, 2026
Post comments count0
Post likes count0

Your agent just scaffolded a project from 2020

Waldek Mastykarz

Your agent ran a scaffold command. Project generated, dependencies resolved, no errors. Everything looks fine. Except it's based on the project structure from 2020, and neither you nor the agent noticed. How npx picks the right-but-wrong version When an agent scaffolds a project or runs a CLI tool, it often reaches for without specifying a versi...

AI
Jun 10, 2026
Post comments count0
Post likes count0

Is your agent extension actually working?

Waldek Mastykarz

This is the third article in a series about Agent Experience (AX): the practice of making AI coding agents work correctly with your technology. The series covers what you can and can't control in the agent stack, how to measure whether your extensions are helping or hurting, and how to iterate toward better outcomes. You shipped your skill, wrot...

AI
Jun 10, 2026
Post comments count0
Post likes count0

Stop skillmaxxing, save your tokens

Waldek Mastykarz

You built a dozen skills for your technology: authentication, CRUD, error handling, deployment, testing, monitoring. Then you installed a cloud platform bundle with 15 more covering diagnostics, storage, compliance, and cost optimization. A design suite. A marketing pack. Document converters for Word, Excel, PowerPoint, PDF. Fifty skills, all sitti...

AI
Jun 10, 2026
Post comments count3
Post likes count12

Spec-Driven Development: A Spec-First Approach to AI-Native Engineering

Apoorv Gupta

AI has made software delivery faster, but speed alone does not guarantee better outcomes. As teams adopt AI-native development, the real challenge is keeping requirements, design, implementation, and validation aligned so the final result still reflects the original intent. Spec-Driven Development (SDD) addresses this by making structured specs the...

Microsoft for DevelopersAIGitHub Copilot
Jun 8, 2026
Post comments count0
Post likes count0

Microsoft Build 2026 recap: vision, launches, and top sessions

Jon Galloway

Catch up on Microsoft Build 2026 with the vision lead-off, top developer announcements, and must-watch sessions across the Microsoft developer ecosystem.

AIMicrosoft for DevelopersGitHub Copilot