HN user

vianarafael

5 karma
Posts4
Comments3
View on HN

This is such a refreshing inversion of the ‘edtech’ trend—rather than trying to scale education through software, FractalU scales motivation through community. Makes me wonder: instead of designing better UIs for MOOCs or LLM tutors, maybe the real unlock is designing better social containers for learning.

You mentioned using Claude to help set up a GitHub Action for reviewing Rails migrations. How do you see agentic tools like Claude evolving in their ability to reason about big-picture concerns—not just boilerplate generation, but things like validating database changes, architectural decisions, or spotting long-term risks that aren’t immediately visible?

Last year, I repurposed an old laptop into a simple home server.

Linux skills? Just the basics: cd, ls, mkdir, touch. Nothing too fancy.

As things got more complex, I found myself constantly copy-pasting terminal commands from ChatGPT without really understanding them.

So I built a tiny, offline Linux tutor:

  - Runs locally with Phi-2 (2.7B model, textbook training)
  - Uses MiniLM embeddings to vectorize Linux textbooks and TLDR examples
  - Stores everything in a local ChromaDB vector store
  - When I run a command, it fetches relevant knowledge and feeds it into Phi-2 for a clear explanation.
No internet. No API fees. No cloud. Just a decade-old ThinkPad and some lightweight models.

Full build story + repo here: https://www.rafaelviana.io/posts/linux-tutor