Read more about the article Chasing Alexa: Can Local Voice Actually Feel Fast?
Chasing Alexa emphasizes a local voice assistant that feels fast, not just accurate.

Chasing Alexa: Can Local Voice Actually Feel Fast?

One of the things I've noticed when talking to people about local voice assistants is that we tend to focus on the wrong metrics. We compare model benchmarks. We debate which speech-to-text engine is more accurate. We argue over whether a particular language model is smarter than another. We obsess…

0 Comments
Read more about the article From RAG POC to Production: Making Stronger Retrieval Practical
Smarter Retrieval. Faster Answers. maps layered search from query to streamed response.

From RAG POC to Production: Making Stronger Retrieval Practical

In the first post, I covered the initial architecture for building a production Django RAG chatbot without turning it into an expensive science project. The first version used a straightforward retrieval path: embed the user’s question, search PostgreSQL with pgvector, pass the retrieved context to the LLM, and log enough…

0 Comments
Read more about the article The Price of Privacy: The Hidden Costs of Local AI
The Price of Privacy frames local AI as a set of hardware and electricity trade-offs.

The Price of Privacy: The Hidden Costs of Local AI

If you spend enough time in local AI communities, it's easy to come away with the impression that you've discovered a loophole. Run models on your own hardware, and you'll avoid subscription fees. Keep your data private. Stop worrying about token limits and API pricing. Take back control from large…

0 Comments
Read more about the article Why I Still Blog in the Age of AI
Jonah May’s post, Why I Still Blog in the Age of AI, appears on a laptop screen beside handwritten notes, a mug, and an open notebook.

Why I Still Blog in the Age of AI

Over the past year or two, I've had more conversations than I can count about AI and what it means for the future of work. Somewhere along the way, the conversation almost always shifts to content creation. "Why would anyone still write blogs?" It's a reasonable question. AI can generate…

0 Comments
Read more about the article Building a Production Django RAG Chatbot Without Breaking the Bank
A production Django RAG chatbot connects PostgreSQL with pgvector, document retrieval, Langfuse telemetry, and model routing for affordable customer support.

Building a Production Django RAG Chatbot Without Breaking the Bank

Everyone wants to add AI to their products right now. Very few teams stop to ask whether they can actually support it once the proof of concept is over. Can we afford it? Can we observe it? Can we control costs? Can we prevent abuse? Can we improve it over…

0 Comments