Cloud and Application Modernization

Opencode

Technical articles and architecture insights on cloud migration, modernization strategy, legacy transformation and enterprise IT.

AionUi: A GUI That Wraps Your CLI AI Agents Instead of Replacing Them
AionUi: A GUI That Wraps Your CLI AI Agents Instead of Replacing Them

AionUi made the smartest decision I’ve seen in the AI assistant space this year: it wraps the CLI AI agents you use instead of reinventing them. Claude Code, OpenCode, Gemini CLI, Goose — it auto-detects what’s installed and …

Building a Private Local-AI Stack: Why and How
Building a Private Local-AI Stack: Why and How

Here’s the problem. Every AI assistant I’ve used forgets everything the moment a conversation ends. And the second I feed it my actual documents to make it useful, I’ve handed my private life to someone else’s …

LightRAG as a Personal Knowledge Base for AI Agents
LightRAG as a Personal Knowledge Base for AI Agents

An AI agent with no memory is a very expensive autocomplete. To make mine actually useful I gave it two memories: one it writes to, and one it queries. The second is LightRAG, and it is the piece of my stack I have fought with the hardest …