Mistral claims SOTA performance on OlmOCRBench, a popular optical character recognition benchmark, but that isn't the case.
We have a public leaderboard on @huggingface, where Mistral OCR 4 currently ranks #3, behind open models like Chandra OCR 2 by @datalabto
Introducing OneContext. I built it for myself but now I can’t work without it, so it felt wrong not to share.
OneContext is an Agent Self-Managed Context Layer across different sessions, devices, and coding agents (Codex / Claude Code).
How it works:
1. Open Claude Code/Codex inside OneContext as usual, it automatically manages your context and history into a persistent context layer.
2. Start a new agent under the same context, it remembers everything about your project.
3. Share the context via link, anyone can continue building on the exact same shared context.
Install with: npm i -g onecontext-ai
And open with: onecontext
Give it a try!
@acrognali also just noticed in a recent request, the agent implemented some changes and point to the code by linking the script but it always specify "line 1", which is clearly not the case...
@acrognali another point. On some question I have 2 or 3 three options (e.g. "Yes", "Yes, do that all the time", "No"). Sometimes, I'd like to change the option a bit : "Yes, but do also this or that". Claude allows that with tab quite easily
@acrognali great release ! However, it's not easy to find quota counts on the app. Overall, quotas are not super clear.
From the web dashboard, it says I reached 100% yet it's still working... Also Pro is x10 in price but only x6 in tasks ? it doesn't really make sense.
@omarsar0 I appreciate the effort but as often with the “awesome” repos, it ends up being an almost infinite list that, in practice, becomes a bit useless.
It would be useful to have a “must-have” list of 10 papers max.
would you mind sharing yours ? (if you have any)
Did NOAA stop publishing GraphCast forecasts ? Last forecast is from May 10... It's been missing for 3 days now and I don't see anything on their website / X / reddit
@quantitativo1 thank you for your insightful articles !
would you mind sharing the code you use to get the plot of your strategy vs S&P500 ? which library do you use ?