<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Readings on Saurav Panigrahi</title><link>https://sauravpanigrahi.com/reading/</link><description>Recent content in Readings on Saurav Panigrahi</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 24 Aug 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://sauravpanigrahi.com/reading/feed.xml" rel="self" type="application/rss+xml"/><item><title>Multi-Turn</title><link>https://sauravpanigrahi.com/reading/multi-turn/</link><pubDate>Mon, 24 Aug 2026 00:00:00 +0000</pubDate><guid>https://sauravpanigrahi.com/reading/multi-turn/</guid><description>&lt;p&gt;This section tracks papers on multi-turn behavior in LLMs and agents: when capability drops across turns, what mechanisms may explain it, and how to diagnose or recover reliability.&lt;/p&gt;
&lt;h2 id="papers"&gt;Papers&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://arxiv.org/pdf/2505.06120"&gt;LLMs Get Lost In Multi-Turn Conversation&lt;/a&gt;
Reports large-scale simulated comparisons of single-turn vs multi-turn performance across six generation tasks.
Finds an average 39% drop in multi-turn settings, with degradation driven more by increased unreliability than by pure aptitude loss.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://arxiv.org/pdf/2605.24432v1"&gt;Found in Conversation: LLMs Teach Themselves to Close the Multi-Turn Gap&lt;/a&gt;
Introduces Found in Conversation (FiC), a self-distillation framework that transfers strong single-turn behavior into weak multi-turn behavior via asymmetric task views.
Across multiple model families and 3B-14B scales, it reports recovery of at least 92% of single-turn performance and up to 100% on two Llama backbones.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://arxiv.org/pdf/2605.12922v1"&gt;When Attention Closes: How LLMs Lose the Thread in Multi-Turn Interaction&lt;/a&gt;
Proposes a channel-transition account where attention access to goal-defining tokens collapses over turns, while some goal information can persist in residual representations.
Introduces Goal Accessibility Ratio (GAR) and reports architecture-dependent failure modes, including strong recall collapse under forced attention-channel closure.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://arxiv.org/pdf/2601.07226"&gt;Lost in the Noise: How Reasoning Models Fail with Contextual Distractors&lt;/a&gt;
Presents NoisyBench, evaluating robustness to random documents, irrelevant chat history, and hard negative distractors across RAG, reasoning, alignment, and tool-use tasks.
Reports up to 80% performance drops under contextual noise, and shows rationale-aware reward training (RARE) improves resilience compared with standard prompting and tuning strategies.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://arxiv.org/pdf/2607.28802"&gt;Model or Harness? An Interaction-Centric Taxonomy for Localizing Agent Failures&lt;/a&gt;
Argues that outcome-only evaluation hides where failures originate, and introduces an interaction-centric taxonomy that localizes failures by component interaction and repair side.
Organizes 41 failure modes and reports reproducible labeling structure with independent judges, including agreement up to Cohen&amp;rsquo;s $\kappa = 0.76$ against human labels.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Emergent Misalignment</title><link>https://sauravpanigrahi.com/reading/emergent-misalignment/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://sauravpanigrahi.com/reading/emergent-misalignment/</guid><description>&lt;p&gt;Selected references on emergent misalignment and broad behavioral shifts from narrow training signals.&lt;/p&gt;
&lt;h2 id="core"&gt;Core&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://www.emergent-misalignment.com/"&gt;Emergent Misalignment: Narrow Finetuning Can Produce Broadly Misaligned LLMs&lt;/a&gt;&lt;br&gt;
Introduces the central phenomenon: finetuning on a narrow harmful behavior can produce broader misaligned behavior outside the training domain.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://www.lesswrong.com/posts/gLDSqQm8pwNiq7qst/narrow-misalignment-is-hard-emergent-misalignment-is-easy"&gt;Narrow Misalignment is Hard, Emergent Misalignment is Easy&lt;/a&gt;&lt;br&gt;
Useful for thinking about why a broad misalignment direction may be a more stable and efficient solution than a narrow one.&lt;/p&gt;</description></item><item><title>Evaluation</title><link>https://sauravpanigrahi.com/reading/evaluation/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://sauravpanigrahi.com/reading/evaluation/</guid><description>&lt;p&gt;Long-form references on benchmarks, measurement, and what evaluations actually test.&lt;/p&gt;
&lt;h2 id="medical-evaluation"&gt;Medical Evaluation&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://sophont.med/blog/medmarks"&gt;Medmarks&lt;/a&gt;
Benchmark suite for medical capabilities in language models.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="biology-and-scientific-evaluation"&gt;Biology And Scientific Evaluation&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://arxiv.org/abs/2407.10362"&gt;LAB-Bench&lt;/a&gt;&lt;br&gt;
Benchmark for language models doing biology research tasks. Useful because it evaluates research-relevant behavior rather than only static factual recall.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://fomo26.github.io/"&gt;FOMO26&lt;/a&gt;&lt;br&gt;
Foundation model challenge for brain MRI, useful as a clinical-domain evaluation reference.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="methodology"&gt;Methodology&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://ogb.stanford.edu/"&gt;Open Graph Benchmark&lt;/a&gt;&lt;br&gt;
Standardized graph ML benchmark suite with datasets, loaders, and evaluators. Useful as a reference point for what benchmark infrastructure can look like.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="robotics-and-sim-to-real"&gt;Robotics And Sim-To-Real&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://arxiv.org/abs/2504.13059"&gt;RoboTwin&lt;/a&gt;&lt;br&gt;
Dual-arm robot benchmark using generative digital twins for scalable task and data generation.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>ML Systems</title><link>https://sauravpanigrahi.com/reading/ml-systems/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://sauravpanigrahi.com/reading/ml-systems/</guid><description>&lt;p&gt;Long-form references on training, infrastructure, and implementation practice.&lt;/p&gt;
&lt;h2 id="training-systems"&gt;Training Systems&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://djdumpling.github.io/2026/01/31/frontier_training.html"&gt;Frontier Model Training Methodologies&lt;/a&gt;&lt;br&gt;
Survey of open frontier training recipes and implementation choices.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://jax-ml.github.io/scaling-book/"&gt;Scaling LLMs with JAX&lt;/a&gt;&lt;br&gt;
Book-length treatment of distributed training practice.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://arxiv.org/abs/2603.03276"&gt;Beyond Language Modeling: An Exploration of Multimodal Pretraining&lt;/a&gt;&lt;br&gt;
From-scratch multimodal pretraining study with useful details on representation choices and scaling behavior.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="embeddings-and-retrieval"&gt;Embeddings And Retrieval&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://blog.jxmo.io/p/how-to-train-the-best-embedding-model"&gt;How to Train the Best Embedding Model in the World&lt;/a&gt;&lt;br&gt;
Detailed engineering writeup on embedding model training, label noise, verification, and dataset scale.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="gpu-programming"&gt;GPU Programming&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://www.gpumode.com/home"&gt;GPU MODE&lt;/a&gt;
Community and resource hub for GPU programming.&lt;/p&gt;</description></item><item><title>Programmable Biology</title><link>https://sauravpanigrahi.com/reading/programmable-biology/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://sauravpanigrahi.com/reading/programmable-biology/</guid><description>&lt;p&gt;Long-form references on biological foundation models, structure prediction, and sequence modeling.&lt;/p&gt;
&lt;h2 id="genomic-foundation-models"&gt;Genomic Foundation Models&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://www.biorxiv.org/content/10.1101/2025.02.18.638918v1"&gt;Evo 2&lt;/a&gt;&lt;br&gt;
Long-context genomic foundation model for sequence modeling and design.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://arxiv.org/abs/2306.15794"&gt;HyenaDNA&lt;/a&gt;&lt;br&gt;
Long-context sequence models at nucleotide resolution.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="structure-prediction"&gt;Structure Prediction&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://www.nature.com/articles/s41586-021-03819-2"&gt;AlphaFold&lt;/a&gt;&lt;br&gt;
Foundational protein structure prediction paper.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://www.nature.com/articles/s41586-024-07487-w"&gt;AlphaFold 3&lt;/a&gt;&lt;br&gt;
Extends structure prediction toward biomolecular complexes and interactions.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://openfold.readthedocs.io/en/latest/"&gt;OpenFold&lt;/a&gt;
Open implementation and training stack for AlphaFold-style systems.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="bioinformatics-practice"&gt;Bioinformatics Practice&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://rosalind.info/problems/locations/"&gt;Rosalind&lt;/a&gt;
Bioinformatics algorithms through concrete programming problems.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Research Engineering</title><link>https://sauravpanigrahi.com/reading/research-engineering/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://sauravpanigrahi.com/reading/research-engineering/</guid><description>&lt;p&gt;Selected references on research taste, engineering judgment, and doing useful technical work.&lt;/p&gt;
&lt;h2 id="research-taste"&gt;Research Taste&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://distill.pub/"&gt;Distill&lt;/a&gt;
Essays with a high bar for clear technical exposition.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://www.cs.virginia.edu/~robins/YouAndYourResearch.html"&gt;You and Your Research&lt;/a&gt;&lt;br&gt;
Hamming&amp;rsquo;s classic essay on choosing important problems and organizing a life around serious work.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="http://joschu.net/blog/opinionated-guide-ml-research.html"&gt;An Opinionated Guide to ML Research&lt;/a&gt;&lt;br&gt;
Practical advice on developing taste and becoming effective in machine learning research.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://michaelnielsen.org/blog/principles-of-effective-research/"&gt;Principles of Effective Research&lt;/a&gt;&lt;br&gt;
A useful frame for research as a skill that can be deliberately improved.&lt;/p&gt;</description></item><item><title>Tool Use And Agents</title><link>https://sauravpanigrahi.com/reading/tool-use-and-agents/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://sauravpanigrahi.com/reading/tool-use-and-agents/</guid><description>&lt;p&gt;Long-form references on tool use, agent environments, and reliability loops.&lt;/p&gt;
&lt;h2 id="agent-environments"&gt;Agent Environments&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://openai.com/index/harness-engineering/"&gt;Harness Engineering&lt;/a&gt;&lt;br&gt;
Useful framing around agents as systems shaped by environments, specs, feedback, and reliability loops.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://blog.cloudflare.com/code-mode/"&gt;Code Mode&lt;/a&gt;&lt;br&gt;
A concrete argument for exposing tools through code interfaces rather than forcing every step through chat-level tool calls.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://mksg.lu/blog/context-mode"&gt;Context Mode&lt;/a&gt;&lt;br&gt;
A useful pattern for keeping agent context manageable when tools produce large or noisy outputs.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="training-time-semantics"&gt;Training-Time Semantics&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://arxiv.org/abs/2603.01209"&gt;Agents Learn Their Runtime&lt;/a&gt;&lt;br&gt;
Study of persistent versus reset Python interpreters in CodeAct-style training.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="engineering-practice"&gt;Engineering Practice&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://kanyilmaz.me/2026/02/25/1000x-engineer.html"&gt;AI Gave Birth to the 100x Engineer&lt;/a&gt;&lt;br&gt;
Long case study on compounding agent workflows with test harnesses and supporting tools.&lt;/li&gt;
&lt;/ul&gt;</description></item></channel></rss>