Luke Oliff ยท Developer relations
Developer relations, written down.
I'm Luke Oliff, Head of Developer Relations at Speechify. I write about docs, developer communities, and the craft of making APIs easy to build with. Everything I publish lives here.
Search covers posts, the CV, and the uses page.
The author, plus the two reasons posts ship late
Writing
Recent posts.
The latest things I published. Post links live at the root, so they stay short and they stay put.
TIL: git history fixup replaces the autosquash danceOriginalGit 2.55's experimental git history fixup folds staged changes into an earlier commit in one command. I built it from source and ran it.TIL
OpenAI Presence: Voice Agents You Can't Self-ServeOriginalOpenAI Presence deploys enterprise voice and chat agents, but only via OpenAI's own engineers. No API, no pricing, no self-serve. What that means.Voice AI
AgentForger: One Link Forges an AI Insider in Your OrgOriginalZenity disclosed AgentForger, a ChatGPT Workspace Agents flaw where one phishing link forged a persistent AI insider. OpenAI fixed it in four days.AI
Kimi K3 Weights Drop as Washington Argues DistillationOriginalMoonshot ships Kimi K3's 2.8 trillion parameter weights days after the US floated a ban and accused it of distilling Anthropic's Fable.AI
Speech generation in the Vercel AI SDK with SpeechifyThe AI SDK ships generateSpeech() but no Speechify provider. So we wrote one: a dependency-free custom speech model that maps POST /v1/audio/speech onto the SDK's SpeechModelV4 interface, key held server-side in a Next.js route.Next.jsvia speechify.ai