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 Running a Darkan World Server in CubeCoders AMP
Running a Darkan world server in CubeCoders AMP with Java App Runner, MongoDB, and client access.

Running a Darkan World Server in CubeCoders AMP

I recently went down the rabbit hole of getting a Darkan world server running under CubeCoders AMP. Darkan is an open-source/community RuneScape private server project with its own cache, client, world server, and lobby architecture. The server is based on circa-2012 content. The setup is not a one-click AMP template,…

0 Comments
Read more about the article Three Years of the Veeam Community Hackathon: What We Learned
The Veeam Community Hackathon brings participants together to build projects, share technical ideas, and strengthen collaboration across a global community.

Three Years of the Veeam Community Hackathon: What We Learned

In February 2023, Maurice Kevenaar and I started discussing an idea that, at the time, felt both ambitious and a little uncertain. Many Veeam User Groups were still trying to regain momentum following the COVID-19 pandemic. The appetite for connection and learning was still there, but the dynamics had changed.…

0 Comments