Egregoros

Signal feed

Timeline

Post

Remote status

Context

1

Replies

22
@shibao @lain I heard a few good things when you use vulcan with some of them, but I still refuse to use anything related to OpenAI and Anthropic because of my ethical lines. I've toyed with Qwen3.5 for simple shit like emails and basic documentation lookup.

I am not a swe but none of my co workers have productivity boosts from LLMs and a few have leaked sensitive data on them 🫠
I've found that I am forced to develop an understanding of libraries I use anyway because the models (GLM 5.1 recently) get stuck on the implementation details and I have to ask very precise questions. I gain this understanding faster because I don't have to dig through the sources myself, but in the end I still know now how this rendering library packs the color channels and alpha bits. If I didn't ask, I would have just been stuck.

might be a skill issue
@lain @shibao i had thought of this and "hmm will i lose the ability to find out stuff for myself" and the answer I think is, "no". Instead of having to get pissed at trying to find how to do something, or read a lotta docs, Claude/Gemini can simply point how a stuff is/works and then I do the work myself. Hell, this reminds me of trying to navigate the openAI api endpoints and strugglling to find the exact values for the thingies.
@lain @shibao I've been focused on programming lately, and with Claude and Gemini I've been able to learn stuff and write rust code fairly fast as a programmer, but I don't vibecode, I just ask about concepts or how-to-do-thing and I then implement. I also did a clean room thingy, I had vibecoded a script for something I do, and now I'm implementing that on my program, so I told it to give me the details as if we were clean room implementing smth. Very fun.

For other things like fixing bugs in build stuff (nix, c++, gentoo [in the past]), it's also really good because I don't have to get fucked and either cope with the failure or wait for a fix.
@lain @shibao yep. I haven't modified much currently, but like, sometimes stuff will break for me on nixOS, and there might be a PR waiting, there might not be, and with Claude I can fix that for myself. Also giving it a nix derivation and an arch pkgbuild and telling it to update the nix deriv according to the pkgbuild and it doing great. It's really good.