HN user

pmxi

99 karma

<https://parasmittal.com>

Posts0
Comments34
View on HN
No posts found.
Mistral OCR 4 29 days ago

This has been a niche where Mistral has actually been successful. Btw, Hindi and Japanese are bucketed in "Rare Languages," which is odd.

PG acknowledged that growth is limited by market size. Markets to support "avogadrillionaire" level wealth may not current exist.

However, there obviously exist markets to support billionaire level wealth, as evidenced by the at least 30 billionaires produced by YC, and the many others.

Claude Fable 5 1 month ago

I had Claude straighten it out:

  Model           In     Out    BIn    BOut
  Haiku 4.5   $ 1.00  $ 5.00  $0.50  $ 2.50
  Sonnet 4.6  $ 3.00  $15.00  $1.50  $ 7.50
  Opus 4.7    $ 5.00  $25.00  $2.50  $12.50
  Opus 4.8    $ 5.00  $25.00  $2.50  $12.50
  Fable 5     $10.00  $50.00  $5.00  $25.00
Please Use AI 2 months ago

The first part, describes a decision to ask AI over calling a good friend and domain expert. Typically the domain expert is not an option. (looking at my last 10 Claude chats, I knew a domain expert for one of them).

The second part assumes AI writing can substitute mastery of writing, and simultaneously, not be good enough.

We have, for a several thousand years, continued to develop labor and cost saving technology. We have been OK thus far.

Claude Opus 4.8 2 months ago

Yeah. They are aware: "Users will find Opus 4.8 to be a modest but tangible improvement on its predecessor."

Claude Opus 4.8 2 months ago

In the "What's next?" section, "There’s still more to be done: we’re working on developing and releasing models that provide many of the same capabilities as Opus at a lower cost."

The reason I initially got interested in Claude was because they were the first to offer a 200K token context window. That was massive in 2023. However, they didn't keep up once Gemini offered a 1M token window last year.

I'm glad to see an attempt to return to having a competitive context window.

You should know that you are supposed to open the CLI (Claude Code, Gemini, ...) in your project directory and only use it to modify files within your project directory. This is meant to protect from problems like this.

Your "straightforward instruction": "ok great, first of all let's rename the folder you are in to call it 'AI CLI experiments' and move all the existing files within this folder to 'anuraag_xyz project'" clearly violates this intended barrier.

However, it does seem that Gemini pays less attention to security than Claude Code. For example, Gemini will happily open in my root directory. Claude Code will always prompt "Do you trust this directory? ..." when opening a new folder.

The first link was the textbook I used for my computer architecture course last semester and I concur. This was the first time our professor taught ARM instead of x86_64 because he believes ARM is the future.

There are plenty of LLM use cases where the output isn’t meant to be read by a human at all. e.g:

parsing unstructured text into structured formats like JSON

translating between natural or programming languages

serving as a reasoning step in agentic systems

So even if it’s “too fast to read,” that speed can still be useful