1. UI / Design trends in LLM‑related sites
"And some of us are sick of round everything and parallax background images." — malfist
"see that little \"Built for equity compensation\" pill with the green dot?" — hankbond
These remarks illustrate frustration with the prevalent “hard‑square, solid‑colour” look and the ubiquitous status‑pill dark‑mode element that now appears on many AI‑focused landing pages.
2. Difficulty steering powerful models
"Sol literally follows every instruction in my CLAUDE.md and AGENTS.md, something that Opus 5 and Fable just casually skip." — jumploops
"I've noticed this myself, Sol seems really hard to steer." — malfist
Participants note that newer models like Sol are extremely compliant yet stubborn once they lock into a reasoning path, making them hard to redirect mid‑task.
3. Spec‑driven development and agent harnesses
"The goal with the harness was to automate the repetitive parts of my prompting ('Before changing any code', 'Let's put this in design/', etc.)." — jumploops
"I ended up testing a flow where the supervisor chooses the skill(s), and only injects the subset into the worker." — jumploops
The conversation stresses a shift toward writing explicit specifications before delegating work to agents, and the need for sandboxing or skill‑selection mechanisms to prevent context drift and unintended “cheating” in benchmark runs.