Skip to main content

3 posts tagged with "GrayMatter"

GrayMatter governed memory and retrieval

View All Tags

GrayMatter Is More Than RAG

· 3 min read
John McMahon
CEO, Valkyr Labs Inc

RAG was the first useful answer to a real agent problem: the model does not know your business.

But the next problem is bigger.

The agent does not just need text. It needs memory, permissions, object relationships, retrieval policy, evidence receipts, workflow ownership, and a way to know when it should not answer confidently.

That is why GrayMatter is more than RAG.

SkillOptics: Stop Guessing Why Agents Fail

· 4 min read
John McMahon
CEO, Valkyr Labs Inc

Most companies will not fail at agents because the model is too weak.

They will fail because nobody can tell which agent behaviors are getting better.

An agent writes a draft. Another agent opens a pull request. A third one creates a product ticket. One run is useful, one is noisy, and one quietly repeats a mistake from last week. If the only record is a transcript, the team is stuck arguing vibes.

SkillOptics is the measurement layer for that mess.

TurboVec Is What Agent Memory Looks Like in Production

· 4 min read
John McMahon
CEO, Valkyr Labs Inc

Most agent memory demos stop at embeddings. They turn text into vectors, run a nearest-neighbor search, and call the result context.

That is a toy version of the problem.

Production memory has to answer harder questions. Who is allowed to see the record? Which business object did the evidence come from? Was the indexed source stale, unchanged, or newly refreshed? Can the agent cite a generated application object without inventing a custom evidence format? What should happen when the retrieval is weak, expensive, or unsafe?

That is the gap TurboVec is meant to close.