In what way is what he's saying wrong though? It makes him considerably more knowledgeable about the subject than the average Joe, and unfortunately for science, it's not like you're going to find an independent spherical researcher in the wild that exists without any bias.
I see quite outdated data. Anthropic listed with valuation 18B and latest round at 4b? Just to compare, their real latest round was 65b with valuation 965b.
yeah, just spotted the error, AI agents seem to be searching for news without adding keywords like "latest", I'm updating that, and changing some system prompts, also adding a fact checking agent, and restarting the server to run an imrpovment pipeline to update these profiles. Might take a while for it to finish running though, Il try to update stuff manually till its done.
acessing crunchbase even if its the free version with AI agents is illegal since they have a paid API, so I need to manually get it, which is fine for now, but I eventually need to improve the pipeline.
hey just checked the pipeline after running, the anthropic profile looks better now. (I will roll out more updates in the next few days to keep improving accuracy)
I tried it out on some dev tasks with their Mistral Vibe subscription, and the performance was pretty okay (okay, not great), both in regards to development and speed. Worse than Anthropic's models I'm used to but at 20 EUR per month it wasn't a bad deal - except that the 200k context size would more or less be a deal breaker in many cases.
The other comment already mentioned that you get their subscription: https://mistral.ai/pricing/ they do say that you can try out their coding agent for free, but personally the Pro tier is pretty affordable too to try out for a month.
Then you can install their coding harness, I personally used the Python + uv option: https://mistral.ai/products/vibe/code/ if you don't have uv yet, you might have to install it too: https://docs.astral.sh/uv/ though I already use it for other projects. Oh and if on Windows, you probably want to do all of the installation inside of WSL, just so that file paths are the *nix variety, I've had issues otherwise with pretty much every coding harness, like OpenCode as well (across multiple models).
After that, you need an API key for your subscription, you can generate and copy it here: https://console.mistral.ai/codestral/cli that's also where you see the quota, though it seems to NOT refresh instantly, but more or less a few times a day.