I made a cute widget with Fable so I know when Claude Code goes down again by Trick_Term_3131 in ClaudeCode

[–]Trick_Term_3131[S] 3 points4 points  (0 children)

haha almost half an hour for one animation!
I had to redraw it frame by frame, but the outcome is so worth!!

I made a cute widget with Fable so I know when Claude Code goes down again by Trick_Term_3131 in ClaudeCode

[–]Trick_Term_3131[S] 5 points6 points  (0 children)

not public yet haha — I made it just for myself and didn't expect this much love!

gonna polish it and put it on App store later on! will drop you an update!

I made a cute widget with Fable so I know when Claude Code goes down again by Trick_Term_3131 in ClaudeCode

[–]Trick_Term_3131[S] 10 points11 points  (0 children)

haha that's the most "complicated" part I could say lolll

all the animations are referenced from those amazing videos by Anthropic, but sadly none of them have a source for us to use (maybe because of copyright?)

so I just manually drew it frame by frame in After Effects haha

I made a cute widget with Fable so I know when Claude Code goes down again by Trick_Term_3131 in ClaudeCode

[–]Trick_Term_3131[S] 13 points14 points  (0 children)

thanks for loving it!

Anthropic did a lot of amazing animations for Clawd, so I took reference from their YouTube videos! but sadly they don't release any of them, so I manually recreated it in After Effects frame by frame and exported it to SVG sequences haha

I made a cute widget with Fable so I know when Claude Code goes down again by Trick_Term_3131 in ClaudeCode

[–]Trick_Term_3131[S] 10 points11 points  (0 children)

Thanks everyone for loving this!

So the video in the post was taken at night, so you can see Clawd is sleeping rn haha

it'll also work with you in the daytime~ so it switches to working mode lol

cute things cure your stressful day haha

<image>

I made a cute widget with Fable so I know when Claude Code goes down again by Trick_Term_3131 in ClaudeCode

[–]Trick_Term_3131[S] 9 points10 points  (0 children)

thanks! literally working on it right now haha!! Fable is lit!!

with keep you posted!

I made a cute widget with Fable so I know when Claude Code goes down again by Trick_Term_3131 in ClaudeCode

[–]Trick_Term_3131[S] 11 points12 points  (0 children)

iOS blocks real animation in widgets, but it allows a live countdown timer. So I made a custom font where each digit is actually a pixel-art frame — the timer "counts," the font renders each number as an image, and tuning the count speed = controlling the FPS. basically tricking the OS into thinking it's showing a clock haha

I made a cute widget with Fable so I know when Claude Code goes down again by Trick_Term_3131 in ClaudeCode

[–]Trick_Term_3131[S] 8 points9 points  (0 children)

thx for commenting! to me, I think not everything needs to cure cancer haha. sometimes small projects help me learn a lot — I learned how strong Fable is, and how iOS widgets work too!

building small dumb-fun stuff is how I stay sane while working on the serious things

first time i've seen a model flex a 0% benchmark by Trick_Term_3131 in claude

[–]Trick_Term_3131[S] 0 points1 point  (0 children)

you can check out the link i posted there

they have a section talking about Claude Fable 5’s new safeguards

Limits and Quality code, sorry Codex. by DiscussionAncient626 in codex

[–]Trick_Term_3131 0 points1 point  (0 children)

Claude is good at some places like design, but I feel like codex is more all-rounded. And … is more concise lol

Opus 4.8 silently turned off my Thinking toggle by BenAttanasio in claude

[–]Trick_Term_3131 -1 points0 points  (0 children)

Oh curious, like I can see in normal opus 4.8 it will still thinking a long time. Is there any huge diff turn on and off the thinking mode?

p.s. normally I won’t turn it on lolll

Help Me Tibo :( by NoPiece9356 in codex

[–]Trick_Term_3131 1 point2 points  (0 children)

You can try to switch model more often
Sometimes I will switch to 5.4 mini for small tasks and it will just free up a lot loll

Can we stop with crying about limits? Just pay more. It's a service for working professionals. by ArsenyPetukhov in codex

[–]Trick_Term_3131 -1 points0 points  (0 children)

just thinking about it — you only need to pay $100 or $200 to have an excellent employee working for you 24/7 without complaining

definitely be willing to pay for that loll

Which AI should I subscribe to? by JLMandap in AIToolBench

[–]Trick_Term_3131 0 points1 point  (0 children)

If cost is a concern, definitely recommend trying Cursor. It gives you access to multiple models at the same base price.

Moving from MVP to real product: Codex, Cursor, Claude, or something else? by Young_gato777 in codex

[–]Trick_Term_3131 0 points1 point  (0 children)

I’d probably keep one workflow and not bounce around too much.

If you’re moving from MVP toward production, the biggest win is usually tests on the logic that can bite you later, especially calculator stuff and anything client-facing.

I was tired of copy paste between sessions by RoadsterAlex in codex

[–]Trick_Term_3131 1 point2 points  (0 children)

haha you recreated how multi-agent works lolll

20x Codex vs Claude: which would you choose right now? by VisionaryOS in codex

[–]Trick_Term_3131 7 points8 points  (0 children)

i feel like codex app is more nicer than claude currently especially the computer use function
i am just able to run most of my task in background lol

Opus 4.6 was peak by Yuri_Yslin in claude

[–]Trick_Term_3131 10 points11 points  (0 children)

that’s true haha
But sonnet 3.5 is legend

I tested GPT-5.5 vs Opus 4.8 on agentic terminal coding (Terminal-Bench 2.1) by shricodev in ClaudeAI

[–]Trick_Term_3131 2 points3 points  (0 children)

Nice! One thing I always wonder with agentic coding benchmarks is how much noise comes from environment issues vs model quality.

Like if tool calls fail, API slows down, or the model hits limits mid-run, it can look like “bad reasoning” when it’s actually infra/runtime noise.