Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Show HN: Bastardica – Create bastard web fonts(mitpit.com ↗)
    discuss
  2. Comparing reflection capabilities of C++, Zig and C3(nyr24.github.io ↗)
    discuss
  3. Do you separate the reviewer's window from the author's
    1comments
  4. The Giza Project(fas.harvard.edu ↗)
    discuss
  5. Why are AI leaders calling for a slow down? [audio](cbc.ca ↗)
    discuss
  6. End the H-1B Program(end-h1b.com ↗)
    4comments
  7. A2E AI – an all-in-one AI video generator for text, images and avatars(textideo.com ↗)
    discuss
  8. Pdfcn: Beautiful pdf components, built on Takumi and Forme, by Shadcn(github.com/shadcn-labs ↗)
    discuss
  9. Open-source free meme generator, friendly for AI agents and humans(github.com/terryds ↗)
    2comments
  10. Pure Code: What remains with developers after AI writes the code?(pure-code-essay.vercel.app ↗)
    discuss
  11. Ask HN: Are LLMs the antithesis of Hegel's universal spirit?
    discuss
  12. How to handle manager adding AI bs to our codebase/designs etc.
    discuss
  13. Lisp.md: System Instructions for Lisp(funcall.blogspot.com ↗)
    discuss
  14. How the Berkeley Overmind won the 2010 StarCraft AI competition(arstechnica.com ↗)
    1comments
  15. Portable Fruit Blender(instructables.com ↗)
    discuss
  16. Trump to Name AI Czar While Rejecting Safety Risks as a Hoax(bloomberg.com ↗)
    discuss
  17. PhotoGIMP – The Photoshop Like Experience on GIMP(photogimp.com ↗)
    discuss
  18. Bret Victor: Inventing on Principle (2012) [video](vimeo.com ↗)
    discuss
  19. The National ID Nobody Voted For(thedreydossier.substack.com ↗)
    discuss
  20. More Floating Point Alternatives(wizardzines.com ↗)
    discuss
  21. AI investment, govt borrowing drive global cost of capital higher: Goldman Sachs(tribuneindia.com ↗)
    discuss
  22. Perception of Time Is, in Fact, Warped(noemamag.com ↗)
    discuss
  23. Ten days that changed the course of AI(reuters.com ↗)
    discuss
  24. Generating levels in real time with the Jev model(spritefusion.com ↗)
    discuss
  25. How to make a market (for accelerated compute)(sfcompute.com ↗)
    1comments
  26. Hardware Is Talking. Are You Listening?(twitter.com/daddy__broccoli ↗)
    discuss
  27. Linka2.0Federated social protocol and nativeclient in 857 KB for Android 1.5(github.com/luizgustavo76 ↗)
    discuss
  28. Ygowb – create custom Yu-Gi-Oh cards and duel with them(ygowb.com ↗)
    1comments
  29. Mindy: A paper screen for your pedalboard(playtaurus.com ↗)
    discuss
  30. AI Changed How Spotify Builds. What We Learned About Quality at Higher Velocity(atspotify.com ↗)
    2comments

How to handle manager adding AI bs to our codebase/designs etc.

3 pointsby 47m ago
0 comments
Joined the company out of college with like 5-6 years coding hobby projects etc. & started a year ago. I'm basically the highest performer in my team, get more stories & points/higher complexity tasks & have my work done way quicker with virtually no defects etc.etc. In comparison, most of the team spends like 2/3 the sprint getting their stories deployed & then up until the end of the sprint fixing the defects (usually producing defects that we don't catch until either I have to work in their area or the tester's find it randomly months later in regression)

So recently the company's been trying to pump the stock so they asked everyone to go all in on AI dev work. Ok fine, there are good & bad uses for AI & if ur atleast checking the code, it's np. Well, the team took that as they should stop using their brain at all. Basically all of the code I see is over-engineered BS that will almost always cause defects or introduces a ton of technical debt. In my opinion they are probably just producing negative work where in the next sprint Im usually the one who's assigned to fix that stuff (bec i always compl my work quickly).

So far I thought this sort of bs was just limited to my coworkers & managers would actually take care to produce good work / check our PR's carefully, using AI but checking it thoroughly. WRONG. First thing that I noticed is that the technical design document was like 5 pages long but since I wasn't really familiar with that part of the codebase I sort of just assumed it was accurate. Big mistake, after about a day turns out half the doc was just AI bs with nonsense randomly scattered throughout. I have had occasions where I ask my coworkers how their code works (bec AI added overengineered bs), and they literally can't explain it at all.

Anyway I was able to figure that stuff out and released the PR to my boss to review. Upon releasing it, he asked me to ask the AI to review the work and add the changes, I went ahead and did that and there were some obv AI hallucinations but some valid points like update the docs, add some error handling etc, & I made the changes. I release it back to him and he asks to have a call and we talk about it, turns out his AI had some other suggestions (to him), we went through it and figured out what was BS and which parts were valid (issues that were caused by the shitty design doc) & I made the updates on the call & pushed them.

an hour later the guy comes back and says something like "I asked the AI for some more recommendations, can you check the branch and compare the diffs to yours". So I look at the branch & sure enough it had all the BS we discussed on the call & determined was BS. It also changed the structure arbitarily making it more complicated & difficult to decouple & maintain. From what I can tell, either no one understands the codebase, can't understand the AI's code, or are just too lazy to think. A lot of what the AI does is based on previous code in the codebase, code that could be like 10 years old and be written like shit yet the AI will still recommend will follow that idea etc.etc

Im getting pretty dishearted, im literally the lowest ranking (in level) developer on the team yet doing the most work with the best quality (business analysts on the team have literally called this out), but im still paid the least & have to deal with the most BS.

A quiet thread, for now.Start the conversation on HN ↗