Built for curious geeks

Discover, test, and ship with AI — the geeky way.

AI for Geek is a compact hub for power users: sharp tutorials, hand‑picked tools, and playful experiments that make machine intelligence practical for makers, devs, and tinkerers.

Explore Features
Quick peek
// ai-for-geek.js
import { chain } from "aifg"

const classify = chain()
  .input("text")
  .use("embeddings")
  .use("kNN")
  .out("label")

const label = await classify("Which tool should I use?")
console.log(label) // → "Try the sandbox first"

What you'll find here

Practical, no‑fluff content crafted for geeks who like to press buttons and measure things.

Tool Guides

Concise walkthroughs for model APIs, vector DBs, and automation frameworks. Skip the hype — keep the signal.

Build Recipes

Copy‑paste blueprints for chatbots, RAG pipelines, and micro‑agents. Batteries included.

Bench & Experiments

Mini‑benchmarks and playful demos so you can see how things behave in the real world.

Showcase

A rotating gallery of tiny, useful AI utilities.

Prompt Sandbox
Tweak, compare, export.
Clip & Summarize
Summaries you can trust.
Image Notes
Explain visuals, step by step.
RAG Lite
Drop PDFs → get answers.

Contact

Questions, ideas, or a project in mind? Send a message — we reply fast.