GP Saggese

Results 193 comments of GP Saggese

I agree with @samarth9008 analysis. Let's 1) understand the root cause and find the solution 2) document the solution for others Also let's do these things quickly since those are...

@Shaunak01 can do it. It's P1

I would remove the lines for simplicity. I'm experimenting with some LLM prompts to automatically add comments to chunks of codes that need it. The goal is to get linte...

Yes, let's do it in the linter without LLMs. After a few tries, LLMs seem to have problems understanding the concept of "empty line," in the same way, they are...

The plan is correct although doesn't really add much info to the specs. The goal is to have a shared understanding of what the script will do and how will...

1) I expect that DIND is not really used anywhere, but it seems to be used by default somewhere ``` elif hserver.is_dev_ck(): ret = True ``` - See if we...

- [ ] GP to add a couple of resources explaining how people use LLMs for coding - [ ] GP add some of his tip & tricks - [...

Review https://docs.google.com/document/d/1oxhb5hGfRAI89HIWRaUeqZxOf8tAHTcEq5f7oBvjJp4/edit?tab=t.0 We want to start - read the doc - propose ideas - use some of the workflows from `llm_transform.py` (there is a documentation / unit testing bounty) and...

Good call collecting everything floating around. We should merge the following docs - [ ] https://docs.google.com/document/d/1oxhb5hGfRAI89HIWRaUeqZxOf8tAHTcEq5f7oBvjJp4/edit?tab=t.0#heading=h.3wdnj8vgpxls - [ ] my notes on aider - [ ] maybe notes on how...

@sonniki is also seeing some problems. Let's all try to repo it. Maybe it's a mac issue