Roadmaps
Community-curated paths to learn to code. Pick one and a squad forms around you — you finish it together, not alone.
Community-curated paths to learn to code. Pick one and a squad forms around you — you finish it together, not alone.
The discipline behind great AI systems: deciding what goes into the model's context window — retrieval, memory, tool results, and compaction. Best if you're comfortable with Python or JavaScript and basic prompting.
What actually fits in a model's context, what it costs, and how attention degrades.
Treat context as a scarce resource: curation, ordering, and signal-to-noise.
Chunking, embeddings, hybrid search, and reranking to bring in the right knowledge.
Persist what matters across turns and sessions: summaries, scratchpads, and external memory.
Feed agents tool output without drowning them; summarize and prune long histories.
Measure retrieval quality and long-context degradation instead of guessing.