Skip to content

Applied AI fellowship ↔ Astrocyte vocabulary

This note is for educators, certification authors, and architects who teach against vendor-neutral agentic-stack curricula (for example the Applied AI Fellowship) while building or reviewing Astrocyte deployments. It maps course vocabulary to framework primitives without requiring either side to rename concepts.

Fellowship / stack planeRoleAstrocyte
Context & MemoryGoverned memory and retrieval—not “RAG only”Core retain / recall / reflect; hybrid retrieval; Tier 1 vs Tier 2 providers (Architecture framework §2)
Control (outside the agent loop)Deterministic policy, identity surfaces, budgetsPer-bank AuthZ, policy layer, opaque principal from the caller; MCP tool graphs are owned by the harness, not Astrocyte (repository README non-goals)
RuntimeOrchestration, workers, sandboxesOut of scope — agent frameworks own the harness (Architecture framework §1)
IntegrationsMCP, search, APIsMCP as an integration surface (MCP server); memory is invoked from the application loop
ObservabilityTraces, evals, costBenchmarks, in-process bank health (Bank health & utilization), Evaluation, Event hooks
DataTenancy, schemas, contractsMemory banks and Tier 1/2 SPIs; optional Memory export sink for warehouse/lakehouse/history (Memory export sink, Storage & data planes); not a full enterprise data platform
Fellowship conceptMeaning in teachingIn Astrocyte (approximate)
Memory ≠ RAGCognition-oriented persistence vs one-off retrievalBuilt-in Tier 1 pipeline, policies, and reflect; not limited to chunk similarity
World / Experience / Opinion / ObservationPedagogical “memory networks”Model with multiple banks, use-case profiles, or provider semantics—there is no mandatory one-to-one schema in core
TEMPR / Hindsight (and similar named patterns)Named retrieval / priming patterns in course materialsAchieved through structured retrieval, hybrid stores, and engine providers—not a single builtin product name in this repo
Harness vs contextAgent loop vs what the model seesSame split as harness engineering vs context engineering in Architecture framework §1
  • Context & Memory week (architect track): Read Architecture framework §§1–3 and Design principles; optional hands-on: Astrocyte + a Tier 1 adapter (for example PostgreSQL + pgvector) with a written memory boundary spec (banks, principals, recall strategies).
  • Capstone: Keep the fellowship artifact vendor-neutral; cite Astrocyte only as one example implementation of the governed memory boundary.