frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

HSIP–local identity server in Rust with Ed25519 signing and AI agent governance

https://github.com/rewired89/HSIP-1PHASE
1•Rewired89•1m ago•0 comments

Ex-Citadel Trader Building Trading Tools for All

https://runhalcyon.com/
2•Entropnt•2m ago•0 comments

The notational conventions I adopted, and why (EWD 1300)

https://www.cs.utexas.edu/~EWD/transcriptions/EWD13xx/EWD1300.html
1•tosh•3m ago•0 comments

Why an AI-saturated internet gave me a reason to write

https://halit.alptekin.im/posts/still-human-here/
3•nofool•5m ago•0 comments

Read Zero Knowledge As I Write It (crypto thriller)

https://feld.com/archives/2026/06/read-zero-knowledge-as-i-write-it/
1•rmason•6m ago•0 comments

AMD will reinstate memory encryption on Ryzen 9000 CPUs via BIOS update in July

https://www.tomshardware.com/pc-components/cpus/amd-will-reinstate-memory-encryption-on-ryzen-900...
3•roboror•10m ago•1 comments

Show HN: My Windows XP portfolio with working Game Boy and iPod

https://mitchivin.com/
4•mitchivin•10m ago•0 comments

GitHub DMCA Repository

https://github.com/github/dmca/blob/master/2026/06/2026-06-04-tesla.md
1•5701652400•12m ago•1 comments

Show HN: Tin Validate, a tax ID validator that explains why checks pass or fail

https://tin-validate.com/
2•bapito•12m ago•0 comments

VMAF v1: Good Is Not Good Enough

https://medium.com/netflix-techblog/vmaf-v1-good-is-not-good-enough-60d7e4244ea8
1•ledoge•14m ago•0 comments

Google display wrong flags for world cup 2026

https://swiss-cow.com/blog/google-world-cup-wrong-flags
3•jimseinta•18m ago•0 comments

Show HN: An ASCII 3D Rendering Engine

https://glyphcss.com
1•apresmoi•18m ago•0 comments

Russia no longer needs so many graduates, country's education minister warns

https://novayagazeta.eu/en/articles/2026/06/19/russia-no-longer-needs-so-many-graduates-countrys-...
5•randycupertino•19m ago•0 comments

The Market's AI Fanfare Is Running into a Harsh Political Reality

https://www.wsj.com/tech/ai/the-markets-ai-fanfare-is-running-into-a-harsh-political-reality-b919...
1•thm•21m ago•0 comments

The Next Generation of American Cheese (2023)

https://www.eater.com/23734992/new-school-cheese-artisanal-american-cheese
1•NaOH•22m ago•0 comments

AI in Games: The Impact on Sales

https://www.game-oracle.com/blog/ai-part2
1•Macha•23m ago•0 comments

Ask HN: Are people optimistic about the future?

4•JohnDSDev•23m ago•2 comments

GoPro and Roomba were U.S. pioneers. Chinese rivals now dominate

https://restofworld.org/2026/chinese-consumer-tech-brands/
4•thm•23m ago•0 comments

Russia Wants AI Sovereignty. It Has a Chip Problem

https://time.com/article/2026/06/18/russia-ai-putin-chip-us-china/
1•thm•24m ago•0 comments

America's Founders helped create a world they were not yet ready to live in

https://reason.com/2026/06/13/disillusioned-revolutionaries/
3•momentmaker•26m ago•0 comments

LLVM-Snippy: An Instruction Sequence Generator. Part 1: Overview [video]

https://www.youtube.com/watch?v=gomtQMGOFF8
3•matt_d•27m ago•0 comments

PostgresBench: A Reproducible Benchmark for Postgres Services

https://clickhouse.com/blog/postgresbench
3•saisrirampur•28m ago•0 comments

How the Fifth Lateran Council Unlocked Financial Theory

https://sebastiangarren.com/2026/06/17/lending-is-meritorious-and-should-be-praised-how-the-fifth...
2•momentmaker•28m ago•0 comments

World first, a man living with HIV received transplant from HIV-positive donor

https://www.scientificamerican.com/article/in-world-first-a-man-living-with-hiv-received-a-lung-t...
2•iancmceachern•29m ago•0 comments

Neuromorphic Computing with Sound Waves Cuts Power Use

https://spectrum.ieee.org/neuromorphic-computing-acoustic-chips
3•rbanffy•30m ago•0 comments

Machines or Mind?

https://antigonejournal.com/2024/11/machines-or-mind-loebs-rouse/
2•jruohonen•30m ago•0 comments

Claude Code Issue management extension for VS Code

https://www.forq.ink/
2•barakolshe•30m ago•1 comments

Dirty Little Zine – a tool for making an 8 page printable Zine

https://dirtylittlezine.com/
4•cianmm•31m ago•1 comments

The reason enterprise AI is stuck

https://www.fastcompany.com/91555415/real-reason-enterprise-ai-stuck
1•harperlee•31m ago•0 comments

Show HN: Tiny – An interpeted dynamic langauge with inline Go native functions

https://github.com/confh/Tiny
2•confis•35m 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.