Viewing profile — tjr
tjr
HN member- Joined
- Sat, Aug 18, 2007, 8:02 PM UTC
- HN karma
- 9,258
- Public activity
- 2,585 items
- HN profile
- View on Hacker News ↗
About tjr
Recent public activity
-
comment
Comment #47095666
I don't think it's quite at trillions to zero, but I do think the numbers are way, way out of balance so far. I'm still at the point where, if AI disappeared tomorrow, I would be, …
-
comment
Comment #47055563
Its also worth noting that if you can create a business with an LLM, so can everyone else. One possibility may be that we normalize making bigger, more complex things. In pre-LLM d…
-
comment
Comment #47043408
Fair; that was an example instance. People interested in “Free software” rather than “open source” seem to often favor the GPL, though other licensing options also count as “free s…
-
comment
Comment #47042930
I’ve seen different opinions. Can LLM-generated software be licensed under the GPL?
- comment
-
comment
Comment #47018922
I see AI coding as something like project management. You could delegate all of the tasks to an LLM, or you could assign some to yourself. If you keep some for yourself, there’s a …
-
comment
Comment #47007529
Go enough shoulders down, and someone had to have been the first giant.
-
comment
Comment #46994066
There has long been debate that software development is not even an engineering discipline at all, because it lacks certain characteristics from "real world engineering". I have wo…
-
comment
Comment #46989892
One of the main points of the GPL was to prevent software from being siphoned up and made part of proprietary systems. I personally disagree with the rulings thus far that AI train…
-
comment
Comment #46985574
Is your proposition that programmers are now incapable of writing code?
-
comment
Comment #46964498
I don't see why it's not possible. In your example scenario, it sounds like Bob is vibe-coding a project in assembly language, and then using an existing assembler to create the fi…
-
comment
Comment #46964188
As described above, I think with AI coding, our role shifts from "programmer" to "project manager", but even as a project manager, you can still choose to delegate some tasks to yo…
-
comment
Comment #46962030
Most of my career has been as an individual engineer, but the past few years I have been a project manager. I find this to be very much like using AI for coding. Which also makes m…
- comment
-
comment
Comment #46942534
I wonder how much more it would take Anthropic to make CCC on par with, or even better than, GCC.
-
comment
Comment #46938604
I’m glad cheap stuff exists. Sometimes I really do need something quickly, and borderline-disposable quality is good enough. But I also want the option to buy better than that. I i…
-
comment
Comment #46938297
Will the agents also be the ones using the software?
-
comment
Comment #46931641
What compiler accepts cash as input?
- story
-
comment
Comment #46919825
Maybe. This book from 1990 https://mitpress.mit.edu/9780262526401/artificial-intelligen... envisions a future of AI assistance that looks not too far off from today.
-
comment
Comment #46919065
Right. I work in aerospace software, and I do not know if this option would ever be on the table. It certainly isn't now. So I think this question needs to be asked in the context …
-
comment
Comment #46918588
I think that's the question. Is a programmer expected to ever touch the source code? Or will AI -- and AI alone -- update the code that it generated? Not entirely unlike other code…
-
comment
Comment #46917292
Maybe AI was driving his car.
-
comment
Comment #46915826
Delegation, yes. I do not see LLM coding as another step up on the ladder of programming abstraction. If your project is in, say, Python, then by using LLMs, you are not writing so…
-
comment
Comment #46914022
Sometimes determinism is exactly what one wants. For avionics software, being able to claim complete equivalence between two builds (minus an expected, manually-inspected timestamp…