Skip to content

sagecodes/ai-build-and-learn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

110 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AI Engineering - Build and Learn

Welcome to AI Build & Learn, a weekly AI engineering stream where we pick a new topic and learn by building together.

Up next: AutoResearch (2026-04-17) Andrej Karpathy's AutoResearch concept — give an AI agent a small but real LLM training setup and let it experiment autonomously overnight. RSVP | Join the Slack

Upcoming:

🔨 Topic 📝 Description
AutoResearch
2026-04-17
Andrej Karpathy's AutoResearch concept — give an AI agent a small but real LLM training setup and let it experiment autonomously overnight.
Gemma 4
2026-04-24
Build with Google's newly released Gemma 4 models — different sizes across chat, agents, and visual understanding.
Vector Stores
2026-05-01
Embeddings and vector stores — how semantic search actually works under the hood and how to build RAG pipelines on top.

Past:

🔨 Topic 📝 Description
Reinforcement Learning with OpenEnv
2026-04-10
codewatch
An e2e framework for creating, deploying and using isolated execution environments for agentic RL training, built using Gymnasium style simple APIs.
Agentic Search with Tavily
2026-04-03
codewatch
Tavily is a search API often used by AI agents. Learn how to integrate Tavily search into your AI applications.
MCP with FastMCP
2026-03-27
codewatch
Learn what MCP (Model Context Protocol) is and how to build an MCP server using FastMCP.

Setup

# Clone the repository

# Create virtual environment
uv venv .venv --python 3.11

# Activate the venv
source .venv/bin/activate  # macOS/Linux
# or
.venv\Scripts\activate     # Windows

# Install dependencies
uv pip install -r TopicFOLDER/requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors