Live data from Hacker News

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

blog.matthewbrunelle.com

21–30 of 263 posts

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

#21
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).

I've heard it quite a bit before, but mostly from second-language speakers whose first language don't have impersonal third-person pronouns - e.g. French uses "il" or "elle" for all of "he", "she" or "it".

It doesn't help that the marketing leans heavily on anthropomorphizing LLMs either, IMHO.

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

#22
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).

It is common amongst French, Dutch etc speakers where saying "it said x" sounds unnatural.

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

#24

But why give Anthropic/openai our money? Nonsense. Use open models

The author got $50 free credits. Also Anthropic is by far the best, open (local) models are glorified autocomplete at best unless you casually have 20k€ worth of hardware at home.

Why assume local when you can easily use any of the open models via openrouter or any number of similar services.

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

#25

There certainly is some relaxing value in working on projects to vibe code them; but not enough to pay some random corporation. Get yourself a Mac Studio or AMD395+ and pi or opencode, and a few plugins and they're pretty capable. Since they're not speed demons but reliable compaions who are always there, you don't ever feel compelled to constantly attend to whatever they're doing. And when you inevitably get bored w…

> And when you inevitably get bored with it, well, you've not done much anyway.

I'm very interested in Local LLMs but the cheapest Mac Studio right now is more expensive than 8 years of a Claude Code Pro subscription, and incomparably slower/less capable. If I get bored with it, I will have a piece of unused hardware and a couple grand less in my bank account.

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

#26

There certainly is some relaxing value in working on projects to vibe code them; but not enough to pay some random corporation. Get yourself a Mac Studio or AMD395+ and pi or opencode, and a few plugins and they're pretty capable. Since they're not speed demons but reliable compaions who are always there, you don't ever feel compelled to constantly attend to whatever they're doing. And when you inevitably get bored w…

Yeah. I setup opencode + qwen 3.6 last weekend.

It's actually really cool to have it work on some internal tooling and stuff while I work on my primary projects.

I'm surprised how easy it is to setup and that it can handle modestly complex planning and development flows.

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

#27
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).

Reminds me of the main character of the show Mrs Davis. She insists on calling the ai it through the entire show.

https://www.imdb.com/title/tt14759574/

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

#28
post #25

There certainly is some relaxing value in working on projects to vibe code them; but not enough to pay some random corporation. Get yourself a Mac Studio or AMD395+ and pi or opencode, and a few plugins and they're pretty capable. Since they're not speed demons but reliable compaions who are always there, you don't ever feel compelled to constantly attend to whatever they're doing. And when you inevitably get bored w…

> And when you inevitably get bored with it, well, you've not done much anyway. I'm very interested in Local LLMs but the cheapest Mac Studio right now is more expensive than 8 years of a Claude Code Pro subscription, and incomparably slower/less capable. If I get bored with it, I will have a piece of unused hardware and a couple grand less in my bank account.

If you already have a gaming pc, then it's worth exploring as the cost of boredom is negligible.

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

#29
post #25

There certainly is some relaxing value in working on projects to vibe code them; but not enough to pay some random corporation. Get yourself a Mac Studio or AMD395+ and pi or opencode, and a few plugins and they're pretty capable. Since they're not speed demons but reliable compaions who are always there, you don't ever feel compelled to constantly attend to whatever they're doing. And when you inevitably get bored w…

> And when you inevitably get bored with it, well, you've not done much anyway. I'm very interested in Local LLMs but the cheapest Mac Studio right now is more expensive than 8 years of a Claude Code Pro subscription, and incomparably slower/less capable. If I get bored with it, I will have a piece of unused hardware and a couple grand less in my bank account.

I have opencode with qwen 3.6 on my local machine. Just get the setup right and it's surprisingly fun to work with.

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

#30
post #17
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…

Isn't Godot a little ill-designed to work well with LLMs? for example I ended up a couple of times with incorrect tres files, and letting the llm generate IDs feel a little fragile.

I have taken many stabs at it and Claude will produce stuff but the output is very far away from useful. E.g. "I've created a road and beautiful trees" and what I see is a mess of colors and shapes.
Post reply on HN