Finally got around to setting up my mac and... iphone so that I can vibe code with Codex / Claude Code on the go > tmux - persistent sessions > tailscale - private secure network > termius - ssh client Left: iOS Right: macOS Always in sync. Pick up where you left off easily.show more

Chong-U
193,392 次观看 • 5 个月前
Once you get familiar with Termius, it really makes... vibe coding on the go much easier. > Hold space + swipe for arrow keys > Create new session `tmux new -s ` > Attach anytime `tmux attach` > Switch b/w Claude Code or Codex easily > Work on different projects All happening right on your macOS terminal from your phone. > No VPS > No GitHub PRs > No Cloud environments Literally directly working on your mac from your phone!show more

Chong-U
17,128 次观看 • 5 个月前
THIS GUY IS RUNNING CLAUDE CODE ON A NINTENDO... 3DS imagine vibe coding a startup from a handheld console that came out in 2011 he built a native SSH terminal for it from scratch in C. GPU-rendered, custom VT100 parser with full truecolor. even added a Nerd Font bitmap atlas so it looks exactly like his desktop terminal the 3DS connects to his Mac over SSH and runs Claude Code straight from it you can now play pokemon while you vibe code all on the same systemshow more

Om Patel
77,692 次观看 • 3 个月前
🥁 Drumroll please... Now you can use the same... WhatsApp account on multiple phones 📱📞 ☎️ 📲 Link up to 4 other devices to your account so you can easily switch between phones without signing out and pick your chats up right where you left off.show more

676,544 次观看 • 3 年前
Litter iOS just got a beta (TestFlight) release so... now you can install it and try it out. It's a remote for codex! - Finds all the computers on your local network (or tailscale) that run codex app-server or ssh - Lets you continue any session or start a new one - Experimental local codex with oauth support Free, fully open-source, fully native, with android release coming soon! Thanks to Maky drumroll.dev ☄️ PincentΞ for the contributions! TestFlight ⬇️show more

SIGKITTEN
68,308 次观看 • 5 个月前
After a weekend of testing and working on something... with GPT-5.3-Codex & Opus 4.6, ChatGPT Pro + Claude Max 5x are still the best combo in my opinion Using Codex & Claude Code CLI running in tmux (the desktop apps are still a bit buggy) and they're accessible even on the go from iPhone with Termius (and VPN) Usually starting with GPT-5.3-Codex xhigh and Opus 4.6 in plan mode, discussing changes and options, and each writing their plans down to separate Markdown files Then letting GPT-5.3-Codex xhigh (or Opus 4.6) implement the changes as the first draft, then Opus 4.6 reviews them with a team of agents (works pretty well already with tmux even though still experimental) based on both prepared plans, fixes stuff, and then another review by GPT-5.3-Codex xhigh or vice versa Interesting that even Opus 4.6 still occasionally makes silly mistakes like wrong imports, partial or overly broad renaming of variables/functions, etc Fun fact, OpenAI apparently plans to use their Super Bowl ad to promote Codex - curious what that will look likeshow more

Tibor Blaho
29,794 次观看 • 5 个月前
Calling all cookie royalty 👑 🍪 With #GooglePlayGames you... can now play CookieRun: Kingdom on PC AND mobile! And the best part? Your gaming syncs across your devices — so you can pick up right where you left off, without missing a beat. Download #GooglePlayGames now: - #MobileGaming #PCGamingshow more

Google Play
25,166 次观看 • 3 年前
Claude Code Desktop now opens a new window for... each session This makes it much easier to visualize multiple Claude Code agents running in parallel My current stack depends on the task: - Ghostty: when starting a project. Bash commands, git, env variables, provider connections. All manual through the terminal with a Claude panel running alongside. - Claude Code Desktop: once everything is configured. GitHub connected, CLAUDE.md, Skills, subagents and Hooks ready. Claude Code runs on its own, no more terminal setup, just panels running and outputs to review. - VSCode: when I need to review code by hand. I use it less and less, but there are moments where I have to confirm Claude got it right. I usually open the Claude extension inside VSCode, but it lacks most of the CLI features so it's limited Solid update. Worth trying once your workflows are already set up 👇show more

