Live data from Hacker News

An upgraded dev experience in Google AI Studio

developers.googleblog.com

91–100 of 126 posts

Re: An upgraded dev experience in Google AI Studio

#91
post #5

> Gemini 2.5 Pro is incredible at coding, so we’re excited to bring it to Google AI Studio’s native code editor. It’s tightly optimized with our Gen AI SDK so it’s easier to generate apps with a simple text, image, or video prompt. The new Build tab is now your gateway to quickly build and deploy AI-powered web apps. We’ve also launched new showcase examples to experiment with new models and more. This is exactly wha…

Remind me in a couple of years when this product is abandoned.

Re: An upgraded dev experience in Google AI Studio

#93
post #5

> Gemini 2.5 Pro is incredible at coding, so we’re excited to bring it to Google AI Studio’s native code editor. It’s tightly optimized with our Gen AI SDK so it’s easier to generate apps with a simple text, image, or video prompt. The new Build tab is now your gateway to quickly build and deploy AI-powered web apps. We’ve also launched new showcase examples to experiment with new models and more. This is exactly wha…

It will fail where all other tools fail. Migrating databases, scaling issues, ..

Re: An upgraded dev experience in Google AI Studio

#94

Earlier quoted context omitted.

I regularly put 50k LoC codebases in gemini, it has a 1M context window and actually uses it well.

Let me know when it handles 1.5M lines.

Let me know when you meet a person that can handle 1.5M lines, because most people I've worked with can't. Certainly I've never worked on something that required even reading that much... Especially when targeted search options exist to find just specific function/class implementations as needed.

Re: An upgraded dev experience in Google AI Studio

#95

Presumably Google AI Studio[1] and Google Firebase Studio[2] are made by different teams with very similar pitches, and Google is perfectly happy to have both of them exist, until it isn't: - AI Studio: "the fastest place to start building with the Gemini API" - Firebase Studio: "Prototype, build, deploy, and run full-stack, AI apps quickly" [1] https://aistudio.google.com/apps [2] https://firebase.google.com/

I've used a bunch of these, and they're different with different use-cases, but your point still stands about them being confusing. It seems many AI companies see a world where we have lots of small mini-apps written by LLMs, so why not integrate that into a variety of tools, I guess?

AI Studio: Mostly a playground for building mini-apps that integrate with the Gemini APIs. A big sell seems to be that you don't need an API key, instead you just build your app for testing, and the access is injected somehow. The UI is more stripped down than an IDE and I assume you'd only use it to prototype basic things. I don't know why there are "deployment" options in the UI, frankly.

Firebase Studio: Mostly a sales funnel for firebase I assume, but this is a "tradition" prototyping/development tool that uses AI to make a product. It supports front end and backend code. This also has a chat bot, but it's more of a web-IDE than a chat-first interface.

Gemini Canvas: This is gemini-the-chatbot writing mini-web-apps in a side-panel. The use case seems to be visualization and super basic prototyping. I've used it to make super simple bespoke tools like a visualizer for structured JSON objects for debugging, or an API tester. The HTML is served statically from a google domain, and you can "remix" versions created by others with your own prompts.

Jules - Experimental tool that writes code in existing codebases by handling full "tickets" or tasks in one go. Never used it, so i don't know the interface. I think it's similar to Codex though.

Gemini Code Assist - their version of a copilot. I think its also integrated or cross-branded with

Vertex AI API, Gemini API - these are just APIs for models.

Re: An upgraded dev experience in Google AI Studio

#98
post #7

They don't mention it in the demo but they should really take a page from Lovable and add a bidirectional sync to a git repository.

Get outta here! You can do that in AI Studio now? If so, I need to run, not walk, to the nearest computer. Too bad I am sitting on the toilet right now..

What, your toilet isn't computerized?

https://www.youtube.com/watch?v=Dd06Md1xOd0

Re: An upgraded dev experience in Google AI Studio

#99
post #6

Earlier quoted context omitted.

I agree. Until about 2005 it was code-on-device and run-on-device. The tools and languages were limited in absolute capabilities, but easy to understand and use. For about the past 20 years we've been in a total mess of code-on-device -> (nightmare of deployment complexity) -> run-on-cloud. We are finally entering the code-on-cloud and run-on-cloud stage. I'm hoping this will allow domain experts to more easily creat…

>We are finally entering the code-on-cloud and run-on-cloud stage. Sounds like an absolute nightmare for freedom and autonomy.

To be fair, before Linux taking off, most UNIX shops where code-on-development-server and run-on-deployment-server stage.

Cloud is only the rebranding of timesharing, clear with different technology stacks, however the approach to development is exactly the same as working on an UNIX shop back in 1975 - 1990's.

Re: An upgraded dev experience in Google AI Studio

#100

Earlier quoted context omitted.

>We are finally entering the code-on-cloud and run-on-cloud stage. Sounds like an absolute nightmare for freedom and autonomy.

SWE will be renamed to AIOps :)

You joke, but it is already here you only got the name wrong, MLOps.
Post reply on HN