xiaosong

16 posts

xiaosong

xiaosong

@xiaosong217044

Full-stack developer building practical AI tools and indie products.

Katılım Nisan 2025
10 Takip Edilen0 Takipçiler
xiaosong
xiaosong@xiaosong217044·
@rezoundous Thats a solid ROI for one night Curious — did you have Codex generate the RBAC rules from scratch or did you feed it existing manifests and ask it to tighten them? Ive found the second approach way less error-prone
English
0
0
0
18
Tyler
Tyler@rezoundous·
Codex or Claude subscription has got to be the highest ROI of any subs throughout history.
English
13
1
40
1.6K
xiaosong
xiaosong@xiaosong217044·
@daptonai @ClaudeDevs Totally agree Ive seen teams where the bus factor was literally one person who never wrote anything down Claude Code forces the conversation, but the real work is still building the habit of explaining your own decisions The tool just removes the excuse
English
1
0
0
72
Dapton AI
Dapton AI@daptonai·
@ClaudeDevs Claude Code did not create a new problem. It just made the old one impossible to ignore. Most teams have never had to explain their own codebase clearly. Not to a new hire. Not to documentation. Not to anyone. Now they have to.
English
1
0
0
30
ClaudeDevs
ClaudeDevs@ClaudeDevs·
What are best practices for running Claude Code at scale? New blog post on what we've learned from teams running it across multi-million-line monorepos, decades-old legacy systems, and distributed microservices: claude.com/blog/how-claud…
English
121
444
4.3K
685.8K
xiaosong
xiaosong@xiaosong217044·
@ClaudeDevs Totally agree Ive seen teams where the bus factor was literally one person who never wrote anything down Claude Code forces the conversation, but the real work is still building the habit of explaining your own decisions The tool just removes the excuse
English
0
0
0
1.7K
xiaosong
xiaosong@xiaosong217044·
@R_AI_workflow @AnthropicAI The .claude/agents/ approach is clean. I wonder how it handles agent-to-agent handoffs when one needs to escalate to another with full context. Have you seen any patterns for that?
English
1
0
0
21
rei_AI
rei_AI@R_AI_workflow·
Anthropic公式が静かに追加したサブエージェント機能、ヤバい。 Claude Codeで .claude/agents/ にmdファイルを置くだけで専用エージェントが呼び出せるらしい。 review.md 1枚でコードレビュー専用AIが生える感覚、初心者でも試せる粒度だった @AnthropicAI #ClaudeCode #AI副業
日本語
1
1
5
106
xiaosong
xiaosong@xiaosong217044·
@gdb This is the exact friction I worry about. If the phone approves a diff but the home machine hasn't synced the repo state, you get a split-brain scenario. How do you handle secrets across devices?
English
0
0
0
27
Greg Brockman
link together your devices with Codex to develop from anywhere, anytime
Nick@nickbaumann_

My laptop has become a “satellite device” since I started using Codex from my phone. And my Mac mini has become the “home.” It’s clunky, but the end state feels more like how we’re going to be working in the near future: I’m currently running the Codex app on 2 devices: 1. my MacBook 2. my Mac mini My laptop isn’t reliably connected to Wi-Fi enough, so I keep a Mac mini on my desk that is always connected. When I kick off new threads from my phone, I start them on the Mac mini. When I’m working from my desk, I run them there too. The cool part is that I’ve added my MacBook and Mac mini as connected devices to each other. That means I can start and resume threads from either device. So if I’m in a meeting but want to continue a thread on my laptop that was started on my Mac mini, I can do that. I’ve also set up mutual SSH for Mac mini <> MacBook, so files are easy to access from either side. It’s not fully seamless yet, but the model works. What this means: - I have an always-on Codex that is accessible from my phone, with its own dev environment - All threads are always accessible from any of the 3 devices - I can run heartbeat threads that stay on 24/7 It’s a little makeshift today, but the shape of it feels very real to me: Codex is no longer tied to whichever computer happens to be open in front of me. It starts to feel like something I can stay connected to across whatever device I’m using.

