frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Tell HN: PayPal Blocks GrapheneOS

357•leumon•6h ago•203 comments

Amazon now hides all customer reviews on products

8•tonymet•40m ago•1 comments

Ask HN: Hugging Face is out. Who is hosting open models?

7•FireUpTheTorren•1h ago•7 comments

Solving all open source tech debt with Codex

2•surajkrajan•24m ago•2 comments

Ask HN: Why is AI civil tech and not military first?

5•esher•1h ago•6 comments

Ask HN: Should I leave web development to study medicine in my mid-30s?

3•lovepuzzles•35m ago•2 comments

Ask HN: How do you guys stop coding agents from acting out of line?

2•vivekyyy•43m ago•0 comments

Ask HN: How to Vibe Design as Engineer?

3•metrofun•45m ago•0 comments

Ask HN: Ideas for dealing with overly-do-gooder agents

2•zof3•1h ago•0 comments

Tell HN: Gmail can mark legit mail from google.com as spam

5•salviati•1h ago•1 comments

Xcancel and Nitter have been taken down

149•madduci•5h ago•121 comments

Ask HN: How do you feel about the new 5H usage limit in Codex?

3•embedding-shape•1h ago•1 comments

Ask HN: If I am 16 what should I learn? Which books should read?

2•AmirMakirr•2h ago•8 comments

Another Webpage Screenshot and OG Image Generation API

2•foodpad•3h ago•0 comments

Ask HN: Dear LinkedIn, do you want to do business, yes or no?

5•stefanos82•3h ago•7 comments

AI Artist

2•thallukrish•2h ago•0 comments

Ask HN: Do you still do pair programming in this agentic age?

5•Andugal•8h ago•4 comments

Ask HN: Why do tools like customer.io abandon self-serve after their Series A?

14•alessandroetc•20h ago•5 comments

Ask HN: Where else do you spend time on the internet other than HN?

10•Gecko4072•1d ago•13 comments

Ask HN: Why are Claude models so verbose?

9•JacobWolf•1d ago•9 comments

Taalas API Anyone?

2•revanthmatha•16h ago•2 comments

Encoding Myself into the System

4•nharziro•16h ago•2 comments

Ask HN: Good large format (>20 inches) touchscreen E-Paper display options?

30•foota•2d ago•8 comments

Ask HN: Those making $500/month on side projects in 2026 – Show and tell

73•kaladan•3d ago•96 comments

I keep getting flagged for AI, but I suck at writing. How can I solve this?

6•quesobob•19h ago•8 comments

Ask HN: How about delayed MIT/GPL?

5•afiori•22h ago•4 comments

Tell HN: Even HN is getting heavy traffic by AI crawlers

8•ksec•22h ago•3 comments

Ask HN: What are you using to access x.com at the moment?

6•throwaw12•1d ago•9 comments

Ask HN: How do you use artifacts, and how do they help in your projects?

2•AmirMakirr•23h ago•0 comments

Ask HN: How do you code review?

8•idose•1d ago•6 comments
Open in hackernews

Ask HN: Do you still do pair programming in this agentic age?

5•Andugal•8h ago
If you do: - What's the setup: two humans + one agent, or two humans + two agents - What do you actually pair on? - Do you find it more (or less) valuable than before? - And many more questions...

Comments

onion2k•8h ago
I encourage my teams to pair as often as possible. Usually the format is "two humans, as many agents as necessary". From what I've seen the outcomes are better than anything one human could do, and faster. I have no real data to prove that though.
VladTkDev•4h ago
Solo here. So pairing was never my baseline, but the thing agents changed for me is the review rather than the writing. I used to read my own diff once and ship it. Now I read it like it came from someone else, because it did, and the failure mode is different. So from my own experience two agents are better. If setup properly they will collaborate and argue about code. For speedup use two or more agents if solo
shavakan•3h ago
I think what matters these days is more design and architecting skills. I still actively discuss and exchange idea with my colleagues. I'd imagine I would pair program for a focused session working on an important feature, but I assume an agent basically works as my driver
softwaredoug•3h ago
Yes

One reason to pair is to observe how other people work. So I find it invaluable. Even if its how someone else uses an agent.

I also find it useful for educational purposes. In the olden days, that would mean a senior coaching a junior. That's still relevant for most non-trivial tasks, even those that involve an agent.

Pairing also helps two people share a mental model for some code. That becomes the kernel of shared team understanding. I still think that's relevant, even if we're collaborating on a PRD an agent uses.

And frankly, I still think its useful to ocassionally read / write code. And another human in the loop helps a lot with that.