Invite-only community

Turn AI ideas intoreal projects

A community for action-oriented builders interested in AI engineering and AI tools. Get the structure, focus, and accountability you need to ship practical AI products.

Build

Practical AI projects

Ship

With structure & accountability

Grow

Through peer collaboration

Philosophy

Learn by building, together

Designed for motivated learners who prefer learning by doing. Get clear frameworks, direction, and community support to make consistent progress on your projects.

Learning by doing

No passive consumption. Every activity is designed around building, shipping, and getting feedback on real work.

Production-ready

Focus on what actually works in production. Move from prototypes to reliable systems with battle-tested patterns.

Build together

Work alongside other practitioners. Hackathons, projects, and group problem-solving instead of isolated learning.

Calibrate your judgment

Develop better instincts through peer feedback, expert guidance, and exposure to real-world decision-making patterns.

Membership

Choose your level of engagement

Each tier is designed for a different type of builder. More investment means more structure, accountability, and support to help you ship your AI projects consistently.

MonthlyAnnual (Save ~17%)

Basic

Content only

200/year

Educational content without community access.

Access curated educational content, tutorials, and research. Perfect for self-directed builders who learn at their own pace.

  • Full access to exclusive Substack content
  • Hands-on tutorials with code examples you can implement
  • Curated breakdowns of new AI tools and workflows
  • Behind-the-scenes access to ongoing research and experiments
  • Curated collection of valuable social posts you might have missed

Best for independent builders who prefer self-paced learning. Upgrade to Main for structure, accountability, and community support.

Choose Basic
Most Popular

Main

Live learning + community

500/year

Build with the community and get the accountability and direction you need to make progress.

Everything in Basic, plus the structure, accountability, and peer support to ship your AI projects consistently.

  • Everything in Basic
  • Closed community access to connect and interact with practitioners
  • Collaborative problem-solving and mentorship for implementation challenges
  • Interactive group coding sessions led by a host
  • Guided project-based learning with curated resources
  • Community hackathons
  • Career advancement discussions and feedback
  • Personal brand development guidance and content
  • Developer productivity tips and workflows
  • Propose and vote on future topics

Best for builders who need structure and accountability to turn project ideas into reality alongside motivated peers.

Get Started

Premium

Courses + personalized feedback

1000/year

Accelerate your growth with structured courses and personalized feedback.

Everything in Main, plus structured learning paths through mini-courses and personalized career guidance to accelerate your growth.

  • Everything in Main
  • Access to all mini-courses on specialized topics
  • Collection regularly updated with new courses
  • Upcoming: Python for Data and AI Engineering
  • Propose and vote on mini-course topics
  • Resume, LinkedIn, and GitHub teardowns

Best for builders seeking structured learning paths to complement hands-on projects, plus personalized career guidance.

Choose Premium

What learners say

From the students of our AI Engineering course

AI Shipping Labs community is new, but here's what practitioners say about the courses that inspired it.

"This course helped me understand how to implement a RAG system in Python. From basic system-design of a RAG, to evaluating responses and implementing guardrails, the course gave me a great overview of the necessary skills for implementing and managing my own agent."
R

Rolando

AI Data Scientist · AeroMexico

"I highly recommend the AI Engineering Buildcamp. I learned a tremendous amount. The material is abundant, very well organized, and progresses in a logical and progressive manner. This made complex topics much easier to follow and digest. The instructor Alexey Grigorev is clearly very knowledgeable in the field, and also super helpful and responsive to questions."
J

John

AI Tutor · Meta

"Excellent, comprehensive, and modern course that elevated my knowledge of generative AI from RAG applications to well-evaluated, fully functioning agentic systems. Alexey Grigorev incorporated essential software engineering practices, especially unit testing and evaluation, teaching us how to systematically improve our agents."
Y

Yan

Senior Data Scientist · Virtualitics

"I really enjoyed this course! It made the process of building AI agents both accessible and exciting. The progression from RAG to agents, multi-agent systems, monitoring, and guardrails was clear and practical. I'm walking away inspired and full of new ideas to build on."
S

Scott

Principal Data Scientist, Applied AI · interos.ai

