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.
// 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"
Practical, no‑fluff content crafted for geeks who like to press buttons and measure things.
Concise walkthroughs for model APIs, vector DBs, and automation frameworks. Skip the hype — keep the signal.
Copy‑paste blueprints for chatbots, RAG pipelines, and micro‑agents. Batteries included.
Mini‑benchmarks and playful demos so you can see how things behave in the real world.
A rotating gallery of tiny, useful AI utilities.
Questions, ideas, or a project in mind? Send a message — we reply fast.