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
192,822 görüntüleme • 5 ay önce
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,113 görüntüleme • 5 ay önce
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 görüntüleme • 3 ay önce
🥁 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,459 görüntüleme • 3 yıl önce
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 görüntüleme • 4 ay önce
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 görüntüleme • 5 ay önce
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 görüntüleme • 3 yıl önce
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,591 görüntüleme • 1 ay önce
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,600 görüntüleme • 3 yıl önce
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,426 görüntüleme • 5 ay önce
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,080 görüntüleme • 1 ay önce
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
524,371 görüntüleme • 27 gün önce
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 görüntüleme • 11 ay önce
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 görüntüleme • 4 ay önce
💬 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 görüntüleme • 2 ay önce
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 görüntüleme • 5 ay önce
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 görüntüleme • 5 ay önce
My new single 'Wake Up' is out on April... 16th 🎶 I’m excited for you to hear this one 😮💨 It's a special track for the fans who have always loved those garage vibes 💫🔥 My journey with garage and music started right here, outside my childhood home in Southampton, where I discovered the sound that would go on to change my life forever 🙏🏽 Pre-save ‘Wake Up’:show more

Craig David
39,113 görüntüleme • 1 yıl önce
Yesterday at 3 AM Claude Code called me I... woke up, picked up the phone, and on the screen was a message: "Wallet entered BTC Up at 11 cents. Open Polymarket?" I said yes and went back to sleep Claude Code unlocked my 2nd phone on its own, opened Polymarket, found the right market, entered the amount, and hit Buy. I could see all of it in real time through the web interface on my laptop. Screenshots from the phone updating every second. By morning the position closed in profit Let me tell you how I got here A week ago I asked Claude Code to write a script that pulls on-chain data from Polymarket and ranks wallets by win rate on 15-minute BTC markets In 20 minutes I had a table with hundreds of addresses, and 1 of them stood apart from the rest. More than 200 trades per day, surgical entry precision, and a profit curve going straight up I fed that address back into Claude Code and asked it to break down the strategy. Turns out the wallet monitors BTC volatility on Binance and Bybit every 100 milliseconds, and when it drops below 0.08% it enters Up and Down simultaneously at 25 to 35 cents A pure straddle: 1 side burns and the other flies to a dollar, giving 3 to 4x per position. Dozens of times a day I wanted to follow it but signals came at any hour, and waking up every 15 minutes for a notification was simply impossible. So I built something else Took an old Android phone and installed an agent running on the Qwen3-VL visual model. It sees what is happening on the screen and mimics human actions through ADB: taps, swipes, text input. Then I connected it to Claude Code as the executor Now the chain works like this: Claude Code monitors the wallet, sees a new position, calls me. And if I say "yes" or just do not pick up within 30 seconds, the agent on the phone opens Polymarket on its own and copies the entry Essentially I built myself an autopilot out of 2 AI systems: 1 thinks and the other presses buttons. I just sleep and occasionally pick up the phone → Here is the wallet the whole thing is tracking: For those who do not want to build a setup like this there is a Telegram bot that handles the 1st part: tracks this wallet and sends a signal on every new entry: AI calls me at 3 AM to ask permission to spend my money A year ago this would have sounded like schizophrenia. Now it is just Tuesdayshow more

Blaze
56,189 görüntüleme • 3 ay önce