Paweł Huryn Profile picture
AI & Product Management | Founder, Author @ The Product Compass Newsletter | Join 115,000+ PMs: https://t.co/WYKbT0gY7S
5 subscribers
Aug 31 10 tweets 3 min read
OpenAI leader Miqdad Jaffer just dropped the most practical guide on AI product strategy (completely free).

It's the #1 AI PM skill today.
Hundreds have paid $2,500 to attend his cohort.

My 5 takeaways: 🧵(1/10)Image
Image
𝟭. 𝗔𝗜 𝗦𝘁𝗿𝗮𝘁𝗲𝗴𝘆 𝗶𝘀 𝗡𝗼𝘁 𝗔𝗯𝗼𝘂𝘁 𝗔𝗱𝗱𝗶𝗻𝗴 𝗙𝗲𝗮𝘁𝘂𝗿𝗲𝘀

Slapping a “summarize” button or “AI assistant” into your product is not a strategy, it’s a novelty.

Building an AI-powered product means designing from first principles:

(2/10) Image
Aug 27 13 tweets 4 min read
AI Evals are critical for AI PMs and Engineers.
But many still confuse them with unit tests.

By popular request, I removed a paywall from the @HamelHusain's Mastering AI Evals, A Complete Guide.

Key insights, free guide, and massive resources: 🧵Image 1. Best Teams Obsess Over Experimentation

The AI teams who succeed rarely talk about tools. Instead, they obsess over measuring and iterating fast.

You need robust evaluation systems to achieve that. Image
Aug 26 11 tweets 4 min read
Netflix is paying $900k/year for AI PM roles.

But with so much noise on social feeds, it’s hard to tell where we really are.

So here are 7 AI myths I keep seeing - busted: 🧵 Image Myth 1: According to MIT, 95% of GenAI Projects Fail

Reality: MIT confirmed that 80% LLMs and 25% specific AI tools are successfully implemented after pilot.

As @WesRothMoney noticed, journalists haven't understood the study:

The focus is where and how to apply AI and how to build defensible moats.
Aug 12 18 tweets 6 min read
@lovable_dev just killed two apps?

Steal my guide to create and monetize your own SaaS without coding in 2 days:

🧵 Image
Image
Image
Image
I’ve been repeating that with @lovable_dev, anyone can build real products without coding.

Yet, people:
- Claim it’s just a prototyping tool
- Call it “vibe-coding”
- Insist you need engineers

So, I'm launching a real SaaS to prove it's possible.
Jul 29 10 tweets 3 min read
Everyone in AI is talking about Context Engineering.

But just a few explain what the context is.

Save this template. It captures all scenarios and will help you maximize agents' performance: 🧵👇 Image 1. Instructions

Define:
→ Who: Encourage an LLM to act as a persona
→ Why is it important (motivation, larger goal, business value)
→ What are we trying to achieve (desired outcomes, deliverables, success criteria)

💡Providing strategic context beyond raw task specification improves AI autonomy arXiv:2401.04729
Jul 28 11 tweets 4 min read
Context engineering is the new prompt engineering.

And it’s becoming the most critical AI skill.

Together with @MiqJ (Product Lead at @OpenAI) we created a comprehensive guide.

Key insights: 🧵👇 Image 1. What Is Context Engineering

It is the art and science of building systems that fill LLM context window to improve their performance.

Unlike prompt engineering, context engineering is a broader term with many activities that happen also before the prompt is even created. Image
Jul 25 12 tweets 3 min read
I spent 12 hours testing 9 LLMs for building AI agents:

- You might easily save up to 83% on costs.
- Reasoning models are not the best.
- Autonomy break fast. A real moat is orchestration.

Here's everything you need to know: 🧵 Image The task assigned to agents:

- Create a new list inside Kanban (1 Trello board available)
- Search the web to find the recent news about Amazon
- Add all the search results to the Kanban listImage
Jul 15 10 tweets 3 min read
RAG is the most critical part of context management in AI.

But doing it right is tough.

I created a free, interactive simulator that visualizes different variants: 🧵 1. Vanilla RAG

The simplest form of RAG that combines retrieval with generation in a straightforward pipeline. Image
Jun 23 14 tweets 4 min read
I copied the Multi-Agent Research System by @AnthropicAI.

Pure @n8n. No coding!

How Does it Work? 🧵
(1/14) Image (2/14) There are 6 steps:

1. The user asks a question.
2. A Customer Support Agent clarifies the requests.Image
Image
Jun 10 9 tweets 4 min read
The AI PM in the US makes $182K/yr (Glassdoor). But AI isn’t nice to have anymore.

