

Scott Tolinski - Syntax.fm
24.3K posts

@stolinski
Co-host of https://t.co/88mStAbeDM | @getsentry Graffiti UI - https://t.co/NuLShCDEur Habit Path - https://t.co/ixcuanaeQT Previously Creator of @leveluptuts



🗣️We just launched our Claude Agent integration Now when Seer finds a bug, it can hand it off to Claude—with all the context Sentry has about the issue—to write the fix and create a PR for you. Check out the docs for more: docs.sentry.io/organization/i…












Absolutely insane week for agentic engineering 37K LOC per day across 5 projects Still speeding up


so... I audited Garry's website after he bragged about 37K LOC/day and a 72-day shipping streak. here's what 78,400 lines of AI slop code actually looks like in production. a single homepage load of garryslist.org downloads 6.42 MB across 169 requests. for a newsletter-blog-thingy. 1/9🧵




Controlled components make an imperative API declarative, but does it really buy you enough for the theoretical and implementation complexity? <input type="checkbox" value={checked} /> onClick={() => setChecked(true)} vs onClick={() => ref.checked = true}

