<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Lumisonde — The Brief</title>
    <link>https://lumisonde.com/</link>
    <atom:link href="https://lumisonde.com/rss.xml" rel="self" type="application/rss+xml"/>
    <description>Evidence-first AI research reports. Each entry is THE BRIEF — the report's verdict blocks in full — with a link to the receipts and full analysis.</description>
    <language>en</language>
    <lastBuildDate>Wed, 26 Aug 2026 00:00:00 GMT</lastBuildDate>
    <item>
      <title>The LLM Edge in Finance Is a Division of Labor</title>
      <link>https://lumisonde.com/reports/llm-financial-edge/</link>
      <guid isPermaLink="true">https://lumisonde.com/reports/llm-financial-edge/</guid>
      <pubDate>Wed, 26 Aug 2026 00:00:00 GMT</pubDate>
      <description>Language models can widen a financial system's field of view. That does not make them universal forecasters, portfolio managers, or sources of alpha.</description>
      <content:encoded>&lt;p&gt;&lt;strong&gt;THE QUESTION:&lt;/strong&gt; Where does an LLM actually add value in a financial system—numerical forecasting, unstructured-information understanding, macro interpretation, portfolio decisions, or quantitative research—and where do traditional systems remain stronger?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;WHY IT MATTERS:&lt;/strong&gt; Financial systems already combine text, market data, macro releases, research code, portfolio construction, and execution. Those stages do not carry the same consequences: an inspectable feature can remain advisory, while a portfolio decision can move capital.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;THE ANSWER:&lt;/strong&gt; The evidence supports a division of labor. LLMs look most useful with semantic, heterogeneous inputs and inspectable, reversible outputs; statistical, machine-learning, and deterministic systems remain the stronger default for numerical prediction, calibration, optimization, constraints, and execution. Each module therefore needs a matched control and an endpoint suited to its claim, with point-in-time data, equal search budgets, repeated runs, and executable costs. No independently reproducible matched system in this evidence set shows persistent value across every role, so authority should contract as an output approaches a capital decision.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://lumisonde.com/reports/llm-financial-edge/&quot;&gt;Receipts and full analysis →&lt;/a&gt;&lt;/p&gt;</content:encoded>
    </item>
    <item>
      <title>Can This Checkpoint Still Learn?</title>
      <link>https://lumisonde.com/reports/plasticity-loss-without-forgetting/</link>
      <guid isPermaLink="true">https://lumisonde.com/reports/plasticity-loss-without-forgetting/</guid>
      <pubDate>Tue, 25 Aug 2026 00:00:00 GMT</pubDate>
      <description>Why retention and future learnability need separate tests in repeatedly trained neural networks. It frames a three-arm choice: continue, reset training state, or retrain from scratch.</description>
      <content:encoded>&lt;p&gt;&lt;strong&gt;THE QUESTION:&lt;/strong&gt; Under which regimes can a network retain useful performance yet lose the ability to learn the next target, how is that distinguished from nearby failures, and which interventions have controlled evidence?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;WHY IT MATTERS:&lt;/strong&gt; Repeatedly trained systems must choose how to use new data: keep the full checkpoint, reset mutable state but keep the weights, or start from scratch — while protecting behavior already needed.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;THE ANSWER:&lt;/strong&gt; Present accuracy cannot settle it. Measure future learnability and retained performance separately, because plasticity loss is a history-dependent deficit on a new-target learning curve while forgetting is damage to previously learned behavior; controlled long-horizon experiments establish later-task deficits in bounded settings, but not a field-wide law or the fully matched conjunction of stable retention and impaired new learning.&lt;a href=&quot;https://lumisonde.com/reports/plasticity-loss-without-forgetting/#cite-1&quot;&gt;[1]&lt;/a&gt; The comparison is three arms — aged weights plus training state, weights with optimizer state reset, and scratch — under matched budgets; the report gives the promotion rule for each. If old-target retention cannot be measured, stop: the experiment cannot support a claim that the updated checkpoint still remembers.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://lumisonde.com/reports/plasticity-loss-without-forgetting/&quot;&gt;Receipts and full analysis →&lt;/a&gt;&lt;/p&gt;</content:encoded>
    </item>
    <item>
      <title>The Memory Was Right. The Decision Was Wrong.</title>
      <link>https://lumisonde.com/reports/agent-memory-decision-traps/</link>
      <guid isPermaLink="true">https://lumisonde.com/reports/agent-memory-decision-traps/</guid>
      <pubDate>Mon, 24 Aug 2026 00:00:00 GMT</pubDate>
      <description>Long-running agents need more than accurate retrieval: they need a disciplined way to turn past events into current, scoped, independently supported inputs to action.</description>
      <content:encoded>&lt;p&gt;&lt;strong&gt;THE QUESTION:&lt;/strong&gt; Why can a long-running language-model agent make a worse decision after retrieving an accurate, relevant memory—a record correct as history, yet the wrong premise for what it should do now?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;WHY IT MATTERS:&lt;/strong&gt; Persistent memory turns a stateless responder into a system whose earlier interpretations can steer later actions; once they survive across sessions, each write, update, retrieval, and reuse can affect a consequential choice.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;THE ANSWER:&lt;/strong&gt; Retrieval quality is only one link in a state-maintenance and decision loop. A useful memory must also be current, applicable to this task, valid in this scope, sufficiently independent of other support, and assembled so that the model uses it correctly; failure at any link can make a true historical record the wrong premise for action. The practical rule: admit records selectively, turn accepted events into versioned current state, retrieve the smallest decision-sufficient bundle, revalidate volatile premises before action, and update memory from external outcomes. The clean case—a memory that passes every condition—remains open: existing failure cases each leave at least one condition uncontrolled.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://lumisonde.com/reports/agent-memory-decision-traps/&quot;&gt;Receipts and full analysis →&lt;/a&gt;&lt;/p&gt;</content:encoded>
    </item>
    <item>
      <title>How SPADE turns self-generated worlds into a bounded training loop</title>
      <link>https://lumisonde.com/reports/autonomous-self-play-without-teacher/</link>
      <guid isPermaLink="true">https://lumisonde.com/reports/autonomous-self-play-without-teacher/</guid>
      <pubDate>Sun, 23 Aug 2026 00:00:00 GMT</pubDate>
      <description>A model can improve without human-written QA pairs or stronger-teacher demonstrations. SPADE shows where the missing supervision moves—and which controls must govern the result.</description>
      <content:encoded>&lt;p&gt;&lt;strong&gt;THE QUESTION:&lt;/strong&gt; Can a pretrained LLM agent become more capable by generating and solving its own tasks, with no human-written QA pairs and no stronger-teacher demonstrations—and when does that loop improve rather than collapse?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;WHY IT MATTERS:&lt;/strong&gt; Any training loop needs a continuing supply of useful tasks, a trustworthy way to judge outcomes, and a rule for deciding whether an apparent gain is real.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;THE ANSWER:&lt;/strong&gt; Current results support a qualified yes. In SPADE, a Qwen3 policy writes executable environments, plays them, and updates its designer and solver roles from checked outcomes; its best games checkpoint beat its strongest fixed-environment baseline across eight held-out benchmarks, under matched training iterations rather than matched rollouts or FLOPs.&lt;a href=&quot;https://lumisonde.com/reports/autonomous-self-play-without-teacher/#cite-1&quot;&gt;[1]&lt;/a&gt; Whether it improves or collapses turns on the controls, and the report specifies them: fixed task supply and designer weights, a swapped verifier, multiple seeds, predeclared holdouts. If the project cannot run those controls, withhold the co-evolution claim and stop before deployment. The evidence remains a short, mostly author-reported test; independent reproduction and sustained truthful frontier expansion remain unestablished.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://lumisonde.com/reports/autonomous-self-play-without-teacher/&quot;&gt;Receipts and full analysis →&lt;/a&gt;&lt;/p&gt;</content:encoded>
    </item>
    <item>
      <title>How a Reasoner Learns When to Stop</title>
      <link>https://lumisonde.com/reports/adaptive-test-time-compute-control/</link>
      <guid isPermaLink="true">https://lumisonde.com/reports/adaptive-test-time-compute-control/</guid>
      <pubDate>Sat, 22 Aug 2026 00:00:00 GMT</pubDate>
      <description>A full-parameter stop/refine policy learns from both repair and damage; sampling, search, and external verification remain isolated experiments around that control.</description>
      <content:encoded>&lt;p&gt;&lt;strong&gt;THE QUESTION:&lt;/strong&gt; Why can more reasoning tokens or search depth make a model's delivered answer worse, and what full-parameter post-training procedure makes inference-budget use adaptive and reliable?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;WHY IT MATTERS:&lt;/strong&gt; Inference budgets already change model quality, latency, and cost, and a deployed system must decide whether to keep its current answer or spend compute on another turn, candidate, or verification step.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;THE ANSWER:&lt;/strong&gt; More compute helps only when it preserves a choice among actions. On SVR's GSM8K trajectories, a correct answer appeared within ten turns for 0.925 of examples, but forcing the same policy to return its tenth answer reduced accuracy to 0.736.&lt;a href=&quot;https://lumisonde.com/reports/adaptive-test-time-compute-control/#cite-1&quot;&gt;[1]&lt;/a&gt; The directly supported response is narrow: for an existing post-trained reasoner on tasks with exact outcome checks, train full-parameter, fixed-horizon RLVR and let verdict and confidence control retention only at inference — 0.563 on the All-7 macro-average against 0.450 for the best forced fixed-turn point, averaging 2.99 turns, with premature-stop error still 29.9%.&lt;a href=&quot;https://lumisonde.com/reports/adaptive-test-time-compute-control/#cite-1&quot;&gt;[1]&lt;/a&gt; The cited studies do not yet validate an end-to-end full-parameter adaptive-compute pipeline across math, code, factual, and open-ended reasoning.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://lumisonde.com/reports/adaptive-test-time-compute-control/&quot;&gt;Receipts and full analysis →&lt;/a&gt;&lt;/p&gt;</content:encoded>
    </item>
    <item>
      <title>How to Full-Train a Distilled Reasoning Model Without Making It Worse</title>
      <link>https://lumisonde.com/reports/full-parameter-reasoning-distillation/</link>
      <guid isPermaLink="true">https://lumisonde.com/reports/full-parameter-reasoning-distillation/</guid>
      <pubDate>Fri, 21 Aug 2026 00:00:00 GMT</pubDate>
      <description>A verified teacher answer is an endpoint, not a training plan. The practical unit of reasoning transfer is a full run whose data, objective, student-generated states, and retention gates are all matched to the student.</description>
      <content:encoded>&lt;p&gt;&lt;strong&gt;THE QUESTION:&lt;/strong&gt; How should a practitioner full-train an existing small reasoning model, why can verified, polished teacher traces make the student worse, and what fixes that at its source?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;WHY IT MATTERS:&lt;/strong&gt; Full-parameter post-training can change every capability in a checkpoint. A successful target-task run can therefore damage behaviors the deployment still needs, and a clean dataset with a passing final answer provides no audit of that trade.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;THE ANSWER:&lt;/strong&gt; Treat the trace as candidate data and the student checkpoint as the object being tested. Freeze the target, out-of-domain, completion, efficiency, sampling, and retention measurements first, then build a provenance-tracked pool with outcomes and intermediate steps verified separately. Run conservative full-parameter cross-entropy SFT first; it is both the default and a valid endpoint. Whether to go further depends on what that checkpoint shows, and the report gives the entry condition, matched control, and stop rule for each branch, with thresholds predeclared per project. It remains unknown whether any student-generated branch reliably beats retention-safe SFT in a fully matched comparison beyond math and code.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://lumisonde.com/reports/full-parameter-reasoning-distillation/&quot;&gt;Receipts and full analysis →&lt;/a&gt;&lt;/p&gt;</content:encoded>
    </item>
    <item>
      <title>What Stops Working Before the Million-Token Window Runs Out</title>
      <link>https://lumisonde.com/reports/effective-context-gap/</link>
      <guid isPermaLink="true">https://lumisonde.com/reports/effective-context-gap/</guid>
      <pubDate>Thu, 20 Aug 2026 00:00:00 GMT</pubDate>
      <description>The million-token window is a serving and pricing limit, not a measurement: literal lookup held in the one pilot to test a full million; nearly everything harder yet measured degrades far earlier.</description>
      <content:encoded>&lt;p&gt;&lt;strong&gt;THE QUESTION:&lt;/strong&gt; When a model card advertises a million-token context window, how much actually functions as usable context — and what quietly stops working before the window runs out?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;WHY IT MATTERS:&lt;/strong&gt; Every frontier vendor now advertises a million tokens or more, and the number is quoted in real architecture decisions — retiring retrieval pipelines, sizing agent memory, paying for long-context tiers.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;THE ANSWER:&lt;/strong&gt; The advertised figure is a serving and billing quantity, not a measurement, and no published work identifies what fraction of any window is usable: an effective length needs a threshold on a score-versus-length curve, and none exists at 1M for the latest cohort. The record splits by task family, and the report walks them: literal single-fact lookup runs near ceiling at a full million &lt;a href=&quot;https://lumisonde.com/reports/effective-context-gap/#cite-10&quot;&gt;[10, 14]&lt;/a&gt;; non-literal retrieval has thresholded evidence only through GPT-4.1, 16K effective against 1M claimed &lt;a href=&quot;https://lumisonde.com/reports/effective-context-gap/#cite-3&quot;&gt;[3]&lt;/a&gt;. The working-set budgets shipped systems run — a quarter to a third of the advertised figure — are engineering choices, not measured optima; validate them on your own sessions. Above 256K most evidence is vendor-run.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://lumisonde.com/reports/effective-context-gap/&quot;&gt;Receipts and full analysis →&lt;/a&gt;&lt;/p&gt;</content:encoded>
    </item>
    <item>
      <title>LoRA vs. Full Fine-Tuning in 2026: What Survived the Re-Measurement</title>
      <link>https://lumisonde.com/reports/lora-re-measurement/</link>
      <guid isPermaLink="true">https://lumisonde.com/reports/lora-re-measurement/</guid>
      <pubDate>Thu, 20 Aug 2026 00:00:00 GMT</pubDate>
      <description>Two 2024 results anchored how practitioners chose between LoRA and full fine-tuning: &quot;LoRA learns less and forgets less,&quot; and the warning that even matched benchmark scores hide structurally different solutions — an &quot;illusion of equivalence.&quot; Between 2025 and 2026 both were re-measured, and the answer split by training regime. In supervised fine-tuning the canon survives, but its conditions have been rewritten in terms of adapter capacity, adapter placement, and learning rate. In reinforcement-learning post-training, LoRA now matches full fine-tuning at ranks as low as one — a result the canon never anticipated, resting so far on a lab blog and its reproductions rather than peer review. And three parts of the 2024 answer were never re-tested at all: the effective-rank mechanism offered to explain the gap, the canon's continued-pretraining protocol on current models, and any parity comparison on mixture-of-experts architectures.</description>
      <content:encoded>&lt;p&gt;&lt;strong&gt;THE QUESTION:&lt;/strong&gt; Under what conditions does LoRA match full fine-tuning in 2026 — and which parts of the 2024 answer, &amp;quot;learns less, forgets less&amp;quot; and the &amp;quot;illusion of equivalence,&amp;quot; are still the answer?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;WHY IT MATTERS:&lt;/strong&gt; Practitioners still choose between LoRA and full fine-tuning on decision rules anchored in two 2024 studies, while the models and training regimes those rules were measured on have since been replaced — and RL post-training appeared in none of them.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;THE ANSWER:&lt;/strong&gt; In supervised fine-tuning the canon survives, re-parameterized: LoRA matches when the dataset fits within the adapter's information capacity &lt;a href=&quot;https://lumisonde.com/reports/lora-re-measurement/#cite-4&quot;&gt;[4]&lt;/a&gt;, when adapters sit on all weight matrices rather than attention only, and when the learning rate is set about 10× the full-fine-tuning optimum &lt;a href=&quot;https://lumisonde.com/reports/lora-re-measurement/#cite-3&quot;&gt;[3]&lt;/a&gt;. Placement and learning rate, not rank, were the real variables &lt;a href=&quot;https://lumisonde.com/reports/lora-re-measurement/#cite-3&quot;&gt;[3, 4]&lt;/a&gt;. In reinforcement-learning post-training the answer is new: LoRA matches down to rank 1 &lt;a href=&quot;https://lumisonde.com/reports/lora-re-measurement/#cite-3&quot;&gt;[3, 7, 27]&lt;/a&gt;, multiply reproduced but not peer-review-attested, though the floor is disputed — VERL advises at least rank 32 &lt;a href=&quot;https://lumisonde.com/reports/lora-re-measurement/#cite-9&quot;&gt;[9]&lt;/a&gt;. &amp;quot;Forgets less&amp;quot; and the &amp;quot;illusion of equivalence&amp;quot; both survive, but only in supervised training, where they were measured &lt;a href=&quot;https://lumisonde.com/reports/lora-re-measurement/#cite-1&quot;&gt;[1, 15]&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://lumisonde.com/reports/lora-re-measurement/&quot;&gt;Receipts and full analysis →&lt;/a&gt;&lt;/p&gt;</content:encoded>
    </item>
    <item>
      <title>The Skill Is Real, the Ritual Is Not Yet Measured</title>
      <link>https://lumisonde.com/reports/skills-harness-value/</link>
      <guid isPermaLink="true">https://lumisonde.com/reports/skills-harness-value/</guid>
      <pubDate>Thu, 20 Aug 2026 00:00:00 GMT</pubDate>
      <description>Curated skills measurably improve coding agents where they carry procedure the model lacks; the process disciplines the frameworks sell remain unmeasured — and the nearest tests lean the other way.</description>
      <content:encoded>&lt;p&gt;&lt;strong&gt;THE QUESTION:&lt;/strong&gt; Skills frameworks like superpowers load process disciplines into a coding agent's harness. Do they improve what an agent can do, or teach it to perform the shape of a process — and does that depend on model capability?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;WHY IT MATTERS:&lt;/strong&gt; The skills mechanism is a vendor-supported feature of the major coding-agent harnesses, the frameworks built on it are spreading fast, and teams are deciding now whether to standardize on one.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;THE ANSWER:&lt;/strong&gt; Skill loading as a mechanism is real: curated skills lift mean pass rates from 33.9% to 50.5%, largest where the skill carries procedure the model lacks &lt;a href=&quot;https://lumisonde.com/reports/skills-harness-value/#cite-9&quot;&gt;[9]&lt;/a&gt;. The process disciplines themselves have no such record: no published same-model ablation shows a statistically supported task-outcome improvement from a superpowers-class framework, on any tier. The closest measurements lean the other way: superpowers indistinguishable from baseline on process quality &lt;a href=&quot;https://lumisonde.com/reports/skills-harness-value/#cite-13&quot;&gt;[13]&lt;/a&gt;, one discipline delivered as pure instruction making a small model worse &lt;a href=&quot;https://lumisonde.com/reports/skills-harness-value/#cite-14&quot;&gt;[14]&lt;/a&gt;. The capability gradient is not one gradient but an inverted-U, which the report walks; how process-discipline layers behave across it remains, precisely, unmeasured.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://lumisonde.com/reports/skills-harness-value/&quot;&gt;Receipts and full analysis →&lt;/a&gt;&lt;/p&gt;</content:encoded>
    </item>
    <item>
      <title>Hard, Verifiable Agent Data: Download for Code, Build for the Rest</title>
      <link>https://lumisonde.com/reports/wide-agent-verifiable-data-sources/</link>
      <guid isPermaLink="true">https://lumisonde.com/reports/wide-agent-verifiable-data-sources/</guid>
      <pubDate>Tue, 18 Aug 2026 00:00:00 GMT</pubDate>
      <description>Distillation-grade agent tasks are download-ready where checkers ship with them — code, and now terminal work; everywhere else the verifier is the scarce component, and the environment is yours to build.</description>
      <content:encoded>&lt;p&gt;&lt;strong&gt;THE QUESTION:&lt;/strong&gt; A team that has deployed a strong agent across code, browsers, and desktops wants to distill it into cheaper models. Which strategies generate the hard, verifiable training data, and what can it use today?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;WHY IT MATTERS:&lt;/strong&gt; Such a team holds the teacher, not the training material — tasks hard enough to be worth learning from and checkable enough to reward against — and whatever it cannot download, it must build.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;THE ANSWER:&lt;/strong&gt; For code the shelf is download-ready — generators, executable per-task verifiers, and permissively licensed trajectory corpora exist now &lt;a href=&quot;https://lumisonde.com/reports/wide-agent-verifiable-data-sources/#cite-15&quot;&gt;[15, 17, 18]&lt;/a&gt; — and verified command-line environments ship with executable checkers attached &lt;a href=&quot;https://lumisonde.com/reports/wide-agent-verifiable-data-sources/#cite-36&quot;&gt;[36, 38]&lt;/a&gt;. Elsewhere the shelf thins: the largest web-task artifact verifies by natural-language criteria and LLM judgment rather than execution &lt;a href=&quot;https://lumisonde.com/reports/wide-agent-verifiable-data-sources/#cite-21&quot;&gt;[21]&lt;/a&gt;, the classic GUI trajectory pipelines filter with vision-model evaluators &lt;a href=&quot;https://lumisonde.com/reports/wide-agent-verifiable-data-sources/#cite-22&quot;&gt;[22]&lt;/a&gt;; the environments are yours to build. What is unevenly solved is verification — mined task pools have failed independent audits at measured rates &lt;a href=&quot;https://lumisonde.com/reports/wide-agent-verifiable-data-sources/#cite-6&quot;&gt;[6, 7, 8]&lt;/a&gt;, and any checker facing an RL-trained student is an attack surface: shipping agents have already been caught gaming scoring &lt;a href=&quot;https://lumisonde.com/reports/wide-agent-verifiable-data-sources/#cite-10&quot;&gt;[10, 11]&lt;/a&gt;. The durable asset in every domain is the generator-verifier pair, not any dataset it emits.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://lumisonde.com/reports/wide-agent-verifiable-data-sources/&quot;&gt;Receipts and full analysis →&lt;/a&gt;&lt;/p&gt;</content:encoded>
    </item>
  </channel>
</rss>