Frontier Lab Notes

Frontier LLM Architectures MOC

This is the map for a college-course-level learning sphere on frontier LLM architectures. The goal is not only to know model names, but to learn how frontier labs think: mechanisms, scaling constraints, empirical taste, systems bottlenecks, evaluation, and research judgment.

How To Use This Sphere

  1. Read Course Roadmap Frontier LLM Research first.
  2. Read Architecture Concept Graph Frontier LLMs so the whole stack connects in your head.
  3. Build the core model from Transformer Block Anatomy, Transformer Math and Implementation Deep Dive, and Attention Mechanics and KV Cache.
  4. Learn why frontier work is dominated by scale through Scaling Laws and Compute Optimal Training and Training Optimization and Stability Deep Dive.
  5. Study the modern pressure points: Mixture of Experts Architectures, Long Context and Efficient Sequence Models, and Frontier Model Systems and Inference.
  6. Learn post-training through Post Training Alignment and Reasoning.
  7. Learn how claims are tested through Evaluation Benchmarks and Scientific Method.
  8. Use Paper Reading Ladder Frontier LLMs as the canonical reading sequence.
  9. Keep Glossary Frontier LLM Architectures open while reading papers.
  10. Use Open Research Questions Frontier LLM Architectures and Implementation Roadmap to Frontier Lab Readiness to turn learning into research taste.

Core Notes

Adjacent Learning Spheres

The Big Picture

Frontier LLM architecture is mostly the study of constraints:

The answer is not one trick. It is a stack:

The Connected Stack

Use this sequence when studying any new paper:

  1. Objective/data: what distribution and loss created the model?
  2. Architecture: what computation changed?
  3. Optimization: can this train stably?
  4. Scale: what happens at fixed compute, fixed data, fixed latency, or fixed dollars?
  5. Systems: does the hardware make the idea practical?
  6. Post-training: is the observed behavior from the base model or elicitation?
  7. Evaluation: is the measurement clean, contaminated, or proxy-only?

That sequence is the mental checklist behind Research Memo Template for LLM Papers.

Research North Star

To become lab-ready, aim for this ability:

Given a new architecture paper, identify the bottleneck it attacks, reconstruct the mechanism, estimate what scaling regime it helps, name its failure modes, and design one clean experiment that would falsify the claim.

That is the difference between reading about LLMs and thinking like a researcher.