About Martian:
- Martian is doing for LLMs what Google did for websites. In the early internet, the number of websites was exploding and it was hard to figure out what website you should use for what task. Google fixed that problem by building a search engine that aggregated websites across the internet. A similar problem exists in AI today; the number of models is exploding and it's hard to figure out what model you should use for what task. Martian fixes that problem through a model router: You give us your prompt, we run it on the best model in real time.
- We can do this because we've learned how to predict the performance of a model without running it. That lets us find a model which can complete your request with the highest performance and lowest cost. The value proposition is simple: stop worrying about AI, start focusing on product.
- That idea -- making it so that people can stop worrying about AI -- is the core of what we do. Model-routing is just the first tool we're building to help understand the way in which models behave. By pioneering techniques like this, we want to solve the most fundamental problem in AI: understanding why models behave the way they do, and creating guarantees they'll behave the way we want.
About the role:
We’re looking for Research Engineers to design and run experiments for mechanistic interpretability research. Our specific approach to mechanistic interpretability is a technique we call “model mapping”: converting transformers into more interpretable representations (such as programs).
Responsibilities may include:
- Writing performant and clean code for ML training (both pre-training and fine-tuning models)
- Independently running and analyzing ML experiments to understand how models work
- Creating tools to interact with and understand transformers
- For example, creating programming languages for creating transformers or creating formal verification tools to validate the properties of such programs
- Understanding our research roadmap and prioritizing future experiments
- Managing and exploring large datasets from interpretability experiments
- Designing novel approaches to understand and align LLMs
You’ll thrive in this role if you:
- Are excited about Martian’s mission to understand AI and build better AI tooling
- Want to discover the algorithms underlying intelligence
- Enjoy a fast-paced startup environment
- Have experience implementing ML algorithms (e.g. pytorch) and distributed training (e.g. pytorch lightning, deepspeed)
- Enjoy writing clean code and thinking about programming languages