> For the complete documentation index, see [llms.txt](https://heronyang.gitbook.io/cmu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://heronyang.gitbook.io/cmu/00_boston/03_mit.md).

# MIT Hack

*Day 23*

![](/files/-M4CTKgzK62gr7cvJrry)

There’s one interesting fact: hacks in MIT are actually encouraged, which are based on their tradition, and ethics. I really like this idea growing on campus which pushes students to do out-of-bounds thinkings, the key to stand out in a crowd. Instead of learning the same stuff from the textbook, it’s more important of knowing to how think independently and being creative in building new stuffs or breaking existing rules.

Yeqing and I walked around MIT and Harvard campus this morning, where I found one police car installed in MIT Stata Center.

> A-ha, I know its story!

It's from the classic hack in MIT involved a police car with its flashing warning lights operating. The special part of this hack was the position - on top of MIT’s Great Dome. The car's number was pi, and its license plate was "IHTFP", the abbreviation for "I Hate This Fucking Place". More, there was a campus patrolman sitting inside with mug of coffee and a box of donuts.

*MIT @ Boston. June 4, 2015*


---

# 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://heronyang.gitbook.io/cmu/00_boston/03_mit.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.
