Using Gemma 4, Ollama, OpenAI Agents SDK, and Tavily MCP to build a lightweight research agent The post From Local LLM to Tool-Using Agent appeared first on Towards Data Science .
By Shuai Guo
A hands-on walkthrough of code execution with the OpenAI Agents SDK and Docker The post Build an LLM Agent That Can Write and Run Code appeared first on Towards Data Science .
By Shuai Guo
If you have ever wanted to actually build an LLM inference runtime yourself — pack your own weights, own every barrier, capture your own CUDA graphs — this is what that journey looks like on an H100. A step-by-step tour of a small runtime called annotated-llm-runtime, and the three bugs that produced most of the annotations.
By Anubhab Banerjee
Learn how to run OpenClaw bots for increased productivity The post How to Orchestrate a Fleet of OpenClaw Bots appeared first on Towards Data Science .
By Eivind Kjosbakken
A hands-on walkthrough of a hybrid local-cloud workflow using Gemma 4 and GPT-5. 4, with reasoning and structured outputs The post Stop Choosing Between Local and Cloud LLMs: A Field Guide to Hybrid Patterns appeared first on Towards Data Science .
By Shuai Guo
Most LLM applications need a clear workflow, not an autonomous agent. Here's how to build one in plain Python.
By Shuai Guo