Content Grabber: a small Visual Studio extension
I found myself repeatedly copying code out of Visual Studio to share it elsewhere. Usually this meant: copying multiple files adding file names manually wrapping everything in markdown code blocks It’s a small thing, but it adds up. So I made a simple extension that does it in one go. Select one or more files in Solution Explorer, right-click, and copy them as Markdown with code fences and file paths. That’s it. You can find...
How to Build an Automatic AI Slop Generator
Use AI to publish regular AI slop. On a schedule. Reliably. Like a factory. Introduction According to this, more articles are now written by generative AI than by humans. Getting your message out there is sadly no longer about insight, originality, or effort. It’s about volume of output, and lots of it. Articles are still produced, but they no longer appear to be meant for reading. They accumulate, existing only to be referenced. Interesting, ground-breaking,...
Building an Agentic Quantum Laboratory with ASP.NET Core
Introduction As frontier language models improve, AI agents are set to move further into the realm of scientific research. Multiple agents, working independenty, exploring scientific domains, offer the promise of greater speed of discovery. In addition, LLMs encode a vast amount of technical information that empowers humans to reach beyond the limits of their own education and experience. I’m excited by this field of exploration in AI because it will accelerate scientific research and understanding,...
Our New Paper on Distributed Agent Reasoning
We have published a new paper presenting a novel architecture for distributed agent reasoning across independent systems, all under strict data locality.
The work shows how agents on separate Orpius deployments can cooperate through natural-language messages, without shared identifiers, schemas, or any centralised data store.
A promising direction for organisations where data cannot move or be unified.
Read the paper on arXiv:
Distributed Agent Reasoning Across Independent Systems With Strict Data Locality
Orpius can see!
Orpius now supports image retrieval and analysis! Orpius can download images, analyze them, perform activities based on what it sees. Combined with the scheduling capabilities of Orpius, it works even when you’re sleeping, making for one heck of a powerful tool. I’ve also added an exciting feature revealed near the end of this post (hint: it changes how you’ll see things entirely). Btw., in-case you’re reading this as a repost, my name’s Daniel, and my...