This blog outlines the step-by-step process for getting started with a Langchain demo. LLM Creation Go to the Azure portal and create an Azure OpenAI service. Within that service, navigate to the Foundry portal and deploy a cost-effective gpt-4o-minimodel (use version: 2024-07-18). Simple Chat Create chat.py 1from …
Read MoreThis is a MCP Getting Started, to set up the simplest mcp server and go through the simple scenario. 1mkdir my-mcp-server 2cd my-mcp-server 3 4python -m venv venv 5source venv/bin/activate 6 7pip install fastmcp 8pip install pytz Create server.py 1from fastmcp import FastMCP 2 3mcp = FastMCP("我的第一个MCP服务器") 4 5@mcp.tool …
Read MoreI have been very interested in 3D modeling and visualization techniques for a long time. In 2017, I started a GitHub project to build a simple modeling tool using raw WebGL directly. I decided against using frameworks like Three.js, mainly for educational purposes. The project progressed slowly. After struggling for …
Read MoreRecently, a new trend has emerged in utilizing agent skills, as seen at: https://agentskills.io/home. It appears to be quite straightforward to assign specific tasks to an agent, provided that your requirements are clearly outlined in the skill.md file. I decided to give it a try. As an avid book lover, I occasionally …
Read MoreI recently used vibe coding to complete two prototypes for my side projects. The experience was fantastic! General Experience I primarily used Visual Studio Code’s Agent mode with the Claude Sonnet 4.5 model. I would describe my requirements to the Agent, and it would write the code for me. I was impressed by how much …
Read More#ai Sub-title: China, Silicon Valley, and the New World Order Author: Kaifu Lee Overview of "AI Superpowers" This summary is organized around the key themes of the book, with my specific highlights integrated directly into the narrative.
- The Mechanics and Prerequisites of Modern AI Early AI consisted of "rule-based: …
Read MorePublished: Jan 13, 2019 Tags: ai Category: Engineering This blog introduces the basic knowledge of machine learning. The details of algorithm and programming will come in later blogs. Machine learning is a technology which can resolve the computational problem without programming specifically. Process Machine learning …
Read MorePublished: Dec 07, 2018 Tags: ai, smartcity Category: Engineering I had the honer to give an 'AI for Smart Cities' presentation in 'Big Data & AI Asia' conference Dec 5. The conference was hold in Suntec and it was a big event around hundreds people participated. I managed to convey the following messages in my talk: …
Read More