← back

N.O.V.A

Framework Timeline: Evolution & Parallel Research

Comparing the independent development of the NOVA framework with parallel research and industry developments in modular AI memory, agent-first development, and structured context management.

NOVA
Research
Industry
Convergence

Q4 2023: Foundation Research

October 2023
ResearcharXiv preprint

MemGPT — OS-Style External Memory

Multi-tier memory architecture with LLM as virtual memory manager, paging information in/out of limited context window.

Q1–Q2 2024: Context Limitations Identified

Research

Lost in the Middle Problem

Even modest ~2k-token contexts cause models to miss facts in the middle. Simply increasing window size is insufficient — retrieval + structure required.

March 2024
May 2024
ResearcharXiv / NAACL 2025

HMT — Hierarchical Memory Transformer

Hierarchical memory organization via segment-level recurrence. 2–57× fewer parameters, 2.5–116× less inference memory vs long-context baselines.

ResearcharXiv

HAT — Hierarchical Aggregate Tree

Tree-structured memory for long-form dialogue. Conditional tree traversal instead of linear history or flat vectors.

June 2024

Q3–Q4 2024: Modular Memory Systems Formalized

September 2024
ResearcharXiv

MemoRAG — Global Memory-Enhanced RAG

Light long-range model builds global memory of long context. Memory as learned intermediate structure instead of raw chunks.

ResearchEMNLP 2024

EMG-RAG — Editable Memory Graphs

Structured, graph-based external memory with explicit edit operations and RL-based memory selection. Deployed in real smartphone assistant.

September 2024
November 2024
IndustryAnthropic

Anthropic Publishes MCP Specification

Open protocol for connecting AI assistants to tools and data sources. LSP-inspired design solving the N×M integration problem.

Research

AutoGen — Multi-Agent Conversations

Multi-agent framework with asynchronous messaging, pluggable memory, and event-driven runtime with learning capabilities.

December 2024

Late 2024: NOVA Genesis

Nov–Dec 2024
NOVA

Context Wall & First Prototypes

Practical limits hit with IDE-extended context for AI coding assistants. Even with bigger windows, multi-file workflows don't scale. Begin experimenting with segmented conversation threads (proto-shards).

Q1 2025: NOVA Framework Formalized

NOVA

Shard System & Framework Development

Built external memory system using modular units called 'shards' — atomic thought-packets with metadata, tagging, and relevance scoring.

Jan–Mar 2025
March 2025
NOVA

NOVA Whitepaper v1

Formal whitepaper defining NOVA as a user-centric framework for modular cognitive augmentation through stateless AI systems. Grounded in Extended Mind Thesis, Distributed Cognition, and Working Memory theory.

ResearcharXiv

Neurodivergent-Aware AI Framework

ADHD-focused productivity assistant using on-device ML with human-in-the-loop design. Parallel thinking about AI as co-regulator inside structured environment.

January 2025
February 2025
ResearcharXiv

A-Mem — Agentic Memory for LLM Agents

Zettelkasten-inspired memory: structured notes with attributes, tags, inter-note links. Almost exact parallel to NOVA's shard abstraction.

ResearcharXiv

LADDER — Self-Improving LLMs

Recursive problem decomposition with self-verification. Large gains on math tasks without parameter scaling.

March 2025

Q2–Q3 2025: MCP Implementation & Industry Convergence

April 2025
NOVA

NOVA v0.2 — Public Launch & Open Source

First working implementation released as FastAPI server with REST API for shard interaction, creation, semantic search, and listing. Open-sourced with full documentation suite including whitepaper, executive summary, shard memory architecture, and unified consciousness model.

NOVA

Cognitive Architecture Specification (SKILL.md)

Formal mapping of cognitive functions to shard operations. Defines working memory as active loaded shards, attention as user-selected shards, long-term memory as shard index + embeddings, executive function as user-led shard management, and metacognition as cross-shard synthesis.

April 2025
April 2025
IndustryAmplify Partners

Agent-First Developer Toolchain Manifesto

Agent-first SDLC: autonomous agents continuously write, test, deploy code. Humans become intent designers and curators.

NOVA

NOVA → MCP Server Migration

Rebuilt NOVA as MCP-compliant server with 7 tools and 2 resources, removing OpenAI dependency from the server layer. Cleaner separation: server manages shards, connected LLM handles reasoning.

Spring–Summer 2025
May 2025
Industry

MCP Crosses the Chasm

OpenAI integrates MCP across products. Windows 11 marketed as 'agentic OS' with native MCP support. Protocol transitions from experiment to default integration layer.

IndustryShaped.ai

Monolithic vs Modular AI Architecture

Industry analysis of trade-offs between monolithic and modular AI systems. NOVA is explicitly modular cognitive architecture.

June 2025
July 2025
Industry

Agent Driven Development (ADD)

AI agent does implementation, docs, tests, versioning. Human 'Editor' sets goals, constraints, acceptance criteria.

IndustryCoder.com

Anthropic's Claude Code Agents

Claude Code running as background agents in remote dev environments. Multiple agents working asynchronously, persisting state.

July 2025

Q4 2025: Ecosystem Maturity

August 2025
ResearchEmergent Mind

Persistent Memory in LLM Agents — Survey

Survey of persistent memory patterns: episodic tables, hierarchical stores, multi-agent shared memory, selective retention.

IndustryLF Networking

The Evolution of Agentic AI

Three-phase evolution toward agentic AI. Planning, tool use, reflection, collaboration, and memory as core design patterns.

September 2025
November 2025
IndustryGoogle

Persistent Memory in Gemini Code Assist

Per-user memory storing prior interactions. Historical context for future coding sessions — persistent, user-scoped memory in production.

Industry

MCP Tasks & Linux Foundation Move

MCP donated to Agentic AI Foundation under Linux Foundation. Major spec release introducing Tasks for long-running operations.

November 2025
December 2025
IndustryGoogle

Google Interactions API

Stateful, server-side agent runtime with persistent memory, background execution, and integrated tool calls. Positioned as 'remote operating system' for agents.

Q1 2026: Harness Engineering & Validation

ResearcharXiv preprint

Continuum Memory Architectures

Defines Continuum Memory Architecture (CMA): persistent, selectively retained, temporally chained, abstracted memories. Critiques classic RAG as 'stateless lookup'.

January 2026
February 2026
IndustryOpenAI

OpenAI — Unlocking the Codex Harness

Codex App Server as standardized harness. JSON-RPC protocol with items, turns, threads. Persistent agent sessions with shared state.

ConvergenceOpenAI

Harness Engineering Manifesto

Every line of code written by Codex agents — ~10× speedup. The crucial ingredient is not the model but the harness. 'Humans steer. Agents execute.'

February 2026
February 2026
IndustryAnthropic

Anthropic Partners with CodePath

CodePath redesigns curriculum with Claude and Claude Code as central. AI-assisted development as default baseline.

External, structured, modular memory with orchestration layers is the emerging architectural consensus for AI agent cognition.