logoalt Hacker News

IncreasePostslast Thursday at 3:09 AM5 repliesview on HN

I don't understand...let's say I have it build some code for me, am I supposed to copy all those files out to my file system and then test it out? And then if I make changes to the source, I need to copy the source back in to a studio/(or canvas in Gemini)?


Replies

Tagbertlast Thursday at 2:47 PM

I've been using the Claudi.ai website for a project and that is pretty much what I do, though I have uploaded all of the source files to Claude so I only need to upload anything that I changed. I don't need to reupload the whole code base each time, of course. Claude provides a zip file of any changed files that I download and copy to my code file system.

vedmakklast Thursday at 5:52 AM

If you want to go beyond a single one-off script, tou want to use it directly in your repo using the CLI tools or one of the IDE integrations (Copilot, Cursor, Zed, ...)

gallexmelast Thursday at 2:12 PM

When using my usual IDE(clion) i just use their integration https://codeassist.google/ It works fine / about as good as aistudio

falloutxlast Thursday at 8:57 AM

I am pretty sure aistudio is for pure vibe coding, so editing and changing code by hand is harder. the case you are mentioning, you should use gemini cli or jules cli. They are far behind Claude Code but it gets the job done.

dkdciolast Thursday at 3:57 AM

there is the Gemini CLI, but I am aware of people doing exactly what you’re describing (which I find ridiculous but if it works it works I guess). some people have CLI tools for turning their entire repo into one big Markdown file or similar to copy over

show 1 reply