nassimm | 7 days ago | on: Ask HN: How is AI-assisted coding going for you professionally?
nassimm's comments
nassimm | 5 months ago | on: French ex-president Sarkozy begins jail sentence
In the absence of any element pointing to the partiality of the judges, one cannot assume this was politically motivated
nassimm | 1 year ago | on: Show HN: Graphite, a Blender-inspired 2D procedural design Rust app
nassimm | 2 years ago | on: YouTube doesn't want to take down scam ads
nassimm | 2 years ago | on: Get started making music
There are very, very few Ableton features that I miss. The only thing I can think of is the automations rescaling I wish Bitwig would implement, otherwise it's vastly superior to Ableton in any other way. Especially the bounce/audio editing workflow, this thing makes me 2 to 3 times faster than when using Ableton (no hyperbole)
nassimm | 2 years ago | on: Please don’t upload my code on GitHub
The legality aspect that you are injecting into the discussion is irrelevant
nassimm | 3 years ago | on: The age of average
The rest of the article isn't much better in my opinion: it cites only anecdotal evidence, and it says nothing about the past state of affairs despite the title of the article being about "the age of" something.
nassimm | 3 years ago | on: Ask HN: What would it take for an AI to convince us it is conscious?
The only thing is, we wouldn't know just yet if there are other ways for matter to organize itself as a conscious being. Best we can do for now is to learn about the type of consciousness that we animals on earth experience.
nassimm | 3 years ago | on: People for the Ethical Treatment of Reinforcement Learners
nassimm | 3 years ago | on: People for the Ethical Treatment of Reinforcement Learners
nassimm | 3 years ago | on: Bing: “I will not harm you unless you harm me first”
nassimm | 3 years ago | on: Bing: “I will not harm you unless you harm me first”
nassimm | 3 years ago | on: Covid drug drives viral mutations – and now some want to halt its use
nassimm | 3 years ago | on: ChatGPT lied to me and then tried to deny it
nassimm | 3 years ago | on: Getty Images v. Stability AI – Complaint
nassimm | 3 years ago | on: Russhian Roulette: 1/6 chance of posting your SSH private key on pastebin
The projects I work on are relatively small, two frontend with about 30k loc and a middleware with about 50k loc. All project were started with no llms and were pretty clean.
I use Augment and Intent with Opus 4.6
The main challenge is to avoid over engineering. It's honestly pretty hard to rein it in and get simple code, most of the time I let it do its thing and then tell it to remove some section, simplify that etc.
So I still have to tell it how to do stuff, and not just what to do.
But overall it has surpassed what I thought it would be able to do, like calling external services by itself to get the shape of the data for example.
Another win was making a mermaid chart of the whole arborescence of the projects, with special annotations on a specific type of components. Something that would be highly repetitive and a bit frustrating was done quickly with a very short prompt.
Code refactoring is also much easier for some tasks, like separating a service into multiple services depending on a certain criteria, usually by domain. When it's easy to describe but the work requires a lot of edits, LLMs usually do better than I would do manually.
team size is 2, and I have been a frontend developer for about 12 years.