<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>the dark factory — AI feed</title><subtitle>Positive AI, agentic and LLM news, auto-curated daily by the dark factory.</subtitle><link href="https://raghunathnair1-rgb.github.io/feed/"/><link rel="self" type="application/atom+xml" href="https://raghunathnair1-rgb.github.io/atom.xml"/><id>https://raghunathnair1-rgb.github.io/atom.xml</id><updated>2026-07-15T00:00:00Z</updated><entry><title>Inkling: Our Open-Weights Model</title><link href="https://thinkingmachines.ai/news/introducing-inkling/"/><id>https://thinkingmachines.ai/news/introducing-inkling/</id><updated>2026-07-15T00:00:00Z</updated><summary>Inkling arrives as an open-weights MoE that is natively multimodal and — the genuinely useful part — exposes reasoning effort as a dial rather than a fixed personality, so you can trade latency for depth per request instead of per model. Pairing the release with Tinker fine-tuning means the sparse expert routing is yours to specialize, not just prompt against. For builders, the interesting bet is whether controllable reasoning survives fine-tuning intact — an open MoE you can both steer at inference and retrain is a rare combination to get in one drop.</summary></entry><entry><title>Show HN: Juggler – an open-source GUI coding agent, by the creator of JUCE</title><link href="https://github.com/juggler-ai/juggler"/><id>https://github.com/juggler-ai/juggler</id><updated>2026-07-12T00:00:00Z</updated><summary>Juggler is a GUI-native coding agent from Jules Storer—the man behind JUCE, the C++ framework under half the audio plugins you&#x27;ve ever loaded—which means it comes at agentic coding from the desktop-app tradition rather than the terminal-and-TUI lineage everyone else is mining. The interesting bet is that a real native UI, not a chat pane bolted onto a CLI, is the right substrate for steering long-running agent work: inspecting diffs, juggling parallel tasks, keeping a human in the loop without a wall of scrollback. Whether GUI-first turns out to be a genuine ergonomic edge or just a nicer coat</summary></entry><entry><title>Launch HN: Agnost AI (YC S26) – Extract user feedback from agent conversations</title><link href="https://agnost.ai"/><id>https://agnost.ai</id><updated>2026-07-14T00:00:00Z</updated><summary>Agnost AI treats production agent transcripts as an eval mine: instead of hand-writing test cases, it clusters real conversation logs to surface the failure modes your offline suite never anticipated, then proposes reviewed patches for the highest-frequency ones. The clever bit is closing the loop — feedback extraction feeding directly into fixes — which turns the messy exhaust of live traffic into a regression set that actually reflects how users break your agent. For builders, it is a bet that the best evals are discovered downstream, not authored upfront.</summary></entry><entry><title>Claude Code sends 33k tokens before reading the prompt; OpenCode sends 7k</title><link href="https://systima.ai/blog/claude-code-vs-opencode-token-overhead"/><id>https://systima.ai/blog/claude-code-vs-opencode-token-overhead</id><updated>2026-07-12T00:00:00Z</updated><summary>Somebody actually instrumented the API boundary and found Claude Code ships ~33k tokens of system prompt, tool schemas, and instruction-file weight before your first character of intent lands — nearly 5x OpenCode&#x27;s 7k — and that&#x27;s the floor, before MCP servers bolt on their schema tax and every subagent multiplies the whole payload again. The saving grace is cache-write behavior: most of that bulk is static and gets cached, so you pay the read discount on turn two, not the full freight. Still, it reframes the MCP-everything reflex — each server you wire in is a fixed per-request tariff on cont</summary></entry><entry><title>Show HN: Jacquard, a programming language for AI-written, human-reviewed code</title><link href="https://github.com/jbwinters/jacquard-lang"/><id>https://github.com/jbwinters/jacquard-lang</id><updated>2026-07-13T00:00:00Z</updated><summary>The clever bit isn&#x27;t the syntax — it&#x27;s the premise that the target reader is a human reviewer, not a compiler, so the language optimizes for legibility and local reasoning over authorial convenience: explicit effects, no clever implicit control flow, structure that makes a diff auditable at a glance. That&#x27;s a real inversion, since most language ergonomics assume a human is doing the writing and can be trusted to remember context the machine can&#x27;t. If models are going to author the bulk of your code, designing the substrate so a person can actually verify it in bounded time is a more honest bet</summary></entry><entry><title>Show HN: Abralo – Free, easy way to run several Claude Code agents in one window</title><link href="https://abralo.com/"/><id>https://abralo.com/</id><updated>2026-07-08T00:00:00Z</updated><summary>Abralo wraps the Claude Code CLI in a native multi-agent cockpit: several agents running concurrently in one window, each pane laid out to scan at a glance rather than forcing you to babysit a wall of scrolling terminal. It&#x27;s your own local claude key doing the work, so the interesting bit is the orchestration layer — parallel agents as a first-class UI primitive instead of a tmux grid you cobbled together. For anyone already fanning out agents across tasks, that&#x27;s the difference between supervising a fleet and drowning in one.</summary></entry><entry><title>Ben Bernanke Joins Anthropic Oversight Trust</title><link href="https://www.anthropic.com/news/ben-bernanke"/><id>https://www.anthropic.com/news/ben-bernanke</id><updated>2026-07-10T00:00:00Z</updated><summary>The Anthropic Long-Term Benefit Trust now seats a former Fed chair—the body that elects a majority of Anthropic&#x27;s board independent of shareholders, which is the real mechanism being tested here: whether a governance layer can outvote investor pressure when safety and profit diverge. Bernanke&#x27;s presence signals the Trust wants institutional-crisis expertise, not just AI ethicists; the open question for anyone betting on Anthropic is whether an unusual corporate structure holds up under the capital intensity of frontier training runs.</summary></entry><entry><title>Show HN: Frugon – Find which LLM calls a cheaper model could handle (local, MIT)</title><link href="https://github.com/Rodiun/frugon"/><id>https://github.com/Rodiun/frugon</id><updated>2026-07-07T00:00:00Z</updated><summary>Frugon runs entirely on your machine, parsing local logs to flag which requests a smaller model could have served — routing analysis without shipping your traces to yet another SaaS dashboard. The clever bit is treating model selection as a measurable cost leak rather than a vibe: instead of blanket-downgrading and eating quality regressions, you get a per-call audit of where the expensive model was overkill. For anyone running an agent loop that reflexively calls the top-tier model on every hop, that is the difference between a hunch and a line item.</summary></entry><entry><title>A new way to reflect on how you use Claude</title><link href="https://www.anthropic.com/news/reflect-with-claude"/><id>https://www.anthropic.com/news/reflect-with-claude</id><updated>2026-07-09T00:00:00Z</updated><summary>Anthropic shipped introspection tooling that treats your own prompt history as the dataset: it aggregates and visualizes where your Claude time actually goes, so the reflection loop is quantified rather than vibes-based. The interesting bit isn&#x27;t the dashboard, it&#x27;s the framing — surfacing usage patterns back to the user as a signal to audit against stated goals, the same telemetry-then-tune loop we run on our systems, now pointed at our own habits. For builders it&#x27;s a nudge worth stealing: instrument the human in the loop, not just the model.</summary></entry><entry><title>Show HN: Getting GLM 5.2 running on my slow computer</title><link href="https://github.com/JustVugg/colibri"/><id>https://github.com/JustVugg/colibri</id><updated>2026-07-09T00:00:00Z</updated><summary>GLM-5.2 is a 744B-parameter mixture-of-experts model, and the trick here is that MoE only activates a handful of experts per token — so colibri keeps the router and active weights in 25GB of RAM and streams the cold experts off disk on demand, all in dependency-free C. It won&#x27;t be fast, but it reframes the memory wall as a bandwidth problem: the question stops being can I fit this model and becomes how patient am I. Worth a look if you want to reason about inference cost from first principles instead of trusting a framework to hide the plumbing.</summary></entry><entry><title>Muse Spark 1.1</title><link href="https://ai.meta.com/blog/introducing-muse-spark-meta-model-api/"/><id>https://ai.meta.com/blog/introducing-muse-spark-meta-model-api/</id><updated>2026-07-09T00:00:00Z</updated><summary>I can only see a title — Muse Spark 1.1 — with no story, spec sheet, benchmark, or release notes attached. Writing the blurb you&#x27;re describing means leading with what&#x27;s technically notable (the actual capability, architecture, or numbers), and I don&#x27;t have any of that here. If I invented plausible-sounding details, I&#x27;d be manufacturing exactly the hype the brief tells me to avoid. Paste the release notes, blog post, or a few concrete facts about what Muse Spark 1.1 actually is and does, and I&#x27;ll turn it into a tight 2-3 sentence take.</summary></entry><entry><title>We made Grok 4.5, GPT-5.5, and Claude build the same apps</title><link href="https://www.tryai.dev/blog/grok-4.5-vs-gpt-5.5-vs-claude-build-off"/><id>https://www.tryai.dev/blog/grok-4.5-vs-gpt-5.5-vs-claude-build-off</id><updated>2026-07-08T00:00:00Z</updated><summary>Grok 4.5 ships and the reflex is to argue benchmarks; running all four models one-shot the same interactive apps and then charting latency and cost per build is the more honest test, since a leaderboard MMLU point says nothing about whether the thing renders a working UI on the first try. The interesting signal isn&#x27;t the winner but the spread: one-shot success on a real app plus tokens-to-first-render is the axis builders actually feel, and it rarely tracks the eval scores everyone quotes.</summary></entry><entry><title>Show HN: Microsoft releases Flint, a visualization language for AI agents</title><link href="https://microsoft.github.io/flint-chart/#/"/><id>https://microsoft.github.io/flint-chart/#/</id><updated>2026-07-08T00:00:00Z</updated><summary>Flint treats agent runs as a first-class visual object: instead of scrolling raw traces or JSON logs, you get a declarative language that maps tool calls, branches, and state transitions into inspectable diagrams. The interesting bet is making the visualization a language rather than a fixed dashboard — you compose views the way you compose queries, which is what agent debugging actually needs once loops and sub-agents make linear logs useless. For builders, the tell will be whether it stays framework-agnostic or quietly assumes a Microsoft agent runtime underneath.</summary></entry><entry><title>The Making of Claude Code</title><link href="https://www.anthropic.com/features/making-of-claude-code"/><id>https://www.anthropic.com/features/making-of-claude-code</id><updated>2026-07-07T00:00:00Z</updated><summary>The Making of Claude Code is less a launch story than a case study in dogfooding: an internal CLI that engineers kept reaching for became the product, with the tool&#x27;s own capabilities compounding as the people building it used it to build itself. The interesting thread for builders is the org-design lesson buried in it — the shortest path to a good agent was letting the people closest to the model ship the thing they personally wanted, not a spec handed down from product. Worth reading for how much of the roadmap came from usage telemetry and taste rather than a grand plan.</summary></entry><entry><title>The Hitchhiker&#x27;s Guide to Agentic AI</title><link href="https://arxiv.org/abs/2606.24937"/><id>https://arxiv.org/abs/2606.24937</id><updated>2026-07-06T00:00:00Z</updated><summary>The Hitchhiker&#x27;s Guide to Agentic AI is a survey, not a system — a taxonomy paper stitching together the sprawl of agentic AI from LLM foundations up through memory, tool use, planning, and multi-agent orchestration. Worth a skim if you&#x27;re building agents and want a shared vocabulary for the stack, but temper expectations: survey papers map the territory, they don&#x27;t hand you a working harness, and the field mutates faster than arXiv can index it.</summary></entry><entry><title>Mistral&#x27;s Robostral Navigate: a state of the art robotics navigation model</title><link href="https://mistral.ai/news/robostral-navigate/"/><id>https://mistral.ai/news/robostral-navigate/</id><updated>2026-07-08T00:00:00Z</updated><summary>Robostral Navigate posts 76.6% on R2R-CE — the continuous-environment version of vision-and-language navigation where an agent has to actually walk to a described goal, not teleport between nodes — using nothing but a single RGB feed. That&#x27;s the notable part: most competitive VLN-CE stacks lean on depth maps or LiDAR to recover geometry, but an 8B model hitting SOTA monocular means it&#x27;s inferring the spatial structure from pixels and language alone. For anyone building robots, that collapses the sensor bill of materials to a commodity webcam and shifts the hard part back where it belongs — the</summary></entry><entry><title>Geosql: A Claude/Codex skill for geospatial data</title><link href="https://github.com/dekart-xyz/geosql"/><id>https://github.com/dekart-xyz/geosql</id><updated>2026-07-08T00:00:00Z</updated><summary>Geosql wires Claude/Codex into DuckDB&#x27;s spatial stack as a skill, so the model writes SQL against GeoParquet and PostGIS instead of hand-rolling shapely loops — spatial joins, buffers, and H3 indexing pushed down to the engine that&#x27;s actually good at them. The interesting bit is the division of labor: the LLM handles intent and query composition while DuckDB does the geometry math, which keeps big point-in-polygon and nearest-neighbor work off the token budget. For builders, it&#x27;s a clean template for any domain skill — hand the model a capable query engine and a schema, not a pile of bespoke P</summary></entry><entry><title>Show HN: Pulpie – Models for Cleaning the Web</title><link href="https://usefeyn.com/blog/pulpie-pareto-optimal-models-for-cleaning-the-web/"/><id>https://usefeyn.com/blog/pulpie-pareto-optimal-models-for-cleaning-the-web/</id><updated>2026-07-06T00:00:00Z</updated><summary>Boilerplate stripping is the unglamorous first mile of every scraping, RAG, and pretraining pipeline, still mostly handled by brittle DOM heuristics like Readability or a wasteful full-LLM pass. Pulpie ships a family of purpose-built extractors positioned along a Pareto frontier, so you dial in the accuracy-versus-latency point you actually need instead of paying frontier-model rates to decide which div is the article. For anyone cleaning web data at scale, a small model that only does main-content extraction is exactly the right-sized tool — and the benchmark to beat is trafilatura, not GPT.</summary></entry><entry><title>Show HN: Rowboat – Open-source, local-first alternative to Claude Desktop</title><link href="https://github.com/rowboatlabs/rowboat"/><id>https://github.com/rowboatlabs/rowboat</id><updated>2026-07-07T00:00:00Z</updated><summary>Rowboat is an open-source, local-first alternative to Claude Desktop that functions as an AI coworker with persistent memory capabilities.</summary></entry><entry><title>Claude Design System Prompt</title><link href="https://github.com/Trystan-SA/claude-design-system-prompt"/><id>https://github.com/Trystan-SA/claude-design-system-prompt</id><updated>2026-07-05T00:00:00Z</updated><summary>Trystan-SA released an open-source system prompt and skill library that transforms Claude into an opinionated, accessibility-aware design collaborator, helping developers create high-quality, AI-slop-resistant interfaces.</summary></entry><entry><title>ZCode: Claude Code from the Makers of GLM</title><link href="https://zcode.z.ai/cn"/><id>https://zcode.z.ai/cn</id><updated>2026-07-01T00:00:00Z</updated><summary>ZCode is a new agentic coding tool from Zhipu AI, the team behind the GLM model family, positioned as their answer to Claude Code. It plugs AI agents into developers&#x27; existing toolchains to handle planning, coding, code review, and deployment inside familiar workflows.</summary></entry><entry><title>Claude-real-video － any LLM can watch a video</title><link href="https://github.com/HUANGCHIHHUNGLeo/claude-real-video"/><id>https://github.com/HUANGCHIHHUNGLeo/claude-real-video</id><updated>2026-07-02T00:00:00Z</updated><summary>Claude-real-video is a new open-source tool that gives Claude or any LLM the ability to process video content by extracting scene-aware, deduplicated frames alongside the transcript, working from either a URL or a local file. Released under the MIT license and running entirely locally, it opens up video understanding to text-and-image models without any cloud dependency.</summary></entry><entry><title>Launch HN: Manufact (YC S25) – MCP Cloud</title><link href="https://manufact.com"/><id>https://manufact.com</id><updated>2026-07-02T00:00:00Z</updated><summary>Manufact, a Y Combinator S25 startup, launched MCP Cloud alongside its open-source mcp-use SDK, giving developers a way to build and deploy MCP servers, clients, and agents in TypeScript and Python without managing their own infrastructure. This lowers the barrier to shipping production MCP integrations, a fast-growing standard for connecting AI agents to tools and data.</summary></entry></feed>