|
|
|
|
|
by paulbjensen
21 days ago
|
|
> Our hypothesis is simple: session logs are now the most important artifact in software development, and should be stored alongside the code itself in the repository. Pi.dev has a feature where you can export the session as a html file and look at it later. I foresee that potentially you could store this in the same Git repository and get the benefit of reviewing how a particular code change came about during a session with an agent. I guess the next step would be having the coding agent save that session context automatically in a folder in the git repository rather than requiring a human to export it. This startup also seems to be operating in a similar space to tangled.org - moving code repos into a decentralised hosting environment. |
|
https://github.com/gitsense/pi-brains
I will make another update by the end of this week that contains what I call "brain checkpoints" that will make it easier for developers to debug and understand AI reasoning.
The idea is after a task has been finished, you would commit lessons, notes, and "brain checkpoints" that are designed to live with the code.