concepts

The concept map

The canonical concept vocabulary drawn as a graph: concepts, the topics they anchor to, and co-occurrence edges derived from digest issues and explorer papers. Click a concept for its evidence — digest issues, explorer sections, papers — or read the structured list below.

Agent memory

How agents store, retrieve, and forget context across turns and sessions; memory architectures and their design tradeoffs.

tagged in 42 of 82 digest issues, most recently 2026-07-15

Digest issues

Agent tooling

Harnesses, skills, and tool interfaces that let agents act: the plumbing between a model and the systems it operates.

tagged in 37 of 82 digest issues, most recently 2026-07-13

Digest issues

Agentic coding

Agents that write, refactor, and maintain software: coding assistants, autonomous dev loops, and the workflows around them.

tagged in 51 of 82 digest issues, most recently 2026-07-15

Digest issues

AI agents

Systems that plan, call tools, and act over multiple steps to accomplish a goal.

tagged in 0 of 82 digest issues

AI economics

Cost structure of AI: token pricing, inference margins, usage limits, and unit economics.

tagged in 13 of 82 digest issues, most recently 2026-07-12

AI for science

AI applied to scientific discovery and research workflows, from literature synthesis to hypothesis generation.

tagged in 7 of 82 digest issues, most recently 2026-07-14

AI governance

Rules for AI systems: regulation, policy, export controls, and organizational governance of agents.

tagged in 13 of 82 digest issues, most recently 2026-07-13

AI industry

The business landscape of AI: labs, funding, acquisitions, and competitive strategy.

tagged in 5 of 82 digest issues, most recently 2026-07-14

AI infrastructure

Compute, serving, and platform layers under AI systems: GPUs, inference stacks, and datacenter buildout.

tagged in 9 of 82 digest issues, most recently 2026-06-29

AI safety

Preventing harmful model and agent behavior: alignment, oversight, and safety evaluation.

tagged in 9 of 82 digest issues, most recently 2026-07-09

AI security

Securing AI systems and using AI in security: prompt injection, sandboxing, supply-chain risk, and agent attack surfaces.

tagged in 18 of 82 digest issues, most recently 2026-07-14 · 15 papers · 1 explorer section

Papers

Code intelligence

Understanding codebases at scale: search, navigation, and agents that reason over source.

tagged in 0 of 82 digest issues

Code review

Automated and agent-assisted review of code changes: quality gates, review bots, and human-agent review workflows.

tagged in 7 of 82 digest issues, most recently 2026-07-13

Context engineering

Deciding what goes into a model's context window and when: packing, pruning, and structuring working context for long-running tasks.

tagged in 4 of 82 digest issues, most recently 2026-07-12

Developer productivity

How AI tooling changes software work: measured impact, adoption patterns, and workflow shifts.

tagged in 5 of 82 digest issues, most recently 2026-07-10

Evaluation

Measuring whether AI systems work: benchmark design, eval harnesses, and comparison of models, agents, and search systems.

tagged in 53 of 82 digest issues, most recently 2026-07-15 · 18 papers · 2 explorer sections

Digest issues

Papers

Human in the loop

Where people sit in agent workflows: approval gates, escalation, and oversight interfaces.

tagged in 0 of 82 digest issues

Information retrieval

Finding the right information at the right time: ranking, hybrid search, and retrieval over scientific and code corpora.

tagged in 38 of 82 digest issues, most recently 2026-07-15 · 3 papers · 1 explorer section

Digest issues

Papers

  • Engram: A Bi-Temporal Memory Engine Where a Lean Retrieved Context Beats the Full History — The read path retrieves through four channels in parallel — dense semantic, BM25 lexical, graph n-hop from query entities, and recency/salience — fuses them with Reciprocal Rank Fusion, then applies an 'as-of' filter and an abstention gate; the assembled context is hybrid (conflict-resolved facts plus raw session chunks) because facts alone lose recall.
  • Infini Memory: Maintainable Topic Documents for Long-Term LLM Agent Memory — At read time an agentic procedure lets the LLM iteratively call memory tools — inspect intermediate results, expand local context around matches, assemble evidence — rather than take a single top-k step; the agentic variant beats a hybrid summary+BM25 reader (79.3% vs 76.0% on LongMemEval_S).
  • T-Mem: Memory That Anticipates, Not Archives — T-Mem retrieves through a top-down topic -> scene -> item cascade, scoring each layer with reciprocal rank fusion over both a shared BM25 lexical index and a per-type dense index (bge-m3). On top of these node indices, four write-time 'trigger' families surface host nodes on the query's behalf: items expose three independently-encoded views (concept-only, bridge-only, joint) and the trigger score is the nan-aware max across views, attributed back to the host item. Scenes/items reached through associative triggers bypass the topic prefilter, because gating them by surviving topics would re-impose the similarity-only neighbourhood the system is built to escape.

Memory consolidation

Distilling episodic traces into durable knowledge and skills, and deciding what an agent should forget.

18 papers · 2 explorer sections · tagged in 0 of 82 digest issues

Papers

Model Context Protocol

The open protocol connecting models to tools and data sources, and the server/client ecosystem built on it.

tagged in 5 of 82 digest issues, most recently 2026-07-06

Model releases

New model launches and availability changes across frontier and open providers.

tagged in 26 of 82 digest issues, most recently 2026-07-14

Digest issues

Multi-agent orchestration

Coordinating multiple agents on shared work: topologies, delegation patterns, shared memory, and production reliability.

tagged in 40 of 82 digest issues, most recently 2026-07-15

Digest issues

Open models

Open-weight model releases and the ecosystem around running, fine-tuning, and evaluating them.

tagged in 17 of 82 digest issues, most recently 2026-07-13

Reliability

Failure modes, recovery, and durable state for agent systems running unattended or at production scale.

tagged in 4 of 82 digest issues, most recently 2026-07-11 · 10 papers · 1 explorer section

Papers

Retrieval-augmented generation

Grounding model output in retrieved evidence: dense retrieval foundations, agentic search loops, and RAG system design.

tagged in 0 of 82 digest issues

Synthetic data

Model-generated training and evaluation data: generation pipelines, quality control, and contamination risk.

8 papers · 1 explorer section · tagged in 0 of 82 digest issues

Papers

Test-time compute

Spending inference-time computation to improve results: reasoning-intensive retrieval, reranking, and search at query time.

5 papers · 1 explorer section · tagged in 0 of 82 digest issues

Papers