Putting Claude to Work!
· Vitor Pontual · 1 min read
I’ve been busy building AI-powered tools on my self-hosted infrastructure. Today I’m adding three new services to the site:
Newsfeed
An AI-powered news aggregator inspired by Kevin Rose’s Nylon project. It pulls from 800+ RSS feeds, uses embeddings to cluster related articles into multi-source stories, and generates LLM headlines and syntheses. A Gravity Engine scores stories based on source count, author reputation, and my personal interests.
Ollama Fleet Manager
A dashboard and intelligent proxy for managing multiple Ollama GPU servers. It monitors model states, VRAM usage, and system metrics in real-time. The proxy emulates the standard Ollama API, routing requests to the optimal server — prioritizing those with the model already loaded.
Constitutional
Analyzes executive orders, federal rules, and congressional bills through a constitutional lens. It uses pgvector semantic search to match government actions against the US Constitution and 81 landmark Supreme Court cases, then generates balanced arguments for both sides with a clarity score.
These are all running locally on my home server, so I can’t link directly to them. But I’ve added screenshots and detailed descriptions on the Services page — check it out!