Knowledge Retrieval Agent: AI That Only Knows What You Tell It
building a RAG agent that forces an AI to answer only from your private documents, and discovered a bug.
Educational AI demos, tools, and experimental builds by NosisTech. Published for learning and documentation only, not as production systems, implementation guidance, or professional advice.
building a RAG agent that forces an AI to answer only from your private documents, and discovered a bug.
building an AI agent that reads standup updates from a file and produces a consolidated team report in seconds, no meeting required.
how to run DeepSeek V4-Pro on Hostinger VPS with LiteLLM and Open WebUI
Fixing a local AI voice assistant that ignored its system prompt — the Modelfile approach that worked
Building a private self-hosted AI voice assistant with Ollama and Open WebUI on Windows.
I built an n8n automation to ping Google Search Console daily and notify me on Telegram. Here is what broke and how I fixed it.
A few days ago I built a simple but useful automation: an n8n workflow that checks the Google Cloud certifications blog every morning . It uses a local AI model to detect any exam discounts or promo codes, and sends me a Telegram message with the result. No more manually checking. No more missed deals. … Read more
I ran the benchmarks. LM Studio was faster. So I built my home AI lab on it and discovered that speed is the wrong metric when your server needs to run without you.
I have an Acer Predator Helios Neo 16S with an Intel Core Ultra 9 275HX, an NVIDIA RTX 5070 Ti with 12GB GDDR7 VRAM, and 32GB of DDR5 RAM running at 6400MHz. Ollama is already installed with Open WebUI running locally. The model I used for every single test is Qwen3.6 35B-A3B at Q4_K_M quantization … Read more
I saw a benchmark showing Qwen3.6 outperforming Claude Sonnet on my laptop. I didn’t believe it. So I ran it myself — mistakes, PowerShell errors, and all.