# Intelligence + Continual Learning = Expertise — Yu Su, NeoCognition

Source: [AI Engineer](https://www.youtube.com/watch?v=I6aiEf3aEFQ)  
Feed7 permalink: https://feed7.dev/p/intelligence-continual-learning-expertise-yu-su-neocognition-0f7dwfd  
Published: 2026-08-12T16:00:08.000Z  
Trust: Source Linked (source_linked)

## Why Included

Stronger models can still behave like smart novices inside company-specific workflows. Agents need learning loops that compress experience into reusable context, procedures, and judgment without losing reliability.

## Source Summary

Su separates intelligence—the ability to reason from supplied context—from **expertise**, accumulated competence within a specific environment. Coding agents benefit from a language-native, verifiable world; everyday digital work contains local authority, priority, and exception rules.

## Practical Implication

Build learning loops that compress episodes, feedback, facts, and procedures into **reusable structures**. The aim is to help agents select the right context and narrow the search space instead of brute-forcing each task as if it were new.

## Agent-Ready Context

Su separates intelligence—the ability to reason from supplied context—from **expertise**, accumulated competence within a specific environment. Coding agents benefit from a language-native, verifiable world; everyday digital work contains local authority, priority, and exception rules.

Build learning loops that compress episodes, feedback, facts, and procedures into **reusable structures**. The aim is to help agents select the right context and narrow the search space instead of brute-forcing each task as if it were new.

Continual learning creates a stability-versus-plasticity problem: agents must absorb new experience without losing dependable behavior. The talk argues that parametric and non-parametric learning are both needed, but does not specify a proven general architecture.

## Connected Context

Feed7 judgment across 468 accumulated Signals:

This reframes agent memory from preserving context to accumulating environment-specific competence. It reinforces external reusable state and episodic-to-parametric consolidation, while adding the stability requirement that learning must not displace dependable behavior. The candidates provide partial storage, handoff, and routing mechanisms, but none resolves that general learning problem.

- [UniMem: Complementary Episodic-to-Parametric Memory for Boundary-Agnostic Task Streams](https://feed7.dev/p/2607-26017v1-1opv1da) — UniMem supplies a concrete routing design for the talk’s proposed combination of episodic memory and learned consolidation, while leaving safety and inspectability unresolved.
- [TencentCloud/TencentDB-Agent-Memory](https://feed7.dev/p/tencentdb-agent-memory-0gx8nnn) — The memory hub implements the external, reusable side of expertise accumulation through versioned facts, skills, workflows, and code context.
- [Handover of In-Context Learning State Across Session Boundaries](https://feed7.dev/p/2608-14528v1-184x94t) — Task-relative handover narrows how experience should be compressed across sessions, preserving constraints and irreducible observations rather than generic summaries.
- [AI tools for Forward Deployed Engineering — Vasuman Moza, Varick Agents](https://feed7.dev/p/ai-tools-for-forward-deployed-engineering-vasuman-moza-varick-agents-12kjg79) — Varick’s process-first workflow mapping identifies the local authority, exceptions, and handoffs that an agent must learn before environment-specific expertise is useful.

## Context Map

- Layer: agent
- Domains: coding
- Topics: agent-memory, context-engineering, agent-reliability

## Uncertainty

- Continual learning creates a stability-versus-plasticity problem: agents must absorb new experience without losing dependable behavior. The talk argues that parametric and non-parametric learning are both needed, but does not specify a proven general architecture.

## Agent Instruction

Use this item as source-backed context. Do not invent claims beyond the linked source. If this item conflicts with another source, call out the conflict.
