📰 Dev.to · Alberto Nieto
Articles from Dev.to · Alberto Nieto · 9 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (9050)
ArXiv cs.AIDev.to · FORUM WEBForbes InnovationOpenAI NewsDev.to AIHugging Face Blog

Dev.to · Alberto Nieto
1w ago
From one model to seven — what it took to make TurboQuant model-portable
turboquant-vllm started on Molmo2 only. v1.3.0 validates seven model families — after rewriting five Triton kernels and teaching the cache about sliding window

Dev.to · Alberto Nieto
2w ago
Compressed VLM inference from a single Containerfile — turboquant-vllm v1.1
Build a container with turboquant-vllm baked in, serve a vision-language model with 3.76x KV cache compression, and verify it works — one Containerfile, one fla

Dev.to · Alberto Nieto
2w ago
I shipped Google's TurboQuant as a vLLM plugin 72 hours after the paper — here's what nobody else tested
First TurboQuant implementation validated on vision-language models. pip install, one flag, 3.76x KV cache compression.

Dev.to · Alberto Nieto
2w ago
Your docstrings are lying — docvet 1.14 catches them
Wrong documentation degrades AI coding accuracy by 22%. docvet 1.14 adds bidirectional verification to catch docstrings that don't match the code.

Dev.to · Alberto Nieto
1mo ago
How docvet learned to read Sphinx and NumPy docstrings
The problem: one inspector, one language docvet checks whether your Python docstrings are...

Dev.to · Alberto Nieto
1mo ago
Encrypt Google ADK Sessions in 5 Minutes
Install adk-secure-sessions, swap one import, and verify your agent's session data is encrypted at rest — start to finish in under 5 minutes.

Dev.to · Alberto Nieto
1mo ago
I Let an Algorithm Rewrite My AI Agent's Prompts. It Found Things I Never Would Have.
Five words in, three paragraphs out — and the agent scored 2x better. Here's how evolutionary optimization finds prompts you'd never write yourself.

Dev.to · Alberto Nieto
1mo ago
Give Your AI Coding Agent a Docstring Quality Tool (MCP Setup for VS Code, Cursor, and Claude Code)
Wire docvet's MCP server into your editor. Your AI agent gets structured docstring quality checks — no CLI parsing needed.

Dev.to · Alberto Nieto
1mo ago
Your AI Reads Your Docstrings. Are They Right?
Copilot, Claude Code, Cursor — they all read your docstrings to understand your code. When those...
DeepCamp AI