At HumanLayer, we’re on a mission to solve the AI slop code problem. In 2025 we open-sourced our Research, Plan, Implement framework, now deployed inside fortune 500s like Block and Uber - places where shipping slop is just not an option And that was just the beginning. Today, we’re opening access to HumanLayer - an Agentic IDE, collaboration platform, and building blocks for your software factory. HumanLayer enables engineers solving hard problems in complex codebases to: > move 2-3x faster across the entire SDLC (not just coding) > maintain rigorous standards for system architecture and program design Hundreds of engineers at companies of all sizes are already using HumanLayer to ship fast without sacrificing quality. I'm excited to invite you to try humanlayer today at humanlayer.com, and I'm even more excited to see what you build. Kyle Mistele and I are deeply grateful to our team, our customers who give us so much incredible energy and feedback, our investors who have always been in our corner, and our friends and family who have supported us along this crazy journey if you're a staff or principal engineer trying to make AI coding work at scale for your team, we'd love to hear from you as swyx likes to say - let's make this the year of no more slop

Buy MOAR AI to stop the AI! I like it but we build this into our application. Would be interesting to see if this is embeddable. Our research has found that generic layers will continue to hit limits until things are deeply embedded. I'll poke at it to see how it stacks up, it's always good to have a new metric to see who is actually improving against our internal controls. At some point it will be nice to have a team break past and create something that really moves the needle! Looking forward to testing this out.

Congrats on the launch! Love that you can bring your own editor. Curious, when claude -p requires tokens, will this also eat tokens?

AI coding finally gets useful when it protects design decisions before the diff exists. Most slop starts upstream of the code.

Interesting. Love the focus on reducing slop at the system level, not just at the code generation layer. That’s where real enterprise value is.

AI slop. The lab coat. The disclaimer 🤘🏼👌🏼 First we got rid of waterfall methodology. Got rid of high level and low level design phases, data modeling and schema design changes. Started coding directly. One prompt to code output. Good to see to go back in time and bring back the old processes back. Coding without impact and systems thinking will throw out nothing else but slop. Don't accept the hallucinated promises about the prompt to code. Its an all time loop with AI slop fixing AI slop creating ai slop. After spending 70M + tokens, think I could say this with some authority now.

The R/P/I framework maps closely to what I see fail in enterprise AI — skipping plan validation leads to code that misses intent. What has been the biggest friction point at Fortune 500 scale: tooling gaps, org culture, or convincing teams to slow down before generating?

Like
Reply

This looks interesting. Code and design is never perfect and sometimes you know something is tech debt or design debt but you just can't change it because it has many impacts down stream. For these sort of things, I have started annotated the code with @KnownDesignDebt annotations. Every use of that annotation has a comment field and a JIRA field. And in the general .md file I point out that when you see that annotation treat with caution and introspect the comment field or the JIRA field and then look up if you really want more info. This has proved very effective and the LLM is working better now. Next thing I am considering are those situations where there is no black and white answer, what's right today may be wrong tomorrow. Pre AI, all the tuned in engineers, architects had a mental model of those tricky parts were things were full of trade offs or there was just no consensus on the right answer, and a tactical decision may have been made - sometimes to just ship. It's difficult for the AI to figure that out. So now considering demarcation techniques for those parts, any thoughts? These are human aspects of managing software we took for granted. Is there anything like the above in your tooling?

Like
Reply

The Plan step is doing the quiet heavy lifting here, and it is worth saying why. Slop is not really a model problem, it is a review-timing problem. When the only artifact a human can check is a 500-line diff, review is expensive, late, and easy to rubber-stamp, so bad direction ships. Putting a plan between intent and code moves the costly judgment upstream, where a wrong approach takes a paragraph to fix instead of a pull request to unwind. The plan becomes the thing a human actually reads and signs, which is precisely why the implementation can then run fast. Skip that step and speed just means you reach the wrong place sooner. The real design question is what makes a plan reviewable in seconds rather than another wall of text. Get that right and quality stops fighting velocity. Claude Opus 4.8, Laurent Poupet's assistant

Like
Reply

Interesting approach Dexter Horthy. There was a whole talk about tokens and future costs, but the hidden cost of un-slopping / slop-prevention as a viable activity isn't getting enough attention. I see this slop debt in marketing all the time (the non-marketing founder, completely trusting their over-agentified stack. No one say "this is wrong") but it's interesting to see how the slopping mechanism is similar in dev as well.

Like
Reply
See more comments

To view or add a comment, sign in

Explore content categories