Agenty World: AI Multi-agent RPG style game
Agenty World is an experiment in turning an AI agent system into a playable RPG-style world. Instead of treating agents as a chat window, the project puts them inside a 3D cyber-fantasy city. You can walk around, talk to NPCs, switch into a simulation mode, follow agents, watch their relationships change, and let an LLM act as a story engine behind the scenes. The source code is built around a simple idea: keep the game loop deterministic and fast, then let AI influence the narrative layer asynchronously. ...
Stack of Life: Hardware to Cloud
I think of my career as a stack. Not a technology stack in the narrow sense, but a stack of mental models. Each phase added another layer: electronics, networking, operating systems, Kubernetes, platform engineering, Go, and now cloud-scale architecture. The useful part is not just the list of technologies. It is how each layer changed the way I debug, design, and reason about systems. Layer 1: Electronics Engineering Electronics gave me my first real engineering discipline: respect the signal, respect the boundary, and do not guess before measuring. ...
Cloudflare Tunnel SSH
Accessing private network ssh using Cloudflare Tunnels This guide will walk you through the steps to configure a Cloudflare Tunnel to access your device using a public hostname via SSH. Prerequisites A Cloudflare account A domain name managed by Cloudflare Cloudflare Tunnel installed on your private network device Step 1: Configure the Tunnel Navigate to Cloudflare Zero Trust dashboard From Networks select Tunnels From list of tunnels click on 3dot menu and goto configure ...
Hello World
Background Even though there isn’t much content for my first blog post, I thoroughly enjoyed the overall experience setting this up. Tech stack Hugo Github Pages