frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Hermes.md in Git commit messages causes requests to route to extra usage billing

https://github.com/anthropics/claude-code/issues/53262
1•adunk•2m ago•0 comments

Bulk URL Checker, Check 75k URLs from Any LLM via MCP

https://bulkurlchecker.com
1•carlosofscience•2m ago•0 comments

The Lunar Gateway's primary modules are corroded

https://arstechnica.com/space/2026/04/well-this-is-embarrassing-the-lunar-gateways-primary-module...
1•simonebrunozzi•2m ago•0 comments

Greenfield and Iterative deployment – By superpowers creator

https://primeradiant.com/blog/2026/greenfield-and-iterative-development.html
1•sorcercode•4m ago•0 comments

Show HN: I benchmarked how good LLMs are at proofreading English

https://github.com/reviseio/errata-bench
1•artursapek•7m ago•0 comments

Turkey to Ban Anonymous VPNs

https://reclaimthenet.org/turkey-to-ban-anonymous-vpns
1•Cider9986•7m ago•0 comments

Show HN: Read and Echo – Turn any text into structured language practice

2•jondones•10m ago•0 comments

Paperclip – a ticket-based multi AI agent orchestrator

https://github.com/paperclipai/paperclip
1•Flundstrom2•12m ago•0 comments

Three Constraints Before I Build Anything

https://jordanlord.co.uk/blog/3-constraints/
1•nervous_north•13m ago•0 comments

Observational constraints project a ~50% AMOC weakening by end of this century

https://www.science.org/doi/10.1126/sciadv.adx4298
1•geox•14m ago•0 comments

Today's harness is Tomorrow's Prompt

https://tanay.co.in/blog/todays-harness-is-tomorrows-prompt
2•tangoalpha•16m ago•0 comments

Show HN: Mdspec – auto sync your md files from GitHub repos with wikis

https://mdspec.dev
2•zameermfm•16m ago•0 comments

Show HN: Get an Ethereum wallet for your agent with one API call, no OAuth

https://aethergent.com
2•AgentNews•17m ago•1 comments

A Common Diabetes Drug May Hold the Key to Stopping HIV from Coming Back

https://scitechdaily.com/a-common-diabetes-drug-may-hold-the-key-to-stopping-hiv-from-coming-back/
3•01-_-•21m ago•1 comments

Different Perspectives of Memory System Simulation

https://arxiv.org/abs/2604.16965
2•matt_d•23m ago•0 comments

Are We in Control of AI?

https://members.sigmazero.cc/posts/are-we-in-of-ai-156344301
2•sigmazero•23m ago•0 comments

Claude Web UI is down

https://claude.ai/recents
4•zkmon•24m ago•2 comments

AI agents that argue with each other to improve decisions

https://github.com/rockcat/HATS
2•rockcat12•24m ago•0 comments

US says it's hunting for explosive mines in latest push to open Hormuz

https://apnews.com/article/iran-war-strait-hormuz-minesweeping-navy-underwater-edef3201f6e227c4b5...
2•m_nathan•24m ago•1 comments

Hypertalking

https://www.hypertalking.com/
4•doener•26m ago•0 comments

Govee's new rechargeable table lamp is less than half the price of Hue's

https://www.theverge.com/tech/915959/govee-table-smart-lamp-classic-battery-rechargeable-matter-p...
2•01-_-•27m ago•0 comments

California Coastal Community Must Reject CBP's AI-Powered Surveillance Tower

https://www.eff.org/deeplinks/2026/04/california-coastal-community-must-reject-cbps-ai-powered-su...
3•Brajeshwar•28m ago•0 comments

The Quiet Resurgence of RF Engineering

https://atempleton.bearblog.dev/quiet-resurgence-of-rf-engineering/
2•merlinq•28m ago•0 comments

Last Rounds? Status of Key Munitions at the Iran War Ceasefire

https://www.csis.org/analysis/last-rounds-status-key-munitions-iran-war-ceasefire
2•Teever•28m ago•0 comments

Show HN: Quay – Menu-bar Git sync

https://code.sailorslog.io/quay
3•sailingcode•30m ago•0 comments

Show HN: MockHop – capture and annotate web pages on macOS

https://bendansby.com/apps/mockhop.html
2•webwielder2•31m ago•0 comments

Earliest octopuses were giant top predators in Cretaceous oceans

https://www.science.org/doi/10.1126/science.aea6285
3•marojejian•32m ago•1 comments

Vorim.ai, Identity and trust layer for AI agents

https://vorim.ai/
2•kwamzino007•33m ago•0 comments

Anthropic: How we built our multi-agent research system

https://www.anthropic.com/engineering/multi-agent-research-system
2•theorchid•34m ago•0 comments

This To That: Because people have a need to glue things to other things

