Ai
AI-Based Job Position Watching from Company Career Pages(PoC) - Part 1
· ☕ 5 min read
A proof-of-concept AI agent that automatically watchs company career pages for new job postings matching user-defined criteria. The agent navigates job portals, extracts relevant information, and stores it in a SQLite database for tracking and analysis.

A First Look at Proxying MCP Traffic with Agentgateway
· ☕ 5 min read
As a key protocol in the AI Agent ecosystem, MCP support is one of Agentgateway’s core capabilities. This article records practical experience and observations from proxying MCP traffic with Agentgateway.

Agentgateway Implementation Analysis Part 3 - Http Proxy
· ☕ 5 min read
This article attempts to analyze the implementation details of the Http Proxy main flow in Agentgateway. It allows readers to understand the working principle and implementation method of Agentgateway as an Http Proxy at the L7 layer.

Analyzing gemini-cli’s Source Code with gemini-cli
· ☕ 11 min read
Introduces how to use the `gemini-cli` command-line tool to analyze its own source code repository. Through a series of interactive commands, we will explore the design and implementation of `gemini-cli`. This method not only demonstrates the capabilities of AI tools but also provides developers with a new way to learn and explore.

ChatBlog - An Experiment in AI Interaction for Personal Blogs
· ☕ 5 min read
Adding a chatbot to a blog is both interesting and practical. It can answer readers' simple questions based on the blog content and the author's introduction articles. ChatBlog (chat + blog) might be an engaging and useful model for interactive technical sharing. This article documents my exploration and implementation process.