every time you intervene and correct your agent, you should think about how to eliminate it entirely.
in order of value:
1. categorically eliminate the problem through better architecture or choice of data structures
2. turn it into a lint rule or test so CI catches it
3. turn it into a skill or rule
4. have humans review the code to catch it (ngmi)
I think people don’t realize how much of the success of React is actually @shadcn.
I once referred to React as the actual “LEGO brick for adults.” But in reality it was more the description of the geometry of the bricks. The spec.
Shadcn is what people actually wanted from React. Reusable high quality components that also tunable. It’s a pseudo-library. There’s code but it’s actually meant to be digested into your context window and remixed.
@telegram What if a Telegram Mini App felt like an actual mobile game — not another tap-to-earn? 🙉
Climb. Battle other players. Enter tournaments. Attack. Level up. Earn rewards
Competitive PvP, progression and Stars payments. I'm one of the devs behind it
🎮https://t.co/KJrdwNlR9d
@0xjackson I use a dedicated virtual card that I only unfreeze when starting trials, then freeze it again. Never get caught off guard by some sub I forgot I even had. Sleep like a baby
We just released #MobX 7! Mostly a cleanup released to remove old baggage. Legacy non-proxy support, legacy decorators all cleaned up and a 40% smaller package. Details: https://t.co/BqionaSIzg
Credits to @egorgorv for the awesome effort!
@LukasCantCode It's an insult if you're building critical systems like pacemakers, but it's a badge if the stakes are low and quantity matters more than quality
When I started as a dev at a small Ukrainian outsourcing company, they'd hire lots of cheap juniors. Every group had one experienced dev whose main job wasn't writing code - it was making sure the juniors didn't burn the project down
We had a team of agents rebuild SQLite from its 835-page manual.
It created a replica in Rust which passed 100% of a held-out test suite.
Interestingly, cost varied 15x depending on which model mix we used.