Aleksandr Furmanov's picture

Hi there!

My name is Aleksandr Furmanov. I'm a software engineer, and here are my random thoughts about work I do.

Latest Articles

Two Faces of Agent Orchestration

Two-faced AI agent - one side chaotic, one side structured - inspired by the Roman god Janus

Steve Yegge wrote about Gas Town - a vision of AI agents building software autonomously. The idea took off: agents spawning agents, tools calling tools, some setups even A/B testing their own agent configurations to optimize behavior on the fly....

Decoupling with Promises, Events and Observable Properties

    In this post I want to show how different signaling tools could help to break code dependencies: first we consider a contrived example of coupled code, then we eliminate dependencies using different techniques: Promises, Observable Properties and Events, and then I elaborate on those techniques and discuss their pros and cons.