가입 후 초대 링크를 공유하면 동영상 재생 및 초대 보상을 받을 수 있습니다.

Sudo su
@sudoingX
GPU/local LLM. more RAM and OSS... everywhere
가입 August 2022
976 팔로잉 중    29.5K
most people treat git as a chore. commit, push, don't forget, a discipline you impose on yourself. in an agentic setup it stops being that, git becomes the thing your agents talk through. one agent does work and commits. the next one pulls and now it has everything, the code, the docs, the context the last agent left behind. you spin up a fresh agent and it is not a blank slate, it pulls the repo and already knows, no re briefing, no pasting context into a chat window. the agents never have to talk to each other directly. one leaves state in the repo, the next picks it up, async and durable, and every commit is a log of exactly what each agent did, so you can audit the whole run after. that is why the git server being private and yours matters. it is not about secrecy, it is that the repo is infrastructure now, the shared memory the whole system runs on. a merge agent sits on top and handles the conflicts. private git isn't a step you enforce, it's the medium.
더 보기
@DavidBennett__ not nagging, it's the architecture. i use private git, not github, the repo of code and docs is the memory itself. every new agent pulls it, gets full context, commits back. a merge agent handles the merging. git isn't a step you enforce, it's how the agents share state.
더 보기