wickedman.eth
31.8K posts

wickedman.eth
@kcching
NFA @MoonApeLab @alienfrens @cryptobatz @PrimeApePlanet @HeartNFTs @BrokenSeaDao @LongLostNFT @8sianNFT @FangGangNFT @AdamBombSquad @RugRadio
Kuala Lumpur شامل ہوئے Mart 2009
2.1K فالونگ353 فالوورز

大多数人用 AI 写代码,还是一个模型、一个对话、一次一个任务。
但有种玩法正在悄悄扩散——用 Tmux 把 Claude 和多个 Codex 组成一支真实的 Agent 团队,并行干活。
架构很简单:Claude 当大脑,负责理解需求、拆解任务。Codex 当执行手,coder 写代码、tester 跑测试、reviewer 做审查,三个角色各跑在独立的 tmux pane 里。
───
上手只需要五步:
① 装好工具
brew install tmux
npm install -g @anthropic-ai/claude-code @openai/codex
② 用 git worktree 给每个 agent 独立工作区
git worktree add ../project-coder main
git worktree add ../project-tester main
git worktree add ../project-reviewer main
并行最怕互相踩文件,worktree 解决这个问题。
③ 开 tmux session,分四个 pane
tmux new-session -d -s agent-team
tmux split-window -h && tmux split-window -v
Claude 占左上,三个 Codex 各占一格。
④ 各 pane 启动对应 agent
tmux send-keys -t agent-team:0.0 "claude" Enter
tmux send-keys -t agent-team:0.1 "cd ../project-coder && codex" Enter
⑤ 写脚本分发任务(这是关键)
tmux send-keys -t agent-team:0.1 "实现登录功能,JWT,带单测" Enter
tmux capture-pane -t agent-team:0.1 -p # 读取输出
───
Tmux 的核心能力就是 send-keys 写入、capture-pane 读取——这让 Claude 的任务拆解结果可以自动注入到各个 Codex pane,不用手动复制粘贴。Tmux 是这套协作的消息总线。
嫌麻烦的话,brew install claude-squad 一行搞定,底层逻辑一样,帮你省掉手动配置。
中文

OpenClaw 2026.2.20 新版本有坑!
该版本,官方增强了Gateway的准入,但是有概率会把我们内部spawn 的subagent 路也堵死了,如果你遇到类似问题,可以参考如下方式处理:
背景:
OpenClaw 2026.2.20 新版本,做了个凭证沙盒隔离。结果:发现我本地的所有的内部工具(包括用来孵化子代理的 sessions_spawn)全线瘫痪。 满屏的报错只有一句冰冷的:1008: pairing required。
这可是跑在 127.0.0.1 上的自己人啊?门禁卡密码我明明配对了,网关却死活不认。
顺藤摸瓜扒了一下新版本的 CHANGELOG.md 和底层源码,终于破案了。原来官方这次对 Gateway 的设备配对(Device Pairing)机制做了一次丧心病狂的“安全大重构”。
💡 怎么自救?
不推荐:改配置里的 Token 碰运气了,一旦发生“密码对但指纹错”的 Token 撕裂。
不推荐:取消gateway 安全准入
正确解法就是重新签发本地证书(可以让龙虾自己执行,把下面的话发给他就行):
1. 跑一下 openclaw devices list。
2. 找到那个被卡在 Pending 队列里的可怜虫(其实就是你自己的本机)。
3. 越权执行 openclaw devices approve <那串 UUID>。 网关重新盖个章,派发一张带有完整 roles 和 scopes 的新证书,系统瞬间满血复活。 希望大家升级前做好备份,别被这官方的“向下兼容”给坑了

中文

Nano Banana + N8N = AI Creatives Factory
This AI system creates scroll-stopping visuals at scale using Google's newest image model.
No designers. No agencies. No $50K creative budgets.
Just endless professional-grade ads that look like top brands made them.
Here's how it works:
→ Upload your product catalog to Airtable
→ N8N automation scrapes product details and images
→ Nano Banana creates multiple creative angles for each product
→ System generates different backgrounds, styles, and compositions automatically
→ All variations get organized in Airtable with performance tracking ready
Each visual pennies to generate.
You own 100% of the assets forever.
Runs 24/7 without touching it.
While competitors spend hours in Photoshop or pay agencies thousands per month, you'll be cranking out unlimited variations automatically.
Perfect brand consistency across every creative.
Built 100% in N8N.
Want the complete workflow?
Comment "NANO" + RT + Like
I'll DM you the entire N8N template + Airtable setup
(Must be following so I can DM)
Skip this and keep paying designers $200 per ad variation.


Marry Evan@marryevan999
We used to spend 15–20% extra every quarter on API issues — retries, timeouts, downtime. Then we made one change. API failures: 0. Here’s what we did 👇
English

@Diablo Fix your damn servers! Unable to enter the dungeon, lag, not to mention constant crashes on PS5.
English

#alibabacloud Hong Kong Region C down for 4 hours plus and still counting... No announcement, no help, nothing. They just leave the customers hanging.
Platform affected which I know:
gate.io, okx.com, uduncloud.com
#servicedown
English















