1.1 A Brief Guide to AI History and References#

We are not experts in AI history, but we think it is important to have context around how AI agents were developed. This page collects references we’ve found useful in understanding key developments and how we got to the AI agents we use today.

If you’re looking to learn more about the evolution of AI, large language models (LLMs), and their applications in science, the links below may help. Otherwise, we suggest skipping forward to Chapter 2 to the practical applications of AI agents in biology.

Foundational Papers#

These papers mark key developments in modern AI, from the invention of the Transformer to reasoning and agent capabilities.

  • Attention Is All You Need — Vaswani et al. (2017). The Transformer architecture that replaced recurrence with self-attention, becoming the basis for all modern large language models.

  • Scaling Laws for Neural Language Models — Kaplan et al. (2020). Showed that model performance improves predictably with more parameters, data, and compute. This gave a map for how to improve intelligence of models.

  • Language Models are Few-Shot Learners — Brown et al. (2020). Demonstrated that large language models can perform a wide range of tasks with only a few examples, without task-specific fine-tuning. Showed transformers have general intelligence.

  • Chain-of-Thought Prompting — Wei et al. (2022). Showed that prompting models to produce intermediate reasoning steps substantially improves performance on complex tasks. Showed that expending more inference compute and give better answers.

  • ReAct: Reasoning and Acting in Language Models — Yao et al. (2022). Interleaved reasoning traces with tool use, establishing a pattern for building autonomous agents from LLMs. The foundational agents paper.

  • DeepSeek-R1 — DeepSeek-AI (2025). Demonstrated the reinforcement learning can break out of the scaling laws and LLMs can improve simply be repeatedly attempting tasks rather than requiring worked-out examples.

AI Agents in Science#

Papers on building and using AI agents for scientific research, including from FutureHouse co-founders Andrew White and Sam Rodriques.

Perspectives on AI History#

We’re not the only ones to summarize history of AI Agents, check out these other introductions to the history and landmark papers:

Additional Resources on LLMs and Deep Learning#

Here are AI for science topics that are good to know, but not directly related to LLMs and their use in AI agents:

Providing Feedback#

We’d love to hear from you! Whether you run into issues, have ideas for improving the tutorials, or want to suggest new topics, feel free to reach out.

Email us at: tutorials@futurehouse.org