-
Alibaba Open Code Review hits 11K GitHub stars in a day — two years of internal use, now open source
Alibaba just open-sourced the AI code reviewer it ran internally for two years. It’s a CLI tool that reads your Git diff and posts line-level review comments — the kind of “you left a null pointer on line 47” feedback you’d expect from a senior engineer, not a linter. GitHub trending picked it up and… Continue reading
-
Upstage Solar Open 2 (Solar-Open2-250B): a 250B model that fires only 15B per token
Korea’s Upstage just put out Solar Open 2, an open-weight LLM rebuilt from scratch for agentic work — the multi-step, tool-calling, document-heavy stuff that eats context. It’s a Mixture-of-Experts: 250B total parameters, but only 15B activate per token. They reused just 2.3% of the last generation. This is a ground-up model wearing an old name.… Continue reading
-
Blaxel Agent Drive gives Codex and Claude Code one filesystem to share
Run five agents on a task and you hit the same wall: each one works in its own sandbox, blind to what the others produced. Blaxel Agent Drive is a shared, persistent filesystem that fixes that — mount the same Drive across multiple agent sandboxes and they all read and write the same files. What… Continue reading
-
Claude Opus 5: Polymarket bet 88% on a July 23 launch that hasn’t shipped
Claude Opus 5 is Anthropic’s next flagship LLM — a reasoning model you’d hit through the Anthropic API, not an app. Prediction markets got so confident about a July 23 debut that Polymarket odds briefly touched the high 80s. It’s July 24, and the model still isn’t live. Classic hype-cycle whiplash. What the leak actually… Continue reading
-
text-to-cad by earthtojake hits 9.8k GitHub stars turning plain English into editable CAD
CAD is where generative AI usually falls apart — geometry needs precision, and a part that’s 95% right is a part that doesn’t fit. text-to-cad, an open-source project from earthtojake, is the first attempt in a while that hardware people are actually passing around. 9.8k stars, 600+ in a single day, trending on GitHub. What… Continue reading
-
Kronos — open-source foundation model for financial markets hits 32.9k stars, gaining ~400 a day
Someone finally built GPT for candlesticks. Kronos, from developer shiyu-coder, treats K-line charts (OHLCV bars) as a language: a dedicated tokenizer quantizes continuous price and volume data into discrete tokens, then a decoder-only Transformer predicts what comes next. Same recipe as an LLM, pointed at markets instead of text. Pre-trained on 45+ global exchanges, MIT-licensed,… Continue reading
-
i-have-adhd hit 8,000 stars by making coding agents stop burying the answer
What it actually is i-have-adhd is a skill — not an app, not an API. You drop it into a coding agent like Claude Code or Codex, and it’s basically 10 rules in a markdown file. Flip it on with /i-have-adhd, kill it with stop adhd mode. Instead of an agent that thinks out loud… Continue reading
-
WorldMonitor (koala73) hit 70K GitHub stars — +4,000 in one day
Fastest-climbing AI repo on GitHub Trending right now. WorldMonitor is an open-source, self-hosted dashboard that turns the entire planet into one screen: geopolitics, 29 stock exchanges, commodities, crypto, energy, aviation, military, and cyber — 65+ data sources and 500+ feeds pulled into a single situational-awareness view. What it actually is Not a SaaS, not an… Continue reading
-
Cactus Hybrid (Gemma 4) teaches a phone-sized model to say “I don’t know”
Most on-device LLMs fail the same way: they’re confidently wrong and have no idea. Cactus Hybrid fixes the “no idea” half. It’s a post-trained version of Gemma 4 E2B with confidence probes baked directly into the checkpoint — every answer comes back with a score from 0 to 1 as structured data, so your app… Continue reading
-
OpenAI Presence already handles 75% of OpenAI’s own phone support with no human
OpenAI shipped Presence on July 22, its biggest enterprise agent play of the year. It’s a platform for building, deploying, and managing realtime voice and chat agents — the kind that pick up your support call, look up your account, and actually do something about it instead of reading a script. What it actually is… Continue reading
