Run Ornith with Ollama:
ollama run ornith
For coding, use it with Claude or Pi:
ollama launch claude --model ornith
ollama launch pi --model ornith
For the more capable 35B model, use:
ollama launch claude --model ornith:35b
Aloha! 🌺 Meet Ornith-1.0, a family of open-source LLMs specialized for agentic coding.
Ornith-1.0 spans the full parameter sizes including 9B Dense, 31B Dense, 35B MoE, and 397B MoE. It achieves state-of-the-art performance among open-source models of comparable size on coding benchmarks including:
✅Terminal-Bench 2.1(77.5)
✅SWE-Bench(82.4 on verified, 62.2 on pro, 78.9 on Multilingual)
✅NL2Repo(48.2)
✅SWE Atlas(41.2 on QnA, 42.6 RF, 39.1 TW)
✅ClawEval(77.1)
Post-trained on top of gemma4 and qwen3.5, Ornith-1.0 employs a novel self-improving training strategy in which reinforcement learning is used to generate not only solution rollouts, but also the task-specific scaffolds that drive those rollouts. By jointly optimizing the scaffold and the resulting solution, the model generate higher-quality solutions in agentic coding.😎
All models are released under the MIT license, enabling full commercial and research use.
📖Tech Blog: https://t.co/qT9N2HYWFn
🤗Huggingface: https://t.co/PRrwqjeBtM
Andrej Karpathy quietly shipped the best second brain idea in years
not an app. a pattern.
let an llm maintain a wiki of your notes. you dump sources, it reads them, links them, files them. knowledge compounds like interest.
someone built it into a free claude code plugin. setup is two commands:
claude plugin marketplace add AgriciDaniel/claude-obsidian
claude plugin install claude-obsidian@agricidaniel-claude-obsidian
then open obsidian, open claude code in the same folder, type /wiki.
that's it. your notes are now queryable by claude and they get richer every time you read something.
bookmark this. best thing you'll build this weekend.
Build and deploy your agents through the Claude Console, Claude Code, or our new CLI: https://t.co/E9xQ7xd4rG
Read more on the blog: https://t.co/omWjJ4fK88
Introducing Claude Managed Agents: everything you need to build and deploy agents at scale.
It pairs an agent harness tuned for performance with production infrastructure, so you can go from prototype to launch in days.
Now in public beta on the Claude Platform.
🚨 BREAKING: Someone just built the exact tool Andrej Karpathy said someone should build.
48 hours after Karpathy posted his LLM Knowledge Bases workflow, this showed up on GitHub.
It's called Graphify. One command. Any folder. Full knowledge graph.
Point it at any folder. Run /graphify inside Claude Code. Walk away.
Here is what comes out the other side:
-> A navigable knowledge graph of everything in that folder
-> An Obsidian vault with backlinked articles
-> A wiki that starts at index. md and maps every concept cluster
-> Plain English Q&A over your entire codebase or research folder
You can ask it things like:
"What calls this function?"
"What connects these two concepts?"
"What are the most important nodes in this project?"
No vector database. No setup. No config files.
The token efficiency number is what got me:
71.5x fewer tokens per query compared to reading raw files.
That is not a small improvement. That is a completely different paradigm for how AI agents reason over large codebases.
What it supports:
-> Code in 13 programming languages
-> PDFs
-> Images via Claude Vision
-> Markdown files
Install in one line:
pip install graphify && graphify install
Then type /graphify in Claude Code and point it at anything.
Karpathy asked. Someone delivered in 48 hours.
That is the pace of 2026.
Open Source. Free.
I'm happy to announce that we've worked out a deal with @reinink to offer his excellent and massive "Eloquent Performance Patterns" series to all Laracasts subscribers.
The first two episodes are up now, and we'll add more every week until it's complete.
https://t.co/uje6Zqe4fO
OpenAI的创始人Sam 19岁的他05年成立了位置服务提供商Loopt,12年4300万美元估值被收购,14年上任YCombinator总裁,19年正式上任他和马斯克共同创立的OpenAI,也正是这年他写下了一篇博客 - how to Be Successful / 如何才能成功,整理了一下他的13点分享和我的思考: