cavendish
AssessedEmerginggate · ReliabilityNear · 1–3 years

Learning Agents

temporal and decision memory

An agent can improve its own decisions from a log of what it decided, when, and what happened next — without any weight update — and the gain is bounded by the quality of the outcome feedback, not by the model.

A validation run. Researched position, no experiment.

Join with…

Confidence

54%human-committed

Expiry

27duntil review · 30 Sep 2026

Lead time

not yet mainstream · opened 14 Apr 2026

Ownership

TOTom Okaforfortnightly cadence

Where it is

The field split from Agentic Memory in April once it was clear that remembering and learning are different problems. A memory layer recovers what happened; a learning agent changes what it does next because of it. Everything credible we have seen uses the same three parts: a temporal decision log, an outcome-feedback channel that arrives days or weeks later, and a policy step that turns the pair into a rule the agent consults before acting. The published results are narrow (coding agents, customer-support routing) and the gains are real but small — 6 to 14 points on task success in the papers we rate, and only where the outcome signal is clean. Nobody has shown it on a workload where outcomes arrive late and noisy, which describes every claims and credit process we deliver into. Our own experiment on a claims agent is running and has not concluded.

Why a Quantium decision hinges on it

Every agent we ship is stateless in the way that matters: it makes the same class of mistake on Monday that it made on Friday, and the delivery team fixes it by editing a prompt. If the agent can learn from its own decision history, the maintenance model for agent deployments changes — fewer prompt patches, a smaller ops team, and an auditable reason for every behavioural change. That is the exact question two banking clients asked this half. It also carries the privacy problem forward: a decision log about customers is personal information under the APPs, and the forgetting mechanism from Agentic Memory has to exist before this touches client data.

Field attributes

StateEmerging
GateReliability · possible, not yet dependable enough
OriginHypothesis
Measurablepartial
Audience · TLPpractice
Horizonnear
Opened14 Apr 2026
Mainstreamnot yet
Last validated19 Aug 2026
Sightings1

Position

What is demonstrated, what is hype, what would have to be true.

The shape every position request answers. Signal-tier fields carry a draft; assessed and tested fields carry a validated one.

What is demonstrated
  • 01A coding agent with a decision log and test-outcome feedback cut repeat failures on the same error class by 38% over 200 tasks in the paper we rate highest; no weights touched.
  • 02A support-routing agent that logs routing decisions and reads the resolution outcome three days later improved first-time-right routing by 9 points over six weeks in a vendor case study we partially reproduced.
  • 03The policy step can be a plain text rule list the agent reads before acting; a structured policy store did not beat it in the two comparisons that exist.
What is hype
  • 01'Self-improving agents' as a product category. Every vendor claim we opened reduces to a prompt that includes the last N outcomes; that is not learning, it is a longer context.
  • 02Reinforcement-learning language applied to what is really a lookup. There is no gradient anywhere in the systems that work.
  • 03Claims that the gain compounds indefinitely. In every published run the curve flattens within a few hundred decisions.
What would have to be true
  • 01The gain has to survive an outcome signal that arrives four to eight weeks late and is wrong a fifth of the time — the claims-process reality.
  • 02A learned rule has to be inspectable and revocable by a human, or no risk function will let it near a credit or claims decision.
  • 03Decision logs about customers need a forgetting mechanism that satisfies APP 11 and CPS 230 record-keeping at the same time; those pull in opposite directions.
What we would do
  • 01Conclude x-learning-agent-memory before any client conversation goes past a position; the kill condition is a gain under 5 points on late-feedback tasks.
  • 02If it passes, write a recommendation scoped to agents with a measurable outcome signal and explicitly not to agents without one.
  • 03Keep the field gated on the privacy-safe forgetting mechanism from Agentic Memory; do not ship a decision log on client data before it exists.

Signals · 9 in this cluster

What the cluster is made of.

Every item carries its source, tier and sightings. Detector-found signal sits beside human drops; downstream they are indistinguishable except by provenance.

band 1 · bleeding edgeband 2 · early adoptionband 3 · demand
−38%
repeat failures
Paper·band 1Signal

Decide, Observe, Revise: Temporal Decision Logs for Non-Parametric Agent Improvement

Coding and routing agents keep a timestamped log of decisions and outcomes and derive text rules from it before each task. Repeat failures on the same error class fall 38% over 200 tasks. The curve flattens after roughly 300 decisions and the authors say so.

extracted claimA decision log with outcome feedback improves task success without a weight update, and the gain saturates within a few hundred decisions.
arxiv.org · Nakamura, Adeyemi et al.11 Jun 2026
TOMTdropped 3
Release·band 1Signal

