惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Y
Y Combinator Blog
D
Docker
有赞技术团队
有赞技术团队
D
DataBreaches.Net
The GitHub Blog
The GitHub Blog
爱范儿
爱范儿
H
Help Net Security
美团技术团队
MyScale Blog
MyScale Blog
B
Blog RSS Feed
C
Check Point Blog
Microsoft Security Blog
Microsoft Security Blog
阮一峰的网络日志
阮一峰的网络日志
A
About on SuperTechFans
小众软件
小众软件
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
GbyAI
GbyAI
G
Google Developers Blog
月光博客
月光博客
Google DeepMind News
Google DeepMind News
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Blog — PlanetScale
Blog — PlanetScale
MongoDB | Blog
MongoDB | Blog
F
Fortinet All Blogs

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
AI slop cannons and their consequences
Jeff Morhous · 2026-06-20 · via Hacker News - Newest: "AI"
Diagram explaining how to avoid being an AI slop cannon, demonstrating how good engineering skills help you make software that is easy to maintain and extend

If AI is such an incredible tool, why aren’t we seeing an incredible explosion of useful software?

The answer isn’t too complicated. AI is just a force multiplier.

If you’re a great developer and use AI effectively, you’ll get increased productivity. If you have poor technical skills and lean on AI, you’ll ship more, but the outcomes will not be good. You ship slop, and lots of it, so much in fact, that you would rightfully be called an AI slop cannon.

Diagraming explaining four types of AI users - Slop cannons, turbo brains, dead weight, and steady hands
Diagram by Dan Hock

An AI slop cannon is a very high-output software engineer that doesn’t emphasize quality enough.

The weird part here is that in the short term, slop cannons seem productive. But code that is easy to produce can be hard to maintain and extend, so the productivity gains from the AI tool are eaten by technical debt.

If you’ve been a software engineer long enough, you’ve undoubtedly been bitten by a complexity dragon once or twice. Great software developers write code that is easy to understand and maintain, in addition to accomplishing the task. If you’re just feeding Claude Code Jira tickets to complete, you’re probably going to ship some AI slop.

So how do you avoid shipping slop? I’ll show you 5 guiding principles.

Today’s newsletter is generously sponsored by Friday, a powerful agent harness that connects to the software you already use.

Friday helps you get more done with AI agents, without having to glue tools together. You can bring your own API key for your preferred models, bring your existing skills, and connect to the tools you need with MCPs.

One of my favorite things in Friday is the incredible support for scheduled jobs. Friday lets you describe recurring agentic workflows in plaintext but gives you the option to edit and extend them as code.

Check it out today!

Try Friday

If you’re already using AI, then your focus should be on becoming a great software engineer. If you’re a great software engineer, then put some time into becoming effective at using AI tools for your work.

One of the best things you can do for your career and output is to develop great engineering skills, isolated from AI.

This section is primarily about developing good judgment. Unfortunately, this takes time. There are things you can do to accelerate developing the technical skill and judgment of an effective senior+ contributor, but you’ll also have to be patient.

The first and most obvious thing to focus on is coding skill. Some folks are pushing the idea that you don’t need to know your programming syntax when AI is an effective means of producing code. I think this is a bit short-sighted.

It’s important that you become competent in at least 1 programming language (ideally 2) so that you can judge AI-produced code. I’ve been writing Ruby for years, and it gives me a keen eye for reading Ruby code that is overly complex or hard to change.

Speaking of complexity, it’s important to learn how to avoid unnecessary complexity. Learning this is increasingly important the more you use AI, and I recommend you read “A Philosophy of Software Design” by John Ousterhout to speedrun this.

If you’re shipping enough code, you’ll eventually need to develop an eye for system design. AI lacks in this area, mostly because coding agents often focus on an individual app instead of a whole system. Getting really good at system design is a huge life hack in the era of coding agents. I recommend Alex Xu’s system design book for this.

Good software engineering requires that you understand the code you write. That extends to the tools you use. In the AI era, that means you can’t ship code agents write without wrapping your head around it.

Skipping this part is generally what people call vibe coding. Vibe coding has it’s place, but it’s not software engineering.

If you ever find yourself saying “Claude wrote a PR that did x” or “Codex fixed this bug”, STOP.

I call this agentic passive voice.

When you use Claude Code or another AI tool to write code, even with an agent, you are simply using a tool. It’s an incredibly effective tool, but it’s still a tool.

It’s a bad look to abdicate all your responsibility to an LLM. You have a real human brain capable of unique insight, and it’s your responsibility to use it to add value to your work. Extend your expertise with AI. Don’t replace it.

Using AI effectively is an important part of becoming more useful in the AI era. It’s the whole thesis for this newsletter.

This is where learning to use the tools we have comes into play. Plan mode, goals, context engineering, skills, and more are all important concepts to wrap your head around if you want to get maximum value out of your tools.

If you’re not already, consider becoming a member of the newsletter to multiply your efforts here. Members get access to detailed technical guides in the Member Vault, which are the fastest way to level up your AI-assisted programming techniques.

The last piece of advice I’ll leave you with is to seek mentorship for all of the above. Find folks that are incredible at system design and learn from them. Identify the people in your org that are using AI tools effectively and ask to pair program with them.

The fastest way to level up is often 1:1 conversations with folks just a few steps ahead of you at a particular thing, so don’t miss out!

Discussion about this post

Ready for more?