Skip to main content

Tutorial

45 articles tagged with Tutorial

Instrument an MCP Tool-Use Agent with OpenTelemetry Tracing in TypeScript

A hands-on TypeScript tutorial for making an autonomous, tool-using AI agent observable. You build a small, dependency-light agent loop and wrap it in OpenTelemetry traces — a root span per invocation, child spans for every model call and every MCP tool call, using the gen_ai.* and MCP semantic conventions — then prove the span tree with deterministic, in-memory tests. Runs offline with zero API keys.

24 min readMichael Eakins
TutorialTypeScriptOpenTelemetry+2

Building a Production Async Agent Queue in TypeScript with Bun and Mistral Work Mode: A 2026 Tutorial

An end-to-end tutorial for engineers shipping long-running coding agents in production. We build a TypeScript queue on Bun that submits agent jobs to Mistral Le Chat Work mode and OpenAI background mode, polls or receives webhooks for completion, enforces per-job cost ceilings, and exposes a small status dashboard — the operating model behind the new async-coding paradigm.

26 min readMichael Eakins
AITypeScriptBun+5

Migrating Your Coding Agent from GPT-5 to DeepSeek V4: A TypeScript Tutorial

A practical, end-to-end migration guide for engineers running production coding agents on GPT-5 who want to evaluate or move to DeepSeek V4 — the open-source frontier model that landed Friday claiming the strongest agentic coding scores in the open ecosystem. Covers API differences, tool-calling adaptation, streaming, the agent loop, evaluation, and the real cost math.

25 min readMichael Eakins
AITypeScriptDeepSeek+4

Building Ambient AI: The Complete Tutorial for Voice-First, Screenless Interfaces That Replace Traditional UIs

Build production-ready voice-first ambient AI interfaces that eliminate traditional screens. This comprehensive tutorial covers OpenAI Whisper integration, GPT-4 natural language understanding, context management, spatial audio, and privacy-preserving deployment patterns. Includes complete source code, architecture patterns, and real-world implementation strategies for the post-screen computing era.

24 min readCrashBytes Editorial Team
ambient aivoice interfacesnatural language processing+9