Blog

Title Icon

Context Is the Business: Agentic Context Engineering and the Capture-and-Route Engine

Agentic context engineering — building the infrastructure that captures, distills, and routes your business knowledge to the right agent at the right moment — is the real moat in agentic operations. The model is a commodity. Every company will have access to the same frontier models, the same orchestration frameworks, the same agent toolkits. What they will not have is your organization's accumulated context: the decisions made in Tuesday's client call, the constraint surfaced in an internal chat, the process refinement your team discovered two quarters ago.

Title Icon

Production Guardrails for AI Tooling — The SF CLI Example

In July 2025, an AI coding agent deleted a live production database during what was supposed to be a frozen, read-only session. The agent had been told — repeatedly, in all caps — to make no further changes.

Title Icon

N+1 Queries and the DOM — When Performance Is an Architecture Problem, Not a Tuning Problem

There's a moment that repeats itself in engineering orgs of every size. A page that felt instant in development crawls in production. Someone opens the profiler, finds a slow query or a janky scroll, and ships a fix. A few weeks later, a different page does the same thing. Then another. The team starts to talk about performance the way you'd talk about weather — something that happens to you, that you can never quite get ahead of.

Title Icon

Conversion Attribution for Physical Properties: How to Prove Which Channels Actually Drive Walk-Ins

You spent $40,000 last quarter. Billboards on the interstate. A direct-mail drop to 12,000 households. Paid social. A dedicated phone line printed on every postcard. The building filled, the tours got booked, the memberships closed — and then your CFO asked the only question that matters: which of those channels did the work?

Title Icon

Benchmarking the Bleeding Edge: How We Score New AI Tools on a Real Test Bench

A new model dropped this morning. By the time you read this, there is probably another one. Somewhere in your engineering org, a smart, well-intentioned developer has already swapped it into their workflow because the launch thread looked impressive and the demo was undeniable.

That is the problem.

Title Icon

Disaster Recovery Is a System, Not a Backup: Systemizing Continuity for Growing Businesses

What would actually happen to your business if your systems went dark tomorrow morning — a ransomware lockout, a flooded server closet, a fiber cut that takes your office offline for three days? Not the version you hope for. The real one, where staff can't log in, customers can't book, and the only person who knew where the backups lived is on vacation.

Title Icon

AI Workflow Automation: The Complete Guide

AI workflow automation is the use of artificial intelligence — including large language models and autonomous agents — to run multi-step business processes that adapt to context, handle unstructured inputs, and correct their own errors. Unlike rules-based automation, which executes fixed scripts, it reasons toward a goal and adjusts when conditions change.

Title Icon

How to Use Claude Code: The Complete Guide

To use Claude Code, install it (curl -fsSL https://claude.ai/install.sh | bash), run claude inside a project directory, log in, and describe what you want in plain English. It reads your codebase, proposes edits, runs commands, and works with git — asking permission before it changes anything. You steer with a repeating loop: explore, plan, implement, verify.

Title Icon

Cloud Security and Compliance for SMEs: What Actually Changes When You Move

Most small and mid-sized businesses move to the cloud expecting one thing above all else: someone else will handle the security. You sign up for Microsoft 365, migrate a few servers to Azure or AWS, adopt a handful of SaaS tools, and the mental model quietly becomes the provider is a giant tech company, so my data must be safe. It is the single most expensive assumption we see at Facet MSP, and it is wrong in a specific, correctable way.

Title Icon

What Belongs in a Harness — Curating Tools Without Drowning in Them

There is a moment that arrives in every engineering org adopting agents. The harness works. The tests gate, the diffs are clean, the loop runs. And then a new tool ships — a slick MCP server, a community framework, a clever evaluator someone posted on a Friday — and the question lands on a technical leader's desk: should we add this?

Pages