Damus

Recent Notes

 profile picture
@nprofile1q... @nprofile1q... So far I had better success by using Claude or Mistral as a "consultant" for when I have doubts about how I should implement something or how to rewrite part of the program I knew to be shoddy. I learned a lot by doing that. I set up gpt.el in Emacs for code and tend to use the web interfaces for questions that don't need a lot of context

The code produced by Mistral Vibe was getting a bit sloppy toward the end, like if it started missing some of the context along the way. I did nothing special regarding the feedback loop so that's most likely the issue

I did not try anything by OpenAI or Google yet, surely I must miss out but I slowly catch up with the new world
 profile picture
Currently trying Mistral Vibe to see if it can autonomously write the missing pieces for a Go project I'm sick to work on: HTTP handlers, missing bits from the "service" layer, entry point, and a few things in between.

It's a basic ass web service (a KMS over a set of plain text notes) so not a daunting task compared to what I read other people do with agentic AI but it's scifi-tier to see a bot writing valid code, testing and fixing what's wrong.

It produced me a compilable project while I was writing (so 5min top). It 404, but this still blows my mind.