"The course provides an excellent introduction to the core tooling needed to develop an agentic tool. Worth the effort especially given the comprehensiveness of the options and solutions available in the course."
N

Naveen

Software Engineer

"Excellent course, it gets you practicing the concepts you need to know to work on agentic AI. The instructor is accessible, clear, and flexible."
N

Nelson

Practitioner

Event Recordings

Workshops & Learning Materials

Workshop recordings with embedded content, timestamps, descriptions, and materials. Learn from hands-on sessions on building AI agents and practical systems.

View all recordings

Skills.md from Scratch: Build a Skill-Driven Coding Agent

Extend a basic coding agent into a general-purpose agent with modular skills and explicit commands. Learn how Claude Code-style skills and commands work internally.

Jan 16, 2026
ai-agentsllm-engineering
View resource

Building Safe AI Agents with Guardrails

Build safe AI agents with input and output guardrails. Learn how to prevent inappropriate responses, enforce policies, and maintain academic integrity.

Jan 6, 2026
ai-agentsllm-engineering
View resource

Build a Production-Ready YouTube AI Agent with Temporal

Build a durable data ingestion pipeline, handle IP blocking with proxies, index transcripts into ElasticSearch, and design a multi-stage research agent with Temporal orchestration.

Dec 16, 2025
ai-agentsdata-engineering
View resource

From the blog

Publish and share our thinking

Long-form notes, walkthroughs, and experiments. Stay close to how we build and reason.

View all posts

CRISP-DM for AI Engineering: Why a 1996 Framework Still Describes Modern AI Development

See how CRISP-DM still guides AI engineers in 2026, translating each phase into practical workflows for LLM apps, RAG pipelines, and production AI systems.

Mar 11, 202614 min read
ai-engineeringdata-sciencecrisp-dmproject-management
Read article

How Claude Code Accidentally Wiped Our AWS RDS Database (24-Hour Recovery)

An incident story: how I accidentally wiped our AWS RDS production database and deleted snapshots by letting Claude Code touch production infrastructure.

Mar 6, 202613 min read
aiterraformawsdatabaseincidentclaude-code
Read article

What Is an AI Engineer? 2026 Role, Skills and Responsibilities Based on 1,000+ Job Descriptions

Learn what an AI engineer is in 2026: responsibilities, skills, tools, and real-world use cases based on analysis of 1,000+ AI engineer job descriptions.

Mar 4, 202619 min read
ai-engineeringml-engineeringcareersllm
Read article

Project Ideas

Pet & Portfolio Project Ideas

Project ideas and real projects from people who've taken courses. End-to-end AI applications and agentic workflows you can learn from and build on.

View all project ideas

User Satisfaction Analyst Agent

by Carlos Pumar-Frohbergadvanced

Carlos Pumar-Frohberg's agent analyzes client satisfaction using Stack Exchange data, focusing on UI discussions to find frustration patterns. An orchestrator agent routes questions to a MongoDB agent for 'what'/'how' queries or a Cipher agent that translates natural language into Neo4j graph queries, often calling both for safety.

1 min read
agentsStack Exchange
View idea

To-Do List Agent

by Alexey Grigorevintermediate

A reference project from the AI Engineering Buildcamp: an agent that interacts with a simple to-do list application. Built with Lovable for the frontend and FastAPI (Python) for the backend. Uses the backend's OpenAPI spec so the model can create tools to get tasks or mark them complete, with Logfire for monitoring and pytest for testing.

1 min read
agentsLovable
View idea

Photo-to-Story AI Pipeline

by Community ideabeginner

A small, self-contained project idea: take a photo of an everyday object and turn it into a short story with AI. Expand gradually with illustration, audio, a small website, and a podcast feed. Great for experimenting with multimodal pipelines (vision, text, speech) and sharing with kids, family, or friends.

1 min read
multimodalvision
View idea
Free Newsletter

Ready to turn your AI ideas into real projects?

Subscribe to the free newsletter and get notified when the community opens. Join action-oriented builders who are shipping practical AI products.

Subscribe

No spam. Unsubscribe anytime.

FAQ

Common questions