Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pages/handbook/how-we-hire/engineering-super-day.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ We expect everyone participating in a Super Day to be genuinely interested in jo
**Everyone:**
- Read the [handbook](/handbook) from top to bottom
- Read the [documentation](/docs) to understand the product and how it works
- Review our data models in [Postgres](https://github.com/langfuse/langfuse/blob/main/packages/shared/prisma/schema.prisma) and [Clickhouse](https://github.com/langfuse/langfuse/blob/0b8ad96b18ca4763df0a62deaac39d58a0a607c4/packages/shared/clickhouse/migrations/clustered) how we persist data. We have dedicated data model docs in our product documentation as well:
- Review our data models in [Postgres](https://github.com/langfuse/langfuse/blob/main/packages/shared/prisma/schema.prisma) and [Clickhouse](https://github.com/langfuse/langfuse/blob/0b8ad96b18ca4763df0a62deaac39d58a0a607c4/packages/shared/clickhouse/migrations/clustered) to understand how we persist data. We have dedicated data model docs in our product documentation as well:
- [Observability data model](/docs/observability/data-model)
- [Scores data model](/docs/evaluation/evaluation-methods/data-model)
- [Experiments data model](/docs/evaluation/experiments/data-model)
Expand Down Expand Up @@ -93,4 +93,4 @@ We'll scope down something from the morning discussion to code during the aftern
- Prioritize shipping: Cut scope intelligently, avoid perfection traps, and choose practical, “good enough” solutions.
- Stay customer-focused: Ask clarifying questions, understand the “why,” and make tradeoffs based on user value.
- Demonstrate technical depth: Explain your reasoning, dive into details, and compare tradeoffs clearly.
- Communicate with clarity: Be direct, efficient, and explicit about what works, what doesn’t, and where you’re unsure.
- Communicate with clarity: Be direct, efficient, and explicit about what works, what doesn’t, and where you’re unsure.
Loading