Skip to content
Agent Month

Research

What we read, and what we take from it

Last verified: July 2026· reading list

Printed research papers
PhotoOrkney Library and Archive shelvesbyVictuallersCC BY 4.0tinted

Why a consultancy publishes a reading list

Most AI consulting content is assertion. We would rather show the work: these are the papers that actually shape how we route models, build eval harnesses, and architect agents that touch internal systems. If our advice contradicts the literature, you should be able to see that and push back.

A caveat we would rather state than have you assume: we read abstracts broadly and papers selectively. The notes below are our interpretation of why a piece of work matters to a production team — they are not claims about specific results. Every entry links to the paper. Where a number matters to a decision, read the source.

LLM cost & routing

  • Qitian Jason Hu, Jacob Bieker, Xiuyu Li et al. · 2024

    Our take: Routing is a measurable engineering choice, not a vibe — this benchmarks multi-LLM routing systems, which is exactly the lever we pull first in a cost engagement.

  • Son Nguyen, Xinyuan Liu, Ransalu Senanayake et al. · 2026

    Our take: Frames routing as a reasoning/optimisation problem rather than a heuristic. Useful if you are building the router rather than buying one.

  • Ming-Hua Tsai, Phat Tran · 2026

    Our take: Online routing that learns from reward signal — the direction of travel for teams whose traffic mix shifts underneath a static routing table.

Evaluation & LLM-as-judge

Prompt injection & agent security

Coding agents & software engineering

AI-generated code security

RAG & hallucination