---
title: "Self Driving Products: Product Signals to Pull Requests — Joshua Snyder, PostHog"
url: https://daily.dev/posts/self-driving-products-product-signals-to-pull-requests-joshua-snyder-posthog-xcuu28kph
source_url: https://www.youtube.com/watch?v=zMiSRliEzv4
type: video:youtube
source: "AI Engineer"
published: 2026-06-10T13:17:24.759Z
updated: 2026-06-10T14:20:24.884Z
tags: ["llm", "ai-agents", "mcp"]
reading_time: 15
upvotes: 1
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Self Driving Products: Product Signals to Pull Requests — Joshua Snyder, PostHog

**[AI Engineer](https://daily.dev/sources/aidotengineer)** · 15 min read · 1 upvotes · 0 comments

## Summary

PostHog engineer Josh Snyder describes a pipeline that converts product observability signals into automated pull requests. The system ingests trillions of events monthly, normalizes and groups signals into reports using LLM-generated query embeddings (rather than raw embedding similarity), runs a Claude-powered research agent with MCP tool access, assesses actionability, and finally executes code fixes in a sandboxed environment. Key lessons include: evals on representative production data are essential, embedding models cluster by structural similarity not semantics so queries should be embedded instead, agents need specific problem descriptions to avoid noisy PRs, and cost optimization should come after experimentation by observing agent behavior patterns. The alpha feature aims to let developers wake up to green PRs rather than dashboards full of errors.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=zMiSRliEzv4>

## Similar posts on daily.dev

- [Your Next Pull Request Will Come From a Product Manager](https://daily.dev/posts/your-next-pull-request-will-come-from-a-product-manager-zk7adqe5z) · The New Stack · 0 upvotes · 0 comments

---

Tags: [#llm](https://daily.dev/tags/llm), [#ai-agents](https://daily.dev/tags/ai-agents), [#mcp](https://daily.dev/tags/mcp)

[View this post on daily.dev](https://daily.dev/posts/self-driving-products-product-signals-to-pull-requests-joshua-snyder-posthog-xcuu28kph)
