# About

Hi, I'm **Aldrin Jenson** — an engineer working on multi-agent AI systems at [Athena Intelligence](https://athenaintelligence.ai/) in New York.

This is a small wiki where I keep:

* **Quick technical notes** — things I had to look up once and wanted to keep handy (LLM inference options, CLI tricks, media tooling, git workflows).
* **Experiments & side projects** — small builds from voicenotes and free afternoons.
* **Talks & recognitions** — a place to remember workshops I've spoken at and moments I'm proud of.

## Elsewhere

* 📝 Longer-form writing, projects & talks: [aldrinjenson.com](https://aldrinjenson.com/)
* 💻 Code and side projects: [github.com/aldrinjenson](https://github.com/aldrinjenson)
* 💼 Work & professional: [linkedin.com/in/aldrinjenson](https://www.linkedin.com/in/aldrinjenson/)
* 🐦 Short builds and demos: [x.com/aldrinjenson](https://x.com/aldrinjenson)

***

This site is inspired by a [similar one](https://til.kurianbenoy.com/) from my good friend [Kurian Benoy](https://kurianbenoy.com/).

Hope you find something useful here.


---

# Agent Instructions: 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:

```
GET https://til.aldrinjenson.com/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
