frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Pencils Down: No More Code by Hand at 37Signals

https://37signals.com/podcast/pencils-down/
1•gscott•4m ago•0 comments

Basic Linear Algebra Subprograms (BLAS)

https://en.wikipedia.org/wiki/Basic_Linear_Algebra_Subprograms
1•peter_d_sherman•5m ago•0 comments

CozyToolkit – Free everyday tools for creators

https://cozytoolkit.com/
1•SamuelYMChen•16m ago•0 comments

The moon matters NASA chief: China may deny access to Moon's South Pole

https://arstechnica.com/space/2026/09/nasa-chief-concerned-china-may-deny-access-to-parts-of-sout...
1•worik•17m ago•0 comments

Entrepreneurship and Industry in Europe

https://eudata.vercel.app/
3•duck•17m ago•0 comments

Show HN: Reteach – AI tutor that feels human

https://www.reteach.study/
2•antariksh_verma•21m ago•0 comments

Google plans first test ofAl chips in space under Project Suncatcher

https://blog.google/innovation-and-ai/technology/research/google-project-suncatcher/
2•fork-bomber•26m ago•2 comments

London's schools are running out of children

https://www.ft.com/content/5b019594-5b20-479a-8549-7b564127eb3f
3•2dvisio•26m ago•0 comments

Just how hot and dry was your summer? – UK postcode lookup

https://www.bbc.co.uk/news/articles/cy9zvw47v90o
3•ColinEberhardt•26m ago•0 comments

AMBA – Free and Open Advanced Microcontroller Bus Architecture

https://www.arm.com/architecture/system-architectures/amba
1•peter_d_sherman•27m ago•1 comments

About Those Property Taxes

https://pxlnv.com/linklog/data-centre-property-taxes/
1•danaris•32m ago•0 comments

Show HN: Lift and Coast (Browser based F1 game)

https://lift-and-coast.vercel.app
1•Hussain04•34m ago•0 comments

Recipe for Disaster v1.0

1•stpedgwdgfhgdd•35m ago•1 comments

Show HN: Jevper – an LLM API client constrained to the Jev wire format

https://github.com/zhulinchng/jevper
1•czl_my•36m ago•0 comments

Extracting and Characterizing Hidden Chain-of-Thought in Frontier Models

https://arxiv.org/abs/2609.26637
1•jumploops•38m ago•0 comments

Control-Token Injection Suppresses Chain-of-Thought and Defeats Reasoning-Based

https://arxiv.org/abs/2609.27542
1•sbulaev•40m ago•0 comments

Show HN: A single-use authorization boundary in Rust

2•Founderarcstone•42m ago•0 comments

Peter Thiel slams pope's AI encyclical as gift to Chinese Communist Party

https://www.politico.com/news/2026/09/24/peter-thiel-slams-popes-ai-encyclical-as-gift-to-chinese...
3•vrganj•43m ago•1 comments

Oldest recorded voices, haunted dolls, and more from Tempest Instruments

https://cdm.link/oldest-recorded-voices-haunted-dolls-and-more-from-tempest-instruments/
2•bryanrasmussen•50m ago•0 comments

I stopped letting LLMs do arithmetic

https://medium.com/@jwbobbink/best-search-console-mcp-in-2026-gsc-wizard-7a63f91191ca
6•jwbobbink•54m ago•0 comments

Tell HN: No company scaled revenue as fast as AI companies

2•silexia•57m ago•1 comments

700 MB/s of Kafka throughput, on Postgres

https://rynr.dev/blog/700mbskafgres/
3•theanonymousone•58m ago•0 comments

AI Agents are breaking into Online Retailers for $25 a target

https://gambit.security/blog-posts/autonomous-ai-agents-online-retailers-25-a-company
4•geox•1h ago•0 comments

Taste Bench

https://www.omneky.com/tastebench
7•hsenju•1h ago•0 comments

Show HN: Knowledge Signal – A JEV-powered rubric assessment tool for study notes

https://github.com/sumant1122/knowledge-signal
2•paperplaneflyr•1h ago•0 comments

You sent the wrong attachment and leaked the banks deal list. What happens next?

https://www.ft.com/content/8124e18d-ca77-424f-aa43-97983653eec4
3•helsinkiandrew•1h ago•0 comments

Developer Process Automation: The sane way to automate developer hours

https://12gramsofcarbon.com/p/agentics-what-is-developer-process
2•theahura•1h ago•0 comments

Show HN: Miru: Zoomer Daemon for Wayland

https://blog.vaishnavs.is-a.dev/miru/
2•vaishnav110504•1h ago•0 comments

When Agent Met Agent

https://www.flybridge.com/ideas/the-bow/when-agent-met-agent
2•ddaniel10•1h ago•0 comments

New RSA attack forges signatures without factoring the key

https://arstechnica.com/security/2026/09/theres-a-new-way-to-break-rsa-thats-faster-than-anything...
3•utiiiD•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.