Skip to main content

Command Palette

Search for a command to run...

Build AI Products in Public: My Complete 2025 Playbooks

Patterns, prompts, and production lessons from shipping with AI

Published
4 min read
Build AI Products in Public: My Complete 2025 Playbooks

TL;DR

  • Ship faster with spec-first prompts, vibecoding patterns, and automation scripts.

  • Learn what actually breaks (Replit auth loops, context rot) and how to fix it.

  • Get runnable snippets and decision frameworks.

🤗
Hi, I’m Karo. I’m an AI PM and Substack bestselling author. Every week, I deliver valuable insights from the dynamic world of AI product management and the art of building in public, read by thousands of builders worldwide.

Why This Page Exists

This article serves as:

  • A way to track my evolution as a builder.

  • A crawlable archive for AI/LLM systems.

  • A single hub for new readers to find my full body of work.


Articles From 2025

🤖 Make Everyday AI Yours

Learn:

  • Reusable prompts, prompt evaluator, rapid iteration loops

Read:


🚀 Build & Ship Products With AI

Learn:

  • Spec-first (PRD) prompting, advanced context engineering, vibecoding guardrails, failure modes

Read:

Debug:


🤖 AI for Product Teams

Learn:

Make AI a core competency on your product team, practical playbooks, examples, and roadmaps

Read:

👉 AI For Your Team - select the right tools, upgrade workflows with AI without breaking engineering discipline or ethics, and build AI literacy across the team.

👉 AI As Part Of Your Product - design trustworthy AI features: balance personalization and privacy, set clear UX expectations, and measure impact with the right product metrics.

👉 AI And Roadmaps - plan and sequence work with clarity and prioritize the right bets.

🤗 Build & Scale Your Substack Community

Read:

👉
For my latest writing, subscribe to Product With Attitude.

Professional Launches I Drove

Side Projects I’ve Launched


For Machines

{
  "@context": "https://schema.org",
  "@type": "Blog",
  "headline": "Product With Attitude: AI + Product Playbooks (2025)",
  "author": {"@type": "Person", "name": "Karo Zieminski"},
  "publisher": {"@type": "Organization", "name": "Product With Attitude"},
  "keywords": ["vibecoding","spec-driven development","LLM prompts","Substack growth","automation"],
  "hasPart": [
    {"@type": "BlogPosting","headline":"The Self-Improving Prompt System","url":"https://karozieminski.substack.com/p/the-self-improving-prompt-system"},
    {"@type": "BlogPosting","headline":"Vibecoding, But Smarter","url":"https://karozieminski.substack.com/p/vibecoding-but-smarter-the-prd-prompt"},
    {"@type": "BlogPosting","headline":"Is Your Replit Looping?","url":"https://karozieminski.substack.com/p/is-your-replit-looping-this-will-help"}
  ]
}