📰 Dev.to · Torkian
4 articles · Updated every 3 hours · View all reads
All
Articles 78,763Blog Posts 103,808Tech Tutorials 19,214Research Papers 17,243News 13,545
⚡ AI Lessons

Dev.to · Torkian
🤖 AI Agents & Automation
⚡ AI Lesson
2w ago
From Chatbot to Agent — Tool Calling with NVIDIA NIM
Turn the assistant from Parts 1-4 into a small agent. Give the NIM model two tiny Python tools — a clock and the retriever from Part 2 — and watch it decide whi

Dev.to · Torkian
2w ago
Run NVIDIA NIM on Your Own GPU — Same API, Different Endpoint
Take the assistant from Parts 1-3 off the hosted API Catalog and onto a NIM container running on your own NVIDIA GPU. Python changes by one line. Docker walkthr

Dev.to · Torkian
🧠 Large Language Models
⚡ AI Lesson
2w ago
Add Guardrails So Your AI App Doesn't Lie — A Two-Layer Approach with NVIDIA NIM
Make your NVIDIA NIM-powered assistant refuse off-topic questions and check its own answers against retrieved context. Two practical guardrail layers using prom

Dev.to · Torkian
2w ago
From Manual RAG to Real Retrieval — Embedding-Based RAG with NVIDIA NIM
Replace hardcoded context with real retrieval using NVIDIA's nv-embedqa-e5-v5 embedding model. Cosine similarity, the query vs passage input distinction most be
DeepCamp AI