Tolics Engineering Mind

Software architecture, AI systems, and engineering insights

AI-AGENTS

Fixing Agent Amnesia With Federated Memory
Feb 22, 2026 • 10 min read
A-MEM's Zettelkasten-inspired approach to agent memory, and why software projects need federated memory with cross-domain linking — not one big vector …
#AI-AGENTS #AI #BEST-PRACTICES
The Adaptive AI Coding Pipeline
Feb 21, 2026 • 9 min read
Fixed pipelines over-process simple requests and under-process complex ones. An adaptive router classifies intent and dispatches to specialised …
#AI #AI-AGENTS #SOFTWARE-ARCHITECTURE
What Is AI-Native?
Feb 20, 2026 • 5 min read
AI-native is more than a buzzword. It marks a real architectural shift where AI becomes the foundation, not a feature bolted on.
#AI #SOFTWARE-ARCHITECTURE #LLMS
Why Elixir Is the Perfect Agent Framework Runtime
Feb 08, 2026 • 11 min read
Elixir and OTP offer actors as agents, supervision trees for failure recovery, and process mailboxes as thought logs — a natural runtime for living …
#AI-AGENTS #SOFTWARE-ARCHITECTURE #AUTONOMOUS-SYSTEMS
Living Software: The Framework
Feb 07, 2026 • 11 min read
Stability contracts, consequence graphs, immutable event logs, and a conductor that turns the gap between intent and reality into autonomous work.
#SOFTWARE-ARCHITECTURE #AI-AGENTS #AUTONOMOUS-SYSTEMS
Beyond the Horseless Carriage: What AI-Native Software Actually Looks Like
Feb 05, 2026 • 5 min read
We build AI systems that mimic human workflows. AI-native software should look like a living organism, not a faster factory pipeline.
#AI #AI-AGENTS #SOFTWARE-ARCHITECTURE
Architecting for AI Agents: A New Way to Think About Software Design
Nov 12, 2024 • 2 min read
When autonomous agents own modules, architecture shifts from crafting code to shaping living, self-healing systems that evolve without constant human …
#SOFTWARE-ARCHITECTURE #AI-AGENTS #AUTONOMOUS-SYSTEMS
How to Build AI Employees That Run Parts of Your Company
Feb 21, 2024 • 3 min read
Learn how to build AI assistants that act like real employees using SOPs, LLMs, and automation frameworks like CrewAI and AutoGen for business …
#AI-AGENTS #AUTOMATION #STARTUP-TOOLS