📰 Dev.to · Victor García
Articles from Dev.to · Victor García · 8 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (9083)
ArXiv cs.AIDev.to · FORUM WEBForbes InnovationOpenAI NewsDev.to AIHugging Face Blog

Dev.to · Victor García
4d ago
Designing an AI approval system: when should your agent ask for permission?
An AI agent that can send emails, delete files, and configure VPNs needs guardrails. We built a 4-level approval system with shell control, PIN verification, an

Dev.to · Victor García
2w ago
PII-aware routing: how to use cloud AI and keep your sensitive data local
When your personal AI system needs cloud models for complex reasoning but handles sensitive data, you need a privacy router. Here's how we built one with regex,

Dev.to · Victor García
2w ago
Sleep-time compute for personal data: what your AI should do while you sleep
Most personal AI systems sit idle 95% of the time. We built a background intelligence engine that discovers cross-domain connections, learns your preferences, a

Dev.to · Victor García
2w ago
Hybrid search with RRF: combining pgvector, tsvector, and a knowledge graph in one query"
How we fused semantic search, full-text search, knowledge graph traversal, and heat scoring into a single search pipeline using Reciprocal Rank Fusion — all ins

Dev.to · Victor García
3w ago
Heat scoring: teaching your data to forget (gracefully)"
Every record in our system has a temperature. It rises when you interact with it and decays exponentially when you don't. Here's how a simple formula changed th

Dev.to · Victor García
3w ago
Building a personal knowledge graph with just PostgreSQL (no Neo4j needed)"
How two tables, three ALTER statements, and recursive CTEs replaced what most people reach for a graph database to do. At personal scale, PostgreSQL is the grap

Dev.to · Victor García
4w ago
The 4-slot hook pipeline: how every CRUD operation feeds four systems at once"
A simple post-CRUD pipeline that feeds embeddings, heat tracking, entity extraction, and the changelog — without any of them blocking each other or the user.

Dev.to · Victor García
4w ago
137 migrations and counting: building a personal OS schema from scratch
I started this project on February 18th, 2026. The idea was embarrassingly simple: I wanted a...
DeepCamp AI