← Back to feed

AI Engineer Notebooks – free, framework-free RAG/agents/evals on Colab

L3 · BuilderTutorials & GuidesHacker News· 8/27/2026

Provides hands-on learning for AI engineers building production systems without framework dependencies.

AI Summary

Free Colab notebooks teach framework-free AI engineering skills including RAG, agents, evals, and tool calling using Groq API.

Read Original
0 upvotes · 0 downvotes · 1 min read

Related Articles

L4 · DeveloperTutorials & GuidesHacker News
OpenAI: Migrating to HTTPX2

OpenAI's Python SDK now uses HTTPX2 instead of HTTPX, requiring developers to handle TLS certificate changes and custom HTTP client configurations.

L3 · BuilderTutorials & GuidesTowards Data Science
Why Claude Code Time Estimates Are Poor

Claude Code provides inaccurate time estimates for engineering tasks due to training on human data, but this article explains how to improve estimates for better team communication.

L3 · BuilderTutorials & GuidesTowards Data Science
Connecting My LangGraph AI Agent to Postgres

Shows how to connect a LangGraph AI agent to Postgres for persistent state management and database operations in a customer service booking system.

L3 · BuilderTutorials & GuidesTowards Data Science
I Trained Six Models for Fraud Detection, and the Best One Isn't in Production

A data scientist explains how they built a fraud detection system using multiple models and merged disparate datasets with schema validation, despite a simpler model performing better in tests.

L3 · BuilderTutorials & GuidesOpenAI Cookbook (GitHub)
docs(codex): link archived recipes to current guidance (#3030)

OpenAI Cookbook updates archived Codex recipes with security warnings and links to current CI/CD guidance.