For the best experience on desktop, install the Chrome extension to track your reading on news.ycombinator.com
Hacker Newsnew | past | comments | ask | show | jobs | submit | history | more meetpateltech's commentsregister

The official blog post was submitted earlier (https://news.ycombinator.com/item?id=46990637), but somehow this story ranked up quickly on the homepage.


@dang will often replace the post url & merge comments

HN guidelines prefer the original source over social posts linking to it.


Anthropic's blog:

> Apple’s Xcode now supports the Claude Agent SDK

https://www.anthropic.com/news/apple-xcode-claude-agent-sdk


Google Deepmind Page: https://deepmind.google/models/genie/

Try it in Google Labs: https://labs.google/projectgenie

(Project Genie is available to Google AI Ultra subscribers in the US 18+.)



For anyone from the Gemini team reading this: these links should all be prominent in the announcement posts. I always have to hunt around for them!


Google actually does something similar for major releases - they publish a dedicated collection page with all related links.

For example, the Gemini 3 Pro collection: https://blog.google/products/gemini/gemini-3-collection/

But having everything linked at the bottom of the announcement post itself would be really great too!


Sadly there's nothing about Gemini 3 Flash on that page yet.


Documentation for Gemini 3 Flash in particular: https://ai.google.dev/gemini-api/docs/gemini-3



Thanks, we'll put that in the toptext as well.


Currently, it’s rolling out in the Gemini app. When you use the “Create image” option, you’ll see a tooltip saying “Generating image with Nano Banana Pro.”

And in AI Studio, you need to connect a paid API key to use it:

https://aistudio.google.com/prompts/new_chat?model=gemini-3-...

> Nano Banana Pro is only available for paid-tier users. Link a paid API key to access higher rate limits, advanced features, and more.




Put this in your browser console to force default scrolling

  var css = 'body { height: auto !important; overflow: auto !important; } .smooth-scroll-wrapper { transform: none !important; position: static !important; } div[style*="position: fixed"] { position: static !important; overflow: visible !important; inset: auto !important; }';
  var style = document.createElement('style');
  style.innerHTML = css;
  document.head.appendChild(style);
  console.log("Default scroll forced.");


Thank you. Seems the website didn't like this btw, Safari macOS. Forced return to top of page when scrolling too fast.



Also recently: Code Wiki: https://codewiki.google/


Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search:

HN For You