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

# About Us

> The team behind AI Tutorial

## About This Project

AI Tutorial is a free, open-source, interactive tutorial for building production AI systems. Every example runs in your browser via StackBlitz — no setup required.

The project covers prompt engineering, RAG, AI agents, MCP, memory, and reliability patterns. All examples support multiple providers (OpenAI, Gemini, Claude) via a single environment variable.

## Authors

<div style={{display: 'grid', gridTemplateColumns: 'repeat(auto-fit, minmax(300px, 1fr))', gap: '1.5rem', margin: '1rem 0'}}>
  <div>
    <div style={{fontSize: '1.25rem', fontWeight: '600', marginTop: 0, marginBottom: '0.5rem'}}>Pablo Luna</div>
    <p style={{marginBottom: '0.5rem'}}>Pablo brings over two decades of experience in product management and development. He has held leadership roles at companies like MuleSoft and Domino Data Lab, and holds a Product Management Certificate from UC Berkeley. Pablo is passionate about building strong teams and fostering a culture of creativity and collaboration.</p>
    <p style={{marginBottom: 0}}><a href="https://www.linkedin.com/in/luna-pablo/">Connect on LinkedIn →</a></p>
  </div>

  <div>
    <div style={{fontSize: '1.25rem', fontWeight: '600', marginTop: 0, marginBottom: '0.5rem'}}>Paulo Veiga</div>
    <p style={{marginBottom: '0.5rem'}}><strong>Head of Engineering</strong></p>
    <p style={{marginBottom: '0.5rem'}}>Paulo is an engineering leader with over 20 years of experience building enterprise-scale platforms and data products. He previously held leadership roles at SAP, Salesforce, MuleSoft, Oracle, and Atlassian. Paulo is also the co-founder of <a href="https://www.wisemapping.com">WiseMapping</a>, an open-source mind mapping tool.</p>
    <p style={{marginBottom: 0}}><a href="https://www.linkedin.com/in/paulo-gustavo-veiga-877b572/">Connect on LinkedIn →</a></p>
  </div>
</div>

## Contributing

Found an issue or want to suggest a topic?

<Card title="Report an Issue" icon="bug" href="https://github.com/ai-tutorial/website/issues/new">
  Open a GitHub issue to report bugs, suggest improvements, or request new topics.
</Card>

## Repositories

* [Website](https://github.com/ai-tutorial/website) — Mintlify documentation site
* [TypeScript Examples](https://github.com/ai-tutorial/typescript-examples) — Runnable code examples
