Skip to content

Repository files navigation

uncoded

A learning coach for AI.

Pick a topic. Take a 2-minute skill check. Get a short list of free and paid courses actually matched to where you are, not where some algorithm assumes you are.

Live: https://cyborg1244.github.io/uncoded/

Why this exists

The most valuable skill of the next decade is the ability to learn, unlearn, and relearn quickly. The internet has more learning material than ever, and most of it is the wrong fit for the person reading it. This is a small tool to fix that for AI specifically.

How it works

  1. Choose what you want to learn (LLMs, ML foundations, MLOps, prompt engineering, etc.).
  2. Answer ~5 quick questions that gauge where you actually are.
  3. Get a curated, ranked shortlist of free and paid courses that match your topic and level, with a one-line note on why each one fits.

No tracking. No accounts. No hallucinated course links. Every recommendation is hand-curated.

Tech

  • Vite + React 19 + TypeScript
  • Plain CSS (no UI framework)
  • Static — deployable anywhere. Hosted on GitHub Pages via Actions.

Run locally

npm install
npm run dev

Contribute

Found a great course that should be here? Or a course on the list that's gone stale? Open an issue or a PR against src/data/courses.ts.

Course entries follow this shape:

{
  title: "...",
  provider: "...",
  url: "https://...",
  cost: "free" | "paid" | "freemium",
  durationHours: 12,
  level: "beginner" | "intermediate" | "advanced",
  topics: ["llms-agents", "..."],
  why: "One sentence on why this course is worth your time at this level.",
}

The bar: it has to be something you'd recommend to a friend without caveats.

Roadmap

  • More topics (RL, multi-modal, evals, AI safety)
  • Optional LLM layer that personalizes the framing of recommendations (never invents the courses themselves)
  • Save your level for a topic and check back in 6 months for a follow-up plan
  • "What I built" — a way for users to share what they shipped after taking a course

License

MIT

About

A learning coach for AI. Pick a topic, take a 2-minute skill check, get matched to the right courses.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages