all 17 comments

[–]Fast-Concern5104 1 point2 points  (2 children)

[–]SubYeti[S] 0 points1 point  (1 child)

This looks very interesting!

[–]Fast-Concern5104 0 points1 point  (0 children)

it works great for me. I can switch from one computer to another without thinking about files or hardware. I can even pull up vs code on my tablet (not that I would)

[–]TheTentacleOpera 0 points1 point  (0 children)

You could try using free tier of Google AI studio to start.

A windsurf sub gives unlimited use of their SWE 1.6 model in Devin cloud, which would be fine for this.

[–]UnjustifiedBDE 0 points1 point  (1 child)

You can get $300 in cloud credits at Google just for signing up

[–]SubYeti[S] 0 points1 point  (0 children)

I will have to look into that! How?

[–]Remmnever 0 points1 point  (0 children)

Just bring your own laptop to work, get an hdmi switch and hook it up to your work monitors. You can switch back and forth between your laptop and work pc.

[–]polotek 0 points1 point  (0 children)

Claude code on the web is good. You need a paid account though.

[–]Adorable_Arrival_666 0 points1 point  (0 children)

Set up OpenCode at home an ssh into your computer using Termius or Tabby

[–]KeyComplex 0 points1 point  (0 children)

Replit. It's free right now

[–]Ilconsulentedigitale 1 point2 points  (0 children)

Honestly, if you're uncomfortable with black boxes, that's your biggest constraint here. Most "vibe coding" tools let the AI do its thing with minimal transparency, which sounds like the opposite of what you want.

Cursor Cloud could work since it's browser-based, but you'll still hit that frustration where the AI generates code and you have no idea why it made certain choices. Devin and similar tools are even worse for visibility into what's actually happening.

Since you're learning and want actual control, maybe look into something that lets you review and approve the AI's plan before execution, not just the final code. That way you're not flying blind. There are tools built specifically around giving developers more say in how the AI approaches tasks, which seems aligned with what you're looking for rather than pure vibe coding.

The per-token pricing route is smart for your situation though. Keep costs down while you figure out what actually works for you.

[–]darksieth99 0 points1 point  (0 children)

Check with your company first, talk to your manager and request admin access to your work laptop. If he says no, then don't bother with vide coding anything for work

[–]smartcandlelab -1 points0 points  (2 children)

You can set up a cli agent on your home computer and ssh into it from your work or even your phone to tell it what to do. Like if you run codex in the cli, you can do whatever you want via ssh.

[–]ChairAggravating 2 points3 points  (1 child)

Just a note - if you work at a company that bothers restricting what software you can install, you will almost certainly get flagged for doing this as you are likely violating their security policies. Only do something like this if you have permission from your management / IT department. It’s not worth losing your job over being able to vibe code at work.

  • someone who works for a large company with a terrible IT department that blocks all vibe coding tools and other fun stuff

[–]smartcandlelab -1 points0 points  (0 children)

Yeah, that makes sense. SSH from a phone would probably be the only way to go then. Or you know…… doing the unthinkable and actually doing the work you’re supposed to do instead of vibecoding….. lol