Updated daily

Build with AI. Ship like an FDE.

Hands-on build guides with free AI tools, the latest in AI, and Forward Deployed Engineer playbooks — written for engineers who ship.

B
Featured
Build Guides

Build a Resume Tailoring Agent with Groq and Llama 3 (Free Tier)

Engineer an agent that parses your base resume and a job description, then rewrites bullet points for maximum ATS keyword matching using Groq's free Llama 3 API and Streamlit.

August 29, 202610 min read
B
Build Guides

Build a Lead-Enrichment Agent That Scrapes Domains with Playwright & Gemini

Build a Python agent that scrapes company websites with Playwright and uses Google Gemini's free tier to auto-generate structured lead profiles from a list of domains.

August 28, 20268 min
B
Build Guides

Build a Multi-Agent Research Assistant with OpenRouter and Playwright

Build a free-tier multi-agent research assistant that plans queries, searches the web, scrapes results, and writes structured briefs using OpenRouter, Playwright, and Python.

August 27, 202610 min
B
Build Guides

Build a GitHub Issue Triager Using Groq and Cloudflare Workers

Deploy a serverless GitHub App that auto-labels and routes new issues. Uses Llama 3 on Groq free tier and Cloudflare Workers to comment with triage summaries.

August 27, 202611 min
B
Build Guides

Build a Discord FAQ Bot with Pinecone Free Tier & Gemini

Build a Discord bot that ingests your docs into Pinecone’s free vector DB and answers questions with sourced replies using Google Gemini’s free API. Full Python code, step-by-step.

August 27, 202611 min
B
Build Guides

Build a Job-Application Autofill Browser Extension with Local LLM

Build a Chrome extension that parses job descriptions and autofills forms using your resume, powered entirely by a local Ollama Llama 3 model for zero-cost, private inference.

August 27, 202611 min
B
Build Guides

Build an On-Call Incident Summarizer That Drafts Postmortems from Logs

Engineer an AI agent using Python, FastAPI, and the Gemini free tier to ingest raw error logs, auto-summarize incidents, identify root causes, and draft structured postmortems.

August 26, 202610 min
D
Build Guides

Deploy a Free GitHub PR Review Bot Using Cloudflare Workers AI

Build a zero-cost bot that auto-reviews pull requests for bugs, logic, and style using Llama 3 8B on Cloudflare Workers AI free tier. Full code, architecture, and pitfalls included.

August 26, 202611 min
B
Build Guides

Build a SQL Analyst Agent That Answers Questions Over Postgres with Groq

Build a natural language SQL agent using Groq's free Llama-3 70B API, Supabase Postgres, and Streamlit. A hands-on guide with full code to query databases in plain English.

August 25, 202611 min
B
Build Guides

Build a Multi-Agent Research Assistant with LangGraph & Groq Free Tier

Ship a LangGraph agent swarm that plans research queries, searches the web with Tavily, and synthesizes a fully cited brief—all on free-tier LLMs and tools.

August 24, 20269 min
B
Build Guides

Build a Gmail Triage Agent That Labels, Prioritizes, and Drafts Replies with Gemini

Build a zero-cost Gmail triage agent using Google Apps Script and Gemini Flash API. Auto-label, prioritize, and draft replies directly in your inbox.

August 24, 20269 min
D
Build Guides

Deploy a Free GitHub PR Review Bot with Gemini Flash & Actions

Ship an AI code reviewer that catches bugs, style violations, and security flaws on every pull request. Uses Google Gemini Flash free tier, GitHub Actions, and Octokit—zero cost, full automation.

August 24, 202611 min
B
Build Guides

Build a Resume Tailoring Agent with Hugging Face Free Inference & Streamlit

Engineer an AI agent that rewrites your CV bullet points for each job description using Mistral 7B on the Hugging Face free tier. Full Python/Streamlit build guide with copy-pasteable code.

August 22, 202610 min
B
Build Guides

Build an AI Cron Job: RSS to Personalized Morning Newsletter

Build a free, scheduled AI pipeline that fetches RSS feeds, filters items by your topics, summarizes them with Groq, and emails a digest via Resend—all on Cloudflare Workers.

August 22, 20269 min
B
Build Guides

Build a Terminal Voice Assistant with Open-Source Whisper, Piper TTS, and Groq

Engineer a hands-free CLI voice assistant using entirely free, open-source tooling. We wire up Whisper for STT, Groq's Llama 3 for reasoning, and Piper for TTS in a clean Python pipeline you can build this afternoon.

August 21, 202611 min
B
Build Guides

Build a Personal Meeting Notetaker with Groq's Free Whisper & Llama 3

Build a local Python app that records system audio, transcribes it using Groq's free Whisper API, and extracts structured summaries with action items via Llama 3—all without paying a cent.

August 20, 202610 min
B
Build Guides

Build a Personal Meeting Notetaker That Extracts Action Items for Free

Build an offline-first meeting notetaker using n8n, Whisper.cpp, and Groq's free tier. Transcribe calls locally, then extract summaries, decisions, and assigned action items automatically.

August 20, 202611 min
D
Build Guides

Deploy a Free Competitor Site Monitor That Alerts on Meaningful Changes Only

Build a scheduled monitor using Playwright, Cloudflare Workers, Groq's free LLM, and Resend. It scrapes competitor pages, diffs the text, and emails you only the business-relevant changes.

August 18, 202610 min
C
Build Guides

Categorize Bank CSV Exports Into Budgets Automatically with Groq Function Calling

Build a free Python script that ingests raw bank CSV exports, uses Groq’s Mixtral tool-use model to categorize transactions, and outputs a structured budget summary in seconds.

August 18, 20269 min
B
Build Guides

Build a Multi-Agent Research Assistant with Gemini, Planning & Search

Build a free, multi-agent research assistant using Gemini, SerpAPI, LangChain, and Streamlit. One agent plans, another searches, and a third writes a cited brief—no paid tools.

August 17, 202611 min
B
Build Guides

Build a GitHub PR Review Bot with Groq + Local Ollama Fallback

Ship a free-tier GitHub App that posts inline diff comments using Groq's fast LLMs, with a local Ollama fallback for sensitive repos. Full Cloudflare Worker code included.

August 16, 202610 min
A
Build Guides

Automate Daily Slack Channel Summaries with n8n and Groq’s Free Tier

Build a zero-cost n8n workflow that fetches yesterday's Slack messages, runs them through Groq's free Mixtral model, and posts a clean digest back to a channel every morning.

August 16, 202610 min
B
Build Guides

Build a Smart Clipboard That Summarizes and Translates with Cloudflare Workers AI

Build a zero-cost desktop utility that watches your clipboard and uses Llama 3 on Cloudflare Workers AI to summarize or translate any copied text with a single hotkey.

August 15, 20269 min
B
Build Guides

Build a YouTube-to-Blog Repurposing Agent with Groq Llama 3 and LlamaIndex

Turn any YouTube video into a structured blog post in under 5 minutes. We use Groq's free Llama 3 API, LlamaIndex for chunking, and pure Python to extract transcripts and generate SEO-ready drafts.

August 14, 202611 min

101 articles and counting

August 15 · 0d left
Enroll Now