Agent platform ships 'Learned Policies' with a structured policy store

First vendor to ship a policy store as a product. Marketing says the agent 'learns from every interaction'; the docs describe a rule table the agent reads. No published comparison against text rules.

Vendor changelog24 Jul 2026
detector · bleeding edge
< 3 pts
gain at 20% noise
Benchmark·band 2Signal

LateFeedback-Agents: task suite with delayed, noisy outcome signals

The only public benchmark that delays the outcome signal and corrupts a share of it. Every published learning method loses most of its gain at 20% label noise and 50-step delay. We adopted it for x-learning-agent-memory.

extracted claimLate, noisy outcome feedback removes most of the gain from decision-log learning.
github.com20 Jul 2026
detector · early adoption
Finding·band 1Tried

Logged from Claude Code: outcome-tagged decision log stopped a recurring PR-review mistake

Product engineer gave a review agent a log of its past review decisions with the merge outcome attached. The agent stopped flagging a false-positive pattern it had raised on eleven previous PRs. One repo, one engineer, tried tier.

MCP · log_finding · Ollie Grant9 Jul 2026
OGdropped
Post·band 2Signal

'Your self-improving agent is learning from noise'

Argues that most enterprise outcome signals are confounded by human intervention and that agents learning from them will learn the interventions, not the task. Sharp, widely shared, and consistent with the benchmark result.

Personal blog · A former lab researcher2 Jul 2026
LFdropped 2
Client question·band 3Signal

'If the agent changes how it decides, who approved the change and where is it written down?'

Asked by a head of operational risk during a servicing-agent design review. Became the inspectability requirement in the experiment's kill condition. Two other engagements asked a version of it since.

Engel · banking engagement18 Jun 2026
CDdropped 3
Talk·band 3Signal

Panel: 'Agents that get better on the job'

Demand-band signal. Three of four panellists described a decision-log design; one described fine-tuning and was argued down by the others. The phrase 'decision memory' appeared for the first time on a conference stage.

AI Engineer Summit27 May 2026
detector · demand
2.1k
stars
Repository·band 2Tried

reflectloop — outcome-conditioned rule extraction for tool-using agents

Small library that turns a decision log into a rule list the agent reads before acting. We ran it against a structured policy store on two tasks; plain text rules matched or beat it. Author is a former lab researcher.

github.com22 May 2026
OGdropped 2
Regulatory·band 3Signal

APRA CPS 230 guidance: material changes to automated decision behaviour are a change to a critical operation

Prudential guidance clarifies that behaviour change in an automated system supporting a critical operation is itself a change requiring control. A rule an agent learned for itself is a change nobody approved. Defines the design constraint for the field.

extracted claimSelf-modifying agent behaviour in a critical operation needs an approval step to be CPS 230 compliant.
APRA26 Mar 2026
detector · demand
Seen something that belongs here?Under fifteen seconds, or it will not be used.

Claims · 4 supporting, 1 refuting

The atoms.

A document cannot go stale; an assertion can. Claims are immutable and stamped with the extractor that produced them, so staleness, diffs and the graveyard operate at claim level.

Learned behaviour that cannot be inspected and revoked by a human will not be permitted near a regulated decision in AU banking or insurance.

Assessedc-learning-agents-5dalton-0.430 Jun 2026Engel · banking engagement, APRA
77%

A temporal decision log plus outcome feedback improves agent task success by 6–14 points with no weight update, on tasks where the outcome signal is clean and arrives within the session.

Assessedc-learning-agents-1dalton-0.419 Aug 2026arxiv.org, github.com, MCP · log_finding
71%

The gain flattens within a few hundred decisions; there is no evidence of compounding improvement beyond that.

Assessedc-learning-agents-2dalton-0.419 Aug 2026arxiv.org, github.com
64%

Late, noisy outcome feedback destroys the gain; nobody has demonstrated learning where outcomes arrive weeks after the decision.

Assessedc-learning-agents-3dalton-0.428 Jul 2026github.com, Personal blog
58%

A learning agent needs a structured policy store; text rules do not scale past a few dozen learned behaviours.

Assessedc-learning-agents-4dalton-0.428 Jul 2026Vendor changelog, github.com
30%

Position history · the diff is the product

3 validation runs against a fixed brief. Confidence 40% → 54%.

runs compare claim sets, never prose
What we said · run 3

Late, noisy feedback is the open problem and the experiment is aimed at it. Structured policy stores do not beat text rules yet. Field stays emerging until x-learning-agent-memory concludes.

