Arthur Reynolds

606 posts

Arthur Reynolds banner
Arthur Reynolds

Arthur Reynolds

@ArthurReyn

Occasional shitposter. Like AI, astronomy, software, math, the usual nerdy stuff essentially.

Barcelona, Spain Katılım Nisan 2020
36 Takip Edilen40 Takipçiler
Axel in Dune Mode🦇
Axel in Dune Mode🦇@AxelTalksFilm·
People are dumb and taking this as a negative post when i'm just pointing out they're going for a darker tone earlier on which is refreshing
English
87
17
3.2K
360.5K
Arthur Reynolds
Arthur Reynolds@ArthurReyn·
call claude with dangerously skip permissions in a shell loop for example echo "=== Phase 2: Fixing bugs ===" MAX_ITER2=200 ITER2=0 while true; do ITER2=$((ITER2 + 1)) if [ "$ITER2" -gt "$MAX_ITER2" ]; then echo "Phase 2: max iterations ($MAX_ITER2) reached, breaking." break fi ISSUE_NUM=$(gh issue list --state open --label bug --json number \ --jq 'sort_by(.number) | .[0].number') if [ -z "$ISSUE_NUM" ] || [ "$ISSUE_NUM" = "null" ]; then echo "No more open bug issues." break fi echo "--- Fixing issue #$ISSUE_NUM ($ITER2/$MAX_ITER2) ---" claude -p --dangerously-skip-permissions --model opus --effort max \ "Fix GitHub issue #$ISSUE_NUM. First read the issue: gh issue view $ISSUE_NUM. Fix the bug described. Run 'go build ./...' and 'go test -short ./...' to verify. If both pass, commit with message 'fixes #$ISSUE_NUM' and push to origin. Do NOT add Co-Authored-By lines to the commit message. If the fix breaks build or tests, revert your changes and close the issue: gh issue close $ISSUE_NUM -c 'False positive — fix breaks build/tests'."
English
0
0
1
415
Joseph Garvin
Joseph Garvin@joseph_h_garvin·
Claude code rarely runs for longer than 15m without stopping and asking for input from me. How do all these stories of people letting agents run overnight work? Custom harnesses? Yelling at Claude in all caps to keep going no matter what?
English
403
66
5.8K
1.3M
Arthur Reynolds
Arthur Reynolds@ArthurReyn·
@thsottiaux I don't like it. I explicitly mention it in CLAUDE.md to not add coauthored by in commits.
English
0
0
1
11
Tibo
Tibo@thsottiaux·
Do people like this? We don't do this for codex because it exists to help you and it's important that you remain the owner and accountable for your work without AI taking credit. At the same time it does mean that you can't trace how popular codex is among repos.
Yuchen Jin@Yuchenj_UW

I noticed something interesting: Claude Code auto-adds itself as a co-author on every git commit. Codex doesn’t. That’s why you see Claude everywhere on GitHub, but not Codex. I wonder why OpenAI is not doing that. Feels like an obvious branding strategy OpenAI is skipping.

English
594
77
2.6K
362.2K
Kekius Maximus
Kekius Maximus@Kekius_Sage·
If we’re living in a simulation, who created it? What are they using us for?
English
1.1K
129
1.2K
86.7K
Tod Policandriotes
Tod Policandriotes@drtod1000·
@haha_girrrl Theoretical physics is not a good area because you can ONLY theorize and work in academia pontificating, but you can't build a damn thing. Do Applied Physics and engineering and add machining to your skill set. You become valuable because you can now build what you imagine.
English
4
0
3
8.3K
diyu
diyu@haha_girrrl·
Most useless degrees to get in 2026 Finance & Accounting Data science Law COMPUTER SCIENCE Cybersecurity Physics Business administration General communications
English
840
264
6K
1.6M
Richard
Richard@RMladek·
hi I’m Richard, I’m 17 dropped out of high school, spent all my family’s money on moving to SF. The plan is to get into YC with my project, it has 25 github stars now!! I already know this is the best decision of my life
Richard tweet media
English
184
13
856
179.8K
Arthur Reynolds
Arthur Reynolds@ArthurReyn·
@garrytan Opus 4.6 with 1M tokens is dumb currently. I've been experiencing significant model degradation. I've now switched back to the 200k model.
English
0
0
0
115
Garry Tan
Garry Tan@garrytan·
I underestimated how powerful Opus 4.6 with 1M tokens is. Even last year we were absolutely hitting context limit problems constantly. 1M tokens means you can do much more complex analysis entirely in context. Claude Code is so much better. This is the worst it will ever be.
English
203
108
2.8K
154.4K
Arthur Reynolds
Arthur Reynolds@ArthurReyn·
@elonmusk It's less about "looking"/"observing", and more about the fact that in order to observe, we need to measure and in the process of measurement, we end up altering the state of the thing we are observing. Many people misunderstand that it's like a read-only operation on a database.
English
0
0
0
34
Arthur Reynolds
Arthur Reynolds@ArthurReyn·
@RealestMemes_ Exactly, and the word derives from Latin pusillus ("very small") and animus ("spirit"), essentially meaning "very small spirit".
English
0
0
0
869
mason
mason@onehandpolitics·
This country isn’t real man 😭
English
3.2K
18.2K
117.3K
6.2M
Arthur Reynolds
Arthur Reynolds@ArthurReyn·
@CodeByNZ orders endpoint should be in a different file, and why does it have both team-members and employees; please take this image away from my eyes, I can't look at this
English
0
0
0
82
NZ ☄️
NZ ☄️@CodeByNZ·
Do backend devs really find joy in doing this ?
NZ ☄️ tweet media
English
447
72
3K
410.6K
Felix Rieseberg
Felix Rieseberg@felixrieseberg·
We're shipping a new feature in Claude Cowork as a research preview that I'm excited about: Dispatch! One persistent conversation with Claude that runs on your computer. Message it from your phone. Come back to finished work. To try it out, download Claude Desktop, then pair your phone.
English
968
1.5K
17.4K
6.1M
Arthur Reynolds
Arthur Reynolds@ArthurReyn·
I think it works best when you start from pre-existing code that follows good design patterns (controller, service, repository). Some popular kits: Quetic Basic Setup (Gumroad) - Go + Vue.js + PostgreSQL (I personally use this because this is the tech stack I like) adityarise24.gumroad.com/l/basic-setup-… Open SaaS (GitHub, free) - React, Node.js, Prisma github.com/wasp-lang/open…
English
0
0
0
21
Jeffrey Wang
Jeffrey Wang@jeffzwang·
does anyone have any tips on how to prompt/plan when trying to oneshot large projects, like 50K+ LOC?
English
92
0
88
47.3K