frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Generate tests from GitHub pull requests

2•Aamir21•2m ago•0 comments

AI, Human Cognition and Knowledge Collapse – Daren Acemoglu

3•aanet•1h ago•1 comments

Ask HN: What's your biggest pain point when joining a new developer team?

4•KevStatic•3h ago•7 comments

Ask HN: Got cancer, a new job,new boss in less than a year What do I do now?

16•Goleniewski•12h ago•16 comments

I traced $2B in nonprofit grants for Meta and Age Verification lobbying

65•theseusares•16h ago•17 comments

Ask HN: Is there prior art for this rich text data model?

3•chrisecker•4h ago•2 comments

I'm a project manager, to the engineers: how replaceable do you think my job is?

9•ferociousmadman•11h ago•17 comments

Instagram Ending Encrypted DMs

4•01-_-•4h ago•1 comments

Ask HN: What Are You Working On? (March 2026)

289•david927•4d ago•1122 comments

Tell HN: Apple development certificate server seems down?

109•strongpigeon•3d ago•39 comments

Ask HN: Why have co-ops never played a major role in tech?

6•AbstractH24•10h ago•7 comments

Enabling Media Router by default undermines Brave's privacy claims

4•noguff•19h ago•2 comments

X is selling existing users' handles

196•hac•2d ago•90 comments

Looking for Partner to Build Agent Memory (Zig/Erlang)

6•kendallgclark•1d ago•5 comments

Ask HN: How to be alone?

686•sillysaurusx•5d ago•560 comments

Ask HN: Is Claude down again?

86•coderbants•2d ago•72 comments

Ask HN: Remember Fidonet?

121•ukkare•3d ago•69 comments

Ask HN: Does anyone here use Discord as their work chat tool?

2•Poomba•18h ago•7 comments

Ask HN: Please restrict new accounts from posting

715•Oras•5d ago•508 comments

Ask HN: Most beautiful personal blog UI you have ever seen?

150•ms7892•5d ago•55 comments

Tell HN: I'm 60 years old. Claude Code has re-ignited a passion

1076•shannoncc•6d ago•984 comments

Claude 4.6 Opus can recite Linux's list.h

23•itzmetanjim•1d ago•3 comments

Ask HN: How do you cope with the broken rythm of agentic coding?

14•pauletienney•1d ago•7 comments

AI is supercharging fake work

12•rxm233•1d ago•3 comments

Ask HN: Why is my submission not visible if I am not logged in?

3•beepbooptheory•1d ago•6 comments

Ask HN: Can I repurpose a Bluetooth voice remote as input device for a PC?

15•albert_e•5d ago•20 comments

Ask HN: Which DNS based ad blocker do you suggest?

3•SoftwareEn2•1d ago•13 comments

The Strait of Hormuz: A systems engineering view on the $20k drone threat

3•BeyondTheMap•1d ago•3 comments

LazyFire – a lazygit-style terminal UI for Firebase Firestore

4•egosurffing•1d ago•1 comments

What is the strongest open source model for coding against Opus 4.6?

3•eeko_systems•1d ago•2 comments
Open in hackernews

Ask HN: What's your biggest pain point when joining a new developer team?

4•KevStatic•3h ago
I'm planning to make an AI tool which allows an organisations' developer to access all the files or detect references/calls for any doubts. Usually I feel like new coders in an org, have plenty of questions about the org's framework or operations in general. This makes them ask their seniors which they might not really like due to the wastage of time it would take. Hence, this entire workflow would be eliminated by having a custom AI-based platform for the same to ask all your queries on.

Comments

PaulHoule•3h ago
1 click at most to install what I need to build, 1 click to build.

I ask the dev manager how long the build takes and get an answer that is within 20% of the ground truth.

KevStatic•3h ago
That's a great point

The setup friction is real. Once you're past that... do you find understanding the codebase itself (where things live, why decisions were made) is also painful, or does that come naturally after a few days?

PaulHoule•2h ago
I think most places I work haven’t had good documentation or particularly good processes for onboarding people. For instance, at some start ups we were always chasing a demo for customer B this week and customer C next week and people were fuzzy about what path got us there. Other places saw software as secondary or tertiary to their main business, or had a lot of turnover, etc. Or maybe we bought a web site from so and so and nobody has any idea how it works. Or the guy who made the product was pretty smart but wasn’t a good finisher and his wife just had a baby.

So I am used to looking at a mysterious code base and gradually figuring out how to safely change it. When I run into something that’s particularly dangerous (e.g. how does the auth system work?) I will document it myself, and I love writing “how do I?” runbook/procedural documentation if it is likely I’ll need it in six months or will need to hand something off to somebody else.

In the AI age there is a lot to say for just loading up a project in an agent-enabled IDE and asking questions like “When I do X, the system does Y, why is that?” and “How would I do Z?” and having extended conversations “well, I like D but I am concerned about E?” Or “What if we did F instead?” Even if you write every line of code yourself you mind find an AI coding buddy is more talkative than your coworkers.

AnimalMuppet•3h ago
If I were given an electrical design, I would expect a schematic, a parts list, a board layout, and a theory of operations" - a prose document explaining why the rest of the stuff is the way it is.

My last job, there was the code itself, and there were UML class and sequence diagrams. But there wasn't anything like a theory of operations. That made it very difficult to learn, because it was so object oriented that you couldn't tell what anything actually did. Or, more to the point, when you needed to make a modification, you couldn't find where to make it without heroic feats of exploration.

So I think that's the great need. A human needs to sit down and write out why the code does what it does, and why it's organized the way it is, and where the parts are that are most likely to be needed, and where to make the most likely changes. I'm not sure an AI can write that - certainly AIs at the current level cannot.

nonameiguess•2h ago
Totally depends on the org. I've worked as the 3rd employee of a months old startup and the biggest pain point was we owned no infrastructure and I did everything on my own computer, which was easy but limiting because were heavy into statistical modeling and needed more powerful compute, which we got but it took a few months. I've worked on a military/intelligence project that had been in operation for over 40 years. The oldest code had no commit history because it predated any modern VCS. Whoever wrote it was long retired if not dead. Pieces were spread across thousands of repos on many different forges. With large old-school Java OSGI and now with Kubernetes, which is basically Java written in Go, it's the abstraction and dependency injection. There is no possible way to tell until runtime what code is actually going to be used. Knowing the codebase means nothing if you can't mentally track where data flows because you don't know what the implementation is actually going to be from the code alone. With extreme HPC, it was damn near literally everything being bespoke. Custom filesystems. Custom network stacks. Expectations from running workloads on regular computers and software everyone else uses were always being subverted. With cloud environments, it's not having physical access to the machines. With on-prem labs, it's needing to provision and troubleshoot the physical layer. Either way has its drawbacks. With customer-facing software, it's customers not knowing what they want and not even knowing what they don't want until they have it, which turns out to be what they didn't want. With software for modeling and understanding the real world, it's that physics turns out to be really f'ing complicated.
lowenbjer•2h ago
Cursor, Sourcegraph Cody, and honestly just Claude with a well-maintained project README already solve the "ask questions about the codebase" part reasonably well. The actual hard part of joining a new team isn't the code (today, any longer). It's getting to know the people. Understanding their strengths, figuring out where you fit in, getting past imposter syndrome, not stepping on toes. No AI for that yet.
ahmed-fathi•1h ago
The problem isn't finding code. it's inheriting judgment. New engineers don't struggle to locate files. They struggle to know which files to trust, which patterns are intentional vs accidental, and which senior engineer silently owns what. That's not searchable. You're building a map. What they need is a compass.