16
submitted 1 week ago* (last edited 1 week ago) by Shin@piefed.social to c/programming@programming.dev

I've rewrote the post to be "more pleasant" to read. Sorry for the unhinged original post.

I've a devlog on the card game thing I'm working on. This is a side project, a thing that I'm using for learning and practing some of the stuff from the AI perspective.

This is my discovery and other things, all feedback, ideas and concepts are welcome on the perspective of the software and programming.

Thanks in advance

you are viewing a single comment's thread
view the rest of the comments
[-] Shin@piefed.social 1 points 1 week ago

Most of my complains are on the func (f *thing) name(w *http.Writer...), this is ok for small functions, but when you have 20 lines, where 10 of then uses single letters around are unbearable.

Regarding the CLAUDE.md, didn't work at all. I don't know if the training material is so small in the GoLang that makes the model go crazy on specific details, or maybe the single letter was preferred since it consumes less tokens, either way, didn't work at all. And I was using the Opus. I know that they released the Fable, but I can't use since it's coding related.

The Qwen model I used a quantized version of it for a lot of the stuff, it's super fast, but a 8 vRAM won't hold it. On my Linux box I have 16vRAM and managed to hold it tight, but I notice that I was destroying the GPU for long running tasks, so I aborted.

I do have a Blackwell in mind, with some luck I can manage to grab one and test a full precision DeepSeek V4 Flash in it. I already saw some people doing it in a single Blackwell, so should be a thing to have at home to play around, but this is a far future.

[-] atzanteol@sh.itjust.works 1 points 1 week ago

Regarding the CLAUDE.md, didn’t work at all.

Not at all? I do know that LLMs tend to have a "recency bias" and lose earlier context over time, especially when Claude summarizes a session to create a new one seamlessly. I've run into issues with it wanting to run git commands despite me explicitly telling it that it should never do so... Keeping sessions short seems to help.

[-] Shin@piefed.social 1 points 1 week ago

For my use case, didn't work. But I was in a more spec driven than anything else. So maybe with a shorter spec file would have a better result.

this post was submitted on 03 Jul 2026
16 points (94.4% liked)

Programming

27651 readers
127 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 3 years ago
MODERATORS