frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Frontier Overhangs

https://stratechery.com/2026/frontier-overhangs/
1•tosh•1m ago•0 comments

Some Old Expectations for the New Apple

https://taoofmac.com/space/blog/2026/09/22/0709
1•rcarmo•3m ago•0 comments

Physics Problem Finder

https://beneke7.github.io/physics-problems-corpus/
1•bbene•4m ago•0 comments

The Armored Sarcophagus Saving Ukrainian Soldiers

https://www.theatlantic.com/international/2026/09/ukraine-frontline-medical-evacuations/688638/
1•mkesper•7m ago•0 comments

OpenCode Reloaded

https://anoma.ly/notes/opencode-reloaded/
1•pretext•11m ago•0 comments

Proposed Group: Browser Data Portability Community Group

https://www.w3.org/community/blog/2026/09/11/proposed-group-browser-data-portability-community-gr...
2•enos_feedler•16m ago•1 comments

Raspberry Pi locks down RAM upgrades in Firmware [video]

https://www.youtube.com/watch?v=ltofM26akZQ
1•juliethefoxcoon•19m ago•0 comments

Orphaned VMs: Running VMs Uninterrupted While Host Kernel Is Offline

https://www.phoronix.com/news/Orphaned-VMs-Linux-Patches
1•daandewit•19m ago•0 comments

0x025 – System One Models (Jev)

https://unzip.dev/0x025-system-one-models/
1•vismit2000•20m ago•0 comments

Xenobiome Command – a colony SIM that runs offline in the browser

https://play.xenobiome.net/?src=hn
1•jonnyka•24m ago•0 comments

Skill and UI kit to understand PRs faster

https://github.com/annanay25/explain-pr
2•annanay•29m ago•1 comments

She died at the San Diego border. A surveillance camera was in plain sight

https://www.technologyreview.com/2026/09/21/1144170/border-towers-surveillance-feature/
1•joozio•31m ago•0 comments

Move On – export your AI chats, file GDPR deletion, escalate if ignored

https://github.com/ur-grue/move-on
1•ur-grue•32m ago•0 comments

Show HN: I made ShipStreak to keep daily shipping gaps public

https://www.shipstreak.space/?via=hn
1•kljr_dev•32m ago•0 comments

Pakistan Orders Hospital Beds Clear for Mass Casualty Ahead of Protest

https://www.dropsitenews.com/p/pakistan-military-protest-imran-khan-sisters-detained-hospitals-beds
1•xbmcuser•36m ago•0 comments

Ask HN: Is Astra's writing starting to bother anyone else?

2•demibabs•36m ago•2 comments

QBZ (Qobuz desktop client for Linux) shutting down

https://qbz.lol/
2•herrherrmann•37m ago•0 comments

Show HN: Cheap and easy throwaway VPN server

https://a.l3x.in/blog/throwaway-vpn/
1•alexfortin•41m ago•1 comments

AI staff complain of mental toll over fears of threat to society

https://www.ft.com/content/60870960-f433-48ca-bc2c-708686a69ae7
2•bazzmt•43m ago•0 comments

Where Improvement Becomes the Problem

https://medium.com/@gurvinder372/article-22-where-improvement-becomes-the-problem-f2c1f3671eaa
1•gps372•44m ago•0 comments

Bk2204/talk-rust-in-Git: GitHub repository with SHA-256 commit IDs

https://github.com/bk2204/talk-rust-in-git
1•gotosun1•45m ago•0 comments

The Ultimate Reading List for Founders

https://grafista.io/blog/posts/the-ultimate-reading-list-for-founders
1•GiorgosGennaris•46m ago•0 comments

Complex KDA:Understanding and Enhancing the Expressivity of Kimi Delta Attention

https://arxiv.org/abs/2609.24797
1•jul8234•46m ago•0 comments

CP/M-80 2.2 Compilers

https://medium.com/@davidly_33504/cp-m-80-2-2-compilers-91958a8f1d58
1•rbanffy•47m ago•0 comments

How Claude is uplifting biomolecular modeling

https://www.anthropic.com/research/claude-uplifts-biomolecular-modeling
5•gmays•47m ago•0 comments

Beyond Context Windows: Evaluating Long-Term Memory for AI Agents

https://twitter.com/AgentMemoryL/status/2101312784688726331
1•IreneAI•53m ago•0 comments

A Summer of AI Optimization

https://lemire.me/blog/2026/09/22/a-summer-of-ai-optimization/
1•chmaynard•56m ago•0 comments

Be the first human to review your own code

https://abhinavr.me/posts/be-the-first-human-to-review-your-own-code/
1•avr5500•58m ago•0 comments

AMD has now officially joined the trillion-dollar club

https://companiesmarketcap.com/amd/marketcap/
2•AbuAssar•1h ago•1 comments

Axon Training Pod (ATP) VR for training police officers

https://www.axon.com/products/axon-training-pod
2•nephihaha•1h 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.