HN user

logankilpatrick

573 karma

I work on Google AI Studio and the Gemini API at Google DeepMind, where I lead the team dedicated to enabling developers worldwide to build with Gemini, Veo, Imagen and more. Before this, I lead developer relations at OpenAI.

Posts63
Comments69
View on HN
medium.com 10mo ago

Things to build with Google's new Nano Banana image editing and generation model

logankilpatrick
3pts1
developers.googleblog.com 1y ago

The Veo 3 API is now available

logankilpatrick
3pts0
www.youtube.com 1y ago

An unfiltered conversation with Dwarkesh Patel [video]

logankilpatrick
1pts0
www.youtube.com 1y ago

An unfiltered conversation with Thomas Dohmke, CEO of GitHub [video]

logankilpatrick
1pts0
www.youtube.com 1y ago

You can build you next AI App with Gemini, for free, in less than 90 seconds

logankilpatrick
2pts1
www.youtube.com 1y ago

An unfiltered conversation on AI with Chamath Palihapitiya

logankilpatrick
1pts0
medium.com 1y ago

Everything you need to know about the Gemini API as a developer

logankilpatrick
3pts0
www.youtube.com 2y ago

Jeremy Howard: AnswerAI, FastAI, Fine-Tuning and AI Recruiting [video]

logankilpatrick
2pts0
logankilpatrick.medium.com 2y ago

Don't forget about GPT-4

logankilpatrick
4pts0
twitter.com 2y ago

OpenAI releases function calling fine-tuning

logankilpatrick
3pts0
old.reddit.com 2y ago

How can OpenAI improve GPT-4 and GPT 3.5?

logankilpatrick
1pts3
medium.com 2y ago

Using Custom Instructions in ChatGPT

logankilpatrick
2pts1
logankilpatrick.medium.com 2y ago

What are GPT Agents? A deep dive into the AI interface of the future

logankilpatrick
7pts3
logankilpatrick.medium.com 2y ago

What is LangSmith and why should I care as a developer?

logankilpatrick
1pts0
logankilpatrick.medium.com 3y ago

Pydantic 2.0 just released – An overview of the popular data validation tool

logankilpatrick
2pts1
logankilpatrick.medium.com 3y ago

What is Langchain and why should I care as a developer

logankilpatrick
2pts0
github.com 3y ago

ChatGPT Plugins, up and running in <5 minutes

logankilpatrick
32pts1
forem.julialang.org 3y ago

Using Measurements.jl for Triangulation in Julia

logankilpatrick
3pts0
forem.julialang.org 3y ago

Julia Boards the Titanic- A brief introduction to the MLJ.jl package

logankilpatrick
2pts0
forem.julialang.org 3y ago

Custom array type for fake downsampling in Julia

logankilpatrick
2pts0
juliazoid.com 3y ago

Julia Resources All Programmers Should Read

logankilpatrick
3pts1
juliazoid.com 3y ago

How NASA is using Julia to better understand the ocean

logankilpatrick
4pts0
juliazoid.com 3y ago

Automatically generate comments for your Julia code with OpenAI.jl and GPT-3

logankilpatrick
1pts0
juliazoid.com 3y ago

Why startups are building with the Julia Programming Language

logankilpatrick
4pts0
juliazoid.com 3y ago

Simple Reasons to Learn the Julia Programming Language

logankilpatrick
7pts2
medium.juliazoid.com 3y ago

No, Julia is not 34B times faster than Python

logankilpatrick
2pts1
logankilpatrick.gumroad.com 3y ago

Julia Crash Course: Learn the worlds fastest growing programming language

logankilpatrick
1pts4
medium.juliazoid.com 3y ago

Why quantum computing could be the big break for the Julia Language

logankilpatrick
2pts0
forem.julialang.org 3y ago

Braket.jl – Quantum Computing with Julia

logankilpatrick
1pts0
logankilpatrick.medium.com 3y ago

Julia programming books going into 2023

logankilpatrick
2pts1

cart out in front of the horse a bit on this one, lame hype building at best

hmmm

2. Not at all what I want the team focusing on, they don't seem to have a clear mission

allow anyone to build with Google's latest AI models, be the fastest path from prompt to production with Gemini

