Remix.run Logo
picardo 13 hours ago

I use NotebookLM everyday. The simplicity of the design is much appreciated. However, there are real issues scaling the design and keeping it user friendly as the team keeps adding new features.

The most recent example of this is with the addition of 2 new capabilities (Flashcards and Quiz), "Artifacts Button Container" now has 6 large buttons, and is 328px in height! There are users who are accessing the site from small screen devices in India and they have been asking for help on Discord forums because they cannot see their notes anymore. So I had to create a Tampermonkey script to let users collapse it.[0] I heard the team is fixing that soon, but they should have done more testing before releasing it.

There are other issues like this that I've fixed with scripts. The strangest one is the "notes." Why force the users read a 2000 word essay in a 360px sidebar? So I wrote a script I wrote to let you pop it into full screen mode.[1]

Another example is the chat input field. The follow up questions are hardly usable at all. And they're not stable after you select them.

I can go on all day, but I think it's better to fix things than to complain.

[0] https://gist.github.com/volkanunsal/94db50629cad816eca84c836...

[1] https://gist.github.com/volkanunsal/fded9124d62422c0d2672b8a...