Daniel San
38,726 次观看 • 2 个月前
AutoGPTs are all the rage, but everyone’s running it... on their MacBooks. Well, I got Toran Bruce Richards’s AutoGPT working on my iPhone using Replit ⠕! I can now summon AI agents on-the-go! Here’s how to get it up and running, without writing a line of code, in under 60 seconds!show more

Nate Chan
363,603 次观看 • 3 年前
one of my favorite ways to use claude code... skills right now - combining remotion with claude-in-chrome for motion video creation. the workflow is addictive. the clip you see here was produced with minimal prompting effort let me know if you would like me to write a full break down of this process. you describe to claude code what you want, claude code writes the remotion components, opens the remotion studio (via browser) with claude-in-chrome, sees the actual rendered output, and iterates on it in real time. need the arrows pointing to the center of the bubbles instead of the edge? just say it. need the layout shifted to the center? say it. claude sees the preview, adjusts the code, re-renders. then when you're happy you tell claude code to render the final video. but skills are what make this possible. remotion knowledge + browser automation + the taste to iterate visually. no copy pasting screenshots back and forth. no "can you try moving it 10px to the right" over chat. it just looks and fixes. this is the kind of workflow that makes you realize how much further claude code can go beyond just writing code in a terminal. i didn't touch any code while working on the clip you see if you haven't tried combining skills together like this - start experimenting. the skills combos is where the magic is at.show more

elvis
46,464 次观看 • 5 个月前
"npx t3 connect" This one's been a lot of... work. You can now set up remote control for T3 Code on any internet-connected box with literally one command. All for free. T3 Connect is a minimal open source tunnel layer allowing you to control T3 Code instances remotely without needing Tailscale set up. I've been daily driving it for a month and it has changed how I code. Julius and I put a lot of effort into making setup as smooth as possible. Step 1: Install Claude Code, Codex, OpenCode, or Grok Build Step 2: Run "npx t3 connect" Step 3: Click link and sign in Step 4: You can now control that computer on T3 Code web, desktop or mobile (dropping very soon) We are currently providing this for free (s/o CloudFlare for bumping our tunnel limits). Every user can connect up to 3 devices. We don't want to charge for this, but if the bill gets unacceptable we may have to change course. If you hit limits or have issues, you can always fork, self host, or use Tailscale. T3 Connect may seem like a small ergonomic win. Tbh that's exactly what it is. Regardless, it's one I'm really proud of.show more

Theo - t3.gg
136,495 次观看 • 14 小时前
ANTHROPIC JUST TURNED AI AGENTS INTO GIT REPOS Anthropic... shipped "ant" - a CLI that runs every Claude API endpoint straight from your terminal. The headline isn't the terminal access. It's that you can now version-control an AI agent as YAML in Git and have CI sync it to the Claude Platform, the same way you ship code. - Every API resource is a subcommand: messages, models, files, agents, sessions - Define an agent in a YAML file, check it into your repo, and keep it in sync with one update command - Spin up a session, send it an event, then pull every event and tool call back from the same CLI - Claude Code knows how to drive ant out of the box - it shells out and reads the results with no glue code Agents just stopped being prompts you babysit and became infrastructure you deploy.show more

BuBBliK
200,319 次观看 • 1 个月前
Alrighty, everything is ready 😎 here’s an unofficial “2x... Codex limits” promo from my side for you all. meet DevSpace — an MCP connector app that turns ChatGPT into Codex. npm install -g @waishnav/devspace After installing, tunnel the MCP server over the internet and enjoy 2x limits. You can use GPT-5.5 Pro, xHigh, or High for planning, then hand off the task to your local Codex/pi/opencode/cursor/claude code instance. Or you can just use it for reviewing code written by other local coding agents Go ahead, experiment with different workflows, and keep the feedback coming on GitHub Issues or in my DMs And let’s thank OpenAI for being so generous by giving us separate ChatGPT and Codex limits and by being so chill around this MCP :) Please use it sparingly, only when you run out of limits. Don’t overuse it — in the end, they do have a button to stop it 🙂show more

