Tag: software-architecture
All the articles with the tag "software-architecture".
-
Show HN: Cairn — append-only SQLite event store, immutability enforced by triggers
cairn is an append-only SQLite event store where immutability is enforced by triggers, not convention. Go, TypeScript, and Rust SDKs share one test spec.
-
Currying AI Agents: Partial Application for Reusable Agent Configurations
Apply partial application from functional programming to AI agents — pre-configure agent parameters to create reusable, composable agent building blocks.
-
Linear Types for Agent Safety - An Approach to Trustworthy AI Systems
Linear types applied to AI agent safety — a type system that enforces single-use for destructive operations and statically rejects unsafe agent code.
-
Markov chains and LLMs - hybrid architectures for smarter agents
Combine Markov chains with LLMs to build structured, interpretable agents — Markov chains enforce predictable state; LLMs provide semantic flexibility.
-
AI Agents in Business Processes: Temporal, FSMs, and MCP
Updated:How to pair agentic workflows with Temporal for durability, finite state machines for structure, and MCP servers to scale from pilot to production.