
In the AI era, once a task can be measured and automated, it is not far from being maxed out.
#randomthinking
English
Yaowei Zheng
37 posts

@code_hiyouga
Open-Source Maintainer @llamafactory_ai, Founder & CTO @prismshadow_ai Building continual learning AI platform. Opinions are my own.








We can basically think of an agent as a GitHub repo. The LLM is an executable inside it. The context is a set of text files. The harness is the code that manages how context and the LLM interact. Apply harness engineering to this repo, and you get a self-improving agent.

