Hooked on code.

Joined October 2013
Photos and videos
It appears Anthropic vibe coded a solution for refunding due to the Fable 5 removal. Turns out, instead of downgrading my from 20x to 5x, they removed everything and pulled my subscription entirely from today. When I had 5x subscription time left until 19th of june. Insane.
Opus 4.8 is unusable, and I've been using GPT 5.5 lately to avoid it. Then they released Fable 5, which felt genuinely solid, so I upgraded my plan to 20x to be able to use it until 22nd of June. 6-7 hours after my upgrade #anthropic pulled the Fable 5 model. AI Bot: No refund.
490
Opus 4.8 is unusable, and I've been using GPT 5.5 lately to avoid it. Then they released Fable 5, which felt genuinely solid, so I upgraded my plan to 20x to be able to use it until 22nd of June. 6-7 hours after my upgrade #anthropic pulled the Fable 5 model. AI Bot: No refund.
1
1
176
@bcherny @trq212 is this really your policy? I do understand that changes may happen, for better or worse, during a subscription period. However, if you upgraded a plan literally a few hours before you do a major rug pull there must be ways to handle this properly?
17
How are devs using Codex Automations/Claude Routines successfully? I have a rather large repo I’m working in solo, and so far the only thing I’ve come up with is that it updates the user facing docs once every 48h… There must be tons of things you can do? #codex #claudecode
2
43
I am mainly after stuff that can help groom my codebase and keeping it up to date etc in ways that add value. Not looking for a ”do a code review of the changes in main last x hours” type of automation, or ”check my gmail and do a summary” stuff.
18
Use the fuck out of the shit you build.
Replying to @samcmkt
- Know your features well - Know the rough edges where things go wrong - Know what breaks first when things go wrong - Use the fuck out of it before making your bugs your user's problem
22
Just as I was starting to feel like Codex was becoming my go to tool and that it was outperforming Claude in 9/10 instances it suddenly became utter and complete garbage. Codex is literally unusable since the last 2-3 days... What's going on?
33
Can’t help but feel like this is the biggest fumble of 2025/2026 in the AI space and it’s done by Anthropic. What a miss.
I'm joining @OpenAI to bring agents to everyone. @OpenClaw is becoming a foundation: open, independent, and just getting started.🦞 steipete.me/posts/2026/openc…
105
Just joined the ClaudeCodeCommunity Hackathon and built a game! /ˈɡunʊd/ - a daily dungeon-crawling puzzle inspired by Khuzdul, the secret tongue of the Dwarves. Explore mines, collect clues, dodge the dragon, and find the hidden gem. Same puzzle for everyone, every day. How few moves can you do it in? Play it here: gunud.vercel.app/

1
1
1
268
Lets go!
Introducing Claude Opus 4.6. Our smartest model got an upgrade. Opus 4.6 plans more carefully, sustains agentic tasks for longer, operates reliably in massive codebases, and catches its own mistakes. It’s also our first Opus-class model with 1M token context in beta.
39
The Claude Code /insights command was really fun read. Both as the tips given, but it also gives an insight into how you work. Your process, your iterations etc. I love @steipete and his way of building/working resonates a lot with me - a huge inspiration! So I am happy that the Claude insights reflect that way of working. Build fast, iterate, feel what you've built, test it during the development, get ideas on what to expand on, what to explore further, fix bugs, add features, iterate 🔄. My own stats? See in the images below, this is from a hobby project that I only work on during evenings and weekends when I'm not at my day to day work. I truly believe it shows the power of agentic coding and there is no going back. I'm personally surprised as of how most devs (outside the X bubble) are not at all comfortable with agentic coding and I hope more people wake up soon.
Feb 4
We've added a new command to Claude Code called /insights When you run it, Claude Code will read your message history from the past month. It'll summarize your projects, how you use Claude Code, and give suggestions on how to improve your workflow.
40

ALT Boss Yes GIF by Gigachad

Replying to @altryne
All of it
35
Oz Code retweeted
Use AI. Don't treat it like a god. Don't treat it like bs. You AI > AI. If that's not the case, invest more in your skills. Both your CS skills AND your AI usage skills
81
48
618
27,890
Love this, been doing it manually. Curious if anyone's made a skill for enforcing modern patterns? Since training data skews toward older code, I often add "use 2025 best practices" etc. to get TW4 syntax, hooks, App Router, etc. Works great, would just love to automate it!
We just open sourced the code-simplifier agent we use on the Claude Code team. Try it: claude plugin install code-simplifier Or from within a session: /plugin marketplace update claude-plugins-official /plugin install code-simplifier Ask Claude to use the code simplifier agent at the end of a long coding session, or to clean up complex PRs. Let us know what you think!
49
Spent an 15 min with Claude Code leveling up my VS Code settings. Here's what it added: • Minimap that auto-hides on hover (no more wasted space) • Custom tab labels for monorepos → [web] auth/page instead of "page.tsx"
1
1
79
• Autocomplete inside strings (great for imports & i18n keys) • Auto-imports for TS/JS • Trim trailing whitespace ensure final newline • Highlight modified tabs with a dot • Breadcrumbs for quick navigation Added comments to my entire settings.json with explanations.
1
44
What's your most underrated VS Code setting? Always looking for more. Honestly surprised how much of this I didn't know existed (tbh some of them I had just forgotten about after changing computers)... What else am I missing?
15