> For the complete documentation index, see [llms.txt](https://tech.annelaurefreant.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tech.annelaurefreant.xyz/projects/hopper-research-blog.md).

# Hopper Research Blog

My first job out of college was to be a part-time data entry employee for the early-stages travel startup Hopper. I started by doing data entry, then I was offered to become the data entry team-lead. I was in charge of monitoring the content team's productivity, conducting recruiting tests, training new employees, reporting directly to CEO Frederic Lalonde.&#x20;

Immersed in a highly innovative, fast-pace environment, I learned all about big data, elastic search, the daily life of developers, and how to turn a travel database technology into a successful product. Hopper since became one of the most popular travel app in the world with more than 30 million users. [It has been valued $5B](https://techcrunch.com/2022/02/03/hopper/?guccounter=1\&guce_referrer=aHR0cHM6Ly9kdWNrZHVja2dvLmNvbS8\&guce_referrer_sig=AQAAAMWLSCeb3t_eBysBVWgi_FMNSltRtKYjPfKczu5lT5FrarjYted9WFt8AmRqQuAzTaLl9EhFZuKiVml19_rqIwFD8ZKdWu8hwfsYz0pIgsvTH7Qbcu2RX0qdKOk0wc-MlTBbhV9vLz2Z-6rYwfYHU0RAosIumJ-YbcSkG5TELa4j).

I was offered a full-time position a few months later. I then worked on defining the editorial line for [Hopper Research Blog](https://media.hopper.com/research), along with data scientist Patrick Surry and now Hopper's Director, Dakota Smith, to showcase Hopper's expertise regarding the travel market.

<figure><img src="/files/jmGOrhEDWTgicBaxvxbm" alt=""><figcaption><p>Hopper research blog in 2023</p></figcaption></figure>


---

# 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://tech.annelaurefreant.xyz/projects/hopper-research-blog.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.
