Live data from Hacker News

Using coding assistance tools to revive projects you never were going to finish

blog.matthewbrunelle.com

201–210 of 263 posts

Re: Using coding assistance tools to revive projects you never were going to finish

#201
post #69

Earlier quoted context omitted.

It's not weird if it comes from ESL. At least in portuguese there's no "it" equivalent for pronouns or any other neutral artifact in the language, in other words, everything has a gender, even an AI model, the same goes for objects e.g.: knife(she), fork(he), spoon(she), plate(he). People often commit mistakes regarding that, the same way we don't have "they" as pronoun to someone we don't know the gender, so we addr…

It’s funny with someone coming from Mandarin. There’s no separate he/she/it in spoken Mandarin, so they tend to mix up “he” and “she.” It sounds very strange and gives me some idea of what French speakers must go through when they hear me say “le voiture” or whatever.

> It sounds very strange and gives me some idea of what French speakers must go through when they hear me say “le voiture” or whatever.

As a native German speaker (where there exist 3 genera [1]), I can tell you how it feels:

The genus basically feels like a type of a variable in a programming language; if you use a wrong type for a variable in your computer program, you immdiately know that the program is wrong, and it won't compile.

Sometimes, you also can use specific words with a specific genus, so that a reference to it by pronouns gets unique (in terms of programming, I'd claim that this feels a little bit like doing register allocation by hand).

Re: Using coding assistance tools to revive projects you never were going to finish

#202
post #55

Earlier quoted context omitted.

I think this is the first time I've seen someone refer to an LLM as "he" rather than "it". No judgement, but I definitely found it interesting (and disconcerting).

As a native German speaker, I have also referred to a chatbot in English as "he", and similar to you, a native English speaker, felt jarred by it. It was definitely not out of any personification or humanization though. In German, I would say it is "der Chatbot" (from "der Roboter"), which in German is a male noun so I would refer to it as "er" (the male pronoun) - which in my head I autotranslated to "he". Most of t…

"Der Computer" is also masculine, so you have probably been calling your computer "he" for decades. Languages with gendered nouns don't quite have the same he/she/it distinction.

Re: Using coding assistance tools to revive projects you never were going to finish

#203
post #7

My most abandoned type of projects are video games. I have a folder with tens of abandoned projects, I re-frame them as experiments at that point. This last week I decided to give Claude a go at one of these, and it's been a blast, it picked up the general path immediately. Since I said to CC they were abandon projects, he explicitly pushed into "lets have V0 game play loop finished, then we can compound and have fun…

I think this is the first time I've seen someone refer to an LLM as "he" rather than "it". No judgement, but I definitely found it interesting (and disconcerting).

[deleted]

Re: Using coding assistance tools to revive projects you never were going to finish

#204

Earlier quoted context omitted.

The OP said “ But why give Anthropic/openai our money? Nonsense. Use open models” Then I’d be giving money to openrouter and a Chinese model provider, is that better?

Yes, it is better. They are releasing open models, unlike Anthropic. Additionally other (non-chinese) companies run the open models, so if that is the issue you have options.

"If you don't pay for a product, you are the product". That's always been emphasized on HN threads related to FB, Google, etc.

Are LLMs different?

Re: Using coding assistance tools to revive projects you never were going to finish

#205

I know how to write code, I just don't have time. AI has been an absolute game changer in let me get OS projects out into the world that I just didn't have time to build before. I'm having an absolute blast spinning up local GUI applications for Linux that I wanted to exist, but didn't have enough motivation to build before. (Shameless plug) * Sambervise: https://github.com/edward-murrell/sambervise - A Linux GUI app…

Just some feedback - I would love to see some screenshots in your GitHub READMEs!*

*I saw the second project has a partial screenshot, but not a full one.

Re: Using coding assistance tools to revive projects you never were going to finish

#207

Earlier quoted context omitted.

Disagree. Qwen 3.6 and opencode have built and helped plan entire feature sets such as vectorizing and searching, setting up UI to manage categorized search data. Some test systems around this, etc. Very usable locally assuming you setup your local tooling correctly and you are an actual programmer who can generally help drive this stuff correctly and not just a vibe coder.

How big of a Qwen model are you running that can plan and implement entire feature sets? I’ve tried multiple that I can run locally and they’re all very much just glorified autocomplete, but slower - on a M4 Max MacBook

I'm running qwen 3.6 35b.

I'm using opencode here's one of the projects I've had it complete - just so you know exactly what it's getting done.

I have a large (300,000k loc) sims-like game that I've hand written over last 3 years.

I have a lot of internal administration tooling that has to be built to manage stuff like icons, NPC brain data, world lore, world actions, all kinds of 3d game data, etc, etc.

One example I had qwen do: Work with me to plan out a feature for an admin panel to manage searchable vector embeddings for each NPC's personality, this was around 600 loc across 4 files, back-end database, front-end UI logic, and front-end templating.

It made 3 small mistakes I told it to sort out and fix, which it did.

I essentially let it do it's thing while I was working on main game core coding. So I was pretty hands off and it planned things out nicely before-hand and got my approvals before it built it.

I really wouldn't call it "glorified auto complete"

Re: Using coding assistance tools to revive projects you never were going to finish

#208
post #106

It’s great. I have a stupendous amount of personal software now. Yesterday was a native text editor that was fully integrated into my mediawiki install and would autocomplete links and make syntax easier to use. No one could have built this software but me because it’s worth nothing to others. And I couldn’t build it because it takes too long. But when I’m using an agent to code the limited resource is my attention w…

I’m also having a blast with generating userscripts/css to make web SaaS work better for my workflows. Went from waiting for months for a new feature to writing QoL improvesments myself

Re: Using coding assistance tools to revive projects you never were going to finish

#210
post #167

Earlier quoted context omitted.

What is the skill that needs to be learned? I've been forced to vibe code everything at work, there's no skill required to ask Claude code to do something.

I think there's a difference in using claude code at work to resolve issues or user stories which are patching existing software and already define what is trying to be solved and what the acceptance criteria is versus using claude code to build something from scratch, where you are acting as an architect. It leaves more room for skill expression when you're making architectural decisions, defining scope, and designi…

Keep telling yourself that if it makes you feel better
Post reply on HN