> For the complete documentation index, see [llms.txt](https://xai-5.gitbook.io/xai-space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xai-5.gitbook.io/xai-space/team.md).

# Team

* **Ethan Clark - CEO & Co-Founder**\
  Ethan holds a Ph.D. in AI from Stanford University and has over 10 years of experience in AI and blockchain. He previously led AI research at Google DeepMind and has advised several successful blockchain startups. At XAI, Ethan drives the vision for integrating human and AI intelligence seamlessly.
* **Oliver Hayes - CTO & Co-Founder**\
  Oliver earned an M.S. in Computer Science from MIT and has a strong background in distributed systems and blockchain architecture. He was a Senior Blockchain Architect at Ethereum and Polkadot, and now leads the development of XAI’s decentralized infrastructure.
* **Alexander Turner - Chief AI Officer**\
  Alexander holds an M.S. in Machine Learning from Carnegie Mellon University and has over a decade of experience in AI, particularly in NLP and reinforcement learning. He previously worked as a Senior AI Engineer at OpenAI and now leads the development of XAI’s AI Agents.
* **Benjamin Walker - Chief Product Officer**\
  Benjamin holds an M.B.A. from Harvard Business School and has extensive product management experience, having worked at Apple and Tesla. He leads XAI’s product design and user experience, ensuring the platform is intuitive for both novice and advanced users.
* **James Bennett - Head of Blockchain Development**\
  James holds a B.S. in Computer Science from UC Berkeley and has 8 years of experience in blockchain and smart contract development. He previously worked at Binance Smart Chain and now leads XAI’s blockchain architecture to ensure secure and scalable AI-Agent integration.
* **Sophia Moore - Chief Data Scientist**\
  Sophia holds a Ph.D. in Data Science from the University of Cambridge and has a strong background in big data analytics and machine learning. She was a Senior Data Scientist at Facebook and now drives data strategies to optimize XAI’s AI Agents and predictive capabilities.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://xai-5.gitbook.io/xai-space/team.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