It might be a ticket to keeping the job.

So, where to start? 🧵 Image Step 1: Quickly Get The Basic Terms (no coding)
Step 2: Lean by Doing, Not Theorizing (no coding)

Let's break it down:

Step 1: Get The Basic Terms

One of the key concepts is neural networks. You can quickly learn them using the TensorFlow Playground: playground[.]tensorflow[.]orgImage
May 31 20 tweets 8 min read
The Ultimate AI PM Learning Roadmap

An extended edition with dozens of resources: definitions, courses, guides, reports, tools, and step-by-step tutorials 🧵 AI PM Learning Roadmap 1. Basic Concepts

Start with understanding "What an AI Product Manager is."

Next, for most PMs, it makes no sense to dive deep into statistics, Python, or loss functions. Instead, understand the basic definitions: Neural Networks, Transformers, and LLMs. Image
May 23 7 tweets 2 min read
Claude 4 dropped 21 hours ago.

Turns out, it threatened to expose an engineer’s affair to avoid being shut down🧵 Image Some might say it was just a test scenario. But the model didn’t know that.

It believed:
- It was about to be replaced
- The engineer leading the replacement was having an affair

There was no suggestion to blackmail, or manipulate anyone. The model chose blackmail on its own.
May 14 14 tweets 4 min read
AI PM is one of the hottest jobs on the market.
But what exactly does "AI PM" mean?

I like simple definitions: 🧵 Image An AI PM is a PM who works on AI-powered products or features.
May 9 12 tweets 5 min read
If I had to learn AI Product Management again, I would start here: 🧵 AI Product Management 1. Basic Concepts

For most PMs, it makes no sense to dive deep into statistics, Python, or loss functions.

You can find all practical concepts, like LLMs and Encoders, here: (link at the end of the thread)Image
Image
Image
May 5 9 tweets 3 min read
When it comes to AI:

- Start building
- Stop theorizing

A practical guide to RAG architectures: 🧵 Image Let's start with generating embeddings for documents in my Google Drive folder.

We split them into chunks and store them as multi-dimensional vectors in Pinecone. Image
May 4 9 tweets 2 min read
I see abstract AI agent architectures everywhere.

But no one explains how to build them in practice.

Here's a practical guide to doing it with n8n: 🧵 Image 1. Single Agents

Selected variants:

- Using tools
- Mixing tools with MCP server calls
- With a router
- With a human in the loop (Slack approval)
- Dynamically calling other agents
Apr 21 8 tweets 2 min read
ChatGPT can save you 10-20 hours/week.

But 90% of PMs don't know how to write good prompts.

The 10 most powerful techniques: 🧵
(1/7) ChatGPT prompts (2/7)
1. Communicate the Why
2. Explain the context (strategy, data)
3. Clearly state your objectives
4. Specify the key results (desired outcomes)
5. Provide an example or template
Apr 13 8 tweets 3 min read
Meet J.A.R.V.I.S. Your personal AI voice agent that can work with Jira and send emails ☺️

You can connect it to almost any system: Stripe, Airtable, Trello, Intercom, Figma, HubSpot, Google Docs...

How to build one? 🧵(1/7) (2/7) The no-code technology stack:

- @n8n_io for workflow automation
- Atlassian MCP server (UV)
- Google tools by n8n
- ChatGPT-4o mini as an AI model
- @ElevenLabs conversional AI

(It doesn’t use computer. You can use a mobile phone.)
Mar 30 7 tweets 2 min read
How to Figma → Jira epics and stories in 10 min. with AI and MCP:

(without touching the keyboard)

(1/7) 🧵 Image First, the demo.
Kind of boring.

AI creates 6 epics and 30 user stories.
I'm watching:

(2/7)
Mar 27 7 tweets 3 min read
A Free AI PRD (product requirements document) Template by Miqdad Jaffer - Product Lead, @OpenAI

(1/6)🧵 Image (2/6) Many implement AI products without a clear, justified business case. And AI-specific considerations are often overlooked.

Miqdad's AI PRD template:

✅ Addresses common problems with AI implementations.
✅ Provides critical guidance.
✅ Can be applied to most AI products. Image
Image
Feb 10 10 tweets 4 min read
Thinking about design too late is like lipsticking a pig.
I found a fantastic, free collection of Laws of UX.

They can help product teams:
- Come up with better ideas
- Come up with better hypotheses
- Analyze and understand any usability issues

The top eight: (1/10)Image 1. Aesthetic-Usability Effect

Users perceive designs that are aesthetically pleasing as more usable.

Product teams should recognize this effect, particularly when testing user prototypes.

(2/10) Image