Cortex AI

The Shared Brain for AI Builders

Push your AI project learnings so agents across the org can absorb, reference, and build on your hard-won knowledge. Every .md file makes the collective smarter.

142
Learnings Shared
23
Contributors
12
AI Projects Fed
3.2k
Agent Queries Served

How Cortex AI Works

01

Capture

Write up your AI project learnings, experiments, and discoveries as .md files.

02

Share

Upload to Cortex AI — your knowledge becomes searchable and queryable by agents.

03

Amplify

AI agents reference your learnings across projects, compounding institutional knowledge.

Contribute Your Learnings

Drop your .md files below to feed the collective brain.

Drop your .md files here

or click to browse — share your AI project learnings

Recent Learnings

Latest knowledge contributions from the team

RAG Pipeline Optimization

rag-pipeline-optimization.md

Discovered that chunking strategy matters more than embedding model choice. Switching from fixed 512-token chunks to semantic paragraph splitting improved retrieval accuracy by 34% on our legal doc corpus.

RAGLangChainVector DB
Sarah ChenMar 18, 2026

Fine-Tuning Llama 3 for Code Review

llama3-code-review-finetuning.md

LoRA rank 16 was the sweet spot for our use case — rank 32 overfit on our 8k sample dataset. Training on diff-format examples outperformed full-file examples by a wide margin for catching logic bugs.

Fine-tuningLlama 3Code Review
Marcus RiveraMar 15, 2026

Multi-Agent Orchestration Patterns

multi-agent-orchestration.md

Supervisor-worker pattern with explicit handoff protocols reduced hallucination in complex research tasks by 60%. Key insight: agents need structured output schemas at every handoff point.

AgentsOrchestrationClaude
Priya PatelMar 12, 2026

Prompt Caching Strategies

prompt-caching-strategies.md

Implementing semantic caching with a similarity threshold of 0.92 cut our API costs by 45% without noticeable quality degradation. Redis + pgvector hybrid approach works best for mixed workloads.

CachingPerformanceCost
James WuMar 10, 2026

Eval Frameworks for AI Agents

eval-frameworks-agents.md

Built a deterministic eval harness that runs 200 scenarios in under 3 minutes. The trick is mocking tool outputs with recorded traces rather than hitting real APIs. Regression detection caught 12 bugs pre-deployment.

EvalsTestingAgents
Aisha OkonkwoMar 7, 2026

Streaming UX for LLM Applications

streaming-ux-llm-apps.md

Token-by-token streaming feels janky for structured outputs. We switched to chunk-based streaming (sentence boundaries) with skeleton loaders and perceived latency dropped by 70% in user testing.

UXStreamingReact
Tom AnderssonMar 4, 2026