frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Ask HN: Are we going to see more job postings asking for only agentic coding?

6•ronbenton•2d ago
Was perusing job postings today and saw this on a Zapier listing:

"You work through AI agents, not alongside them. Your daily development workflow is built around directing and reviewing agent-written code, not writing it by hand. You have opinions about which models to use for which tasks, you've hit real failure modes and built mitigations, and your workflow is actively evolving. Bonus: you use multi-agent patterns, enable others on your team to build faster with AI, or have scaled AI impact beyond yourself."

This took me aback a little as I don't think yet I have seen companies talking about hand-writing code being bad.

Is this happening more often?

Comments

bediger4000•2d ago
I don't think we'll see much of this.

For the time being, agentic coding makes 10x supermen out of existing medium and long-time coders. How much more code do we need, after all?

Second, look at the rate of "AI" improvement. Agents will start writing themselves in a few weeks or months, then all the agent wranglers and LLM jockeys will become 100x supermen. Soon, humans won't be in the loop at all.

The window in which one could become an agentic-only-coder, occupying that sort of market position, is seen to be technologically determined, and technologically finite.

rl3•2d ago
>...then all the agent wranglers and LLM jockeys will become 100x supermen.

Having anticipated this, I'm aiming for 1000x.

Thing is, there's plenty of jerks out there aiming for 10,000x and 100,000x.

It's almost like it's a race to the bottom or something.. Huh.

hackermailman•21h ago
This is how you get to 10x with a LLM in my limited agentic experience for doing all the scratchwork of architecting a program before you generate it:

The user facing part of your program can be planned out using conceptual design https://essenceofsoftware.com/tutorials/ the author of that book teaches it in MITs old software studio course https://61040-fa25.github.io/schedule the point is to plan out modularity and the prof does enjoy using overly complex language to describe this method but once you read through the slides and tutorials you will understand why he describes it that way because he's trying to differentiate between features and concepts. For example HN has an upvoting concept who's purpose is to establish rank then a seperate concept karma which allows you to downvote but placing both functions inside the upvoting concept breaks modularity and conceptual design makes this obvious once you practice with it. Once everything is planned out this way then generating code is trivial again in my limited experience as I'm no expert on agentic coding but I've had success doing this.

All the code the user won't see can be modeled using one of the 'lightweight' formal methods out there like forge or alloy https://forge-fm.github.io/book/2026/ where a complex protocol you write or entire system can be tested first to find illicit states. Imagine you are designing some company app where there needs to be multiple logins of different security abilities this is how you would model your security plan first and make sure a combination of states doesn't produce an unexpected breach or that you missed a state. A custom network protocol that does kernel bypass is another example. The rules of a game you build is another you don't want the system to reach a state like winner unless they actually won. I now use Forge to plan css too because I don't want to show broken css states since I have limited design experience.

Now generate the whole system as modules and never look at the code. The same property tests I used for the Forge model I make into an Oracle and then blast the agent code with random inputs.

I built several gigantic prototypes this way mostly of papers I read in database designs and screwing around with graphical interfaces for them.

hkonte•11h ago
The "plan before you generate" framing is exactly right. Conceptual design forces you to separate concerns before writing code. Same discipline applied one level up: structuring the prompt before passing it to the model.

The failure mode I see is people writing one long prose prompt and iterating on it as a unit. When output is wrong you can not tell which part failed. Was it the role definition, the constraints, the output format? No way to know.

Decomposing the prompt into typed named regions first (role, objective, constraints, context, output format) mirrors the modularity concept from Essence of Software. Each region has a single purpose and can be adjusted independently.

I built github.com/Nyrok/flompt for this, a visual prompt builder that decomposes prompts into 12 semantic blocks and compiles to Claude-optimized XML. Same "design before you build" principle at the prompt layer.

jackyli02•2d ago
This is explicitly framing hand-written code as the wrong workflow. That's a significant shift from even six months ago. My sense is this will become more common at companies building on top of APIs and integrations (Zapier's core domain), where the code is more glue than architecture. Whether it scales to systems-level work is a different question. The failure modes of agent-written code are still poorly understood, and "built mitigations" is doing a lot of heavy lifting in that job listing.
mattmanser•1d ago
I work in an API heavy domain.

Ironically, you need it to be right and LLMs don't cut it.

raw_anon_1111•1d ago
My API heavy domain is coding against the AWS SDK

https://docs.aws.amazon.com/boto3/latest/

I am just linking to the Python version because it’s all on one page. All of the other supported languages are the same - they are all autogenerated from the same definition file by AWS.

Also consider these same APIs are surfaced by the CLI, Terraform, CloudFormation and the AWS CDK.

