···11+---
22+title: "New AI slop signal: code blocks with weird indentation"
33+desc: "If the first line of a set of commands isn't indented but the rest are: the post is AI slop"
44+date: 2025-12-01
55+---
66+77+I just discovered a new way to tell if a blogpost is AI slop or at least if someone blindly copied and pasted commands from Claude Code: the first line of a group of commands isn't indented but the rest are, like this:
88+99+```bash
1010+sudo apt update
1111+ sudo apt upgrade
1212+ sudo apt autoremove
1313+ sudo apt autoclean
1414+```
1515+1616+This happens because the raw CLI output of Claude code for this question looks like this:
1717+1818+```text
1919+> What are the commands to fully update an Ubuntu system? Just list the commands.
2020+2121+● sudo apt update
2222+ sudo apt upgrade
2323+ sudo apt autoremove
2424+ sudo apt autoclean
2525+```
2626+2727+And then the writer copied from the beginning of the set of commands to the end. Their text editor / formatting tool did not remove the preceding spaces because that's sometimes syntactically relevant in code blocks.
2828+2929+I'll keep y'all updated as I find more indicators. There are so many in the wild and it's making me grow weary.