Post #618
532
Still want to build a small harness similar to claude managed agents one, where you can upload envs, apis, etc and then combine agents for specific task, but i am torn apart - should it be code first (ie store everything in github) or cloud first (ie do everything in the cloud). i kind of like the idea of a box that just sits there and provides a simple api for simple agents. Cloud first plus is that you just write prompts/connect tools/deploy functions and it is wokring. You can have your own versioning, experiments, forking anything really. With code first it is a little bit more natural but you have to diff on changes all the time which is annoying at minimum, but you can share and fork stuff, but i highly doubt that i want to share all my personal agents with anyone? why would i? something internal to my home network for example? i dont even need forks and merging.