I’ve been testing writing code and shell scripts against the AWS SDK since 3.5. It helped then, I can mostly one shot it now as long as the APIs were available when it was trained. Now I just have to tell it to “search for the latest documentation” if its a newer API

daringrain32781•2d ago
Seems to me like they’ve decided (or want to believe) that if all code isn’t output by an agent the company is losing out on potential work output.

Agents are still far too unreliable and dumb for this model and need strict discipline by a developer who really understands fundamentals. And sometimes it’s just faster to do the damn thing yourself instead of writing a whole paragraph to an agent that still might do it wrong.

soulchild37•2d ago
Prediction, the company posting this listing will go under in 2 years
codingdave•1d ago
This may be a bit of a tangent, but I don't agree with being all-in on agentic coding.

Look at the bigger picture. In many other industries, LLM-based solutions are in place. They were embraced, implemented, people learned what works and does not, and the solutions were built a while ago. They are up and running and just day-to-day business at this point.

But with coding, we're still fighting to make it happen. We see job postings with all that detail because it does not "just work". We keep trying to find the best models, the best practices. People keep saying that "Real Soon Now", LLMs can do our jobs 100%. But at the end of the day, we're still writing the same apps we've been writing. Our output has not changed, except maybe a little more speed alongside a little more slop. People who do get it to work do so by throwing a lot of money at tokens. Is that all we are doing? Funding the AI platform vendors and stressing ourselves over... a minor speed improvement?

Am I the only one that thinks that the tech industry is actually failing at AI, and all the talk and effort about it just proves that point?

mattmanser•1d ago
What industries has it worked with?

Apart from the ever customer-hostile automation drive of making people give up on customer service.

I Need a Partner

2•justYooz•21m ago•1 comments

Tell HN: Apple development certificate server seems down?

96•strongpigeon•14h ago•36 comments

Ask HN: How are people doing AI evals these days?

15•yelmahallawy•1d ago•17 comments

Ask HN: What Are You Working On? (March 2026)

283•david927•2d ago•1082 comments

Ask HN: Remember Fidonet?

116•ukkare•23h ago•67 comments

Ask HN: How are people forecasting AI API costs for agent workflows?

4•Barathkanna•4h ago•10 comments

Maybe we can keep on coding? pseudo code project

7•EmptyDrum•6h ago•7 comments

Ask HN: How to be alone?

671•sillysaurusx•2d ago•552 comments

Ask HN: Please restrict new accounts from posting

707•Oras•2d ago•502 comments

Ask HN: How do you review gen-AI created code?

4•captainkrtek•9h ago•4 comments

Ask HN: Most beautiful personal blog UI you have ever seen?

142•ms7892•2d ago•54 comments

Tell HN: Vertical tabs has arrived (behind a flag) in Chrome stable

5•crummy•10h ago•0 comments

Ask HN: Is Starlink still being jammed in Iran?

3•Jblx2•10h ago•1 comments

Ask HN: Can I repurpose a Bluetooth voice remote as input device for a PC?

15•albert_e•3d ago•20 comments

Ask HN: How to "make it" as a newlygrad/junior?

4•kartoffelsaft•12h ago•3 comments

Tell HN: I'm 60 years old. Claude Code has re-ignited a passion

1064•shannoncc•4d ago•975 comments

Ask HN: Devs who are out of work – what are you doing for income now?

6•a1n•6h ago•3 comments

Ask HN: Does automatic multilingual support make sense for a launch platform?

2•LeanVibe•16h ago•3 comments

Why is GPT-5.4 obsessed with Goblins?

14•pants2•1d ago•8 comments

Unlocked SaaS, file source as truth?

2•abmmgb•19h ago•1 comments

Ask HN: Is GitHub getting less reliable, or is it just me?

11•_pdp_•1d ago•8 comments

The Architecture of an Exit Scam: A Technical Audit of Zszrun

5•cappyfjao•23h ago•0 comments

Ask HN: Since a week HN keeps logging me off every few days, why?

5•epolanski•23h ago•2 comments

Ask HN: What AI content automation stack are you using in 2026?

3•jackcofounder•1d ago•3 comments

Ask HN: Do you still run Redis and workers just for background jobs?

2•sergF•1d ago•16 comments

Ask HN: Favorite Non-Spammy iPhone Games?

6•bix6•1d ago•8 comments

Ask HN: What game engine would you recommend for vibe coding?

6•general_reveal•1d ago•7 comments

Ask HN: Read‑only LLM tool for email triage and knowledge extraction?

2•maille•1d ago•4 comments

Ask HN: Any informed guesses on the actual size/architecture of GPT-5.4 etc.?

4•dsrtslnd23•1d ago•0 comments

Ask HN: Anyone else feel this community has changed recently?

58•kypro•4d ago•30 comments