Skip to content

Commit 0520090

Browse files
authored
Rename Signals team to Self-driving, remove PostHog AI team page (#17626)
1 parent 8f4c4b0 commit 0520090

9 files changed

Lines changed: 11 additions & 100 deletions

File tree

contents/handbook/engineering/ai/team-structure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ This page explains how teams collaborate on AI features at PostHog. For a high-l
1818

1919
The PostHog Code team owns the desktop app and the task execution pipeline.
2020

21-
### The Signals team
21+
### The Self-driving team
2222

23-
<SmallTeam slug="signals" /> turns PostHog data into tasks that coding agents can work on — suggested improvements from session replays, fixes for errors from error tracking, new experiments based on product analytics data. Signals surfaces something useful, creates a task with context, and the cloud agent works on it.
23+
<SmallTeam slug="self-driving" /> turns PostHog data into tasks that coding agents can work on — suggested improvements from session replays, fixes for errors from error tracking, new experiments based on product analytics data. Signals surfaces something useful, creates a task with context, and the cloud agent works on it.
2424

2525
### Product teams
2626

contents/handbook/exec/responsibilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This page lists which teams each Blitzscale team member is responsible for.
88

99
| Person | Teams |
1010
|------|-------|
11-
| James Hawkins | [PostHog AI](/teams/posthog-ai), [Signals](/teams/signals), [AI Observability](/teams/ai-observability), [Conversations](/teams/conversations), [Website](/teams/website), [Code](/teams/posthog-code) |
11+
| James Hawkins | [Self-driving](/teams/self-driving), [AI Observability](/teams/ai-observability), [Conversations](/teams/conversations), [Website](/teams/website), [Code](/teams/posthog-code) |
1212
| Tim Glaser | [DevEx](/teams/developer-experience), [Growth](/teams/growth), [People & Ops](/teams/people), [Talent](/teams/talent), [Billing](/teams/billing), [Support](/teams/support) |
1313
| Paul D'Ambra | [Product Analytics](/teams/product-analytics), [Analytics Platform](/teams/analytics-platform), [Web Analytics](/teams/web-analytics), [Replay](/teams/replay), [Client Libraries](/teams/client-libraries), [Platform UX](/teams/platform-ux), Query Performance (currently forming) |
1414
| Ben White | [Batch Exports](/teams/batch-exports), [Infrastructure](/teams/infrastructure), [Workflows](/teams/workflows), [Ingestion](/teams/ingestion), [Error Tracking](/teams/error-tracking), [ClickHouse](/teams/clickhouse), [Logs](/teams/logs), [Feature Flags](/teams/feature-flags), [Security](/teams/security), [AI Gateway](/teams/ai-gateway) |

contents/handbook/product/product-team.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ Here is a overview that shows which of our PMs currently works with which team:
3939
<fieldset>
4040
<legend><TeamMember name="Annika Schmid" photo /></legend>
4141

42-
- <SmallTeam slug="posthog-ai" />
4342
- <SmallTeam slug="posthog-code" />
44-
- <SmallTeam slug="signals" />
43+
- <SmallTeam slug="self-driving" />
4544

4645
</fieldset>
4746

contents/teams/docs-wizard/objectives.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ This means each product engineering team writes and maintains their own product
6262
**We'll know we're successful when:**
6363
- <SmallTeam slug="website" /> can build a sandboxed wizard run on the website
6464
- <SmallTeam slug="growth" /> can build a wizard-synced in-app onboarding page
65-
- <SmallTeam slug="signals" /> can generate signals from wizard runs
65+
- <SmallTeam slug="self-driving" /> can generate signals from wizard runs
6666
- <SmallTeam slug="posthog-code" /> can run the wizard inside PostHog Code
6767

6868
**Make it weird:**

contents/teams/posthog-ai/index.mdx

Lines changed: 0 additions & 27 deletions
This file was deleted.

contents/teams/posthog-ai/objectives.mdx

Lines changed: 0 additions & 65 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Signals
2+
title: Self-driving
33
sidebar: Handbook
44
showTitle: true
55
hideAnchor: false
File renamed without changes.

vercel.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@
110110
{ "source": "/teams/llm-analytics", "destination": "/teams/ai-observability" },
111111
{ "source": "/aio", "destination": "/ai-observability" },
112112
{ "source": "/teams/flags-platform", "destination": "/teams/feature-flags" },
113+
{ "source": "/teams/signals", "destination": "/teams/self-driving" },
114+
{ "source": "/teams/signals/:path*", "destination": "/teams/self-driving/:path*" },
115+
{ "source": "/teams/posthog-ai", "destination": "/teams/self-driving" },
116+
{ "source": "/teams/posthog-ai/:path*", "destination": "/teams/self-driving/:path*" },
113117
{ "source": "/tutorials/nps-survey", "destination": "/templates/nps-survey" },
114118
{ "source": "/questions/topics/:path*", "destination": "/questions/topic/:path*" },
115119
{ "source": "/docs/sdks/:path*", "destination": "/docs/libraries/:path*" },
@@ -1904,7 +1908,7 @@
19041908
{ "source": "/pricing/philosophy", "destination": "/pricing#philosophy" },
19051909
{ "source": "/handbook/brand/brand-and-vibes", "destination": "/handbook/brand/overview" },
19061910
{ "source": "/handbook/brand/process", "destination": "/handbook/engineering/product-design-process" },
1907-
{ "source": "/teams/max-ai", "destination": "/teams/posthog-ai" },
1911+
{ "source": "/teams/max-ai", "destination": "/teams/self-driving" },
19081912
{ "source": "/teams/twig", "destination": "/teams/posthog-code" },
19091913
{ "source": "/teams/twig/:path*", "destination": "/teams/posthog-code/:path*" },
19101914
{

0 commit comments

Comments
 (0)