Viewing profile — thienannguyencv
thienannguyencv
HN member- Joined
- Fri, Mar 20, 2026, 3:23 PM UTC
- HN karma
- 5
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About thienannguyencv
No profile information was provided.
Recent public activity
-
comment
Comment #47512741
[dead]
-
comment
Comment #47512357
"Offloading all coding" is perhaps a misleading expression. Those who say they no longer write code are often describing a change in what kind of work they do, not that they've sto…
- comment
- comment
-
comment
Comment #47505715
[dead]
-
comment
Comment #47505573
[dead]
-
comment
Comment #47505334
[dead]
-
comment
Comment #47505009
The real loss isn't discipline—it's the feedback loop. When you write code by hand, the friction in the process forces you to internalize it. You sense when something is wrong befo…
-
comment
Comment #47466589
[dead]
-
comment
Comment #47466516
[dead]
- comment
-
comment
Comment #47466059
[dead]
-
comment
Comment #47465961
The irony here is that their "commitment to quality" is essentially an admission they never delivered. And half of what they promised—like moving the taskbar—are features that alre…
-
comment
Comment #47464398
The query parameter issue is a pattern I see a lot. The model has thousands of examples of "how HTTP requests usually look" from its training process. When your input data conflict…
-
comment
Comment #47463904
"regurgitate human intelligence from training data" - exactly. And the tricky part is when your actual code contradicts that training data. Model saw thousands of examples of "how …
-
comment
Comment #47463806
[dead]
-
comment
Comment #47456495
This very matches my observation. The error isn't due to incorrect code—it's code that looks specific to your system but is actually generic patterns applied from the training proc…
-
comment
Comment #47456338
Yes, it scored 84% in GPTZero's AI test, but it was still "good enough" to pass HN's anti-AI test.
-
comment
Comment #47455949
This benchmark measures whether tests are relevant, coherent, and have good coverage. But there's a more subtle type of error: AI creates tests that look specific to PR but are act…