@kentcdodds: More on prototypes and feature product-market fit:
Summary
This article discusses the importance of building prototypes and using demos to achieve feature product-market fit in the AI era, featuring insights from Ruben Casas about combining high-level product thinking with hands-on implementation.
View Cached Full Text
Cached at: 06/25/26, 12:08 AM
@Infoxicador More on prototypes and feature product-market fit: https://t.co/TBBz7RuG0H
Demos, feedback loops, and AI-era product judgment with Ruben Casas
Source: https://www.epicproduct.engineer/demos-feedback-loops-and-ai-era-product-judgment-with-ruben-casas~7cnkz I talked with Ruben Casas about product engineering at a moment when a lot of experienced engineers are finding their way back into building products directly.
Ruben has worked across product, platform, and developer tooling, and he is now working at Postman in the middle of the AI and MCP wave. What stood out to me in this conversation was not just that agents can help us ship faster. It was Ruben’s point that they can let us combine two things that have often drifted apart: high-level product thinking and hands-on implementation.
That combination matters because implementation is getting cheaper, but judgment is not. If anything, deciding what is worth building gets more important when it becomes easier to build almost anything.
Ruben kept bringing the conversation back to real problems. Not “what would be cool to build?” but “what pain point are people actually feeling?”
His example from the MCP space was a good one. He saw people running into the limits of text-only agent interactions and started exploring UI for MCP tools. The important part is that he did not start with a polished product. He started with a prototype and a demo that made the problem and possible solution visible.
That is a useful product engineering habit. A demo gives people something concrete to react to. It changes the conversation from a theoretical debate into: does this solve your problem, is this useful, and what would make it better?
One thread I really appreciated was Ruben’s reminder that demos are not just for marketing after the product is finished. They can be part of how you discover and shape the product.
He talked about selling software earlier in his career and how much more effective it was to show a working e-commerce integration than to describe the possibility abstractly. When people can see their products, their workflow, or their pain point represented in a working demo, they understand the opportunity faster.
That maps well to how we can work with agents today. Build a prototype quickly. Show it to someone. Watch what they do with it. Let the feedback tell you whether you found a real problem or just built something interesting.
Ruben also named an important tension: agents make it easier to ship, but that does not mean every shipped feature is worth keeping.
We talked about feature product-market fit, not just product-market fit for the whole product. If a feature disappeared tomorrow, would users be upset because their workflow breaks, or would they mostly shrug? That question is uncomfortable, but it is clarifying.
This is where product engineering still needs engineering. Architecture, tests, maintainability, taste, and boundaries matter even more when more people can touch the codebase with AI assistance. The goal is not just to make shipping possible. The goal is to create an environment where shipping quickly can still produce a coherent, reliable product.
Ruben’s homework was direct: find a problem that bothers you, build a quick prototype with an agent, record a short demo, and send it to someone for feedback.
I like that because it practices the whole loop. You have to notice a problem, make something real, communicate the value, and listen to what another person says in response. That loop is where product sense grows.
Guest
Homework
- Find a real problem that is bothering you.
- Use an agent to build a quick prototype for it, especially if you have not tried AI coding tools seriously yet.
- Record a short demo, send it to someone, and ask for feedback.
Resources
Similar Articles
The Speed of Prototyping in the Age of AI
A developer discusses how AI has dramatically increased his prototyping speed, enabling him to create multiple working projects quickly. He also notes the shift in engineering thinking towards abstract specification.
@mattpocockuk: The more I replace plans with prototypes, the better the outputs Who'd have thought that low fidelity prototypes were b…
Matt Pocock argues that replacing plans with low-fidelity prototypes leads to better outcomes, countering the trend of detailed specifications in software development.
The gap between agent demos and agent products
The article highlights three key challenges—authentication, identity, and state management—that are often glossed over in AI agent demos but are crucial for building real products. It questions whether these layers will be commoditized into foundation models or remain separate.
Does the product need to become more recognizable to AI programs?
The article discusses the emerging challenge of making products easily understandable to AI agents, distinguishing it from traditional SEO and highlighting the need for structured data and clear functional boundaries.
@mattpocockuk: Going live, doing a full feature build using: - /grill-with-docs - /handoff - /prototype
Matt Pocock live streams building a 'delivery calendar' feature for his course video manager using AI tools like Grill with Docs. He focuses on aligning terminology and data models with AI agents, and discusses the importance of coding standards for agent experience (AX).