Agent Identity: From Locke to OpenClaw

Agent Identity: From Locke to OpenClaw On the engineering practice and philosophical framework of AI agent identity continuity 0. Introduction: An Engineering Problem Misdiagnosed as Philosophy The cost of agent amnesia is systematically underestimated. Not because users are annoyed—though they are. But because statelessness breaks the foundation of the trust account. Every session, the agent starts from zero. It doesn’t know who you are, why you got angry last time, whether that promise from three months ago was kept....

April 5, 2026 · 22 min · 4541 words · Xinwei Xiong, Me

Kubernetes Resources and Learning Path Summary

Requirements 🔥 We need to further study and advance in kubernetes, reading source code is a necessary path. 👀 More importantly, it’s the collection of kubernetes resources. ⚠️ All resources use external links, book resources may not have links, others are personal experiences and summaries. Please contact for removal if there’s copyright infringement. 🚧 ⚠️ **Note: This article will be permanently stored in notion and will be continuously updated, providing a write channel....

August 6, 2024 · 6 min · 1208 words · Xinwei Xiong, Me

Harnessing Language Model Applications with LangChain: A Developer's Guide

May 22, 2024 · 0 min · 0 words · 熊鑫伟 (Xinwei Xiong)

Exploring Large Language Models (LLMs): Pioneering AI Understanding, Generation & Human Language

LLM’s basic learning theory [toc] Introduction to large language models Large Language Model (LLM), also known as large language model, is an artificial intelligence model designed to understand and generate human language. LLMs typically refer to language models containing tens of billions (or more) of parameters that are trained on massive amounts of text data to gain a deep understanding of language. At present, well-known foreign LLMs include GPT-3.5, GPT-4, PaLM, Claude and LLaMA, etc....

May 15, 2024 · 147 min · 31282 words · Xinwei Xiong, Me

Troubleshooting Guide for OpenIM

Translation and Enhancement of the Article on Troubleshooting Techniques Using OpenIM If you’re seeking specific answers to issues related to OpenIM, I regret to inform you that this article isn’t a collection of problems and solutions. Instead, it focuses on the troubleshooting methods and debugging techniques gleaned from development and operational experiences using OpenIM as a case study. If you’re interested in learning how to diagnose faults and pinpoint issues, please continue reading....

April 16, 2024 · 28 min · 5925 words · Xinwei Xiong, Me

Navigating the Open Source Landscape

Open Source Has Greatly Contributed to My Growth Open source has significantly contributed to my growth, providing numerous experiences and learning opportunities. For those interested in my journey, here is a guide based on my first open source experience: Open Source Contribution Guidelines . When I first got involved in open source shortly after starting university, I discovered that many well-known open source projects are supported by industry experts. This often leads people to believe that only “experts” can contribute to open source....

April 13, 2024 · 11 min · 2317 words · Xinwei Xiong, Me

Sora Ease Guide: Mastering Sora AI for Developers

Copyright: SoraEase , please indicate the source when forwarding. This article from the https://github.com/SoraEase/sora-prompt open source project,SoraEase wants to provide automated, easy, and quick to use tools and guidelines for SORa-related developers. Sora Prompt Collection, a repository dedicated to inspiring AI-driven video creation with Sora. Structured Prompt | Sora Collection of prompt words, a repository designed to inspire AI-driven video creation using Sora. Sora | Sora is an AI model that can create realistic and imaginative scenes from OpenAI’s text instructions....

March 14, 2024 · 12 min · 2550 words · Xinwei Xiong, Me

Exploring Sora Technology for Enthusiasts and Developers

Sora! ! ! Recently, there has been a craze about Sora on the Internet. As the latest technology launched by OpenAI, Sora gives the magic of text-generated videos, and the results it demonstrates are impressive. At present, the appeal of short videos has far exceeded traditional novels and graphic comics. Therefore, the advent of Sora may trigger a revolution in the field of video production. The charm of Sora is that it can generate up to 60 seconds of video content based on text descriptions, which includes detailed scene settings, lifelike character expressions, and smooth camera transitions....

February 24, 2024 · 21 min · 4385 words · Xinwei Xiong, Me

Brain-Friendly English Learning Strategies: Tools and Techniques Explained

After researching a large amount of information, we summarized the methods of memorizing words and learning spoken English. A problem student in the eyes of teachers since childhood, and a stupid child in the eyes of parents. For a class teacher whose eyes are full of excellent students, there is no room for an undistinguished student like me in his eyes. I have been on the road to understanding and redeeming myself, constantly exploring why others memorize words so quickly, why all online learning methods fail for me, and why everyone thinks it is my problem…...

February 16, 2024 · 24 min · 5067 words · Xinwei Xiong, Me

Decoding Go Language Source Code: A Deep Dive into go: Directives and the Use of Automation Tools

These go: instructions in the Go source code && go automation tools Developers have a strong tendency to automate repetitive tasks, and this also applies to writing code. Boilerplate code may include operations such as setting up a basic file structure, initializing variables, defining functions, or importing libraries or modules. In some cases, packages provide boilerplate code as a starting point for developers to build from, typically generated after the code behavior has been configured....

January 25, 2024 · 22 min · 4561 words · Xinwei Xiong, Me