←back to thread

Getting AI to write good SQL

(cloud.google.com)
478 points richards | 9 comments | | HN request time: 0.42s | source | bottom
Show context
wewewedxfgdf ◴[] No.44010757[source]
Can I just say that Google AI Studio with latest Gemini is stunningly, amazingly, game changingly impressive.

It leaves Claude and ChatGPT's coding looking like they are from a different century. It's hard to believe these changes are coming in factors of weeks and months. Last month i could not believe how good Claude is. Today I'm not sure how I could continue programming without Google Gemini in my toolkit.

Gemini AI Studio is such a giant leap ahead in programming I have to pinch myself when I'm using it.

replies(26): >>44010808 #>>44010923 #>>44011434 #>>44011854 #>>44011858 #>>44011954 #>>44012172 #>>44012250 #>>44012251 #>>44012503 #>>44012606 #>>44012629 #>>44013306 #>>44013367 #>>44013381 #>>44013473 #>>44013576 #>>44013719 #>>44013871 #>>44013899 #>>44014263 #>>44014585 #>>44014770 #>>44014917 #>>44014928 #>>44018375 #
1. alostpuppy ◴[] No.44011858[source]
How do you use it exactly? Does it integrate with any IDEs?
replies(6): >>44012050 #>>44012300 #>>44012332 #>>44012390 #>>44012847 #>>44013858 #
2. Mossy9 ◴[] No.44012050[source]
Jetbrains AI recently added (beta) access to Gemini Pro 2.5 and there's of course plugins like Continue.dev that provide access to pretty much anything with an API
3. miyuru ◴[] No.44012300[source]
There is Gemini Code Assist.

https://developers.google.com/gemini-code-assist/docs/overvi...

4. pimeys ◴[] No.44012332[source]
Zed supports it out of the box.
5. beauzero ◴[] No.44012390[source]
Give Cline + vscode a try. Make sure to implement the "memory bank"...see Cline docs at cline.bot
replies(1): >>44012738 #
6. sexy_seedbox ◴[] No.44012738[source]
Roo Code + Roo Commander + Openrouter (connecting Gemini with Vertex AI) + Context7
7. DonHopkins ◴[] No.44012847[source]
Just install Cursor, it supports Gemini and many other LLMs right out of the box.
replies(1): >>44013559 #
8. johnisgood ◴[] No.44013559[source]
Unfortunately I cannot use Cursor, not until they fix https://github.com/getcursor/cursor/issues/598.

What about Zed or something else?

I have not used any IDEs like Cursor or Zed, so I am not sure what I should be using (on Linux). I typically just get on Claude (claude.ai) or ChatGPT and do everything manually. It has worked fine for me so far, but if there is a way to reduce friction, I am willing to give it a try. I do not really need anything advanced, however. I just want to feed it the whole codebase (at times), some documentation, and then provide prompts. I mostly care about support for Claude and perhaps Gemini (would like to try it out).

9. kdmtctl ◴[] No.44013858[source]
Copilot has it in preview. I found it looks deeper on devops tasks in the Agent mode. But context matters, you should include everything and it will push. Now I switch between Cloude and Gemini when one of them starts going circles. Gemini certainly could have more context but Copilot clearly limits it. Didn't try with Studio key though, only default settings.