Tech News
← Home  ·  All topics

Langchain

1 GoKawiil brief on this topic

New Colab series teaches LLM engineering skills using raw APIs, no frameworks

A free set of runnable Colab notebooks called AI Engineer Notebooks has been released to teach applied LLM engineering skills like RAG, agents, evals, fine-tuning, and serving. The curriculum deliberately avoids frameworks like LangChain or LlamaIndex, instead having learners build agent loops and retrieval pipelines from raw API calls using the free Groq API. Two GPU-heavy topics, LoRA fine-tuning and self-hosted serving, include optional appendices tested on Colab's free T4 GPU.