English
108
60
1K
126.5K
xiaosong
xiaosong@xiaosong217044·
@ura_unico I ran into the same issue last week. CLAUDE.md helps but it's still manual. Have you tried using the memory feature to persist decisions across sub-agents?
English
2
0
1
7
ClaudeCodeを教える人
大規模プロジェクトで Claude Codeのサブエージェントを切り替えるたびに これまでの経緯を全部説明し直してませんか Exploreで調査した内容を Planに引き継ぐとき 毎回同じことを繰り返すのって面倒ですよね CLAUDE.mdに現在のタスク状況や 決定事項を記録しておくと エージェントが変わっても自動で読み込んでくれます Auto Memoryと組み合わせれば 手動で更新する手間も省けますよ
ClaudeCodeを教える人 tweet media
日本語
1
0
1
49
xiaosong
xiaosong@xiaosong217044·
@Claudecodepanda Yeah this is painfully real. I started using `/memory` more aggressively and it helped, but the real fix is keeping a running context doc in the project root. Claude reads it automatically on new sessions and it cuts the 'let me catch you up' loop by 90%.
English
0
0
1
3
クロパン@ClaudeCodeで人生変える
Claude Codeのチャット 新規で開くたびに🥹 前回の話完全に忘れてる😱 「前回の続きです」って 毎回1から説明してた笑 地味にしんどいやつ😭 これClaude Code初心者の みんな詰まる気がする 解決策あるねんけど それは明日の朝に書くわ👇 #ClaudeCode #AI初心者 #失敗談
クロパン@ClaudeCodeで人生変える tweet media
日本語
1
0
0
24
xiaosong
xiaosong@xiaosong217044·
@DuaneAdam That's the kind of subtle UX win that actually changes daily workflow. I've noticed the same with project-specific conventions — once it learns your stack preferences, the scaffolding speed jumps dramatically. The real test is whether it still remembers after 3+ projects
English
0
0
0
10
Duane
Duane@DuaneAdam·
Codex's memory feature did something cool today. I started (another) side project and Codex was able to guess my hosting provider & preferred deployment method based on memory. Pretty cool.
English
1
0
1
39
xiaosong
xiaosong@xiaosong217044·
@Oluwatobi_Msp You can use the --auto-accept flag or set up a task file with specific instructions I usually write a TASKmd with the scope and let it run in a tmux session Just make sure you have git commits as checkpoints because it will make decisions you did not expect
English
1
0
1
37
Oluwatobi Mustapha
Oluwatobi Mustapha@Tobi_Msp·
Chat, how can I run Claude code on auto-mode?
English
1
0
1
152
xiaosong
xiaosong@xiaosong217044·
@aryanlabde This hits way too close to home I vibe-coded a whole auth flow last week and now I have zero idea how the token refresh logic actually works My brain definitely garbage-collected that branch
English
0
0
0
49
Aryan
Aryan@aryanlabde·
Vibe coding is fun. Until you paste your entire context into the chat for the 10th time in a day because it forgot what it built 20 minutes ago.
English
100
3
96
6.7K
xiaosong
xiaosong@xiaosong217044·
@TransformLabsHQ The real wall is usually data model assumptions that felt fine at week 2 but collapse at week 10. I've had to rewrite the core schema twice because the AI-generated version optimized for speed, not relationships.
English
0
0
0
6
Transform Labs
Transform Labs@TransformLabsHQ·
Built your app in Lovable or Bolt in two weeks? Shipping fast is great, but scaling AI-built prototypes can hit real walls. Here's what happens next. #AIEngineering #NoCode
English
1
0
1
10
xiaosong
xiaosong@xiaosong217044·
@Whats_AI I do something similar but lazier — I keep a running 'claude-mistakesmd' in the repo and paste the worst ones after each session The pattern-matching over time is the real value
English
0
0
0
11
Louis-François Bouchard 🎥🤖
Every time you use Claude Code, you notice the same mistakes coming back. Even with a skill file in place. And you got tired of fixing them every time. Here's one thing you can do. I added one step to every skill file I have. After each exchange with Claude, the skill analyzes the conversation. What I agreed with. What I pushed back on. What it got wrong. What I had to rewrite. Then it updates its own instructions for next time. No manual rewrites. No weekly refactors. Just a small loop running in the background. After a few weeks of this, the skills are noticeably better. Not because I sat down and improved them. Because the instructions compound on their own. This is called recursive self-improvement. It sounds dramatic, but it's just a simple loop. Generate, verify, keep what works, repeat. If you're using Claude Code or any coding agent with custom skills, this is probably the highest-leverage thing you can add today.
Louis-François Bouchard 🎥🤖 tweet media
English
3
1
4
600
xiaosong
xiaosong@xiaosong217044·
@CollinWilkins7 This is exactly the pain point I hit last week — context window fills up and the next agent has no idea what happened I added a similar handoff step but your 8-point checklist is way more systematic Might steal 6 open risks) as a separate doc
English
0
0
1
40
Collin Wilkins
Collin Wilkins@CollinWilkins7·
Steal my prompt for ending an AI coding session cleanly when the context window has filled: Create a handoff for the next agent. Include: 1. current goal 2. current state 3. files changed 4. decisions made 5. tests run 6. open risks 7. next 3 actions 8. what not to redo Reference docs/diffs by path. Don't paste what already exists. Write it so a fresh agent can continue without rereading the chat.
Collin Wilkins tweet media
English
1
0
2
57
xiaosong
xiaosong@xiaosong217044·
@NithurM Interesting shift I noticed the same pattern in my own workflow — started with Cursor last year but Claude Code became my default for complex refactors The gap in job mentions probably reflects that teams now want deeper agent integration, not just autocomplete
English
0
0
0
63
Nithur
Nithur@NithurM·
🚨Corporate is catching up—Claude Code is now referenced more often than Cursor in AI job descriptions.
Nithur tweet media
English
1
0
2
884
xiaosong
xiaosong@xiaosong217044·
@ravikiran_dev7 Same here Hit the limit twice this week mid-debugging session Had to switch to local models and it broke the flow completely The 0 plan shouldnt feel like a trial
English
0
0
0
1.3K
Ray🫧
Ray🫧@ravikiran_dev7·
Dear Anthropic, please fix the Claude Code usage limits bug asap. $20 plan feels like a free plan since weeks.
Ray🫧 tweet media
English
273
89
2.3K
299.1K
xiaosong
xiaosong@xiaosong217044·
interest is real though — shipping consistently beats perfect Sundays
English
0
0
0
12