← Back to feed

Tutorials & Guides

L3 · BuilderTutorials & GuidesOpenAI Cookbook (GitHub)· 8/27/2026
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.

L3 · BuilderTutorials & GuidesTowards Data Science· 8/27/2026
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 & GuidesTowards Data Science· 8/27/2026
How to Work with AI Coding Agents

A practical guide on effectively using AI coding agents by providing context, breaking down problems, and maintaining control over the development process.

L3 · BuilderTutorials & GuidesTowards Data Science· 8/27/2026
The Sigmoid Function: From 'e' to Neural Networks

Explains the mathematical foundation of the sigmoid function, connecting its relationship to Euler's number 'e' and practical usage in logistic regression and neural networks.

L4 · DeveloperTutorials & GuidesHugging Face Blog· 8/26/2026
Training and Finetuning Multi-Vector Embedding Models with Sentence Transformers

Sentence Transformers v6.0 introduces a new MultiVectorEncoder model type, with a detailed guide for finetuning or training from scratch for late-interaction/ColBERT-style retrieval.

L3 · BuilderTutorials & GuidesHacker News· 8/26/2026
Serve Markdown to AI Agents with Accept Headers

Guide for serving Markdown content to AI agents via Accept: text/markdown headers to reduce token usage and improve RAG performance.

L5 · ResearcherTutorials & GuidesLessWrong AI· 8/26/2026
My MATS 11.0 Application Experience

An accepted MATS 11.0 applicant shares their experience with the OpenAI safety team stream application process and advice for future candidates.

L4 · DeveloperTutorials & GuidesTowards Data Science· 8/26/2026
How Does a RAG Reranker Really Work?

Explains how RAG rerankers actually work at the token level rather than just architectural level, showing they learn statistical token associations conditioned on query-passage pairs.

L4 · DeveloperTutorials & GuidesTowards Data Science· 8/26/2026
Why Random Forest Needs to Be This Random

Explains the mathematical rationale behind Random Forest's feature subsampling, showing how it reduces correlated errors between trees beyond what bagging alone can achieve.

L2 · PractitionerTutorials & GuidesOpenAI Blog· 8/26/2026
Learning never stops: How AI makes learning continuous

OpenAI explores how ChatGPT enables continuous learning beyond the classroom for both students and educators.

L3 · BuilderTutorials & GuidesTowards Data Science· 8/26/2026
How to Effectively Solve 100+ Tasks with Claude Code

A methodology for efficiently handling 100+ daily coding tasks using Claude Code, addressing context management and task orchestration challenges.

L3 · BuilderTutorials & GuidesTowards Data Science· 8/25/2026
One Document Type, a Million Files: Structured Extraction into the SQL Table RAG Queries

Shows how to extract structured data from large collections of similar documents into SQL tables for efficient RAG queries.

L3 · BuilderTutorials & GuidesTowards Data Science· 8/25/2026
I Deployed My Data Pipeline to AWS. Then Everything That Was “Local” Broke.

A developer shares hard-won lessons about migrating a local data pipeline to AWS, revealing unexpected dependencies on 'everything running on one machine'.

L4 · DeveloperTutorials & GuidesTowards Data Science· 8/24/2026
10 Positions for Enterprise RAG That Mainstream Tutorials Get Wrong

Presents 10 controversial positions on enterprise RAG that challenge standard tutorials, arguing for structure-first retrieval, multi-modal approaches, and enterprise-specific considerations.

L3 · BuilderTutorials & GuidesHacker News· 8/23/2026
I spent $266 and four AI models to own my tablet. GLM-5.3 finished it in a day

A developer used four AI models including GLM-5.3 and Claude to successfully root an Amazon Fire tablet that was automatically shutting down.

L3 · BuilderTutorials & GuidesTowards Data Science· 8/24/2026
Put Your Own Logic Inside the Codex Agentic Loop

Codex hooks allow developers to inject custom logic at specific points in the agentic loop, enabling deeper customization beyond prompting.