waishnav
528,800 次观看 • 1 个月前
Updated the subagents system in my custom Pi extension... to include: - Pi subagents - Codex subagents - Claude Code subagents The Pi thread can call and spin up any of them, and instead of just using the "codex exec" or whatever, it'll do a tool call that wraps it up in a first class way. Have a decent UI for them already added in as well. Pi being the main thread then having Codex/Claude Code as tools when needed feels so good. A flow I'm already using a ton is: "Implement feature ___, have a cc fable subagent research and plan out the api design + feature, then have a codex subagent implement it, then have a cc fable subagent do a review/fixes focused on simplicity and correctness" I also have a dynamic workflows extension setup and working, but it's not nearly as polished yet. Probably gonna make the subagent system more robust, then built it around that so u could have a workflow that flows between codex/cc/pi...show more

Ben Davis
24,140 次观看 • 14 天前
Can't stop thinking about the art style Desimulate created... so I tried to create it in Three.js to see if I could achieve a similar look and feel. I think I got pretty close with some careful pixel art billboarding and lighting. But there's some limitations to getting this particular perspective right so it would only work in environments where you limit where the player can walk to. Vibe coded on Grok 4, Claude Sonnet using Cursor.show more

Danny Limanseta
232,265 次观看 • 1 年前
Congressman Brandon Gill wants a ban on Islamic immigration... into America “I would rather preserve the America that we know and love so that my daughter and my son can grow up in that country as opposed to growing up in a world where they go to the mall in Dallas, Texas and you see 90% of the people wearing burkas and speaking foreign languages”show more

Wall Street Apes
61,760 次观看 • 4 个月前
💬 We get asked Can I manage my strategies... without clicking through the platform? ❕ Answer from a GT App Top Trader: Yes, and it’s a total game-changer. I’ve started using the GT Protocol MCP server to connect the platform directly to my AI agent. 🔸 Fast Integration Grab the MCP server from the GT Protocol GitHub and follow the repo guide, it’s a quick setup that only takes a couple of minutes. Once it’s ready, you can connect Claude, Cursor, or Claude Code to your account. Just tell your agent to authenticate, and your tokens will be saved automatically. 🔸 Trading via conversation Now, I use natural language for everything. For example, I just ask for a backtest, get the win rate in seconds, and deploy to a demo account with one command. 🔸 Instant monitoring I don't click around anymore. I just ask "What’s running right now?" to get a full breakdown of active bots and profits delivered straight into the chat. No more forms or clicking, just pure AI-driven trading! 👉 Get the MCP Servershow more

GT Protocol
36,479 次观看 • 3 个月前
Claude Mobile starts the idea... Ghostty finishes it I... basically use Claude Mobile as a notepad now. Whenever something comes to mind, I open the app, pick a repo, and ask Claude to start exploring. Then I just let it run while I go on with my day. Later I jump into Claude Desktop and I’m right back in the same session, with context, structure, and a clearer shape of the idea. I tweak a few things to set up the coding phase. Finally, one click to Ghostty (video), open a couple of worktrees, and start working on the PR. IMPORTANT: when you move to Ghostty, it must be the exact same repo you started on mobile, otherwise the --teleport command will failshow more

Daniel San
67,891 次观看 • 5 个月前
J. Cole on his favourite memory of recording ‘The... Fall-Off’ “I got tooo many favorite parts. The answer I gave him was my Port Antonio trip, where I got to cook up and record. The vibe is something I can't even explain, but I hope to go feel again. But even though I gave him that answer, it's so many other moments I could say. Miami studio trip, Atlanta cook up session. I accumulated a lot of great memories. Also thank you for the love on the album. means a lot”show more

Cole World
64,320 次观看 • 5 个月前