Audiobooks, audio entertainment, and AI-assisted production
Audible
Audible produces and distributes audiobooks, podcasts and Audible Originals through consumer memberships and individual title purchases. Its Audiobook Creation Exchange (ACX) connects authors, agents and publishers with narrators, engineers, studios and producers to create audiobooks. Whispersync for Voice and Immersion Reading, introduced in 2012, let readers switch between text and audio without losing their place, or listen while following synchronized, highlighted text.
Founded by Don Katz in 1995, Audible developed downloadable spoken audio for listening on the go, releasing its portable digital MobilePlayer and launching Audible.com in 1997. Bob Carrigan is its current CEO. Its AI-assisted production initiative, launched in 2025 through selected publishing partnerships, aims to bring more books into audio and additional languages. The announced approach combines managed and self-service production with multilingual AI voices. Translation pathways include translating manuscripts before professional or AI narration, and translating speech while preserving the narrator’s voice and style; publishers can edit translations and opt for professional linguistic review.
Amazon completed its acquisition of Audible in 2008, making it a wholly owned subsidiary. Audible reported nearly 6 billion listening hours in 2025. Beyond consumer listening, Audible for Business launched in 2026 with an initial U.S. rollout, enabling organizations to distribute audiobooks for employee learning, gifting and events through bulk redemption-code purchases powered by Amazon Business.
Explore the recordings
Audible’s supplied archive contains one workshop, co-presented by Harshul Jain, identified as Audible, and Tanmay Sah, identified as an independent AI researcher. Use it as a guide to LLM inference engineering; it does not establish Audible’s production architecture or current product capabilities.
Build an inference cost and latency model
Start with Deep dive on LLM Inference at Scale for a beginner-to-intermediate path from attention and KV storage to GPU constraints. The Mistral 7B notebooks connect context length and concurrency to memory, time to first token, inter-token latency and throughput. Follow the distinction between compute-heavy prefill and memory-bandwidth-limited decode before exploring quantization and attention variants. In the recorded quantization demo, reported weight memory drops from roughly 15 GB at FP16 to 7.5 GB at int8 and 4.5 GB at int4; throughput is not measured. Jain corrects the earlier MLA savings calculation to 14×. The ostrich and World Cup algorithms are fictional teaching analogies.
Compare serving strategies through workload-specific results
Return to the same workshop for KV reuse, paged attention, continuous batching, prefix caching, KV quantization and speculative decoding. Treat the benchmarks as recorded results from particular setups: the presenters report nearly 15× throughput for default vLLM over a plain Hugging Face baseline on H100, alongside higher first-token latency and lower inter-token latency. They report no statistical difference between vLLM and SGLang on their ShareGPT workload, but three to four times better performance for SGLang on their repeated two-turn agentic branching workload, explicitly noting setup dependence. Their recommendation to default to vLLM and evaluate SGLang for agentic workloads reflects the workshop’s conclusions, not a verified comparison of today’s engines. Sah’s skepticism about speculative decoding is presented as personal testing experience.
1 talk
Newest first1 speaker at AIE
Affiliations reflect their AIE appearances, not necessarily current employment.
