Engineering blog

From the team building it.

Engineering deep-dives, product thinking, and the reasoning behind the decisions that shape Culvii.

// Identity: UUID vs DID const uuid = randomUUID() // → "a3f9b2c1-..." — unique, not verifiable const did = await issueAgentDID({ tenant: 'jll-prod', keypair: await Ed25519.generate(), }) // → "did:culvii:jll-prod:kAb7x9..." // cryptographically verifiable // signed every action it takes

More posts coming soon — subscribe to be notified.

New posts, no noise.

We publish one to two posts per sprint — engineering-first, no marketing fluff. Unsubscribe any time.

We don't sell your email. Unsubscribe any time.