Blog

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

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

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?

Title Icon

Why AI Code Review Tools Miss What Matters Most — And the Fix

The change was forty lines. An AI agent wrote it to fix a proration edge case in the billing service — mid-cycle plan upgrades were rounding a day wrong. A senior engineer reviewed it the way good engineers do, line by line. The logic read cleanly. The variable names were sensible. The diff did what the ticket asked. She approved it, it merged, it shipped on a Thursday afternoon.

Title Icon

Turning On AI Isn't Adopting It: The AI Adoption Framework Behind Whether Your Investment Pays Off

We talk to a lot of leaders who have already made up their minds. AI is a fad. AI is garbage. They tried it, it underwhelmed, and they filed it next to every other overpromised technology a vendor once swore would change their business. It is a reasonable conclusion, and most of the time it is an honest report of a real experience.

It is also, almost always, a report on the wrong experiment.

Title Icon

What Is an Agentic Operating System?

An agentic operating system (agentic OS, or AOS) is the operating model a business runs on when AI agents—not just people or scripts—do the work: a coordinated layer of agents, shared context, guardrails, evaluations, and orchestration that turns one-off AI experiments into a system that ships real business outcomes on repeat.

Title Icon

We Run Our Own Business on Agents: Inside Facet's Agentic Operating System

The fastest way to evaluate whether a firm's agentic expertise is real is simple: ask them if they use it themselves. Not in a demo. Not in a sandbox client engagement. In the actual daily work that keeps the business running.

Pages