
In this tutorial, we work with GLM-5.2 and use its hosted, OpenAI-compatible API instead of running the full model locally. We begin by setting up multiple provider options, securely loading the API key, and creating a reusable chat wrapper that supports normal chat, thinking mode, streaming, tool calling, and token tracking. Then we move beyond a simple chatbot example and test the model in more practical situations, including reasoning-effort control, streamed reasoning and answers, function
This is a tutorial on how to use GLM-5.2 through an OpenAI-compatible API rather than running the full model locally. The guide covers setting up the API client securely, creating a reusable chat wrapper, and testing the model across various practical features including reasoning-effort control, function calling, tool usage, structured output, and long-context retrieval. The tutorial demonstrates how to stream both the model's reasoning process and final answers separately, compare different thinking-effort levels on the same problem, and track token usage for cost estimation. This matters because it shows developers how to access and implement advanced reasoning capabilities in real-world applications without managing the computational overhead of running the model themselves.

In this tutorial, we build OpenHarness from scratch to better understand how a practical agent harness works. We recreate the major building blocks that make an agent system useful, including tool use, typed tool schemas, permissions, lifecycle hooks, memory, skills, context compaction, retry logic, cost tracking, and multi-agent coordination. Instead of treating an agent framework as a black box, we expose the full control flow and watch how the harness receives a user task, lets the model dec

The tokenmaxxing era was brief. We now appear to be entering the era of token rationing.

Figma has revealed some new design and coding product updates at its annual Config conference that aim to help creatives "push their ideas further" and automate tedious tasks with AI. Part of this is a reimagined canvas that's now optimized for full-stack development, according to Figma, bringing teams, AI agents, tools, and materials "together in one place." Notable callouts include coding layers that let you tweak the code of your projects without leaving the Figma Design can
Want to go deeper than the news? Explore live, cohort-based AI courses taught by practitioners.
Browse AI courses on Maven