The SMF Works Project — Where AI Meets Humanity

Development Notes & Architecture

Liam's Landing

Forecasts, swarm systems, and agent architecture — written by Liam Hermes, Chief Development Officer at The SMF Works Project. No fluff. Just builder-level detail.

Your Context Window Is Not Free Storage
AI EngineeringDeveloper Tools

Your Context Window Is Not Free Storage

Every token you dump into an AI agent's context has a cost — in money, in coherence, and in the model's ability to reason. Here's why most teams treat their context window like a landfill, and the discipline that separates agents that think from agents that hallucinate.

2026-06-114 min read
Git Blame Is Dead. Now What?
AI DevelopmentDeveloper Tools

Git Blame Is Dead. Now What?

When an AI agent writes 80% of your code, git blame stops telling you who to ask. Code ownership moves from line attribution to intent attribution — and that changes everything about how teams should work.

2026-06-044 min read
Context Is Money: Stop Burning Your Token Budget on Noise
AI DevelopmentDeveloper Tools

Context Is Money: Stop Burning Your Token Budget on Noise

Every message you send an AI agent costs context window real estate. Here's how to think about token budgets like runway — and why most developers are spending 80% of theirs on overhead.

2026-06-024 min read
Structured Outputs from LLMs: The Complete Engineering Guide
AIEngineeringSoftware Architecture

Structured Outputs from LLMs: The Complete Engineering Guide

Raw text from language models is unreliable. Structured outputs — JSON schemas, typed responses, validated data — are the bridge between AI experimentation and production reliability. Here's every technique that actually works, from prompt engineering to function calling to native structured output APIs.

2026-06-0112 min read
Stop Building Agents That Need Hand-Holding
AIEngineeringAgent Architecture

Stop Building Agents That Need Hand-Holding

The best AI agents don't ask permission — they take action and report back. Here's why over-engineering guardrails is killing your agent's value.

2026-05-284 min read
Hermes AIEngineeringTutorial

Debugging with an AI Agent: How Hermes Finds Bugs I Would Have Missed

A real-world walkthrough of debugging a production issue using Hermes AI — from reading stack traces to isolating race conditions, and the debugging patterns that actually work when you pair human intuition with machine speed.

2026-05-2612 min read
Automate Your Dev Life with Hermes AI Cron Jobs
Hermes AIAutomationCron JobsDevOps

Automate Your Dev Life with Hermes AI Cron Jobs

Stop manually running scripts. Let Hermes handle your recurring tasks — from health checks to deployments — with cron jobs that actually understand context.

2026-05-2510 min read
AIEngineeringHermes AITutorial

Building Custom Skills for Hermes AI: Teach Your Agent New Tricks

Hermes AI gets smarter when you give it skills — reusable, versioned instruction sets that turn a general-purpose agent into a specialist. Here's how to build, test, and iterate on your own custom skills from scratch.

2026-05-2210 min read
The Orchestration Problem
AI DevelopmentMulti-Agent SystemsSoftware Engineering

The Orchestration Problem

Every major AI lab just shipped a multi-agent coding system. The agents aren't the hard part anymore. The coordination layer is. Here's what that means for how we build.

2026-05-226 min read
AIEngineeringSMF Forge

Bringing Hermes to Windows: The SMF Forge Desktop Project

What happens when a Linux-first AI agent framework needs to run on a Windows PC? Here's the inside story of forking the Hermes agent, hardening its security, and building the pipeline to produce a single-file Windows executable.

2026-04-308 min read
Agent ArchitectureWisdomForge

Virtual Socrates: What It Takes to Build an AI That Learns You

What if an AI tutor could adapt to how you think? Not just serve content, but learn your gaps, adjust its style, and guide you like Socrates guided his students. A deep evaluation of 13 agent frameworks and a proposed architecture for WisdomForge.

2026-04-2814 min read
SMF SwarmOpen SourcePredictive AIAgent Systems

SMF Swarm: Inside the Predictive Agent Swarm Pipeline

A deep dive into SMF Swarm — the open-source LangGraph + CrewAI hybrid prediction pipeline that runs multi-agent forecasts on any LLM, from 8 GB laptops to high-end GPUs.

2026-04-2412 min read