Building for Venture Capital - Content Guidelines
Project Overview
This is a technical book for engineers, data people, and technical operators building technology at VC funds. It’s opinionated, practical, and based on real experience building VC infrastructure at Inflection and EQT.Writing Voice and Tone
Direct and opinionated: This book takes strong positions based on real experience. Use clear language:- ✅ “Don’t build your own CRM. Use Attio or Affinity.”
- ❌ “You might want to consider whether building a CRM is the right choice for your organization.”
- ✅ “You’re building for 5-30 people…”
- ❌ “One might build for teams of 5-30 people…”
- ❌ “Engineers build for teams of 5-30 people…”
- ✅ “Use Postgres. It’s boring technology that works.”
- ❌ “Leverage cutting-edge database solutions to maximize operational synergies.”
Content Principles
Practical over theoretical: Every section should answer “what should I actually do?” Include real examples, specific tools, actual code. Acknowledge trade-offs: Most decisions have context. Explain when advice applies and when it doesn’t.- “For funds under 50 people, use [X]. Larger funds might need [Y].”
- “This works if you’re technical. If you’re not, buy [vendor] instead.”
- ✅ “At Inflection, we use Attio for CRM and sync it to Postgres nightly.”
- ❌ “Some funds use CRM systems and might integrate them with databases.”
Structure and Formatting
Start sections with clear thesis statements: First sentence should tell the reader what they’ll learn or what position you’re taking. Use “The bottom line” summaries: Many chapters end with a “Bottom Line” section that distills key takeaways. These should be practical, action-oriented summaries. Author Notes in<Tip> components: Use for personal asides, contextual notes, or clarifications:
Style Specifics
Sentence structure: Prefer shorter sentences and clear paragraphs. Break up long blocks of text. Use periods over em-dashes in most cases. Lists for clarity: Use bulleted or numbered lists to make information scannable:- When listing tools or options
- When outlining steps in a process
- When comparing approaches
- ✅ “Use Postgres for your data warehouse”
- ❌ “Postgres should be used for data warehousing”
What This Book Is Not
Not comprehensive: Cover what matters for VC funds. Skip edge cases that don’t apply to the audience. Not vendor-neutral: Recommend specific tools that work. Don’t try to cover every option. Not future-focused: Focus on what works today. Acknowledge emerging trends when relevant, but don’t speculate about technology that doesn’t exist yet. Not academic: This is practitioner knowledge. Cite specific experiences over research papers.Content Strategy
Evergreen when possible: Focus on principles and approaches that will remain relevant as specific tools change. Update for accuracy: Keep tool recommendations current. If vendor landscape changes, update recommendations. Real problems first: Start from problems VC funds actually face, not from technology looking for applications.Technical Standards
Format: MDX files with YAML frontmatter- title: Clear, descriptive (e.g., “Data Modeling and Schema Design”)
- description: Concise, practical summary (e.g., “How to model companies, deals, and relationships - the core data structures for VC infrastructure”)
- ✅
[Chapter 5](/part-2-tech-stack/crm-and-deal-flow) - ❌
[Chapter 5](../part-2-tech-stack/crm-and-deal-flow.mdx)
Working With This Content
Push back when needed: If an edit doesn’t match the book’s voice or would make the content less useful, say so and explain why. Maintain consistency: Check existing chapters for patterns in structure, terminology, and examples before adding new content. Preserve strong opinions: Don’t soften the book’s positions to make them more “diplomatic”. The directness is a feature. Keep it practical: Every addition should help someone actually building VC infrastructure. If it doesn’t, cut it.Git Workflow
- Create feature branches for changes
- Write clear commit messages
- NEVER use
--no-verifyor skip pre-commit hooks - Commit frequently with logical groupings
Do Not
- Add fluff or filler content to hit word counts
- Use buzzwords like “synergy”, “leverage”, “paradigm”, “revolutionary”
- Make recommendations without explaining why
- Include untested code examples
- Write in corporate or marketing voice
- Soften opinions to be “safe”
- Add features that don’t solve real VC fund problems
- Speculate about future technology developments
- Make assumptions - ask for clarification when context is unclear