I've been using the AI Studio with my personal Workspace account. I can generate an API key. That worked for a while, but now Gemini CLI won't accept it. Why? No clue. It just says that I'm "not allowed" to use Gemini Pro 3 with the CLI tool. No reason given, no recourse, just a hand in your face flatly rejecting access to something I am paying for and can use elsewhere.

Passing along this feedback to the CLI team, no clue why this would be the case.

AI Studio is meant to be the fast path from prompt to production, bringing billing fully into AI Studio in January will make this even faster! We have hundreds of thousands of paying customers in production using AI Studio right now.

4. If you read about a new Gemini model, you might want to use it - but are you using @google/genai, @google/generative-ai (wow finally deprecated) or @google-ai/generativelanguage? Silly mistake, but when nano banana dropped it was highly confusing image gen was available only through one of these.?

Yeah, I hear you, open to suggestions to make this more clear, but it is google/genai going forward. Switching packages sucks.

Gemini supports video! But that video first has to be uploaded to "Google GenAI Drive" which will then splices it into 1 FPS images and feeds it to the LLM. No option to improve the FPS, so if you want anything properly done, you'll have to splice it yourself and upload it to generativelanguage.googleapis.com which is only accessible using their GenAI SDK. Don't ask which one, I'm still not sure.

We have some work ongoing (should launch in the next 3-4 weeks) which will let you reference files (video included) from links directly so you don't need to upload to the File API. We do also support custom FPS: https://ai.google.dev/gemini-api/docs/video-understanding#cu...

6. Nice, it works. Let's try using live video. Open the docs, you get it mentioned a bunch of times but 0 documentation on how to actually do it. Only suggestions for using 3rd party services. When you actually find it in the docs, it says "To see an example of how to use the Live API in a streaming audio and video format, run the "Live API - Get Started" file in the cookbooks repository". Oh well, time to read badly written python.

Just pinged the team, we will get a live video example added here: https://ai.google.dev/gemini-api/docs/live?example=mic-strea... should have it live Monday, not sure why that isn't there, sorry for the miss!

7. How about we try generating a video - open up AI studio, see only Veo 2 available from the video models. But, open up "Build" section, and I can have Gemini 3 build me a video generation tool that will use Veo 3 via API by clicking on the example. But wait why cant we use Veo 3 in the AI studio with the same API key?

We are working on adding Veo 3.1 into the drop down, I think it is being tested by QA right now, pinged the team to get ETA, should be rolling out ASAP though, sorry for the confusing experience. Hoping this is fixed by Monday EOD!

8. Every Veo 3 extended video has absolutely garbled sound and there is nothing you can do about it, or maybe there is, but by this point I'm out of willpower to chase down edgy edge cases in their docs.

Checking on this, haven't used extend a lot but will see if there is something missing we can clarify.

On some of the later points, I don't have enough domain expertise to weight in but will forward to folks n the Android / Play side to see what we can do to streamline things!

Thank you for taking the time to write up this feedback : ) hoping we can make the product better based on this.

Hey! Very valid feedback on setting up a billing account. This is something I have been pushing for over the last 2 years at Google. The good news: setting up billing directly in AI Studio tested internally and will be shipped in January : )

Will follow up on some of the other threads in here!

Nano Banana Pro 8 months ago

For new users in AI Studio, we make a cloud project and key for you automatically. Hear you on the billing setup, we are working on it, landing in January!

Nano Banana Pro 8 months ago

I know not accessible across all API's, but the point of AI Studio is you can sign up and we just make an API key for you automagically, no extra button clicks or the like.

Nano Banana Pro 8 months ago

Any feedback on mobile in the meantime? pls send it: Lkilpatrick@google.com, we have a revamp coming soon.

Nano Banana Pro 8 months ago

Pls email me if you can on the latter, we can update whatever pointers we have to the cloud console and make them more contextual. We are also pushing on the north star of the P99 user experience not needing to leave AI Studio. We have landed a lot of stuff to make this possible already!

Nano Banana Pro 8 months ago

We use Google Cloud's billing service, but given the super global nature of our customer base, there is a lot of complexity in moving this into AI Studio. Though we are making great progress!