Thoughts and Engineering on AI Agents
I'm Lee, a builder and writer focused on AI and agent technologies. I explore harness engineering, intelligent agent systems, and the real-world applications and underlying logic of AI agents. Backed by a front-end full-stack foundation in React, TypeScript, and Node.js, I approach AI through the lens of both engineering and product design.
Popular Posts
你应该知道的基础软件设计原则
软件设计原则是指导软件设计的指导原则,它们是由经验丰富的软件开发人员总结出来的。
JSBridge:连接 Web 与 Native 的通信桥梁
JSBridge 是一种连接 Web 与 Native 的通信桥梁,它可以让 Web 端和 Native 端之间进行通信。
JavaScript 代码简洁之道
本文分享一些代码可读性和简洁性方面的一些技巧。
React 中的高阶组件及其应用场景
高阶函数、高阶组件、属性代理、反向继承、装饰器模式、受控组件
前端中的 IoC 理念
前端应用在不断壮大的过程中,内部模块间的依赖可能也会随之越来越复杂,模块间的低复用性导致应用难以维护,不过我们可以借助计算机领域的一些优秀的编程理念来一定程度上解决这些问题,接下来要讲述的 `IoC` 就是其中之一。
深入浅出 Web Audio Api
我将会介绍什么是 Web Audio Api,如何使用 Web Audio Api 来处理音频等等。