https://www.thistothat.com/
2•mhb•36m ago•0 comments
Open in hackernews

I Replaced My Devs with Agents – Part 2: What Happened to the Team

https://easylab.ai
2•buzzbyjool•1y ago

Comments

buzzbyjool•1y ago
Follow-up to Part 1, where I explained how we rebuilt our dev process around LLM agents at Easylab AI and stopped writing most code by hand.

The original post sparked a lot of questions — the most common being:

“Okay, but how did your developers react?”

Here’s a breakdown of what actually happened inside the team — who stayed, who didn’t, and what new skills emerged.

⸻

Some embraced it. Some left. That’s okay.

When we committed to building with agents — not just using LLMs for autocompletion, but making them first-class executors of logic — not everyone was thrilled.

Some engineers were fascinated. They saw the shift coming and wanted to be ahead of it. They became architects of multi-agent workflows, prompt designers, QA strategists, validators.

Others didn’t want to work that way. They liked writing every line, owning every detail, and were (understandably) uncomfortable giving up control to a system that feels less deterministic.

They moved on. We didn’t push them.

Like every evolution in software tooling, this one came with a natural selection effect. Not better or worse. Just different skillsets, different energy.

⸻

This isn’t no-code. It’s new-code.

Some assumed we were just automating CRUD. That’s not what happened.

The tools we use today — Claude 3.7, DeepSeek, bolt.new, role-based agents, memory stacks — aren’t trivial macros. They’re a new level of abstraction. They reason. They refactor. They test. They fail with style.

You don’t “ask the AI to do it.” You engineer constraints, context, fallbacks, tooling, and create robust systems through language.

At Easylab AI, we use context protocols, Redis-based memory layers, and model routing logic based on latency and task weight. It’s not less technical — it’s just built differently.

⸻

Did their skills atrophy?

Actually, the opposite.

Sure, they’re not practicing DSA interview puzzles every day. But they’re building systems that can write tests, simulate failure, and self-correct.

They’re learning new skills you can’t yet Google: • Prompt minimalism • Agent composability • Multi-agent state consistency • Prompt-based debugging

They think more like staff engineers than syntax solvers.

⸻

This is abstraction, not disappearance

The fear that “AI replaces engineering” misses the nuance.

This isn’t magic. It’s not cheating. It’s just abstraction — like every wave before: • Assembly to C • C to Python • Python to Terraform • Terraform to prompt-based execution

As Jensen Huang (NVIDIA CEO) said earlier this year:

“English is now the world’s most popular programming language.”

He’s not wrong. We’re just learning to write instructions that build systems — without the middle step of syntax.

⸻

One more thing

Some developers left. Most who stayed leveled up. And today, no one wants to go back.

That tells me something: It’s not easier work. It’s better work.

Happy to answer more if folks are curious.

falcor84•1y ago
I'm not clear - is this comment the actual post, while the link that you shared is irrelevant? If so, it would have probably been more appropriate to submit this as an "AMA:" without a url.
buzzbyjool•1y ago
Hi thanks for your comment, honestly I don't know how to do it. Thanks
falcor84•1y ago
Oh, it's just that you can make a submission without anything in the 'url' input. Here are a couple of examples:

https://news.ycombinator.com/item?id=15853374

https://news.ycombinator.com/item?id=43363056

buzzbyjool•1y ago
thanks
JohnFen•1y ago
> Some developers left. Most who stayed leveled up.

"Leveled up" is a subjective, loaded term. I assume what you mean here is "adapted to your way of doing things."

> And today, no one wants to go back.

Well, of course, because those who would have wanted to go back already left. This appears to be selection bias more than evidence that your approach is a good one.

To be clear, I'm not trying to imply that your approach isn't a good one. I'm just saying that the devs who remained not wanting to go back isn't evidence that it is.

buzzbyjool•1y ago
You’re absolutely right to call that out — and I appreciate the thoughtful framing.

“Leveled up” is subjective, yes. What I meant more precisely is this: the devs who stayed stopped spending time on tasks like writing boilerplate logic or tweaking form validation, and started focusing on higher-order thinking — designing agent workflows, debugging reasoning paths, writing specs that are machine-parsable, and thinking in systems rather than syntax. That shift, in terms of skill depth and adaptability, is something I genuinely view as a level-up. But I agree, it’s through the lens of our environment.

And yes — absolutely fair on the selection bias. When I say “no one wants to go back,” I don’t mean it as proof the approach is universally better. It’s just true for our current team, within the culture and processes we’ve chosen to embrace. Those who didn’t align with this way of working left early — and I don’t hold that against them.

So your comment is a valuable nuance: internal satisfaction is a necessary condition for success, but not a sufficient one. Our team’s enthusiasm is a sign that the model can work — not that it will for everyone.

Thanks for calling it out clearly.