What are these people doing? There's a reason we don't attach random metadata to commits
Intent-Based Commits
21–30 of 54 posts
Re: Intent-Based Commits
#22I had to stop doing this because it greatly slowed down and confuse the model, when it did a repo search and found results in some old md files. Plus token usage went through the roof. So keeping changes in the open like that in the repo doesn't work.
Not sure how tfa works, but hopefully the model doesn't see that data.
Re: Intent-Based Commits
#23Re: Intent-Based Commits
#24Now, because the author took the time to work on it, we can see if this is actually a better method of software development. If LLM development continues deflating the cost of quality software, maybe this will turn out to be the future.
Re: Intent-Based Commits
#25> Every commit is reproducible. The prompt is preserved with > some extra attributes about which model and agent was used. > You can re-run any commit against a fresh checkout to see > what Claude generates from the same instruction. I don't see how this is true. LLMs can generate different outputs even with the same model and inputs.
Re: Intent-Based Commits
#26Re: Intent-Based Commits
#27> Every commit is reproducible. The prompt is preserved with > some extra attributes about which model and agent was used. > You can re-run any commit against a fresh checkout to see > what Claude generates from the same instruction. I don't see how this is true. LLMs can generate different outputs even with the same model and inputs.
Re: Intent-Based Commits
#28> Every commit is reproducible. The prompt is preserved with > some extra attributes about which model and agent was used. > You can re-run any commit against a fresh checkout to see > what Claude generates from the same instruction. I don't see how this is true. LLMs can generate different outputs even with the same model and inputs.
How different? So do compilers.
Re: Intent-Based Commits
#29Earlier quoted context omitted.
How different? So do compilers.
Compilers of the same version should preferably not produce different output with the same input.
Re: Intent-Based Commits
#30What you should do, is use the context window that you've got from writing the code and refine that into a commit message using a skill.