frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Wyro – Draw a backend on a canvas, export TypeScript with no lock-in

2•Paaul01•1h ago•1 comments

Ask HN: What did you learn last month? (July 2026)

11•bhu1st•15h ago•7 comments

Ask HN: How did your boss's behavior change with the rise of AI?

6•aredirect•7h ago•3 comments

Tell HN: HackerOne Announces Mandatory identity verification

16•0xmattf•21h ago•1 comments

OpenAI Usage Reset 4th time in 7d

2•bavovna•9h ago•2 comments

Everything that happens in a US airport is under duress

16•dfps•1d ago•21 comments

Upgraded melly, our agent on sleek

2•silisleek•13h ago•0 comments

What's Happening with IT Hiring?

2•hannibalevit•13h ago•7 comments

Tell HN: System76 has critical firmware issues unresolved for over 3 years

6•jaime-ez•13h ago•3 comments

Strategic Oil Reserves Down to a Record Low Two-Week Supply

18•megamike•1d ago•18 comments

Ask HN: When a post of yours does well, do you know why?

5•john_builds•1d ago•5 comments

Random Thoughts of Lineage and Death

2•kooi•15h ago•0 comments

Ask HN: What's the Point of Your Startup?

8•sawyers•23h ago•16 comments

Ask HN: What's your monthly personal AI budget?

3•thatgloomyguy•19h ago•2 comments

MiniMax H3: Open weights Omni-modal model

4•ignoramous•12h ago•0 comments

DeepSeek API service will soon adopt a peak-valley pricing strategy

2•sschueller•22h ago•0 comments

Ask HN: Has Claude Code been (mostly) usable for you?

3•mark_l_watson•22h ago•5 comments

Ask HN: What E-Reader to Buy?

6•conor_f•1d ago•9 comments

Ask HN: Can Apple Ever Be Disrputed?

6•Taikhoom2010•1d ago•23 comments

Ask HN: Anyone got DeepSeek-v4-flash-0731 running using antirez/ds4?

2•freakynit•11h ago•0 comments

Ask HN: What are you using for LLM inference in production?

8•chrislim•1d ago•4 comments

Ask HN: What former "must-have" AI agent skills have you deprecated?

5•lpjstack•1d ago•2 comments

Ask HN: Navigating Source Code (especially on large projects)

7•thekey•2d ago•3 comments

You've reached the end!

Open in hackernews

Ask HN: How did your boss's behavior change with the rise of AI?

6•aredirect•7h ago
I am trying to understand whether the rise of AI affects managers and the work dynamics positively or negatively

Comments

patatino•6h ago
My boss has AI fomo in the sense that he is scared we need to use it to not be left behind, but no enforcement or anything.
tacostakohashi•3h ago
Not 100% boss-specific, but...

* regularly generating AI-slop code changes that nearly work, and then trying to hand over to someone else for "completion". this is often a pretty terrible experience, and more work than just having a single person take ownershiop of the _outcome_ - i.e. understand the need, write the code, test it, deliver, make sure it works... generally the coding was never the hard part, and its harder to start with broken code than just from scratch.

* sporadically sharing AI analysis of bugs/problems/crashes/troubleshooting type stuff. again, often nearly correct... but sometimes more work finding the incorrect aspect than starting from scratch.

* lots of AI flavored text and presentations. you know the kind, text where every bullet point is a different emoticon, and AI-generated graphics instead of random, but real photos stolen from the internet.

* lots of AI for code review, either of changes (PRs), or just wholesale analysis of code bases to find problems and automatically create tickets for people to "fix". often , the analysis is not "wrong", and potentially very good... the problem is that it finds "problems" in utilities that don't run in production, historical code just stored for archival purposes, anything and everything... it has no concept of "this is live internet-facing code" vs "this is an ad-hoc utility that does not need to be bulletproof". the volume of work created by AI in this space is truly impressive.

* lots of AI "recipes" for things that could have/should have been check lists / processes / shell scripts / python utilities / actual software. instead of something actually fast, deterministic, and re-usable, the "recipe" now mostly works, but takes several minutes and does slightly different things each time that cannot really be predicted or reasoned about.

omsherikar09•2h ago
My boss is kinda chill in this matter and he itself use lots of AI for scheduling and all the stuff so he's not biased against use of AI.