← Back to context

Comment by sdesol

4 days ago

> "convert this mov to mp4"

Did any of the commands look like the ones in the left window:

https://beta.gitsense.com/?chats=12850fe4-ffb1-4618-9215-c13...

The left window contains a summary of all the LLMs asked, including all commands. The right window contains the individual LLM responses.

I asked about gotchas with missing libraries as well, and Sonnet 3.5 said there were. Were these the same libraries that were missing for you?

Looking at this, I am pretty sure I also received a "libx264" clause. Removing it made the command work for me.

  • I don't disagree that we need to be cautious with LLMs, but I've personally stopped asking GPT-4/GPT-4 mini for technical answers. Sonnet 3.5 and DeepSeek V3 (which is much cheaper but still not as good as Sonnet) are your best bet for technical questions.

    Where I find GPT to perform better than Sonnet is with text processing. GPT seems to better understand what I want when it comes to processing documents.

    I'm convinced that no LLM provider has created or will create a moat, and that we will always need to shop around for an answer.

    • everyone stopped using 4/4mini because theyre old.

      4o replaced 4 back in April 2024. 01/01mini replaced 4o in Fall 2024.

      stop using 4. use 01mini always. its cheaper, faster, and better.

      o1/o1mini will be replaced by o3/o3mini in a couple months.

      4 replies →

  • libx264 is the best encoder for h264 ffmpeg has to offer so it's pretty important you bundle it in your ffmpeg install. Those commands are perfectly standard, I've been using something like that for 10+ years