47 comments

  • pickleRick2431 hour ago
    (Someone deleted a comment about why you&#x27;d want a mobile Codex app. This is the answer I wrote.)<p>Once you&#x27;ve used these coding agents a lot, you develop a pretty intuitive feel for how they work, what they&#x27;re capable of, what they&#x27;re good at, and where their weaknesses are. Hopefully, you&#x27;re already pretty familiar with the code base you&#x27;re working on. Combining the two, this means you can get quite far essentially &quot;vibe coding&quot; (i.e. not looking at the actual code) on a new branch.<p>So if you have some idea or some issue you want to fix on the go, you just iterate with the agent for a bit (presumably no more than a couple hours) until the agent outputs an implementation. Here, I do claim there is some &quot;skill&quot; (which is a function of your codebase familiarity, general SWE ability, and facility with AI agents), and if you&#x27;re good, this implementation will be halfway decent a high percentage of the time. Then when you&#x27;re back at your desktop, you can review the changes carefully&#x2F;do some proper testing&#x2F;debugging etc. But you&#x27;ve saved a good chunk of time- an initial draft is already waiting for you.
    • nextaccountic1 hour ago
      But what if the code is on my laptop? Alongside the tools needed to work with it<p>Case in point, I have a Rust project with a target&#x2F; directory with about 10GB. Compile times from scratch takes about 10 minutes. (I do not love this)<p>With this mobile app I need to upload the code to the cloud, right? Or does OpenAI expects me to compile huge projects on my phone?
      • pickleRick2431 hour ago
        No, the phone connects to your local device. This isn&#x27;t &quot;codex web&quot; on mobile. Basically you work through your desktop on your phone. So to be clear, there are security risks (you can wipe your entire desktop from your phone).
      • skybrian1 hour ago
        I tried Codex web. It kinda sucks and OpenAI doesn&#x27;t seem to be promoting it? Look elsewhere if you want a Linux VM in the cloud. (I quite like exe.dev and they do have good mobile support.)
        • az22628 minutes ago
          It&#x27;s beyond terrible. Like they&#x27;re routing to gpt4o mini with low effort behind the scenes. Just let us pick the model and the effort.
      • cortesoft1 hour ago
        Not sure about how it works with Codex now, but with Claude you can just start a terminal session of claude code with your code checked out locally on your computer, and then enable remote control which lets you control that session from your phone.<p>So basically, it is like you are typing on your terminal on your computer from your phone.
      • LoganDark1 hour ago
        The processes you&#x27;re controlling are on your computer, similarly to Claude remote control.
    • LoganDark1 hour ago
      I&#x27;ve been vibe-refactoring a fork of get-shit-done (a skill collection for coding agents) for about the past week. I&#x27;ve had to revisit the same ideas multiple times because the agent doesn&#x27;t always get it right at first, but it&#x27;s still so much faster than I could have been at the same work + it&#x27;s already mostly working (I&#x27;ve been dogfooding it for a day or two now). And I have gotten by just bringing up issues I notice from the LLM&#x27;s implementation comments, rather than actually inspecting the code even once so far.<p>(The refactor&#x27;s been to support Jujutsu VCS.)
  • Alifatisk8 hours ago
    Whats crazier is that Codex is free. I thought I had to pay to even try it out but nope, you can use the desktop app or cli for free, its apparently included in the free plan. You just have to sign in to your ChatGPT account.<p>Of course I am aware that the caveat here is that all my interaction is part of training, but I’m fine with that. Even Qwen Cli discontinued the free plan.
    • orionsbelt4 hours ago
      First hit is free… got to get you hooked.
    • firesteelrain4 hours ago
      How much better is it than Claude? I have both but Claude sucks up so many tokens.
      • riddlemethat1 hour ago
        I stopped trying to use Claude to do anything with 4.7 because it sucks up so many tokens so quickly. I use the 4.6 model still and have switched to Codex for larger tasks. It also works better at more complex coding tasks than Claude for web apps that have python backends and typescript front ends.
      • stldev2 hours ago
        I switched some time after Anthropic bricked their models with adaptive thinking. It&#x27;s a legit mystery to me how people are still using CC professionally.<p>Codex is far less frustrating and manages context better. It&#x27;s also costing me about 1&#x2F;3rd as much as Opus 4.7 on CC.
        • ggsp2 hours ago
          The only way to keep using CC for me has been to stick to 4.6 1M
      • bobbylarrybobby4 hours ago
        5.5 is absolutely comparable to opus 4.7 (both on highest effort), maybe even better. It generally seems less lazy, faster, and writes code closer to what I&#x27;d write. The only downside is that for very very long tasks, it can kind of lose track of the goal. For tasks under ten minutes I&#x27;ll go with codex every time.
      • yieldcrv4 hours ago
        Less gibliterrating and more doing<p>Very fast
    • beering3 hours ago
      Can’t you just turn off training on your data in the settings?
    • Rover2227 hours ago
      I think it&#x27;s free for about 2 useful requests and then you have to upgrade or wait?
      • melagonster4 hours ago
        Switching to GPT 5.4-mini can increase the number of requests we can use freely.
      • osiris9706 hours ago
        So basically a 20$ Claude plan lmao
        • replwoacause6 hours ago
          I stopped using my Claude subscription because it became so prohibitive. Back to ChatGPT and Codex full time and been pretty happy. I miss the tone&#x2F;writing style of Claude, but don&#x27;t miss the frustration of being told I&#x27;ve reached my plan limits in a comically short amount of time.
          • dmd5 hours ago
            Using these prompts&#x2F;steering[0], setting Base style to Friendly, Warm to More, Enthusiastic to Default, Headers, Lists, and Emoji to Less, I have found I can get gpt-5.5 about ... 80% of the way there to writing as non-annoyingly as Claude. And it&#x27;s so much faster and has such higher limits that that&#x27;s worth it for me.<p>I also put together this ridiculous thing[1] because I missed the font and color scheme of Claude.<p>[0] <a href="https:&#x2F;&#x2F;gist.githubusercontent.com&#x2F;dmd&#x2F;91e9ca98b2c252a185e8e4878359530d&#x2F;raw&#x2F;448dbf32776072941d93bc6030b85f896ab03a39&#x2F;gistfile1.txt" rel="nofollow">https:&#x2F;&#x2F;gist.githubusercontent.com&#x2F;dmd&#x2F;91e9ca98b2c252a185e8e...</a><p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;dmd&#x2F;aimpostor" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dmd&#x2F;aimpostor</a>
            • firesteelrain4 hours ago
              How do you fit that entire prompt in the customized instructions ?
              • dmd4 hours ago
                Some of it is in my customized instructions, some of it I fed pieces in at a time saying &quot;remember this please:&quot; so it goes into Memories.<p>I&#x27;m not entirely clear on the mechanism by which memories make it into context, so it&#x27;s possible some of it isn&#x27;t all the time, but it does <i>seem</i> to be working reasonably.<p>Again, it&#x27;s not <i>as good</i> as Claude when it comes to writing &quot;not like an AI&quot;. But it&#x27;s significantly better than it was.
            • replwoacause5 hours ago
              Thanks, I’ll give those a try!
              • dmd5 hours ago
                FYI I&#x27;m actively working on aimpostor, so check back in a couple days for some quality improvements. (I&#x27;m definitely not going to bother with a Sparkle updater or anything like that.)
          • Razengan6 hours ago
            on Codex I ran into limits maybe like 2 times in 3 months, after doing several &quot;upgrade this experimental game to my latest shared framework&quot; passes on 5.5 Extra High
            • ssl-34 hours ago
              On which plan?<p>I can go through a 5-hour limit with a $20&#x2F;mo Plus subscription in a few minutes with 5.5 Extra High. This causes me to reserve the latest&#x2F;best rev for the harder problems.<p>5.5 really does seem to be very superior to 5.4, but it&#x27;s also very expensive to run: The gas gauge moves <i>fast</i>. It&#x27;s not very clearly defined whether 5.5 will cost less to get a problem solved quickly, or if a bunch of automatic iterations of 5.4 will solve it less-expensively. Both are often frustrating to me on the $20 plan.<p>(Also: Are you sure you&#x27;re seeing it right? 5.5 has been in the wild for less than a month, so far. <a href="https:&#x2F;&#x2F;openai.com&#x2F;index&#x2F;introducing-gpt-5-5&#x2F;" rel="nofollow">https:&#x2F;&#x2F;openai.com&#x2F;index&#x2F;introducing-gpt-5-5&#x2F;</a> )
              • Razengan1 hour ago
                The standard $20 plan, on my existing Godot code: <a href="https:&#x2F;&#x2F;github.com&#x2F;InvadingOctopus&#x2F;comedot" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;InvadingOctopus&#x2F;comedot</a><p>Most of those commits since the last few months are thanks to Codex reviews (but the code is not AI generated): 5.5 since it came out, and 5.4 etc before that, almost always on Extra High because it&#x27;s for a framework that underlies the other stuff I do so I want make to sure everything&#x27;s correct.<p>Sometimes I have to run multiple passes on the same task: I rarely continue any session beyond 4-5 prompts to avoid &quot;bloat&quot; or accumulate &quot;stale context&quot;, so sometimes Codex finds different stuff in subsequent reviews of the same file&#x2F;subsystem.<p>The project is modular enough where each file can be considered standalone with only 1-2 dependencies, and I already used to write a lot of comments everywhere (something some people laughed at), so maybe that helps the AI along?
                • ssl-340 minutes ago
                  Thanks. That&#x27;s good data.<p>I&#x27;m taking this, along with my own experience, to mean that the GPTs are cheaper to use for refactors of an existing body of work than they are for creating a new one.<p>(And perhaps part of that is in the name? These &quot;LLM&quot; contraptions are very good at translation, after all. And tokens seem to relate more to concepts than to specific phrases or words.)
        • sidrag222 hours ago
          the current state of that 20$ claude plan, despite twice this week them stating better usage. first for &quot;double 5 hour usage&quot;, then for 50% overall more usage a week.<p>MAYBE the 50% overall is true, but the double usage during a 5 hour window i just dont see it at all. I&#x27;ve maxed 3 5 hour windows since this happened, 0% chance it was double as much as normal, i ate up about 4-5% of my weekly total each time(this was ~10% each time pre announcements). wish i could give token numbers but its obscured i just know it was around 120k 4.6 with some delegation to sonnet subagents.<p>So SURE its almost certainly more allotted weekly, but if those totals are consistent for 5 hour blocks, you gotta split your daily usage into at least 3 sessions with 5 hours between them to even hit that weekly limit. its unreal how much they have burned their good reputation in a 2 month stretch, i am positive its also being astroturfed with bots more than happy to advance the narrative.<p>the internet is annoying, these tools are overall cool, just wish anthropic would go back to being semi predictable.
    • thorum6 hours ago
      I was really unimpressed by the free Codex (for nodejs&#x2F;react dev). I think it must be using a less powerful model or they’re limiting it in some other way.
      • jwilliams6 hours ago
        Are you specifically pointing at a different experience between free + paid? Or just that the free version is unimpressive?<p>I&#x27;m using paid on TypeScript and it&#x27;s genuinely terrific. Subjectively I think it has the edge over Opus.<p>I&#x27;d be surprised if OpenAI is hamstringing the free version. That would seem crazy from a GTM PoV. If anything the labs seem to throttle the heavy paid users.
        • fragmede5 hours ago
          Yes, the free version doesn&#x27;t have access to the same models that the paid does.
          • debian35 hours ago
            You have access to 5.5 xhigh on free. Which model is missing except the 5.3 that run on cerebras?
          • wahnfrieden4 hours ago
            It&#x27;s only missing the trash models. Likely a user skill issue.
      • throw031720194 hours ago
        The free version of ChatGPT is definitely worse as well. My SO uses the free version and I can tell a significant downgrade.
      • wahnfrieden5 hours ago
        Post your chat session
        • ssl-34 hours ago
          Can Codex chats be shared? (This is a genuine question; so far, I&#x27;ve only used Codex in CLI on Linux.)
      • dakolli4 hours ago
        I&#x27;m unimpressed by all LLMs, and especially unimpressed by the people claiming to be impressed by them.
    • throwaway6137467 hours ago
      [dead]
  • jumploops7 hours ago
    I’ve been using Codex from my phone for the past couple of months (through a tunnel, not this app).<p>I was initially quite excited, but I’ve found the results are less than great compared to being at a keyboard.<p>Something about the smaller screen size and&#x2F;or lack of keyboard causes me to direct the agent less, which in turn creates more tech debt&#x2F;code churn&#x2F;etc.<p>Maybe I’m just showing my age, and I should practice voice dictation or something more, but my thoughts flow faster and more clearly on a keyboard (less ums).
    • keyle5 hours ago
      I&#x27;m not sure I follow, you develop code on a remote machine by speaking to your phone and are unimpressed by the result?
      • jumploops3 hours ago
        It&#x27;s not that I&#x27;m unimpressed by the results, it&#x27;s that I think I&#x27;m saving time by pushing the agent along remotely, but the reality is that my messages to the agent(s) end up being a lot shorter, which inevitably leaves more up for interpretation.<p>Don&#x27;t get me wrong, I still use Codex (and sometimes Claude Code) remotely every day, and am overall excited for this release, it&#x27;s just that the benefit wasn&#x27;t as high as I had initially hoped.<p>Part of this is due to the models getting better (no need to prod along with &quot;continue&quot;), and part of this is the nature of how I use my phone (short bursts of attention).<p>But again, maybe I&#x27;m just old and prefer big screens with a keyboard.
        • satvikpendem1 hour ago
          Just...write longer messages. Maybe it is age but I&#x27;ve written huge forum such as on HN all from my phone often with multiple tabs open to source various links for foot notes. When I type for an LLM, I will type a lot too if needed and will often even type a little, wait to think, then continue, over the course of like 15 minutes even, so that the intention of the prompt is correct since that saves much more time and produces better results than shorter messages.<p>I think you just need to type more rather than feeling constricted, as it&#x27;s actually a form of liberation, to produce (or have an AI produce, whatever) something from wherever you are rather than needing to sit down on a laptop where you&#x27;re gonna be waiting around anyway.<p>What tunnel setup do you use by the way? I&#x27;m on Android so it&#x27;s kind of annoying all the LLM remote coding apps are iOS only.
          • jumploops30 minutes ago
            Oh, I agree completely. I avoid loose language, revise my wording, and usually write prompts that require scrolling on mobile.<p>It isn’t so much that I feel restricted, I guess it’s that mobile wasn’t as big of a game changer as it was ~6 months ago.<p>My bandwidth feels more restricted by my own cognitive capacity (usually due to do context switching), rather than the limits of the model itself, and the mobile interface makes that worse.<p>I’ve recently found myself reserving larger tasks for “keyboard time” and reverting my thinking back to notes (in mobile), which I’ll then formulate to the LLM at some future time.<p>&gt; What tunnel setup do you use by the way?<p>I “vibecoded” an agentic runtime that operates my machine generally (including TUIs like Codex&#x2F;Claude Code), which I connect through a custom proxy and mobile app (both also vibecoded).<p>I previously tried Cloudflare Tunnels and an SSH setup, but it all felt a bit hacky.<p>Unfortunately the app is iOS only, but I could open source it and you’d probably be able to make an Android clone quickly (:
          • lmwnshn29 minutes ago
            I&#x27;ve been coding on Android for a few months, mostly while walking around outside or showering. I&#x27;m on a mix of Tailscale + Termux + ssh server + tmux + codex CLI, Tailscale is great.<p>I think you may be able to optimize your workflow more by drafting your prompt in ChatGPT first; get it to expand out the intent for you. Doing that has made phone coding a lot more tolerable for me.<p>I like to think that I&#x27;ve given phone coding a fair shot (and I continue to do it), but I agree with the other poster that there&#x27;s something about the lack of a keyboard that really gets to me :) I wish I knew what it was.
      • selcuka5 hours ago
        They are unimpressed by their (current) ability to use it, not the technology.
    • aiscoming6 hours ago
      the ums are exactly the sign that you speak much faster than you type, so you need a pause for your thoughts to catch up
    • fowlie7 hours ago
      I&#x27;ve been trying voxtype (using whisper models) lately, and to my surprise all my ums are filtered out. It&#x27;s really good now actually!
      • esperent4 hours ago
        I don&#x27;t see any way to use that on a phone.
    • cm20123 hours ago
      Wispr flow cuts out ums. I love it
    • redanddead3 hours ago
      the main thing is functionality, you can always work around the ergonomics
  • cooper_ganglia27 minutes ago
    This is the EXACT evolution of this product that I&#x27;ve wanted. For simple tasks on some of my desktop machines, I don&#x27;t want to mess with SSH or remoting into them, I just want to tell an AI agent what I need, let it build a plan that I press &quot;Approve&quot; on, and let it rip. This is the ClawdBot killer!
  • jwilliams44 minutes ago
    I wish they&#x27;d have done this in a separate Codex app. On desktop I greatly prefer having Codex separate from ChatGPT... As compared to Claude, which is growing so fast and adding features so quickly it seems bolted together (I get why they do it, integrations&#x2F;MCP-wise).<p>This specific feature is more akin to Remote Control in Claude. You could already kick off Codex Cloud tasks (although it&#x27;s just a little more fiddly to do so).<p>If you can move to Codex Cloud (or &quot;Claude Code for the Web&quot;), I think it&#x27;s the superior approach. Start it there, and just pick it up from the PR if necessary.
  • mindmesh1 hour ago
    The ability to unblock or redirect longer-running work from a phone seems underrated. Curious how often people will actually manage active coding threads this way.
  • az22629 minutes ago
    This sucks. Codex was already in the mobile app. And Codex in the browser or in the app sucks because it&#x27;s not the same as local Codex (VS Code or CLI). And you can&#x27;t pick the model. Sucks a$$.
    • ClumsyLee24 minutes ago
      Isn’t what you described exactly what they just released? Now it connects to local Codex and you can pick the model?
  • mlaretallack1 hour ago
    A while ago I created a telegram bridge for AWS Kiro CLI, this allows my to talk to the agent running on my server from anywhere. Any remote access to any of these agents is a massive game changer, it means that you don&#x27;t need to hover infront of the pc while it works away at the problems. It changes your workflow, but I do find you need to force yourself to &quot;turn off&quot;, its easy to do that with the PC, eg, just walk away, but when you can just &quot;get the agent to do one more change&quot; while waiting to pick the kids up or taking the dog for a walk, it can get difficult to stop.
  • gchamonlive1 hour ago
    This is good not because I could work on code on the go. Codex excels not only at that but also at crunching through text. It&#x27;s nice that now I can get an agent in my phone that understands my notes in Logseq. It&#x27;s like my journals can now talk back to me.
  • vohk7 hours ago
    Dang, I thought this was going to be integration for Codex Cloud, not the (still not available for Linux) Codex App. Not even Codex CLI, alas. You can still access the Cloud option from a mobile browser well enough but I prefer an app UI for poking at the things on the go.
    • tekacs7 hours ago
      You can do this from the CLI - `codex remote-control` works on Linux (I have no affiliation, just something I noticed).<p>They might just not have cut a new build yet, today. It &#x27;works&#x27; on master, but the mobile app thinks that your build is outdated (v0.0.0) if you build from master without overriding version, so probably easiest to wait until they cut a build if they haven&#x27;t.
      • embedding-shape7 hours ago
        &gt; You can do this from the CLI - `codex remote-control` works on Linux (I have no affiliation, just something I noticed).<p>Woah, hadn&#x27;t seen this before!<p>Off-topic, how long compile times do people have for codex-rs in openai&#x2F;codex? Even my very beefy computer takes like 30 minutes to compile in release mode, makes me wonder why it&#x27;s so slow and how this TUI got so large. But then I remember, agents like to write a lot of code, compilers get slower when they have to compile a lot of code :)
        • tekacs6 hours ago
          Try turning off LTO. Their default codex-rs&#x2F;Cargo.toml uses `lto = &quot;fat&quot;`, which is... expensive and slow and... you really really don&#x27;t need it for a local build that you&#x27;re not distributing.<p>In my experience, although the build is a little slow, it&#x27;s that LTO step that takes a million years.
      • vohk7 hours ago
        Oh, that&#x27;s promising, thanks! I&#x27;ve just been using the npm version.
      • asadm7 hours ago
        thanks. i dont use the app and so this is cool
    • beering3 hours ago
      Codex Cloud has been in the chatgpt app for quite some time now. If you click out of the new dialogs then you can access your cloud threads
  • reassess_blind6 hours ago
    Is there a native way to work remotely with Claude&#x2F;Codex on a local folder or git repo on your main machine without having to connect it to GitHub? For creating apps for personal use I’d rather just keep the files local.<p>Edit: Running into issues setting it up on Windows. There&#x27;s no &quot;&#x2F;remote-control&quot; command in the CLI, so I installed the Windows Codex app. Then I updated the iOS app which now has the &quot;Codex&quot; feature in the sidebar, which should allow remote access to the Windows machine&#x27;s instance - except it doesn&#x27;t connect. The iOS app shows my desktop&#x27;s hostname, so it knows there&#x27;s an instance there, but refuses to connect. Issues like this would persuade a lot of folks to switch back to Claude.
    • barrkel6 hours ago
      This is what &#x2F;remote-control does in Claude Code, once it&#x27;s running on your main machine. You can open it up in the phone app.
      • vardalab3 hours ago
        It flakes out in less than 24 hrs. I tried leaving a session open on remote control mode in a VM but it inevitably stopped with some token auth error.
    • wolfoftheweb3 hours ago
      You can run Codex and Claude on mobile from <a href="https:&#x2F;&#x2F;github.com&#x2F;happier-dev&#x2F;happier" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;happier-dev&#x2F;happier</a>
    • wahnfrieden5 hours ago
      That’s this announcement.
      • reassess_blind5 hours ago
        I ask because I tried the other week to use &#x2F;remote-control in Claude, and it prompted to connect a Github repo with no local alternative. Things may have changed since then.<p>My experience today with the new Codex remote control has been that it doesn&#x27;t connect at all.
    • iamjs6 hours ago
      I think the `&#x2F;remote-control` feature does this, if I understand you correctly.
      • DonsDiscountGas6 hours ago
        It&#x27;s supposed to. I&#x27;ve always found it buggy and unreliable but maybe that&#x27;s just me. (This command exists in Claude btw not sure about Codex)
        • rovr1386 hours ago
          Looks like codex has it too since last week, <a href="https:&#x2F;&#x2F;github.com&#x2F;openai&#x2F;codex&#x2F;releases&#x2F;tag&#x2F;rust-v0.130.0" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;openai&#x2F;codex&#x2F;releases&#x2F;tag&#x2F;rust-v0.130.0</a>
        • rovr1386 hours ago
          You can also connect remotely. Tailscale to connect to your network&#x2F;machine. Then use SSH to login. Then use tmux to persist the session even if you log out.
      • maille6 hours ago
        Does it work on windows? And how do you then remote in?
    • Salgat5 hours ago
      I wish codex supported this, I use it all the time for claude.
    • nsonha3 hours ago
      I tried apps that do this workflow (happy coder being one), but the workflow itself is rather clunky. You have to first start the session inside the remote machine. I now only do ssh, I can start or resume on whatever device suits at the time. The only downside is latency and connection drops, mosh solves it.
    • Razengan6 hours ago
      [dead]
  • satvikpendem1 hour ago
    Somewhat related, some of these AI remote coding apps are iOS, what are people using for Android? Looks like some people are using terminal emulators to ssh into their machine and use the LLM CLIs but that seems clunky.
  • charlie902 hours ago
    Nice. Next step is giving codex&#x2F;Claude Code local device control...problem is the current ios&#x2F;android are so locked down that agents can&#x27;t do much ...but the space is so ripe for disruption that I bet we&#x27;ll see AI-native devices coming out within the next few years that allow agents to interact with everything. I would be nervous if I were apple right now.
    • shepherdjerred1 hour ago
      I’d finally have a use case for my overpowered iPad if it could compile and run code
      • satvikpendem1 hour ago
        Now how would Apple get that sweet Mac money if you could do everything from your iPad? And that&#x27;s exactly why they artificially segment those devices.
    • adithyassekhar1 hour ago
      Android can allow an app to control the device using accessibility permissions.
  • breatheoften4 hours ago
    This is extremely what Ive been wanting -- I had previously thought about using one of the hackish apps that try to deliver this experience - or spinning up something for this myself ... - but integrating this directly is definitely the right way to provide the best system and product experience -- and this seems to work out of the box exactly as I would want!
  • mintflow1 hour ago
    Oh no, I am just adding codex integration to my app with in-app tailscale networking, communicating with codex app server via websocket over tailscale<p>But I will still consider to release it anyways
  • throwatdem123113 hours ago
    &gt; Stay connected to active work from anywhere<p>And here I thought AI was gonna automate the world and we were gonna work less.<p>Turns out you’re gonna work 24&#x2F;7 no matter where you are!
    • mifydev2 hours ago
      This is a very myopic and unnecessary cynical sentiment. It&#x27;s not about you - agents just need to run without your computer being on all the time. Coding is a background task that needs to run unattended now.
      • throwatdem123112 hours ago
        This is absolutely not true. I run dozens of Opus agents all day and they need so much constant attention and babysitting (lest everything turn to sh*t) that I would not qualify it anywhere close to “background”. And I’m sure as hell not wrangling these things from my *phone*.
        • EGreg2 hours ago
          What would it take to remove yourself from the loop so your agents can go parabolic and kick off the singularity?<p>(Have them cover their own token costs, hehe).
          • someguy1010102 hours ago
            if i didn&#x27;t have to prompt it to learn from its mistakes and it just &quot;intuitively&quot; knew to do that
      • nullsanity2 hours ago
        [dead]
    • teaspoon3 hours ago
      Why not work the same amount and be at your desk less?
      • throwatdem123112 hours ago
        The same reason I don’t have social media apps on my phone.
      • sheept2 hours ago
        your boss will probably prefer the colleague that can now work more, and isn&#x27;t occasionally absent from their desk
  • miohtama5 hours ago
    I have been using Omnara now some months, on desktop and mobile. It&#x27;s web&#x2F;mobile remote for Claude and Codex.<p>I can do some tasks on mobile, especially if they are follow up and steering only, greatly increasing productivity as you can keep working whilst in transit, etc.
  • Jimidesuu2 hours ago
    So Codex is also heading towards &#x27;portability&#x27; and I can see that here but I bet this will take time before it&#x27;s cleanly optimized for mobile hard use
  • imjonse1 hour ago
    Hammock-driven development will get a new meaning.
  • boodleboodle3 hours ago
    Could Codex CLI get this support also? I am sure a lot of us are running remote linux machines with Nvidia GPUs, with codex CLI running
    • beering3 hours ago
      I think this is a thing, maybe need to upgrade your codex cli.
  • jsemrau4 hours ago
    I don&#x27;t understand OpenAI&#x27;s product strategy.
    • hello84022 hours ago
      &gt; I don&#x27;t understand OpenAI&#x27;s product strategy.<p>Neither does OpenAI.
  • asadm7 hours ago
    I use Termius on my phone to remote and make agent do stuff while i chill or am on road. This seems useful too.
  • iridione7 hours ago
    This is neat! Now I&#x27;m curious, what&#x27;s left to innovate in the coding agent space? Sure there are the usual suspects like maintenance, security, reliability and other scalability improvements and looks like they will be addressed in the next year or two.
    • thornewolf7 hours ago
      there is something &quot;wrong&quot; with the ux that is hard to pin down. these things generate even text summaries more rapidly than i can read them. i need a better method for dumping info into my brain + dynamic control (if necessary)
      • jpalomaki5 hours ago
        Tell it to create html summaries with diagrams and sidebar for navigation.<p>Or ask Codex to create image that explains xyz.
      • ssl-36 hours ago
        When I take time to read all of the output, I often find that it&#x27;s mostly noise. I don&#x27;t like noise so I usually don&#x27;t bother.<p>But a person can use subagents, if they want, to filter that down. This burns tokens in a big hurry, but I <i>think</i> subagents can be arbitrary local commands (eg, a local LLM).<p>Or, you know: Just slow down. :) It doesn&#x27;t always have to be a race, does it?
    • deadbabe5 hours ago
      Agent farms. Have agents make tons of random high fidelity variations around the clock of the same app or feature from some vague ideas, and you use each of them to see which one you like best and can productize, and you skip the need to do iterative prompts.
      • helsinki3 hours ago
        Some of us pay by the token.
    • ukuina5 hours ago
      Is texting your Coding Agent really the final form? Something that watches your interactions or process execution to surface improvements, or whips up prototypes <i>while</i> you brainstorm seems like the next step.
      • satvikpendem1 hour ago
        Not sure why this was flagged, this makes sense but only if inference gets sufficiently cheap. It would be awesome to see a bunch of interactive prototypes and iterate on the UX before ever building the full app. Historically that&#x27;s been somewhat difficult even with UX designers.
  • ahmadyan5 hours ago
    i&#x27;m not sure if i&#x27;m hallucinating, but i swear i had codex in the chatGPT app from long time ago (like the original codex on the web).<p>they added some new stuff, like remote control to wherever the desktop codex app is running, but these companies need to work much more on their press releases.
    • wahnfrieden5 hours ago
      That was cloud codex. Not comparable
  • Squab7 hours ago
    friends, you don’t have to always be productive. leave the agent on the computer and take care of yourself.
    • jorl177 hours ago
      For many people, that&#x27;s exactly why this is useful: less time on the computer, more time doing other things and occasionally checking in.<p>In those scenarios, the goal is not &quot;work at any time&quot; but to &quot;be anywhere at any time&quot;, or, rather, to &quot;be able to work from anywhere, doing anything&quot;.<p>Sort of....I guess.
      • yhgyy2 hours ago
        I love how all these software engineers are willingly walking into a productivity trap where they will be exploited.<p>I’m not a swe but damn, I’d hate to be one.
  • schnitzelstoat8 hours ago
    This is really useful for when you just need to approve plans or make small decisions.
  • tekacs8 hours ago
    It&#x27;s refreshing that unlike Anthropic&#x27;s Remote Control, this actually... works.<p>Feels like a testament to the value in taking time and doing it properly.<p>Now if only codex got its 1M token context window back.<p>---<p>Edit: Hmmm. Maybe I spoke too soon. Sigh. Definitely _more_ reliable by far overall, but still have queued messages with responses on my phone that don&#x27;t show up on my computer, and responses that don&#x27;t show up on my phone.<p>Edit 2: New threads created from my phone seem to have a little stall-out, but ones that are underway are behaving reasonably well.
    • 20kleagues8 hours ago
      Out of curiosity, what issues did you face with remote control on claude? I use it daily and it seems to work pretty well (bar the issues when my Mac would sleep and then the session would disconnect, but that&#x27;s an issue on my end).
      • RayVR7 hours ago
        My own experience has been that it works for about five minutes before it just disconnects or hangs. I’ve never been able to use it successfully.
      • tekacs7 hours ago
        Myriad, to be honest. I find it to just constantly be in a &#x27;torn&#x27; state, the UI is very mushy on mobile with a lot of the affordances from desktop missing, and... it&#x27;s distinctly less useful when you can&#x27;t... edit, rewind, start a new thread, etc.
      • hamza_q_4 hours ago
        Made a menu bar app you may find useful for MacBook sleep prevention, even when the lid is closed:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;narcotic-sh&#x2F;modafinil" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;narcotic-sh&#x2F;modafinil</a>
  • breatheoften4 hours ago
    This is super nice!!!!!!
  • m3kw92 hours ago
    Buggy af though
  • Loranubi4 hours ago
    macOS only so far. &quot;Windows is coming soon&quot;
  • Razengan6 hours ago
    Codex has been great in the last 3-4 months I&#x27;ve been using it, almost exclusively to review existing GDScript code, and this was the feature I wanted most, because with gamedev you get the best ideas when you&#x27;re out and about or in bed :)<p>Claude on the other hand has been jank all around from the UX to the UI to the AI itself that it&#x27;s baffling how it&#x27;s more popular here on HN: <a href="https:&#x2F;&#x2F;i.imgur.com&#x2F;jYawPDY.png" rel="nofollow">https:&#x2F;&#x2F;i.imgur.com&#x2F;jYawPDY.png</a><p>Sadly this remote control feature doesn&#x27;t seem to be for Mac to Mac yet? I love the MacBook Neo as a &quot;thin client&quot; for AI and keep the MacBook Pro at home&#x2F;hotel, and it would be nice to share Codex desktop sessions (without SSH → resume link)
  • impulser_6 hours ago
    Say what you want about OpenAI, but their software is actually pretty dam good especially compared to Anthropic and Google. Anthropic is just sloppy, and Google just doesn&#x27;t live on this planet.<p>Both of the Codex apps are very good.<p>I tried this out and it works significantly better than Claude&#x27;s remote control in fact the first few times I tried Claude&#x27;s remote control it didn&#x27;t even work and to this day is very buggy.
    • haint_3 hours ago
      I use remote-control every day and haven&#x27;t had many issues with it, aside from the fact that the mobile app being pretty limited, e.g there are no prompt suggestions like slash commands and skills, everything in the textbox is just a raw string. You also can’t start a new session directly from the app (have to SSH into the host manually to do that)<p>Other than those limitations, the connection has been very stable for me, definitely more reliable than alternatives like happy.engineering or Omnara. What’s been buggy for you specifically?
  • sbinnee5 hours ago
    I don&#x27;t like this direction. For accessibility aspect, sure it is good. But Codex is a coding product. I am increasingly concerned of lack of reviewing practice. I doubt that a mobile app is good for reviewing code changes.<p>&gt; Stay connected to active work from anywhere<p>... (and anytime because it&#x27;s on your phone). No thanks.
  • fHr7 hours ago
    rust and opensource W
  • cyanydeez6 hours ago
    opencode behind a nginx proxy with a standard user&#x2F;password is sufficiently powerful. You can also upgrade to <a href="https:&#x2F;&#x2F;docs.linuxserver.io&#x2F;images&#x2F;docker-code-server&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.linuxserver.io&#x2F;images&#x2F;docker-code-server&#x2F;</a> and run any vscode plugins; opencode&#x27;s plugin is pretty rudimentry but cline has been making a lot of strides.<p>You can run your local LLM and just connect the docker containers. I&#x27;m paranoid of being disconnected from the LLM, so I never run any of this on the same machine, so orchestrating a docker-compose file that provides the necessary services is important.<p>I&#x27;m still trying to find a good remote file system to loop into the setup for improved switching between cli and these web containers.
  • vladsiu1 hour ago
    [dead]
  • andrew_kwak3 hours ago
    [dead]
  • samcooper3 hours ago
    [flagged]
  • comment0r7 hours ago
    [dead]
  • AIMC6 hours ago
    [flagged]
  • randomsimon5 hours ago
    [dead]
  • fa3ax4 hours ago
    They needed to announce something after the Anthropic slop rewrite of Bun.<p>In an ideal world the would allocate 50% of compute to find errors in that rewrite and publish how bad Claude is, but that would undermine confidence in slop in general so that is not going to happen.
  • stavros7 hours ago
    The best way I&#x27;ve found to work with LLMs is another OpenAI project, Symphony (which I implemented for Linear&#x2F;GitHub and OpenCode[0]).<p>It integrates with your issue tracker and makes the tracker the UI for the LLM. It also clones the repo for every ticket, and can set up fixtures&#x2F;etc. I can work on multiple items at a time, which is fantastic because otherwise you have to wait for the LLMs a lot.<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;skorokithakis&#x2F;symphony" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;skorokithakis&#x2F;symphony</a>
  • mv47 hours ago
    Can someone recommend an IDE that can be used with a self-hosted model (via OpenAI or similar)?
    • suyash5 hours ago
      Look up OpenCode
    • aiscoming6 hours ago
      vs code supports local models (bring your own key&#x2F;model)<p>you need a model server - ollama&#x2F;llama.cpp&#x2F;lm studio
      • no-name-here4 hours ago
        &gt; bring your own key<p>Do you mean supporting oai-compatible api URLs in copilot? If so then you need either VS Code Insiders, or a VS Code extension I believe?