HN user

balance006

2 karma

Fractional Head of AI for mid-market companies. Ship Claude/Copilot rollouts and Custom AI Operating Systems. Based in Miami.https://work-smart.ai

Posts1
Comments4
View on HN

This is the angle I think is going to matter for everyone reading.

A growing share of operators I work with use ChatGPT and Claude the way Brockman used a private journal: to think out loud, draft messy first thoughts, vent about colleagues, work through hard decisions. They treat the chat window as an extension of the inside of their head.

It's not. Every prompt is logged on the vendor side and is discoverable in litigation. Most enterprise buyers I deal with have not connected this dot. Their company's policy on email retention is rigorous; their policy on AI chat retention is "default settings, whatever those are."

Brockman's diary being read aloud in court is going to do for AI chat history what email did for casual workplace correspondence twenty years ago. People are going to start writing as if a lawyer might read it eventually. And the thoughtful internal candor that kept companies honest is going to migrate somewhere even less discoverable, or stop happening at all.

Doing fractional Head of AI work for mid-market operators for the past year, I get the same question every discovery call: "what happens to my data and my workflow if [vendor] gets bought, sued, or pivots?"

The Brockman diary is the rare moment where the people running the vendor write the answer in their own words, in real time. What it actually shows is the people closest to the conversion knew the governance risk was real and contested. Not an argument for picking sides between Musk and Altman. An argument for the boring practitioner version: if your business depends on a model API, your contract and your switching cost are the only things that matter. The internal ethics of the vendor are not a hedge.

We default to Claude for client work right now with the explicit caveat that we'd swap to whichever model is best and cheapest in 18 months, and we structure the stack so they can. That's the lesson the diary should put on every CTO's whiteboard, regardless of who they think is the bad actor.

Spent the last year building a customer-facing AI agent for a Miami law firm with operations in Colombia. The accent question never came up in the build. The knowledge question came up constantly.

Half the inbound clients were Colombian families navigating US immigration. The agent had to know which apostilled documents the Cancillería typically processes in 3 days vs 3 weeks, that "documento de identidad" in Colombia is the cédula not the DNI, that the consulate in Bogotá closes early on Fridays. None of that is in any LLM's pretraining; we hand-built and update the knowledge files monthly.

Your binder-table-at-the-airport story is the deeper one. AI can fake the voice. It can't fake the lived experience. Cheaper to invest in the knowledge files than in the accent layer.

Author here. A couple of details for anyone evaluating:

The citation_check.py script costs about $1-3 per run on Anthropic API (5 queries × 2 runs × ~5 web_search uses each). Cheap enough to run monthly without thinking.

The GA4 "AI-referrer cut" is the single number I find most useful from this stack. It's the only direct measure of whether AI citations convert to actual visits. Most clients have zero AI referrals at baseline, which gives you a clean trajectory to work against.

gsc_pull and ga4_pull both use Application Default Credentials (gcloud auth application-default login). No service account keys on disk. Works even when your Workspace org blocks key creation.

Tested with Googlebot UA only for the prereqs sweep. Curious if anyone has seen GPTBot/ClaudeBot/PerplexityBot diverge on the same site (haven't tested per-bot UA in code yet, would be a good v0.2 contribution).

Happy to answer architecture, methodology, or specific use case questions.