HN user

the_king

610 karma
Posts5
Comments64
View on HN

This it is very impressive. But scrolling through the preprint, I wouldn't call any of it elegant.

I'm not blaming the model here, but Python is much easier to read and more universal than math notation in most cases (especially for whatever's going on at the bottom of page four). I guess I'll have one translate the PDF.

Gemini 3 Deep Think 5 months ago

I just tested it on a very difficult Raven matrix, that the old version of DeepThink, as well as GPT 5.2 Pro, Claude Opus 4.6, and pretty much every other model failed at.

This version of DeepSeek got it first try. Thinking time was 2 or 3 minutes.

The visual reasoning of this class of Gemini models is incredibly impressive.

Totally understand, thanks for being a customer. I'm sorry we weren't able to make the web version as smooth as we wanted to.

We do plan to support Linux. This was probably a little bit of a blind spot for us - not realizing that anyone running a Linux desktop doesn't even have system voice tool to fall back on.

I think Aqua v1 had two problems:

1. The models weren't ready.

2. The interactions were often strained. Not every edit/change is easy to articulate with your voice.

If 1 had been our only problem, we might have had a hit. In reality, I think optimizing model errors allowed us to ignore some fundamental awkwardness in the experience. We've tried to rectify this with v2 by putting less emphasis on streaming for every interaction and less emphasis on commands, replacing it with context.

Hopefully it can become a tool in the toolbox.

Firebase Studio 1 year ago

you've got nothing to worry about here.

if firebase studio can make a todo app, i'd be surprised. this is the worst "vibe coding" tool i've ever used.

thanks!

I share the same sentiment. I remember thinking in college how annoying it was that I was reading low-resolution, marked-up, skewed, b&w scans of a book using Adobe Acrobat while CS concentrators were doing everything in VS Code (then brand new).

but we do think voice is actually great with Cursor. It’s also really useful in the terminal for certain things. Checking out or creating branches, for example.

Aqua is in another league when it comes to accuracy. I just ran them side by side on a simple q to ChatGPT and here were the results...

Aqua Voice

  What is the first recorded eclipse in human history? I'm not asking when the first one occurred, but the first written record we have of an eclipse.
Windows Voice Typing (v11 24H2, Dell XPS 13 9340)
  What is the first recorded eclipse in human history i'm not asking 1 like the first occurred but the first ridden record we have of an eclipse

Windows mistakes were:

-"1" should be "when"

-"ridden" should be "written"

-No punctuation

Firebase Studio 1 year ago

I was excited to try this out because I've had a lot of trouble getting the Supabase integrations to work on Lovable and Bolt.new.

Sorry to say that Firebase Studio did an awful job. It did not successfully build even the first view of the app I asked for. It feels like I'm stepping back to release day of GPT-4.

Am I missing a switch to use the good Gemini 2.5 somewhere? I could tell from their response speed that I was not using a thinking model.

We're building something different, but there is some overlap. Aqua is built for max speed, while keeping accuracy high. To achieve that, inference runs in a datacenter (for now).

You can customize Aqua using custom instructions, similar to ChatGPT custom instructions, and get some Talon functionality from it:

In my own, I have:

1. Breaking the paragraphs with three or four sentences.

2. Don't start a sentence with "and".

3. Use lowercase in Slack and iMessage.

4. Here are some common terminal commands...

Thanks!

We're faster, more accurate, and have a streaming option. Aqua can go from key-up to paste in as little as 450ms. Flow was closer to 1000 in our tests.

Overall, you'll notice we make a few more tweaks to the output than Wisprflow.

For example, Aqua + Cursor is very powerful - we syntax highlight your transcript. The easiest way to see this is to use streaming mode (double press Fn) + deep context + cursor and try asking it to change something.

This also works in other "context rich" environments.

Reminds me of some underrated Peter Thiel advice: almost always an extra hour invested in a project you’re already deeply into will have greater returns than starting some totally tangential thing from scratch.

The tangential thing will always feel better because you make rapid progress at the start, but the real returns come from completion.

Sounds more like they were (and still are) being sloppy. “be better” is one thing. “runs without fatal crash” is what semi is talking about.

It’s not just that it’s immature software, they need to change how they do development.

I remember geohot saying something similar about a year ago

Yes! It's fully real time. This was a challenge, but something we decided not to compromise on.

Imagine a pen that was only showing you words at the end of a paragraph — that'd be crazy! But this is how most people use voice today because real time is so hard. Latency is 800ms-2000ms from speech.

I would love to see the dashboard that the team that made the decision was looking at.

I'd be interested to hear speculation by people who know about this as to what they think went wrong. Was it off course? Did the engines not relight in time? Did it not have enough fuel?

M4 MacBook Pro 2 years ago

Exactly my point. Saying something is the fastest ever is marketing code (at least to me) for minor improvement over the previous generation.

If you're 30% faster than the previous generation, I'd rather see that because my assumption is it's 5%.

M4 MacBook Pro 2 years ago

That's only single core. I think Logic is pretty optimized to use multiple cores (Apple demoed it on the 20 core Xeon Mac Pro back in 2019).

But if the M1 isn't the bottleneck, no reason to upgrade.

M4 MacBook Pro 2 years ago

Call me cynical, but when I see headlines like "up to 2x faster", I assume it's a cherry-picked result on some workload where they added a dedicated accelerator.

There's a massive difference between "pretty much every app is 80% faster" and "if you render a 4K ProRes video in Final Cut Pro it's 3x faster."

M4 MacBook Pro 2 years ago

To run LLMs locally (Ollama/LLM Notebook), you want as much memory as you can afford. For actually training toy models yourself for learning/experiments in my experience it doesn't matter much. PyTorch is flexible.