54%
Changed since run 2
  • The gain flattens within a few hundred decisions; there is no evidence of compounding improvement beyond that.
  • Late, noisy outcome feedback destroys the gain; nobody has demonstrated learning where outcomes arrive weeks after the decision.
  • c-learning-agents-4 ↓ 0.45 → 0.30
Positions are superseded, never edited. The prediction record is worthless if it can be quietly revised.Crystal ball

Scoring · ordinal bands

Agents propose. A named human commits.

Uncommitted scores are visibly marked and never leave the building. Bands, not point estimates — false precision is the tell that a number was generated rather than derived.

Impact

committed · AW
high

Changes the maintenance model for every deployed agent if it works on late-feedback tasks.

Timeline

committed · TO
18mo–4yr

Works now on clean-feedback tasks; the regulated, late-feedback case is two years off on current evidence.

TAM

agent-estimated
$1B–10B

Agent-estimated from agent-ops tooling spend. Uncommitted.

Cost

committed · TO
medium

Type 3 experiment, a pair for three weeks, plus a synthetic late-feedback corpus that did not exist.

Cost of being wrong

committed · LF
high

A learned rule that is wrong applies itself silently and repeatedly. This is the field's defining risk.

Demand

committed · CD
medium

Two banking engagements asked directly; the rest ask about memory and mean this.

Workforce readiness

agent-estimated
low

No delivery team has run a learning loop in production. Agent-estimated.

Relevance · per vertical

Why it matters here, or explicitly does not.

Ranking is per vertical, not global. Sector owners commit notes against agent drafts.

Banking
relevant

Servicing and dispute agents make the same misjudgement repeatedly; the fix today is a human editing a prompt, which does not scale and leaves no audit trail of why behaviour changed.

Mechanism · Decision log keyed on case; learned rules held in a reviewable register that risk signs off before they take effect.

CD committed by Claire Duboiscommitted
Insurance
relevant

Claims triage has a clean outcome signal (was the claim paid, was it disputed) that arrives late. This is the hardest and most valuable case.

Mechanism · Outcome feedback joined from the claims system at settlement; policy step runs weekly, not per decision.

Agent draft · awaiting a sector owneragent-estimated
Retail & FMCG
watch

Merchandising assistants have outcomes (sell-through) but attribution to a single decision is weak; the learning signal may be noise.

Mechanism · Would need a decision-to-outcome attribution model before the loop closes.

DS committed by Dev Sharmacommitted

Red team · the strongest case against

The strongest case against: what the papers call learning is prompt accretion, and prompt accretion has a known failure mode — the context fills with special cases until the agent's behaviour becomes unpredictable and nobody can say which rule caused which decision. The published gains are on tasks with instant, binary feedback; the enterprise tasks that matter have neither. We may be extrapolating from a regime that does not exist in our clients.

  • Every positive result is on tasks where the outcome is known within the session. Our clients' outcomes arrive weeks later, are partially wrong, and are confounded by human intervention.
  • Rule accumulation is unbounded. Nobody has shown a pruning policy, and without one the agent's context grows until behaviour degrades — the same failure the field is meant to fix.
  • A model release that changes base behaviour invalidates every learned rule at once. The learning loop would need to be re-run per release, which nobody has costed.
Stored permanently alongside the thesis. Sources are correlated; without an adversary, synthesis converges on consensus and calls it insight.thesis weakened

Source diversity

  • ML research35%
  • Open-source infra20%
  • Vendor10%
  • Regulator10%
  • Internal / Engel25%

A field supported by one epistemic community is a flag, not a finding.

Cross-pollination · typed joins

Connected, not merely similar.

Enabling, compounding, substituting, blocking. A satisfied dependency trigger is a far stronger signal than semantic proximity.

Share graph

Provenance running forward.

Discovery, not accountability. No counts, no rankings, no rollups to managers.

Convergence · who else is here

Several people’s drops meet here. An informal working group already exists and probably does not know it.

ContributorsTOMTCDOG

Lineage

What this field produced, and what it killed.

Experiments, recommendations and graveyard entries stay attached. The reasoning that killed a claim is the reusable asset.

Open questions · return to the pile

Every run leaves a record. Separately, its question either closes or returns to the pile with notes — which is what the next person proposing the same thing will see.

  1. 01What is the minimum outcome-signal quality below which a learning loop does more harm than good?
  2. 02Who prunes learned rules, on what schedule, and what does a pruning mistake cost?
  3. 03Does a base-model release invalidate learned rules wholesale, and how would we detect it?