L2 · PractitionerTutorials & GuidesMIT Technology Review AI· 8/24/2026
How to encourage smarter AI use in the classroom

Cheshire Academy educators are using chatbots like ChatGPT and Perplexity alongside specialized tools like MagicSchool to create lesson plans and grading rubrics while teaching students responsible AI use.

L3 · BuilderTutorials & GuidesTowards Data Science· 8/23/2026
Survival Analysis and the Cox Proportional Hazards Model: A Beginner-Friendly Guide

A beginner-friendly tutorial on survival analysis and the Cox proportional hazards model, with runnable Python code for practical implementation.

L3 · BuilderTutorials & GuidesHacker News· 8/23/2026
My agent.md to improve LLM-assisted code quality

Author shares their agent.md file used to prompt AI code assistants like Claude, containing detailed coding style rules that dramatically improve LLM-generated code quality.

L4 · DeveloperTutorials & GuidesOpenAI Cookbook (GitHub)· 8/24/2026
Archive Compliance Logs Platform quickstart (#3023)

OpenAI added archive compliance logs platform quickstart to their cookbook repository for managing API logging and compliance.

L3 · BuilderTutorials & GuidesHacker News· 8/22/2026
Why your local LLM feels dumber than it is

A technical analysis explains why locally run LLMs underperform compared to reference implementations due to hardware differences, software stacks, and improper benchmarking methods.

L4 · DeveloperTutorials & GuidesHacker News· 8/23/2026
Software Engineering in the Agentic Era

Simon Willison launches a project to document Agentic Engineering Patterns for building software with coding agents like Claude Code and OpenAI Codex.

L2 · PractitionerTutorials & GuidesGoogle AI Blog· 8/25/2026
5 ways to upgrade your home decor with Google Search

Google Search's AI Mode can visualize furniture in your room, and its Lens and Circle to Search features can identify vintage items and find similar decor products.

L4 · DeveloperTutorials & GuidesTowards Data Science· 8/21/2026
Retrieve One Row from a Table, Not the Whole Table: Row-Level Chunks for RAG

Proposes row-level chunking for RAG systems to retrieve specific table rows instead of entire tables, improving precision for tabular data queries.

L3 · BuilderTutorials & GuidesTowards Data Science· 8/22/2026
Multi-Document RAG: A Folder of Unrelated PDFs Is One Long Document with a Nested Outline

Presents a multi-document RAG approach for unstructured PDF folders using nested outlines instead of traditional indexing when documents lack shared fields.

L3 · BuilderTutorials & GuidesTowards Data Science· 8/22/2026
Building a Proper Backend for My LangGraph AI Agent

The author details replacing in-memory storage with PostgreSQL to create a robust, shareable backend for a LangGraph AI agent previously built for booking services.

L3 · BuilderTutorials & GuidesTowards Data Science· 8/22/2026
Why We Fine-Tuned SigLip (And Why That’s Not Always the Right Call)

A real estate company fine-tuned Google's SigLip model with LoRA to improve room classification in property listings, explaining when this approach is appropriate.

L4 · DeveloperTutorials & GuidesTowards Data Science· 8/20/2026
How to Fine-Tune an LLM: An End-to-End Guide

A comprehensive guide to fine-tuning LLMs with QLoRA, showing how a Mistral 7B model achieved 98% accuracy on complex medical reporting tasks.

L4 · DeveloperTutorials & GuidesTowards Data Science· 8/20/2026
Three Kinds of RAG Corpus, and What It Costs to Build for the Wrong One

A guide for building enterprise RAG systems that identifies three distinct document corpus shapes, explains why a generic vector store fails, and outlines tailored architectures for each type.

L3 · BuilderTutorials & GuidesSimon Willison's Blog· 8/22/2026
More than just code review

Simon Willison argues that effective coding agent use requires learning to instruct and verify changes beyond just line-by-line code review.