Bin Zhang Data, AI, and engineering notes
Home Blog Archive Collections

Categories

  • AI ENGINEERING
  • DATA ENGINEERING
  • DATA SCIENCE
  • DEVOPS
  • LARGE LANGUAGE MODELS
  • MACHINE LEARNING
  • SOFTWARE ENGINEERING

Standing on Open Source: How a Codex Edge Case Became Agentusage

July 21, 2026
AI ENGINEERINGSOFTWARE ENGINEERING

Agentusage would not exist without open source.

Use Local Models in VS Code Copilot with LM Studio and Unsloth Studio

July 10, 2026
AI ENGINEERINGSOFTWARE ENGINEERING

Before you begin Install VS Code with Copilot Chat, then download a model in LM Studio or Unsloth Studio.

Reproducing vLLM and LMCache KV Cache Reuse on a CPU-Only MacBook

July 3, 2026
AI ENGINEERINGSOFTWARE ENGINEERING

I became interested in LMCache because it sits in the part of LLM serving that feels both very practical and very under-discussed: KV cache movement.

Use Databricks Models with VS Code Copilot and Copilot CLI

June 23, 2026
AI ENGINEERINGDATA ENGINEERINGSOFTWARE ENGINEERING

I wanted one Databricks-hosted model to work in two developer surfaces:

A Git-Native Message Channel for Local Coding Agents

June 18, 2026
AI ENGINEERINGSOFTWARE ENGINEERING

My previous local development workflow was simple:

Python Decorator

October 23, 2024
SOFTWARE ENGINEERING

:bulb: It will extend your function behaviors during runtime.

ZIO

October 16, 2024
SOFTWARE ENGINEERING

This video is helpful to understand it. type:video

Reflex Learning

October 13, 2024
SOFTWARE ENGINEERING

Reflex (pynecone) Reflex is a library to build full-stack web apps in pure Python. Repo Video type:video

How to execute python modules

September 8, 2024
SOFTWARE ENGINEERING

We can use internal runpy to execute different moduls in our project.

© 2026 Bin Zhang. All rights reserved.