@saidotdev LLMs are just autoregressive models. They predict the next word. So it heavily depends on how well you prompt.
It is not as dumb as we think.
Consider watching this: https://t.co/UFanwUJc0J
5/ JS, TS & Python. 100% local. No API key.
npm i -g @curiousnerd/keel
keel check .
⭐ https://t.co/C5uikWSWdE
v0.2, building in public. If you've ever yelled "I TOLD you we use Zod" at your AI — tell me what it finds. 👇
Your AI coding agent has amnesia.
It forgets last session's decisions. Writes formatDate three times. Says it uses Zod, then imports Yup in 7 files.
You don't catch it, you didn't write the code.
So I built a tool that does: https://t.co/DMcFmt4p9N
#ai#opensource#llm#codex
4/ On a real repo it found 41 stale doc refs + 46 duplicate functions in ~2s, for $0.
And the best part: an MCP server. Your agent asks keel before it writes — "does a date formatter already exist?" — and reuses it.
Prevention, not cleanup.
3/ So keel does the opposite. It doesn't generate context — it verifies it.
Reads your real code, deterministically, for $0, and catches: • drift (docs vs code) • stale doc links • duplicated logic • library conflicts
→ one Coherence Score, 0–100.
2/ The obvious fix: have an LLM auto-generate a big context file.
Turns out that backfires. ETH Zurich (138 real tasks) found LLM-generated AGENTS.md files lowered success + raised cost.
More context wasn't better. It was worse.
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