Shift your product into self-driving mode
You have a new pull request ready for review. (Yep, really.)
While you slept, PostHog dug through your product data, found what was worth fixing, and had agents do the work. All you need to do is hit merge.
Unlimited reports. Priced by pull request. 3 free each month.
How a product improves itself
Notable things happening in your product
A signal is a single observation about your product. Signal sources are the pipes that produce them:
Error tracking
Exceptions and stack traces grouped into issues
Session replay
Dead clicks, quick backs, long stalls
Scouts
Scheduled agents with durable memory
External tools
Zendesk, Linear, GitHub issues
…then it loops
Every change ships with the instrumentation to measure it – the agent adds the events, feature flags, and experiments as it goes. After it merges, PostHog checks whether the metric actually moved. If it didn't, that's a new signal (and the change can be rolled back).
SignalResearchReportPRShipMeasureThe self-improving loopPostHog agents run on their own, but don't run wild
Self-driving is autonomy from instruction, not from you. Agents work in the background without you prompting them to make progress, but nothing ships on autopilot.
- It's stuck in a sandbox. Work happens in the cloud, nowhere near your repo. Agents follow your branch protections, CI, and review rules.
- The work can't merge itself. Nothing reaches production until a human clicks merge. Robots don't touch the big green button.
- PRs > Issues. Raw signals are deduped and clustered into reports. Actionable ones become PRs. You only pay for real work completed.
- Your secrets are safe. Literally, and so is your code. Private repos stay private, and so does your data. (We're training AI models, but not on your code.)
Merged into PostHog by self-driving