The AI Read

Technology

New, important, and lesser known technology in AI.

Category servers
Size
Why
Tag
Find
Dev toolsAdded Sep 25th

issue-graph

Command-line reference graphs for GitHub issues and pull requests.

A small Apache-2.0 tool for finding related fixes and unfinished follow-ups before an starts coding. Reports expose missing references and crawl limits. Treat those limits as incomplete evidence. README reviewed; not run locally.

SourcesS

ReposAdded Sep 25th

Terminal-Bench-Science

Executable scientific research workflows with task-specific completion tests.

Useful for evaluating whether an agent can finish scientific data work under explicit checks. Inspect the tests as well as the task statements: passing this collection does not demonstrate original discovery or competence at a laboratory bench. Repository reviewed; not run locally.

SourcesS

ModelsAdded Sep 25th

OrcaSAQ-2-27B

Text-only of Qwen3.8-27B for local agent workloads.

Apache-2.0 model with a roughly 12 GB . The card gives both 12.06 and 12.3 GB; memory also depends on context. Requires the OrcaSAQ2 integration and excludes vision. Published scores were not reproduced locally.

SourcesS

Skills & extensionsAdded Sep 25th

OpenClaw test-audit skill

A review procedure for redundant tests and tests coupled to implementation details.

Worth reading as a concrete quality bar for agent-generated tests. It separates authoring checks from focused audits and asks which behavior each test proves. Adapt it to the repository; deleting tests without understanding their coverage can hide . Instructions reviewed, not executed.

SourcesS

Cloud & hostingAdded Sep 25th

Docker Cloud Sandboxes

Managed cloud for persistent agent execution.

Removes the laptop uptime requirement for agent jobs. Compute bills from start to stop, including idle time; model charges are separate. The promotion page gives conflicting eligibility windows, so verify checkout terms. Documentation reviewed; isolation and billing were not tested.

SourcesS

MCP serversAdded Sep 24th

Tachyon MCP

Java and for serving tools and resources through MCP.

Found through . Provides HTTP transport, task progress and extensions for serving skills to clients. Useful for teams connecting existing services to agents. Check client compatibility for the extensions. Documentation reviewed; not run locally.

SourcesS

DataAdded Sep 24th

StudentBench

Data and code for reproducing a human-learning evaluation of AI tutors.

Recomputes the paper’s tables and figures from released study data without model keys. Useful for checking the learning-gain claim before adopting a tutor. The short intervention does not establish long-term retention. Repository reviewed; reproduction was not run locally.

SourcesS

Dev toolsAdded Sep 24th

LangSmith Custom Apps

Custom review interfaces over agent traces, experiments and human feedback inside LangSmith.

Lets teams publish specialized review interfaces without maintaining separate hosting, authentication and permissions. The announcement lists one app per organization on Plus and unlimited apps on Enterprise. Announcement reviewed; not tested locally.

SourcesS

AgentsAdded Sep 24th

Google AX

Open agent runtime with isolated tasks, workspaces and network gateways.

Brings checkpoint-and-resume and outbound host allowlists into a declarative agent platform. That can unblock persistent workloads whose permissions must be managed outside prompts. Requires operating a control plane; this is not evidence of production maturity. Repository reviewed; not deployed locally.

SourcesS

SecurityAdded Sep 24th

Drop

Rootless Linux environments for isolating programs and coding agents.

Separates a program’s home directory and exposes files and local services through explicit configuration. Optional adds another isolation layer. A useful candidate for agent execution, but its protections depend on the configuration and host. Documentation reviewed; no escape testing performed.

SourcesS

DataAdded Sep 23rd

onPanda

Browser tool for correcting individual model and continuing generation.

A concrete interface for collecting human corrections without rewriting an entire response. The paper reports a small controlled efficiency study; teams should measure their own annotation quality and time. Repository documentation reviewed; not run locally.

SourcesS

ReposAdded Sep 23rd

Taste-Bench

Research benchmark for choosing among alternative directions in long agent runs.

Tests a decision at a fork without showing its outcome. Useful for separating planning judgment from execution skill. Benchmark construction and task selection limit how broadly scores apply. Published documentation reviewed; not run locally.

SourcesS

Dev toolsAdded Sep 23rd

MiMo Code

Coding-agent with sequencing for tool calls and session recovery.

Version 0.1.15 serializes operations with and skips affected later calls after failure. Operators should test retries against real workflows before trusting recovery. Release notes reviewed; no local execution test performed.

SourcesS

RoboticsAdded Sep 23rd

Intrinsic Core

Open-source ROS-compatible robotics stack for real-time control, pose estimation, motion and grasp planning.

Alphabet's Intrinsic released the same components it runs in its own manufacturing deployments under . Using it still requires basic robotics proficiency, and no local build was tested here. Announcement reviewed; not run locally.

SourcesSS

Cloud & hostingAdded Sep 23rd

DigitalOcean Managed Agents

Managed agent sessions with pausing, tools and model access.

Public preview for workloads that alternate between computation and waiting. Active billing can reduce idle charges, but and tool charges still need budgeting. Documentation reviewed; recovery and were not independently tested.

SourcesS

ModelsAdded Sep 23rd

Claude Opus 5.5

New Opus model with lower token and cache-read prices.

The price reduction is documented; savings per completed job depend on settings and workload. Retest quality and safeguard behavior before switching production traffic. Announcement reviewed; no local benchmark performed.

SourcesS

MCP serversAdded Sep 22nd

ProxmoxMCP-Plus

MCP tools for Proxmox infrastructure with optional code mode.

The new code mode retains tool restrictions. Failed scripts do not roll back prior mutations, so retries need to account for completed operations. Release notes reviewed; no live infrastructure test performed.

SourcesS

Dev toolsAdded Sep 22nd

GitHub Copilot CLI

Terminal coding agent with managed defaults for automatic .

The release adds strict or overridable startup routing policy and blocks built-in marketplaces when a strict is empty. Test policy behavior before rolling it out. Release notes reviewed; the CLI was not tested locally.

SourcesS

SecurityAdded Sep 22nd

Fastly AI Runtime Control

Central model access, routing and spend controls.

Useful for enforcing limits across providers. Announcement reviewed; efficacy and deployment behavior were not independently tested.

SourcesS

AgentsAdded Sep 22nd

APEXA

Laboratory agent framework with execution checks and a facility-task benchmark.

A research codebase for inspecting whether reported work has supporting execution evidence. Start with the released and simulated controls; the paper’s bounded tests do not certify arbitrary equipment. The code was reviewed through its published documentation, not run locally.

SourcesS

SecurityAdded Sep 21st

npm stage-only tokens

Package automation can stage a release for human approval without direct publishing permission.

Useful for agents preparing releases. The token retains other write powers, so it is not read-only. Existing publishing tokens are unchanged; adoption requires an explicit workflow change.

SourcesS

ModelsAdded Sep 21st

Qwen-Image-2.1

A unified model for image creation, editing and transparent assets.

Weights are available for local evaluation. The Qwen Research license limits the public grant to noncommercial use; a production business needs a separate commercial license. Test editing consistency on your own assets.

SourcesSS

ReposAdded Sep 21st

GameASG-Bench

Executable source and browser checks for agent-generated games.

Useful for evaluating completed applications rather than screenshots. Inspect whole-task success alongside average check scores. The released tasks define the evidence boundary.

SourcesSS

DataAdded Sep 21st

CogGym

A framework for comparing model and human responses on standardized cognitive experiments.

Useful for testing claims that a model represents customer judgment. Agreement with people and correctness are different objectives. Review participant populations before applying a result to a new market.

SourcesSS

Dev toolsAdded Sep 21st

AutoRecLab

An autonomous research tool that builds and executes recommender-system experiments.

The repository includes an isolated Docker workflow and example experiments. Inspect generated data splits and baselines before trusting a result; executable code can still implement the wrong comparison.

SourcesSS

Dev tools · max-sixtyAdded Sep 20th

worktrunk

A Rust CLI that makes Git as easy as branches for running several coding agents in parallel: switch, list and merge, hooks, shared build caches and per-worktree dev servers. MIT or Apache 2.0.

Parallel agent sessions turned native git worktree friction into a daily tax, and 8,200 stars with 1,100 added this week says which answer developers are converging on. Released this month, so expect churn.

SourcesS

Repos · emreozyorukAdded Sep 20th

hush

A GitHub Action that triages issues and pull requests with calibrated probabilities and abstains when uncertain instead of confidently mislabeling, at about $0.00002 per issue. MIT, Node 20.

Measured 75% while abstaining on 17% of 800 real issues: an existence proof that returning a probability and staying quiet below threshold beats prose-generating triage bots. One star, one author, hours old, which is exactly what this library exists to surface.

SourcesS

SecurityAdded Sep 20th

ToolHive

MCP server management with catalog-provenance enforcement for plugin installation.

The install source now receives an explicit check. That is useful for controlling which tools an agent can acquire, but does not certify the code or the requested permissions.

SourcesS

Models · StepFunAdded Sep 20th

Step 5 Preview

StepFun's 600B-parameter sparse flagship with about 27B active per token, a 1M-token and image input, aimed at agentic coding. The API opened September 20th at $1.00 per million input tokens and $2.70 out with a 95% discount; a BF16 checkpoint is promised for October 15th.

A frontier-adjacent Chinese flagship listing at a fraction of US prices is a cost signal whether or not the land on schedule. Artificial Analysis scores it 44, mid-table: buy it for price and context length, not peak capability.

SourcesSS

MCP serversAdded Sep 20th

Scry

An MCP connector for programmable internet search: agents run bounded SQL and vector queries over roughly 165 billion indexed rows spanning Common Crawl, Reddit, GitHub, books and prediction markets, instead of getting ranked links. Free below 50% system occupancy, then congestion-priced; median query about a cent.

Joins, time windows and recursion over the public record turn search from an interface for people into a dataset for agents, and the Ethereum-style congestion pricing is itself worth study. Index freshness beyond crawl snapshots is the claim to test first.

SourcesS

InfrastructureAdded Sep 20th

SGLang

Model-serving infrastructure; v0.5.20 changes response retention and adds a CPU-only scheduler simulator.

Check response-store settings before upgrading applications that retrieve or chain earlier responses. Simulation can reduce scheduling experiment costs; validate its predictions on the target workload.

SourcesS

ModelsAdded Sep 20th

Qwen3.8-LiveTranslate

Simultaneous interpretation model with a reported reduction in translation lag.

A candidate for conversations where delay interrupts turn-taking. Evaluate names and overlapping speech separately from latency. The reviewed announcement does not establish downloadable weights.

SourcesS

Dev toolsAdded Sep 20th

PydanticAI

Python agent framework with runtime choice sets for .

Useful when the valid answer set comes from a live inventory or tool result. Constraining the selection removes invented options, but permission checks still belong in application code.

SourcesS

AppsAdded Sep 20th

PhotoPrism

Self-hosted photo organizer with replacement face-detection and models.

A concrete local-AI application for a personal archive. Inspect identity clusters after migrating face models; the maintainers report better separation, but every collection has its own difficult faces.

SourcesS

Cloud & hosting · OpenRouterAdded Sep 20th

OpenRouter text-to-speech and zero data retention

OpenRouter added a text-to-speech API spanning voices from Mistral, xAI, Microsoft and others behind its existing key and billing, and published documented guarantees. Announced September 11th.

Teams already routing chat traffic through OpenRouter get voice without a new vendor or procurement pass, and the zero-data-retention documentation unblocks compliance-gated deployments. Per-model pricing is hard to compare across vendors, a problem the platform's own announcements admit.

SourcesS

Agents · CuaAdded Sep 20th

CUA-S1

Small open System 1 models for computer use: they handle fast bounded UI decisions such as picking the right form field while a keeps the planning. Part of Cua's computer-use stack of cloud desktops, cross-OS drivers and benchmarks, with weights on .

Computer-use agents are slow and costly because every click round-trips a frontier model, and offloading reflexes to a tiny model is the obvious fix, now open at 24,900 stars. The thing to test is whether reflex mistakes stay cheap when the small model clicks the wrong control.

SourcesS

Security · CloudflareAdded Sep 19th

security-audit-skill

An MIT-licensed coding-agent skill that runs a six-phase security audit: reconnaissance, coverage-led hunting with isolated , candidate validation, machine-readable findings, independent re-verification, and reporting. The roughly 450-line seed of the fleet-wide vulnerability harness Cloudflare described in July; past 15,000 GitHub stars this week.

The phase worth stealing is independent re-verification, which treats the agent's own findings as untrusted until reproduced. That is the discipline most AI pentest tooling skips, and it is what separates a triage queue from a hallucination feed.

SourcesSS

Security · EmberStackAdded Sep 19th

Small Print

Tracks changes to the instructions shipped by MCP servers, agent skills and plugins, alongside attributed security advisories.

The useful artifact is a version history of text an agent may obey. A changed description can matter even when the package name looks familiar. A difference is a review trigger, and cannot establish malicious intent by itself. Public documentation reviewed; no local scanner was run.

SourcesS

Repos · Trace AI LabsAdded Sep 19th

PACT

An evaluation repository for testing whether assistants follow policies when a user applies realistic conversational pressure.

Use its scenarios to ask whether a model still enforces a rule when a manager demands an exception. Benchmark scores cannot establish a deployed service failure rate. Adapt the policies and review the grading before drawing operational conclusions. Repository and paper reviewed; the harness was not run.

SourcesSS

Models · CactusAdded Sep 19th

Needle 3

Compact local models for tool selection, structured extraction and embeddings, with configurable .

The largest advertised package is 29 MB. That makes device-side routing worth testing before paying for a larger model. Check false triggers and fallbacks alongside speed; the vendor comparisons cover selected tasks. Listed from documentation, without running the models.

SourcesS

Repos · kaarelkaarelsonAdded Sep 19th

LingBot World v2 Realtime

A community inference implementation for interactive LingBot World v2 generation on a single .

The repository separates a faster preset with numerical changes from an exact preset. That makes it useful for studying performance tradeoffs as well as running a demo. The code is noncommercial and model weights have separate terms. Benchmarks are maintainer-reported; no hardware test was performed.

SourcesS

Cloud & hosting · AWS / Moonshot AIAdded Sep 19th

Kimi K3 on Amazon Bedrock

Moonshot AI's 2.8 trillion parameter flagship, as a first-party Amazon Bedrock model in every Bedrock region via cross-region inference. One-million-token context, native vision, and the first open-weight model on Bedrock with explicit .

The deployment blocker for Chinese open models in US enterprises was procurement, and this removes it: the largest open-weight model in existence now runs inside existing AWS compliance, audit and billing boundaries. It also settles our August call that a US would host K3 first-party.

SourcesS

Models · TypeSafeAdded Sep 19th

Jev

A hosted decision model that returns bounded choices, scores and probabilities, available through Vercel AI Gateway.

Input costs $0.042 per million tokens and output is free, according to TypeSafe. A candidate for classification and routing where prose adds work. Constrained output still needs a task-specific accuracy test; the product was not tested for this entry.

SourcesSS

Dev tools · AlurithAdded Sep 19th

Jeff

A read-only Go CLI that checks source files against semantic code-quality rules using Jev.

Small enough to inspect, and useful as an example of bounded model decisions inside a conventional check command. Read-only describes file changes; the service-backed check still sends content for inference. Findings need review before they block a build. Repository reviewed; the CLI was not installed or tested.

SourcesS

Models · Z.aiAdded Sep 19th

GLM-5.3-FlashX search

A faster serving tier for GLM-5.3-Flash: identical open weights on disaggregated serving infrastructure, sold at $0.37 and $1.25 per million tokens in and out against $0.15 and $0.50 for the base tier, for a claimed 200 tokens per second. Announced a day after Z.ai's account of running production inference on more than 100,000 Chinese accelerators.

The first clear case of an open-weights vendor charging a pure speed premium on unchanged weights, at 2.5 times the base price. If it holds, serving quality becomes a priced product line separate from the model itself, and every open-weights API will copy the menu. The figure is vendor-reported.

SourcesSS

Infrastructure · AutoArkAdded Sep 19th

Edge0

An Apache-2.0 framework that streams mixture-of-experts weights from SSD instead of holding them in RAM, with a prerouter predicting the next token's experts one step ahead so disk reads overlap compute. The preview model, built on Qwen3.6-35B-A3B, runs at 20.4 tokens per second in under 3 GiB of active memory on a Mac mini M4 Pro, against 3.9 for resident weights.

If trained routing prediction generalizes, the local-model constraint moves from what fits in RAM to what fits on disk, an order-of-magnitude different budget. MLX only for now, planned, and 68,000 downloads last month says the demand is already there.

SourcesSS

ReposAdded Sep 18th

ScienceIDE

Converts scientific code repositories into executable environments for agent learning.

The useful feature is expert-defined scientific acceptance criteria around tasks that go beyond ordinary code repair. Researchers can inspect the public implementation and assess whether their own domain has adequate checks. Training and benchmark results are author-reported; this run did not execute the repository.

SourcesSS

Models · Alibaba (Qwen)Added Sep 18th

Qwen3.8-Omni-Flash

Qwen's first agent model: text, images, audio and video in one request, 1M-token context, built for tool-calling workflows that deliver finished audio-video work. Audio input priced 98% below Qwen's previous omni model, combined audio-video 93% lower. API-only; no weights released.

The price cut is the product: hour-scale audio and video understanding drops from a budget line to a rounding error, which is what moves call centers, media archives and meeting tools from pilots to production. Alibaba says it approaches Gemini 3.8 Flash rather than beating it, and is selling the difference on price.

SourcesSS

Cloud & hostingAdded Sep 18th

Claude Life Sciences Verification Program

Verified teams can access more permissive biology capabilities across Claude products.

Verified access requires 30-day data retention for monitoring. Higher-risk Mythos access remains limited; individual plans and third-party platforms are not yet supported. Grants here mean permissions, not free computing.

SourcesS

Dev tools · AnthropicAdded Sep 18th

Claude Code Projects

Projects in Claude Code rebuilt as a coordinator conversation: Claude scopes described work, splits it into parallel cloud threads, each a separate session on its own branch and repository copy, with shared memory and a common file library across threads. Threads keep running after the laptop closes. Beta for select Pro and Max subscribers.

The unit of development work becomes a standing delegation rather than a session, which is a real workflow change if the coordinator's merge judgment holds up. It also multiplies token spend by design, which is why it starts on the highest-paying plans.

SourcesSS

Models · PrismMLAdded Sep 18th

Bonsai 2 27B

A compression of Qwen3.8 27B under Apache 2.0: each weight stored as +1, 0 or -1, making the model 9x smaller than its full-precision source while retaining a reported 98.2% of aggregate benchmark performance. Tuned for consumer CPUs and edge GPUs; the first Bonsai has passed 11 million downloads.

The on-device frontier moved more here than in any hardware launch this quarter: a 27B-class model in a phone-sized footprint, free to ship in a product. The retention number is the vendor's own; the interesting test is agentic reliability, where quantization losses hide.

SourcesSS

Dev tools · Higher Order CompanyAdded Sep 18th

Bend 2

A parallel programming language whose type system is built to make AI-generated code provable: programs carry proofs the compiler checks, so a model's mistakes surface at compile time rather than in production, on CPU and GPU alike.

Front page of Hacker News at 511 points on the argument that if models write the code, the language should carry the correctness burden. Whether developers accept proof obligations to get trustworthy generated code is exactly the trade the verification-language crowd has failed to sell humans for forty years; agents may be the customer that finally accepts it.

SourcesSS

Apps · OpenAIAdded Sep 18th

Astra for Law

GPT-6 Astra wrapped in a dedicated legal search index spanning more than 230 million URLs of US case law, statutes, regulations and administrative decisions, with case law from the Free Law Project's CourtListener. Passed 54% of Vals AI's Legal Research Bench against 38.7% for Astra with web search. Selected firms via Trusted Access and Codex; API planned.

A frontier lab building the vertical, index included, instead of leaving it to Harvey and Thomson Reuters, who now appear as plugins inside the thing that can grow to displace them. The 54% pass rate is the honest number: enough to change legal research economics, nowhere near enough to sign the brief.

SourcesSS

Dev toolsAdded Sep 18th

Anthropic biomolecular model optimizations

Released acceleration and memory optimizations for scientific molecular models.

A reference release without planned maintenance. Original code is Apache 2.0; bundled upstream projects retain their own licenses. Faster modes can trade precision, and executing a larger molecular system does not establish accuracy. No local benchmark was run.

SourcesSS

AppsAdded Sep 18th

Amazon Connect Talent

AI interviews and assessments billed at $20 per completed candidate evaluation.

Usage pricing makes the screening cost explicit without a recruiter-seat subscription. Buyers still need to test job relevance and fairness, budget human review and examine candidate experience. Listed features and prices establish the offer, not independent validation of hiring outcomes.

SourcesS

Dev toolsAdded Sep 17th

Wave

A terminal debugger with an agent for tracing failed chip simulations.

Found through YC. The tool connects a proposed fix with another simulation and a visible waveform comparison. That is a useful verification loop for hardware engineers already working in terminals. The demonstrations and performance claims are the vendor’s; this run did not test proprietary chip designs.

SourcesSS

Dev toolsAdded Sep 17th

Raindrop Simulations

Early-access simulation testing for proposed agent changes.

Uses production traffic to explore regressions before deployment. Independent predictive-accuracy measurements are not supplied.

SourcesS

ModelsAdded Sep 17th

JiT-DDT

An Apache 2.0 image checkpoint that generates pixels through a structure and detail .

The repository includes sampling code and a reference loss, but no complete training code. Its README suggests roughly 24 GB of GPU memory. Useful for inspecting a concrete alternative to separately trained compression and generation. Research preview; no , and this run did not execute it.

SourcesSS

MCP serversAdded Sep 17th

Google Home MCP

Lets compatible agents inspect and control devices in Google Home.

Early access requires Premium Advanced and a Cloud project. Google prohibits sensitive actions such as unlocking doors, and automation creation is not yet supported. Read the permission scope before connecting a shared household. Documentation reviewed; no live home was connected or tested.

SourcesS

RoboticsAdded Sep 17th

AeroWeaver

A research console and agent framework for coordinating drone skills.

The authors connect role-specific local agents to governed executable skills and refine selection using prior execution experience. Useful for studying the boundary between language planning and vehicle control. Results cover tested conditions; no flight or simulation was performed for this entry.

SourcesSS

Dev toolsAdded Sep 16th

agent-coderag 1.3.1

A semantic code-search utility whose 1.3.1 release fixes repository-triggered command execution.

Users should update before indexing untrusted Gradle repositories. Earlier versions can execute a repository-supplied wrapper with the user's privileges. The project is listed because the fix requires action. The advisory was reviewed; the vulnerable path and patched release were not independently executed.

SourcesSS

ModelsAdded Sep 16th

Koa

An open-weight-derived CRM model for multi-step tool use inside Salesforce deployments.

Salesforce post-trained Nvidia Nemotron 3 Super on proprietary synthetic CRM workflows and controls the resulting weights. The paper reports strong gains in multi-turn tool use while conceding that the model remains behind the strongest frontier systems. Useful for teams comparing a narrow controlled model with a general hosted one.

SourcesSS

ModelsAdded Sep 16th

Gemini 3.8 Live

A generally available real-time audio model with visual grounding and asynchronous tool calls.

Google offers a low-latency model and an Extended Thinking version that can keep reasoning while the conversation continues. Builders of voice systems should test the two against their own delay and completion targets. Vendor benchmarks do not replace evaluations across real accents, noise and call lengths.

SourcesSS

DataAdded Sep 16th

AirShelf

Turns retail catalogs into verified product records and feeds for shopping agents.

Found through Antler's portfolio. AirShelf addresses a small but concrete interface problem: product pages written for people often give agents inconsistent specifications and availability. The company claims improvements in AI visibility from its own case study. Treat those figures as vendor evidence and test output correctness before exposing checkout.

SourcesSS

InfrastructureAdded Sep 15th

Temporal Durable AI

Workflow infrastructure that resumes agent jobs after failures or waits for human decisions.

Existing platform added for its documented AI recipes, not presented as a new launch. Recovery across crashes and approval waits can remove custom scheduling work. Builders still need to design external actions so retries do not repeat irreversible effects. Durable execution preserves progress; it does not validate model judgment. Documentation reviewed; recipes not run.

SourcesS

InfrastructureAdded Sep 15th

Salesforce AIforce

Connects outside AI interfaces to Salesforce business records, permissions and actions.

Salesforce in Claude is available to all customers in beta. Useful for teams that want assistants to act on existing customer workflows. Other components have different release schedules. Announcement reviewed; permission enforcement and data-retention claims were not independently tested.

SourcesS

AgentsAdded Sep 15th

OpenResearch

A local workspace linking research-agent sessions to experiments and recorded code snapshots.

Found through GitHub trending. Independent research directions get separate sessions and worktrees, with logs and artifacts attached to runs. Useful when experiment provenance becomes harder to maintain than launching the experiments. The documented remote service has no application-level authentication; other users on the host can reach it. Documentation reviewed; not executed.

SourcesS

Dev toolsAdded Sep 15th

Atlas

A local development workspace linking commits to the agent sessions that produced them.

Found through GitHub trending. Checkpoints retain prompts, tool calls and changes, while shared memory carries decisions between supported agents. Worth examining when a commit message cannot explain how a generated change arose. macOS is supported; Linux and Windows builds are described as untested. Secret redaction is a maintainer claim, not an independent audit.

SourcesS

Dev toolsAdded Sep 15th

Alibaba Open Code Review

A code-review CLI combining fixed file-selection rules with model-driven inspection.

Found through GitHub trending. Apache 2.0 licensing and configurable model endpoints make this a practical review component to test. The published comparison favors precision over , so fewer comments do not mean fewer missed bugs. Documentation reviewed; no independent execution or benchmark reproduction.

SourcesS

AppsAdded Sep 14th

Siri AI

Apple’s personal assistant rollout across supported devices, starting with an English beta.

Apple schedules the iOS 27 beta rollout for September 14th, with more languages in October. Builders can start evaluating access to personal context and app actions on eligible devices. The announcement does not establish availability on every device or in every region. Hands-on rollout checks were not performed.

SourcesS

MCP serversAdded Sep 14th

Keydris MCP authorization template

A template that redeems a single-use authorization token for each credentialed outbound request.

Discovered on Show HN. The server keeps no standing , but receives one at execution time. Requires a Keydris account and gateway. The gateway and executing server remain trusted; this is a template, not an audited security boundary. Documentation reviewed; code not run.

SourcesS

Dev toolsAdded Sep 14th

Kairo

A research workbench that recommends inference configurations only for measured workloads.

Discovered on Show HN. Apache 2.0 code records workload contracts, correctness checks and runtime evidence. Unmatched requests require manual handling. Useful for teams tempted to generalize a local speedup across every request. Published measurements cover one RTX 5090 and were not independently reproduced.

SourcesS

InfrastructureAdded Sep 14th

Colibrì

A local runtime that moves model experts among GPU memory, system memory and storage.

Found through GitHub trending. The runtime makes large downloadable models accessible on a wider range of hardware by streaming their experts. Its documentation explicitly makes no speed guarantee: fitting the weights is different from serving them quickly. Test the actual model and storage setup before replacing a hosted . Documentation reviewed; runtime not executed.

SourcesS

ModelsAdded Sep 13th

SenseNova-U1.5

Downloadable visual understanding and generation weights under Apache 2.0.

The license permits a self-hosted commercial workflow. The September technical report explains the training behind the August checkpoint, so this is an existing tool newly documented, not a new weight release. The acknowledges dense-text errors and drift in complex editing. Check those cases before using generated layouts in production.

SourcesSSS

Dev toolsAdded Sep 13th

MetroLLM-Bench

A reproducible test of local language models making transit-kiosk decisions.

Released benchmark, harness and tuned students for testing structured tool use against transit rules. The scoring makes it useful to builders comparing a small model with conventional software. A frozen timetable test cannot establish resilience to every live service failure. Selected from the paper and repository; the harness was not run.

SourcesSS

AppsAdded Sep 13th

Instacart Cart Assistant

Retailer-branded conversational shopping connected to store catalogs and customer data.

Instacart names Food Bazaar, Heritage Grocers Group and Woodman’s as live users. Grocers can add conversational cart building to their own sites and apps through the existing commerce platform. This changes the build-or-buy choice for retailers with established catalog integrations. The announcement does not supply independent conversion results or public contract pricing.

SourcesS

ReposAdded Sep 13th

HyQuant

Research code for compressing attention while preserving the positions most important to accuracy.

MIT-licensed implementation that keeps selected positions and a local window at higher precision while compressing the rest. Useful for researchers whose long-context workloads lose accuracy under uniform compression. The paper’s authors report larger speedups than end-to-end gains; measure the complete workload. Code inspected through the repository documentation, not executed.

SourcesSS

Dev toolsAdded Sep 12th

wrapture

Python library for changing and recording selected function calls during tests.

The beta documentation makes applying, suspending and removing a patch explicit, and records arguments, results and nested calls. That is useful for checking what an agent-facing tool actually did when a test fails. It is general Python testing infrastructure, not an agent framework, and the beta label argues for trying it in a bounded test suite first.

SourcesS

ReposAdded Sep 12th

trynix

Run historical command-line packages in a Linux inside a browser tab.

A September 4th project worth discovering: share a precise package version with a reviewer without asking them to install it. That could shorten the handoff of an agent-produced command-line demo. Execution stays in the browser; package files still come from caches. The interface is a serial console, so this is not a preview system for graphical applications.

SourcesS

SecurityAdded Sep 12th

Stroq

An Apache-2.0 action firewall for coding agents that taints sessions on suspicious tool output and blocks dangerous follow-up commands.

Two hooks: on tool output it scans what the agent read, README files, command output, MCP results, against 599 rules and marks the session tainted; on the next command it blocks encoded execution, secret exfiltration and destructive operations when taint is set. Treating tool output as data rather than instructions is the right default, days after an agent swarm compromised 440 servers. Days old, tiny, unaudited: the idea is sounder than the rule list is proven.

SourcesSS

ModelsAdded Sep 12th

Sakana Fugu Max

A hosted orchestration model that routes each task to the leanest capable model, at $2/$6 per million tokens.

The price is the operative fact: $2 per million input tokens and $6 output for routed multi-model orchestration, 40 to 60 percent under the frontier flagships on output. Sakana says the pool is open-weight and specialized models, Nemotron included, with no Fable or Astra inside. Every benchmark number is the vendor's own, and routing layers reward exactly the tasks the router was tuned on, so run your own workload before switching. Not offered in the EU or EEA.

SourcesSS

Dev toolsAdded Sep 12th

Ollama v0.34.0

The local-model runner adds ChatGPT Desktop integration, following last month's Claude Desktop gateway.

Local open models can now sit behind both major desktop assistants: v0.34 wires Ollama into ChatGPT Desktop the way v0.33 did for Claude Desktop, plus OpenAI-compatible tool search, response and faster structured output on Apple Silicon. For anyone keeping sensitive work off hosted APIs, the desktop assistant they already use just became a frontend for models that never leave the machine.

SourcesS

ModelsAdded Sep 12th

North Small Translate 1.0

Cohere Labs' 218B-total, 25B-active MoE translation model for 50 languages, downloadable under CC BY-NC 4.0.

A self-hostable translation model claiming WMT26 parity with the commercial engines, quantized down to a single B200 or two H100s. The buyer it unblocks is the one who cannot send documents to an API at all: legal, medical, government. The noncommercial license is the fence; production use means a Cohere contract, which is the business model wearing an open-weight coat.

SourcesSS

ModelsAdded Sep 12th

Nex-N2.5-Max

A 1.6T-parameter MoE post-trained for computer use and browsing, with weights under Apache 2.0.

The largest permissively licensed computer-use model anyone can download: a 1.6-trillion-parameter text MoE post-trained for operating desktops and browsers, self-reporting 86.1 on Terminal-Bench 2.1 and 92.6 on BrowseComp. Apache 2.0 means it can sit inside a commercial product with no phone-home. The catch is the serving bill: a model this size needs a rack, not a workstation, so the license is more permissive than the economics.

SourcesS

Dev toolsAdded Sep 12th

Graphify C#

A Roslyn-based semantic indexer that gives coding agents compiler-accurate Find Usages over C# codebases.

Agents navigate C# by grep, which lies about overloads, inheritance and partial classes. This indexes a solution with Roslyn and MSBuild into queryable JSON of declarations, calls, references and override chains, so the agent follows the call graph the compiler sees. MIT, about 40 stars, one problem solved properly; the pattern generalizes to any language with a real compiler API and mostly has not been built yet.

SourcesS

AppsAdded Sep 12th

Gradio Workflow 1111

An editable canvas for composing image-generation functions and hosted models.

Useful as a worked example for turning a hidden sequence of image operations into an inspectable application. It reconstructs much of AUTOMATIC1111 with Gradio nodes; it is not a compatibility guarantee or a new image model. Hosted calls consume the signed-in user’s Hugging Face quota.

SourcesS

Cloud & hostingAdded Sep 12th

Cloudera and Mistral private AI

Model deployment and customization beside governed enterprise data.

A procurement option for organizations whose data cannot move to a public model endpoint. The partnership spans private and sovereign environments, with integrations and joint sales developing over time. Buyers need confirmation of their exact configuration and availability; the announcement alone does not establish a completed deployment.

SourcesS

InfrastructureAdded Sep 12th

BioNeMo Inference Runtime

Nvidia runtime library for higher-throughput biological model inference.

Worth evaluating when protein-structure workloads occupy scarce GPUs. Nvidia reports a matched throughput gain for its Boltz-2 workflow, but the described path excludes prediction. Check model coverage and reproduce the comparison on the lab’s own workload before projecting a saving across every experiment.

SourcesS

InfrastructureAdded Sep 11th

vLLM v0.29.0

The most-used open inference server makes Model Runner V2 the default for all models.

A default-engine swap in the serving layer under a large share of open-model deployments is an operational event, not a changelog line: every upgrade inherits the new runner's behavior, plus CUDA-graph memory profiling for KV-cache sizing and kernel work tuned for Kimi K3 and DeepSeek V4. Anyone running vLLM in production should read the release notes before the routine upgrade picks this up.

SourcesS

ReposAdded Sep 11th

ToolGrad

Builds synthetic training data by executing tool workflows before writing prompts.

The answer-first pipeline makes failed search attempts less expensive. Its usefulness depends on whether generated workflows resemble real requests. A research repository to inspect before building an annotation pipeline; results were not reproduced.

SourcesS

Cloud & hostingAdded Sep 11th

SageMaker prefix-aware routing

Routes repeated prompt openings to servers with reusable cached computation.

Useful for services that repeatedly send long shared instructions. The largest latency improvements come from that workload, and overload handling can sacrifice cache reuse. Benchmark your own prompt distribution; announcement reviewed, no deployment test performed.

SourcesS

Cloud & hostingAdded Sep 11th

OpenAI Agents API

Managed agent harness behind Codex, opened to all developers in public beta.

The pricing is the operative fact: no fee beyond model tokens and tools, with sandboxes hosted by OpenAI or brought from partners including Cloudflare, Modal, E2B and Vercel. That sets the reference price of agent orchestration at zero, which anyone selling a harness now has to answer. It is a beta with US-only data residency, and its reliability under third-party workloads is unestablished.

SourcesSS

ModelsAdded Sep 11th

Ling-3.0-flash-VL

Downloadable image-and-video model with MIT-licensed weights.

The card provides serving recipes as well as weights. Sparse activation is not a small memory footprint: the long-context recipe still uses multiple large GPUs. Model-card review only; visual accuracy and throughput were not independently tested.

SourcesS

SecurityAdded Sep 11th

Geiger

A read-only CLI that audits every AI agent, MCP server and extension on a machine and reports what each can touch.

One npx command inventories local agent tooling and maps each item's reach over code execution, files, secrets and network, with HTML and JSON reports plus baseline drift detection. MIT-licensed, zero dependencies, about a hundred stars and days old. The limit is honest and structural: it reads configuration, so a well-behaved config with hostile runtime behavior passes. Nothing else this small does the inventory at all.

SourcesS

MCP serversAdded Sep 11th

Duffel MCP

Local MCP server for searching flights and accommodation through Duffel.

A discovery pick for agents that need travel inventory. The current tools search without making bookings; the repository includes test-mode setup. Coverage depends on Duffel inventory and account access. Repository reviewed, no live fare or availability check performed.

SourcesS

SecurityAdded Sep 11th

Datasette security releases

Security patches for public-facing database publishing.

Versions 1.0a39 and 0.65.4 patch both maintained release families. Public/private table mixtures need particular attention. The maintainers describe human review of model-assisted findings. Release notes reviewed; no penetration test was performed here.

SourcesS

ReposAdded Sep 10th

deepseek-recipe

Rust libraries and Python bindings for DeepSeek prompt encoding and response parsing.

A useful companion to the new model because prompt conversion can fail even when inference works. It translates request formats and parses outputs while leaving inference, network transport and tool execution to the caller. Reviewed from the repository documentation; not installed.

SourcesS

AppsAdded Sep 10th

Suno v6

Music-generation platform migrating all users to an industry-partnered model family.

The retirement of earlier models makes this an operational change for existing creators. Paid and free variants have different capabilities. Artist-specific opt-in payment products are still forthcoming, and the announcement should not be read as of every copyright dispute. No audio quality comparison was conducted.

SourcesS

MCP serversAdded Sep 10th

Google Trends MCP

Local MCP server exposing search-interest series and related queries.

A small research utility that needs no API key and sends queries directly from the local machine. Its dependency on undocumented Google endpoints is the main objection: a provider change can break it without notice. Interest scores are relative, not search-volume counts. Repository reviewed; requests were not benchmarked.

SourcesS

ModelsAdded Sep 10th

DeepSeek V4.1 Flash

MIT-licensed image-and-text model with a new architecture and hosted API.

The release replaces legacy Flash endpoints. Update September 12th: DeepSeek now says Pro API service will continue after September 14th with billing unchanged. The model card supplies reproduction instructions, but its performance comparisons are supplier measurements; this listing does not report a local benchmark.

SourcesSS

Dev toolsAdded Sep 10th

CUDA Rust

Early Rust toolchains for writing GPU kernels at thread and tile levels.

The two tracks bring ownership checks into GPU programming. Nvidia explicitly says neither is production-ready. The stable-Rust tile route has lighter setup requirements; the lower-level route still uses a pinned nightly compiler. Documentation review only.

SourcesS

Cloud & hostingAdded Sep 9th

SageMaker Feature Store UpdateRecord

Update selected features in an existing online record.

Removes the read-and-replace cycle when separate pipelines own different features. The API documentation limits availability to Standard_V2 and InMemory online stores. It requires an existing online record and does not create missing records. Check the store type before planning a migration.

SourcesS

ModelsAdded Sep 9th

Mercury 2.5

Diffusion language model with lower introductory token prices.

Worth testing for repeated context compaction and routing calls where delay accumulates. Inception offers promotional pricing below its standard rates; the promotion should not become a permanent cost assumption. Throughput and quality claims are vendor-reported, and workload-specific verification remains necessary.

SourcesS

AgentsAdded Sep 9th

Hazzel

Small terminal coding agent with explicit file, shell and Git operations.

A compact project for inspecting the boundary between model requests and tool execution. The README describes approval prompts, visible diffs and undo checkpoints. Its license and early maturity deserve attention before embedding it in another product. The repository was reviewed; the agent was not executed.

SourcesS

ModelsAdded Sep 9th

DeepSeek Flash September price cut

Announced Flash-series reductions effective September 10th at noon Beijing time.

The September 10th primary price table now confirms the Flash reduction: per million tokens, off-peak cached input is $0.003, uncached input $0.15 and output $0.60; peak rates are double. It also confirms the V4.1 Flash model version. Update September 12th: the official changelog now says Pro API service will continue after September 14th with billing unchanged; the Pro rerouting plan has been withdrawn. Updated from the primary table after the earlier report relied on Chinese coverage.

SourcesSSS

Dev toolsAdded Sep 9th

Copperhead

Agent-driven edits and verification for circuit-board projects.

Keeps hardware changes in a reviewable repository and runs the design tool's own checks. The attractive part is the feedback loop between edits and validation. Passing electrical and design-rule checks does not establish that the manufactured circuit works. Listed from its documentation; no hardware was built for this review.

SourcesS

Dev toolsAdded Sep 9th

AgentPulse

Activity indicators and a popup picker for coding agents in .

Finds conversations waiting for a person across terminal panes. Lifecycle hooks distinguish work from waiting; an unmatched live process is shown as unknown. That explicit unknown state is useful for avoiding false confidence in unattended work. Early preview with no tagged release; not executed in this review.

SourcesS

MCP servers · Ramzi LaiebAdded Sep 8th

notifyd

Rust notification service using , with a built-in MCP interface and read-only reporting keys.

Found on Show HN. Provider quotas and delivery failures get explicit handling instead of being left to an agent prompt. Its throughput experiment uses a no-op provider, so the reported queue speed should not be read as real email or SMS delivery capacity.

SourcesS

Repos · Sriram-PRAdded Sep 8th

doc-scraper

Go documentation crawler with resumable downloads, Markdown output and offline search exposed through MCP.

Found on Show HN. It preserves document structure and lets a coding agent search a local corpus when network access is unavailable. The useful operational constraint is freshness: a cached manual needs a refresh policy, especially for fast-changing APIs.

SourcesS

Models · OpenBMBAdded Sep 8th

MiniCPM5-2B

Compact Apache 2.0 language model with 131,072-token native context and local deployment packages.

A candidate for private, local document and tool-use workflows. The published comparisons are vendor evaluations; test quality and memory use on the intended hardware before replacing a hosted model.

SourcesS

Agents · HerdrAdded Sep 8th

Herdr

Open agent runtime whose background server owns terminal sessions and reports which work needs attention.

The useful separation is between a durable agent session and the client viewing it. It can reduce lost work after disconnects. Persistence does not establish that an unattended agent completed its assignment correctly; completion still needs an external check.

SourcesS

Cloud & hosting · Alibaba CloudAdded Sep 8th

Alibaba Cloud Model Studio: DeepSeek retirement

Alibaba Cloud will delist older DeepSeek V3 and R1 endpoints on October 10th 2026.

Inventory calls to the listed model IDs and test a replacement before the deadline. The notice concerns this hosting platform, not the withdrawal of downloadable weights or every provider's DeepSeek service.

SourcesS

Agents · MoadimAdded Sep 6th

Moadim

A loop engine that runs AI agents (Claude, Codex and others) on schedules in isolated tmux workbenches: fresh state per run, survives reboots via launchd/systemd, installs via Cargo. MIT, fully self-hosted, no account or cloud dependency.

Cron-for-agents done as an in-process scheduler rather than a SaaS, which means the schedule, the state and the logs all live on hardware you own. The isolation-per-run design reads like it was written by someone who has watched an agent inherit a dirty environment.

SourcesS

Infrastructure · magnitudedevAdded Sep 6th

Magnitude

Open-source local inference server that profiles your hardware, recommends models that fit, then downloads, tunes and runs them, with on-demand load/unload and support. Plugs into Claude Code, Cline and other agent harnesses. Apache 2.0, TypeScript.

A genuine breakout on GitHub trending, up more than 600 stars in a day on a 3.5K base. The pitch is removing the two hard parts of local inference, knowing what fits and keeping it tuned, which is exactly what keeps most developers renting APIs for jobs their own hardware could do.

SourcesS

MCP servers · LanesAdded Sep 6th

Lanes Link

Self-hostable MCP server acting as one endpoint for everything an agent needs: 100+ provider integrations (Gmail, Slack, GitHub) behind per-agent Access Profiles, plus memory, a credential vault and an audit log. Free and open source.

Connect once, use everywhere across Claude, ChatGPT and other clients, with granular per-agent permissions, which is the piece most personal MCP setups lack. The credential vault and audit log matter more after a summer of agent-supply-chain incidents than they would have in June.

SourcesS

Models · OpenAIAdded Sep 6th

GPT-6 Astra

OpenAI's new flagship: a 1.05-million-token context window, state-of-the-art claims on computer use, browsing, software engineering and cybersecurity, and the first shipped model past the lab's own Critical cyber threshold. $10/$50 per million tokens under 272K input, $20/$75 above; cyber capabilities gated to the Daybreak program.

The re-baselining release: anything benchmarked against the frontier has to re-run. The long-context surcharge above 272K input tokens is the working price of the million-token window, and the two-harness ARC results are the reminder that its scores depend on scaffolding.

SourcesSS

Cloud & hosting · Compute.cheapAdded Sep 6th

Compute.cheap

San Francisco GPU broker listing H100s at $1.15/hr interruptible and $1.19 reserved, H200s from $1.39, no platform fees, 2,000-GPU-hour minimum, US and EU regions. Claims ElevenLabs, Runway and Midjourney as customers; GB300 and B200 inventory shows sold out.

A hard price signal rather than a product recommendation: last generation's flagship silicon now rents at roughly its own break-even, while current-generation inventory is sold out. That single page is the half of the AI-capex debate with an hourly rate on it.

SourcesS

Dev tools · Firecrawl (open source)Added Sep 2nd

pdf-inspector

A Rust library that classifies PDFs as text, scanned or mixed in 10 to 50ms and extracts position-aware text and Markdown, routing only the pages that need OCR; the maintainers report about 54% of PDFs skip OCR entirely. MIT-licensed, shipping as crates.io, PyPI, , a CLI and browser WASM.

PDF ingestion is the tax every document pipeline pays, and most pipelines pay it by OCRing everything. A fast local classifier that skips OCR for half the corpus is directly reusable in any RAG or extraction stack, and at 18,000 stars with a benchmark (0.875 accuracy at 0.47s across 200 PDFs) it is past the toy stage.

SourcesS

Security · AndrewAndrewsen (independent)Added Sep 2nd

SecMask

A DistilBERT token-classification model that finds secrets in code, credentials, tokens, keys, by outputting character spans for masking, built to complement regex scanners like gitleaks and TruffleHog on the context-dependent secrets they miss. MIT code, Apache 2.0 weights, and it ships its own RealCode-1 benchmark with sanitized corpora.

As agents write and paste more code, secret leakage stops looking like a regex problem: the dangerous cases are the ones where nothing matches a known token format. A one-star Show HN repo with a frozen threshold and a published benchmark is more methodological care than most security launches with funding, and the tool runs local.

SourcesS

Infrastructure · Superlinked (open source)Added Sep 2nd

SIE (Superlinked Inference Engine)

An Apache 2.0 inference server that consolidates the sprawl of small agent-adjacent models, embeddings, doc-to-markdown, structured extraction, content safety, small LLMs, behind OpenAI-compatible endpoints: 100+ models, LRU eviction, Kubernetes and Helm deployment, scale-to-zero via KEDA.

Agent stacks quietly accumulate a dozen small models around the big one, each served its own way. One deployable cluster for all of them, with the same API shape the big model already uses, is unglamorous plumbing of exactly the kind that spreads; at 3,000 stars it is early enough to be findable here first.

SourcesS

Repos · siris9476 (independent)Added Sep 2nd

PulsarForge

A CPU-only inference engine in pure C11 that streams the 744-billion-parameter GLM-5.2 MoE through a 2018 laptop with 32GB of RAM and a USB SSD: disk-based expert caching with predictive prefetch at 80.8% recall, 9.3 seconds per token, up from a 196-second baseline. MIT, Windows and Linux, bit-exact validation against oracles.

Posted to Show HN with zero stars, exactly the find this library exists for: nobody publishes numbers for 700B-class models on 32GB of RAM, and this is a real systems result with an unusually honest retrospective of the optimizations that failed. Useless for chat, valuable as the measured floor of what frontier-scale weights cost to run on owned hardware.

SourcesS

Models · AnthropicAdded Sep 2nd

Claude Fable 5.1

Anthropic's new flagship for coding and knowledge work, GA on the API (claude-fable-5-1), AWS, Google Cloud and Azure. Pricing holds at $10/$50 per million tokens but cache reads drop 75% to $0.25 per million; 1M-token context, 128K output. Mythos 5.1, the same model with looser safeguards, is gated behind US-only verification programs.

The cache-read cut is the actionable part: agent loops re-read the same context hundreds of times, so Anthropic's own numbers put typical workloads 25% cheaper and agentic ones up to 45% cheaper with no code changes beyond caching correctly. Anyone running Claude-based agents should re-benchmark their cost model this week.

SourcesSS

Dev tools · kelviq (independent)Added Sep 1st

tare

A local token-audit tool for Claude Code: parses session logs on disk to show where quota actually went, with deduplicated totals, re-sent context attributed to the request that caused it, and rolling-window tracking. MIT, Python, no network calls per the author.

A 167-star Show HN answer to the most common complaint of the month, opaque quota burn, days before Anthropic's limit change makes the question sharper. The author's headline claim, that raw log totals overstate real usage by 86%, is his own and unaudited; the tool to check it against your own logs is the point.

SourcesS

Dev tools · ggml (open source)Added Sep 1st

llama.cpp b10734

This week's llama.cpp releases enable Apple's Metal 4 tensor API on M5-generation and A19-generation devices, and land speculative-decoding gains that the project reports at 183 tokens per second for code generation on Qwen4-class experts. MIT-licensed, as ever.

Consequential for anyone running local models on recent Apple hardware: the Metal 4 path is a free upgrade that changes what a laptop serves, and it arrives the same week the trending charts fill with small-activation Chinese models built for exactly this class of machine. Update and re-benchmark before assuming last month's local-inference numbers still hold.

SourcesS

Apps · debpalash (open source)Added Sep 1st

VoiceStudio

An open-source desktop alternative to ElevenLabs: local text-to-speech across 16 engines, voice cloning from short samples, 11 speech-recognition engines, video dubbing with speaker preservation, audiobook builds and a system-wide dictation widget. AGPL-3.0, with a paid license offered for proprietary embedding.

A one-person AGPL challenge to a paid voice platform, at 13,100 stars and climbing daily. Core workflows run fully local, which is the draw for anyone whose dubbing or dictation cannot leave the machine; the AGPL-plus-commercial-license split is the catch, and anyone embedding it in a product has a licensing decision to make, which is exactly the kind of decision this library exists to surface.

SourcesS

Models · Google ResearchAdded Sep 1st

TimesFM-3

A 330-million-parameter for multivariate time-series forecasting, pretrained on more than a trillion time points, with native covariate support. Weights are on Hugging Face under a timesfm-non-commercial license: research and evaluation only, no production use.

Forecasting is the unglamorous ML that runs supply chains and capacity planning. The license is the action item: earlier TimesFM releases were Apache 2.0 and spread into production forecasting stacks on that basis, and this one, pretrained on more than a trillion time points with native covariate support, ships under a non-commercial license instead, research and evaluation only. Anyone running TimesFM commercially now chooses between the older weights, Google's hosted offering, or migration. A license change on a widely deployed model is a price increase that never appears on a price list.

SourcesSS

Apps · OpenAIAdded Sep 1st

ChatGPT Ads Manager

OpenAI's self-serve advertising console for ChatGPT, expanded this week from the US to India, Europe, the Middle East and North Africa. Campaigns run against free and Go-tier conversations; OpenAI reports tens of thousands of advertisers and a $1 billion annualized under 200 days after launch.

Consequential in the plainest sense: the largest consumer AI surface in the world now sells placement in most major markets through a console any marketing team can open today, and every brand's search-era playbook has to answer whether conversations are a channel. The $2.5 billion 2026 target the run rate trails is reported, not OpenAI's public number.

SourcesSS

Repos · K-Dense-AI (open source)Added Aug 30th

scientific-agent-skills

A library of 163 validated agent skills for science, spanning bioinformatics, cheminformatics, clinical research and materials science, wrapping more than 100 scientific databases so agents can run multi-step research workflows on any Agent Skills-standard platform. MIT-licensed.

At 38,500 stars and over a thousand added in a day, this is the standard applied to a vertical at real depth, and the pattern other fields will copy: not a smarter model, a curated library of what the model may do in a domain where the databases are the hard part. Pairs with the 10,000 discounted Claude seats Anthropic just opened to scientists.

SourcesS

Data · Polign (independent)Added Aug 30th

Polign

A typed, database engine for agent memory: hybrid vector and search over data living entirely in object storage, with no durable server state, so processes restart without losing memory. The demo serves 12.5 million passages from S3 with the server idling at about 37 MiB of RAM.

Inverts the standing assumption that agent memory means running a vector-database server: state lives in S3, the process is disposable, and comparisons run as typed database operations instead of asking the model to eyeball records. One flag: the demo app is open source and the engine itself is closed, freely downloadable but not inspectable.

SourcesSS

Agents · Show HN (independent)Added Aug 30th

Opslane

Watches real user sessions in the browser, errors plus recordings with input masking on by default, maps minified stack traces to source, ranks bugs by user impact, then an AI worker investigates, writes a fix, verifies it against the test suite in a and opens a pull request. AGPL-3.0, self-hosted.

Days old and tiny, but the mechanism is the find: session as the agent's input rather than a human's. Most coding agents start from a ticket somebody wrote; this one starts from what actually broke for a user, ranked by how many users it broke for, and ends at a verified PR.

SourcesS

Apps · THU-MAIC, Tsinghua University (open source)Added Aug 30th

OpenMAIC

An open multi-agent interactive classroom: generates full lessons with slides, quizzes, simulations and whiteboard drawing from a topic or uploaded documents, delivered live by orchestrated AI teacher and classmate agents. v1.0.0 added a chat-based course-building workbench. MIT-licensed, self-hostable, multi-provider.

A complete, deployable education product out of an academic lab at 23,000 stars, in a category that is otherwise closed SaaS. The classmate agents are the interesting design choice: the pedagogy bet is that a learner needs peers, not just a tutor, and an open MIT codebase makes that bet testable by any school that can run Docker.

SourcesS

Infrastructure · KeenableAdded Aug 30th

Keenable

Web-search infrastructure built for AI agents: a 100-billion-document independent index behind a Search API, plus an official MCP server that gives agents keyless access at up to 1,000 requests an hour. Free tier of 100,000 requests a month, then $4 per 1,000 requests, $1 per 1,000 at enterprise scale.

Founded by ex-Yandex search lead Andrey Styskin with a $26M Accel seed, out of stealth this week. Consequential because search is the tool call every agent stack pays for, and a keyless free tier with an independent index is a direct alternative to wiring in Brave, Tavily or Bing keys. Independence from Google and Bing indexes is the part to test, since it is either the moat or the weakness.

SourcesSS

Skills & extensions · AnthropicAdded Aug 30th

Claude in Chrome

Anthropic's official Chrome extension left pilot and is generally available on all paid Claude plans. The GA change that matters: Claude can now act autonomously in the browser, auto-approving actions it judges safe with the same mechanism as Claude Code's auto mode, instead of asking per action.

An agent acting autonomously inside a logged-in browser is a policy decision wearing a feature's clothes: every team whose members can now install this has to decide whether it may touch the CRM, the bank and the admin consoles those sessions are signed into. Anthropic says prompt-injection resistance is substantially improved since the November pilot, which is a claim the first month of GA traffic will test in public.

SourcesS

Repos · open sourceAdded Aug 29th

Metis

An open-source agent harness that wraps DeepSeek's coding model and, its author claims on Show HN, pushes it to roughly Opus-tier coding performance (82% on the cited benchmark) through better scaffolding rather than a bigger model.

A weekend-project claim to test, not take: that a good harness closes most of the gap between an open Chinese model and a frontier closed one. If it holds even partway, it is the argument the open-weights camp keeps making, that the scaffolding is worth as much as the weights, made concrete and runnable on a model anyone can download.

SourcesS

MCP servers · open sourceAdded Aug 29th

Itsuki

An open-source memory engine for AI agents, offering both a REST API and MCP support so an agent can store, retrieve and update long-term memory across sessions without a bespoke backend.

Agent memory is the plumbing everyone rebuilds and nobody wants to own, and a Show HN drop of a standalone engine with MCP support is exactly the kind of small, findable component this section exists for. Whether it beats rolling your own is unproven at this stage, but the shape, memory as a service an agent talks to over MCP, is where a lot of teams are converging.

SourcesS

Models · xAI / MicrosoftAdded Aug 29th

Grok 4.6 on Microsoft Foundry

xAI's Grok 4.6, built for long-horizon agentic reasoning with a 500K context window and configurable reasoning effort, now in public preview on Microsoft Foundry Models with enterprise governance, at $2.00/$6.00 per million input/output tokens and $0.50 cached.

Consequential for anyone choosing a model inside an Azure shop: Grok is now a governed, priced option next to OpenAI and Anthropic on the same platform. The pricing undercuts the frontier flagships, and the placement matters more than the benchmark, because enterprise adoption follows the procurement surface, and Foundry is where a lot of that decision now gets made.

SourcesSS

Models · Z.aiAdded Aug 29th

GLM-5.3

Z.ai's flagship open-weights coding model, released in Safetensors, BF16 and with vLLM and SGLang guides. Strong on coding and unusually strong on vulnerability-finding: 84.5% on CyberGym. The weights are free below $10B in revenue and require Z.ai's security review above it.

The strongest open-weights coding model available, and the first whose license is written to gate the largest clouds rather than the smallest developers. Consequential because the cyber-capability score is now a thing a downstream user has to reason about, and because a Chinese lab imposing a revenue-tiered security review on hyperscalers inverts who usually writes the terms.

SourcesSS

Infrastructure · Experiential Labs (open source)Added Aug 29th

Experiential

An open-source, OpenAI-compatible gateway that unifies hosted, bring-your-own-key and local models behind one API, with per-user and per-agent access control, spend limits, and OpenTelemetry tracing that turns production traffic into an optimized router. Apache-2.0.

An open answer to the model-routing layer OpenRouter commercialized, at 714 stars. The interesting part is not the proxy but the feedback loop: it collects traces from your existing agents and uses production patterns to optimize routing for quality, speed and cost. That is the same idea Parallel and others are selling as a service, shipped as something you self-host and inspect.

SourcesS

Security · Conduct AI (open source)Added Aug 29th

Conduct

A governance control plane that enforces policy before an agent acts: it intercepts every LLM call, shell command and MCP tool invocation across Claude Code, Cursor and Copilot, then blocks, warns, audits or rewrites it against a signed policy, with hash-chained audit logs and 20+ compliance packs. Apache-2.0.

At 18 stars this is early, but it is the exact shape of tool the week keeps asking for: an enforcement point between the model and the shell, with and HIPAA policy packs built in. The Unitree exploit and the GLM-5.3 cyber-capability gate are both arguments that agents need a permission kernel; this is one attempt at building the general version rather than patching each host.

SourcesS

Dev tools · tt-a1i (open source)Added Aug 28th

archify

An agent skill that turns a codebase or system description into validated, interactive architecture, sequence, data-flow and lifecycle diagrams, exporting self-contained HTML, PNG, SVG or WebM. MIT-licensed.

Trending on GitHub with 4,500 stars added in a day, and the interesting mechanism is deterministic validation: the agent's diagram JSON is checked before an artifact is delivered, with machine-readable errors fed back. Diagrams that fail to build are the usual failure of AI-drawn architecture, and this is a working answer.

SourcesS

Agents · Show HN (independent)Added Aug 28th

Talos

An AI agent with a permission kernel between the model and the shell: every command the model proposes passes through a policy layer that decides what it may actually execute.

A weekend-scale project aimed at the exact gap July's Hugging Face breach exposed: agents whose containment is the sandbox and nothing else. Putting the permission boundary between model and shell, rather than around the whole process, is the architecture the big harnesses are converging on; here it is small enough to read.

SourcesSS

Repos · calesthio (open source)Added Aug 28th

OpenMontage

An open-source agentic video production system that turns AI coding assistants into a video studio: 12 production pipelines and 100+ tools covering scripting, stock-footage research, animation and final render, under AGPLv3.

52,000 stars for the pattern worth stealing even if you never render a video: it treats Claude Code or Cursor as the operating system and ships 700 skill files instead of an app. Documentary mode works from free stock libraries and open archives, with quality gates and audit trails on the pipeline.

SourcesS

Robotics · Hugging Face and Pollen RoboticsAdded Aug 28th

Microduck

A $399 open-source bipedal robot, 25cm tall, with 15 motors, camera, LiDAR and microphones, seven pre-trained behaviors, and its SDK, MuJoCo simulation and training stack published under Apache 2.0.

The price is the product: a real legged robot with a full modern learning stack for less than a games console. Every policy it ships with can be inspected and retrained, which makes it the cheapest honest on-ramp to reinforcement learning on physical hardware yet sold.

SourcesSS

Infrastructure · AppleAdded Aug 28th

Apple M6 and M5 Ultra

Apple's first chip and its first quad-die package: the M6 with a neural accelerator in every GPU core, and the M5 Ultra with 4.5x the AI compute of the M3 Ultra, shipping in the Mac mini and Mac Studio September 22nd.

The buy signal for anyone running models locally: the M5 Ultra is the largest unified-memory machine Apple has shipped, and the M6 puts 2nm efficiency into the $599 tier. While server GPUs are allocation-constrained, the desk side of inference keeps compounding on schedule.

SourcesSS

Apps · GoogleAdded Aug 28th

AI Mode travel booking

Google's search agent now tracks flight prices in 180+ countries, books hotels end-to-end through Booking.com, Expedia, Marriott and Priceline via Google Pay, and quotes fares in loyalty points globally.

Agentic commerce arriving on the default surface: a billion travelers' search box now runs intent to purchase without leaving Google. If you build in travel, the referral economics you planned around just changed; if you build agents, this is the distribution bar to clear.

SourcesSS

Apps · Santiago Fernández de Valderrama AparicioAdded Aug 27th

career-ops

An open-source pipeline that turns any AI coding CLI into a job-search operation: scores listings against a structured rubric, generates tailored CVs, tracks applications, and preps interviews.

Built by one person to run his own search, 740 listings evaluated and a job landed, then open-sourced with the tagline that companies use AI to filter candidates so candidates should use AI to filter companies. The filtering framing is the honest part: it recommends not applying below a 4.0 score, which is the opposite of spray-and-pray.

SourcesS

Dev tools · Superset (YC P26)Added Aug 27th

Superset

An open-source, terminal-first IDE built for running hundreds of coding agents in parallel, with agent management, PR review and remote workspaces built in.

Three founders out of Onlook and Untether Labs building the cockpit for the many-agent workflow the single-agent IDEs were not designed for: 11,000 GitHub stars and 75 contributors in five months, with engineers from OpenAI, Google and Vercel among the users. The parallel-agent pattern went from demo to daily work this year; this is the tool shaped like that fact.

SourcesSS

Models · Z.aiAdded Aug 27th

GLM-5.3-Flash

The model that spent a week free on OpenRouter as the stealth 'Ox Alpha', now claimed by Zhipu and published on Hugging Face under MIT: a 320B-parameter mixture-of-experts with 18B active, natively , trained on a 30T-token corpus.

The license is the action item: MIT, no strings, at frontier-adjacent quality that a week of anonymous agent-harness traffic already stress-tested in public. Anyone who liked what Ox Alpha did for free can now run the same model in-house, and the BF16 checkpoint ships alongside the standard one.

SourcesSS

Apps · Salesforce and AnthropicAdded Aug 27th

Claudeforce

A joint interface that runs Claude's reasoning over Salesforce's data, workflows and permissions, revealed alongside Salesforce's Q2 results as Agentforce crossed $1.5B.

Matters to anyone running Salesforce: a frontier model wired into the permission model the org already audits, rather than a copilot bolted on beside it. It is also the distribution answer to Google's vertical push this week, the CRM incumbent selling Claude where Google sells Gemini to the same buyers.

SourcesSS

Models · Alibaba QwenAdded Aug 26th

Qwen3.8-Flash-Next

Alibaba's open-weight preview of the Qwen4 architecture: a 125B-parameter multimodal MoE activating 6B per token, 262K context, in standard and FP8 checkpoints.

The consequential part is the serving math: 6B active with 51B of lookup means near-flagship claims, 62.5 on SWE-bench Pro by Alibaba's own card, at small-model inference cost. Anyone routing between open and frontier models has a new candidate for the cheap side of the router, and the architecture is what Qwen4 will ship on.

SourcesSS

Dev tools · Proliferate AIAdded Aug 26th

Proliferate

Self-hostable open-source IDE for running Claude Code, Codex, OpenCode and other coding agents in parallel, locally or in the cloud, with reusable workflows.

An agent-agnostic, self-hosted answer to the hosted cloud-agent products: 418 stars, TypeScript, active daily, with a Show HN behind it. The interesting design bet is parallelism as the primitive, many agents on many tasks at once, rather than one assistant in one editor pane.

SourcesS

Dev tools · OllamaAdded Aug 26th

Ollama v0.33

Ollama's new release lets Claude Desktop use a local Ollama server as a model gateway, so desktop Claude workflows can run against local open models.

A setting you can flip today: point Claude Desktop at Ollama and route work to whatever runs on your own hardware. The previous week's release also roughly halved time to first token on recurrent-layer models, from about 995ms to 524ms, which is the difference between local models feeling like a fallback and feeling usable.

SourcesS

Repos · Marin CommunityAdded Aug 26th

Marin

An open framework for developing foundation models in the open: data pipelines, training runs and published so frontier-style experiments can be reproduced and extended.

A researcher-grade training stack having its trending moment, at 2,355 stars and climbing about 443 in a day, built on the same community's JAX trainer Levanter. The pitch is an open lab rather than an open model: the whole experimental record is the artifact, which is the part frontier labs publish least.

SourcesS

Robotics · ThinkOffAppAdded Aug 26th

CarWatch

Turns a Raspberry Pi 5 and a dashcam into an offline car agent running Qwen via llama.cpp: the car joins a chat room as an agent you can query for diagnostics, camera and status, with no cloud.

A weekend project that treats a vehicle as just another agent on the network, speaking DoIP diagnostics under a local model. 176 stars and a 143-point Show HN. The stack is the point: every capable small open model makes another dusty embedded domain scriptable by chat, and this is what that looks like done by one person.

SourcesS

AppsAdded Aug 26th

Ambient Context

A Rust menu-bar app that keeps a continuously written Markdown log of what you worked on by capturing on-screen text rather than screenshots, for feeding to an AI assistant as context.

The Rewind and Recall idea rebuilt by a solo developer with the privacy dial turned the other way: text only, no screenshots, plain Markdown you can read, grep and hand to a model. 124 stars within 36 hours of the repo appearing, and a 61-point Show HN arguing about exactly the tradeoff it makes.

SourcesS

ModelsAdded Aug 25th

Wan3.0

Alibaba's video model generates clips up to 30 seconds from text, images, documents, spreadsheets, slides and web pages, with improved instruction following and audio; in commercial use for short drama and advertising since its August 6th beta.

Document-to-video is the consequential part: a spreadsheet or a slide deck becoming a 30-second clip collapses the production step for the marketing and training-video work most companies actually buy. Thirty seconds also clears the attention-economy bar that ten-second clips kept missing. Shipped a day after Alibaba raised $10 billion to feed exactly this line.

SourcesSS

AppsAdded Aug 25th

OpenHuman

A personal AI in Rust with local-first memory, agent fleet orchestration and research capabilities: the open-source answer to assistants like Instinct, with the memory kept on your own disk.

Worth holding next to this morning's Instinct story: the same product category, with the opposite answer on who keeps the inbox. Local-first memory means the perpetual-license question never arises. Thirty-seven thousand stars says the demand for that answer is real, whether or not the polish matches the funded competition.

SourcesS

Cloud & hostingAdded Aug 25th

Mistral Agentic Search

A multi-step retrieval layer in Mistral's platform: the model searches, opens, navigates, reads and greps across document stores before answering, replacing one-shot RAG with iterative reading.

The act-on-this: if your product does retrieval over filings, contracts or table-heavy documents, Mistral's own benchmarks claim correctness tripling to 86% on FinanceBench and a 45.6-point jump on OfficeQA Pro. Vendor numbers, but the architecture shift they describe, agents that read iteratively instead of retrieving once, is where the whole category is going.

SourcesS

Dev toolsAdded Aug 25th

Maka

A local-first AI agent workspace under the Apache umbrella that records model messages and tool interactions as append-only logs, so agent sessions become inspectable, replayable records instead of vanished context.

Append-only logging of agent activity is the audit layer everyone claims to want and almost nobody ships; an Apache-governed take matters because neutrality is the point of an audit trail. Trending on GitHub this week at about three thousand stars, which is exactly the size of thing this library exists to surface.

SourcesS

AgentsAdded Aug 25th

Headlong

An open-source agent microharness from the Laude Institute: under 10K lines of Bash, built around persistent agency. The agent keeps thinking between interactions, human messages land in its thought stream as observations, and it decides when to reply.

The interesting inversion is that the harness, not the model, carries the agency: a recursive language model implemented in shell, where thinking is running commands. Alpha research software that runs real shell commands around the clock, so a spend-capped key is not optional. Nobody issues a press release for this; that is why it is here.

SourcesSS

MCP serversAdded Aug 24th

x64dbg-mcp-server

A native MCP plugin for the x64dbg debugger exposing breakpoints, stepping, memory reads and register dumps to any MCP-compatible assistant. Zig, zero dependencies, single binary.

1,100 stars in its first 48 hours, for a reverse-engineering tool. It is the clearest sign yet of MCP escaping web-API glue work into serious systems tooling: the agent actually drives the debugger during malware analysis instead of reading logs about it. Narrow, native and immediately useful to a specific reader, which is exactly what this library exists to surface.

SourcesS

Dev toolsAdded Aug 24th

llmfit

A Rust CLI that checks hundreds of models and quantization variants against your actual hardware and says what will run, covering GGUF, MLX and unsloth builds.

Nearly 34,000 stars, and it trended hard this week despite existing since February, the pattern of a tool crossing from niche to default. It answers the single most-asked question in every local-AI forum, whether model X fits on my machine, with a lookup instead of a Reddit thread. The natural companion to every open-weights release this library logs.

SourcesSS

MCP serversAdded Aug 24th

Northcinder

An open-source, local-first MCP server for : the agent compares products, then must ask the human buyer before any purchase goes through.

1,200 stars in a week for a small JavaScript MCP server, which says people want the pattern more than the code. Agentic commerce is mostly being built by platforms with an incentive to remove the human from the loop; this is the counter-position shipped as working software, self-hosted and purchase-gated on explicit approval. It stakes out a design argument the big checkout players will have to answer.

SourcesS

AppsAdded Aug 24th

Cumora

Cross-platform team chat where AI agents are first-class teammates: bring cloud models or your own Claude Code and Codex sessions into the room.

3,000 stars in a week, and the author is yetone of avante.nvim, a proven builder rather than a wrapper shop. The framing, agents as teammates in a chat workspace instead of tools in a sidebar, is the same bet Slack Code is making from the enterprise side, arriving from the open-source side at the same moment. Worth watching whether the two converge or split the market.

SourcesS

AppsAdded Aug 24th

ChatGPT Google Drive integration

ChatGPT's Library and composer now browse Google Drive directly: open docs beside chats, keep content linked to the source. Shipped alongside Codex updates and two retirement deadlines.

The act-on-this half is the calendar: o3 leaves ChatGPT on Wednesday August 26th at the end of its 90-day sunset and the DALL-E GPT follows August 30th, so any workflow pinned to either model has days to move. The Drive hookup itself matters for a different reason: the document layer most companies actually live in is now one click from the chat window, which changes what ends up pasted into a model by default.

SourcesSS

AgentsAdded Aug 23rd

TrueForge

Open-source (MIT) agent harness from TrueFoundry: the runtime layer that turns an LLM into a working agent, with sandboxing, MCP tools, sessions and an embeddable UI.

About 3.6K stars and one of the week's fastest-growing repos. Handles the plumbing every team rebuilds, model calls across OpenAI, Anthropic and Google, MCP tool auth, sandboxed code execution, human approval checkpoints, session persistence, and runs from a local SQLite setup to Postgres and Redis. A credible self-hosted alternative to DeepSeek Harness for teams that want the runtime under their own control.

SourcesSS

ModelsAdded Aug 23rd

Ox Alpha

Anonymous on OpenRouter: 1M-token context, text, image and video input, tool calling, free during a roughly week-long preview.

Appeared August 20th with no lab attached and started climbing coding and agent rankings; community fingerprinting points at a Chinese lab, with Z.ai's GLM family the leading theory. Free frontier-grade capacity for a week is worth taking, with the stated tradeoff that the unnamed provider retains prompts and completions. Prediction 2026-08-23-T1 tracks who claims it.

SourcesSS

DataAdded Aug 23rd

Firecrawl Developer Index

A search index built for coding agents: 70M+ READMEs, docs, issues, PRs and OpenAPI specs with semantic retrieval, refreshed daily.

Fixes the specific failure where an agent needs a README plus its issues plus recent PRs and web search returns SEO pages: complete artifacts in one call, filterable by repo, language and recency. Firecrawl reports 63% recall@10 on its own DevDex benchmark of 1,179 real developer queries, about 10 points over the next provider; the benchmark is open, so the claim is checkable.

SourcesS

ModelsAdded Aug 23rd

DeepSeek-V4-Flash-Vision-Exp

DeepSeek's experimental multimodal model: V4 Flash's 284B-parameter MoE (13B active) with native image input, on the DeepSeek API.

Released August 21st, it matches text-only V4 Flash on reasoning, agents and world knowledge while adding vision, and beats Opus 4.8 on the ALE multi-step agent suite and ZeroBench image analysis. The one regression is CyberGym vulnerability discovery. Flash pricing makes it the cheapest credible option for agents that read screens and documents; weights are not published.

SourcesSS

AppsAdded Aug 23rd

Adobe Firefly audio

Firefly's Generate Music, Generate Speech and Generate Sound Effects left beta August 20th, generally available with commercial licensing cleared.

Music fitted to a video's length and mood, script-to-voiceover through Adobe's model or ElevenLabs, and sound effects timed to the scene. The consequential part is the license: every output is cleared for commercial use, which is what agencies and studios have been waiting on before putting generated audio in client work. Supply of synthetic audio was never scarce; indemnified synthetic audio was.

SourcesSS

Skills & extensions · Matt PocockAdded Aug 21st

mattpocock/skills

The TypeScript educator's personal agent-skills directory made public: 35 small, composable skills that enforce engineering workflow (plan first, test first, review discipline) rather than add capabilities. Installable as a managed Claude Code plugin or copied into your repo as plain files via skills.sh.

Most skill packs extend what an agent can do; this one constrains how it works, which is the half of agent coding nobody packages. The two install modes are a quiet design lesson: subscribe to a read-only bundle that updates under you, or own editable files that never change behind your back. Small enough to read in an evening and steal the patterns even if you keep none of the skills.

SourcesSS

Dev tools · Slack (Salesforce)Added Aug 21st

Slack Code

Tag a coding agent in any Slack conversation and it opens a project-specific code channel, works in the open with diffs, live previews and a running plan, takes team feedback and approvals, then archives the channel as a searchable audit trail. Launch agents: Claude Code, Devin, GitHub Copilot, Vercel Agent.

Available on every Slack plan, including free ones, which makes it the lowest-friction way for a team to try agent-written code with review built in. The argument it embodies: agent coding fails at review and context, not generation, so put the agent where the team already talks. Whether the group chat is the right surface for diffs is exactly the thing to test before paying for anything.

SourcesSS

Infrastructure · BinanceAdded Aug 21st

Binance Agent OS

Developer platform connecting AI applications to Binance's trading engine, wallet system and market data. Agents run inside dedicated sub-accounts with scoped permissions; withdrawals are blocked by default. Works with ChatGPT, Codex, Claude Code and Cursor.

A capability change you have to act on whether you use it or not: the largest crypto exchange now accepts agent order flow, so agent-driven trading is a live counterparty in those markets from today. If you build agents, this is the reference design for scoped financial permissions; if you trade, it is new microstructure. There is no cap on what an agent loses inside its sandbox, and the guardrails are the user's problem by design.

SourcesSS

Apps · Google DeepMindAdded Aug 21st

Backstory

Experimental image-forensics agent for fact-checkers: upload an image and it chains checks, content credentials and provenance search agentically, reporting whether the image is AI-generated or manipulated and where it has appeared online.

Invite-oriented and experimental, so most readers cannot use it today, but worth knowing exists if you do verification work: one researcher reports a 50-minute image check compressed to about three. The structural limit travels with it everywhere: watermark checks only catch generators that cooperate, so it is strongest on exactly the fakes that were never trying very hard.

SourcesSS

Agents · Vercel LabsAdded Aug 20th

fx

A tiny open-source coding agent written in Zig: a single 6.3 MiB native binary that cold-starts in about 10 microseconds, model- and provider-agnostic, with headless, editor (ACP) and modes.

Every mainstream coding agent is a Node or Python process that assumes it is the main event; fx is built to be embedded, spawned by the thousand inside sandboxes and other agents' loops, where startup time and memory are the budget. Apache 2.0, no telemetry, sessions stay local, and with local inference it runs fully hermetic. The interesting bet is that the harness becomes infrastructure and the model becomes a config field.

SourcesSS

Cloud & hosting · SpaceXAI / AWSAdded Aug 20th

Grok 4.6 on Amazon Bedrock

xAI's flagship model is now generally available on Amazon Bedrock in every supported region: 500K-token context, text and image input, four reasoning levels, under AWS's standard enterprise security and compliance controls.

Distribution, not capability, is the news: AWS shops can now run Grok inside the same procurement and compliance envelope as Claude and Titan, one signature away, which matters for a lab with almost no enterprise sales motion. API pricing runs $2 in / $6 out per million tokens below 200K prompt tokens and doubles above. Worth knowing it exists even if the litigation around Grok's image tools keeps your legal team away.

SourcesSS

Apps · GoogleAdded Aug 20th

Google AI Pro student year

US college students with a verified school email get 12 months of Google AI Pro free, normally $19.99 a month: higher Gemini limits, Gemini Spark, Gemini in Gmail and Docs, 5TB storage, plus a student hub with quizzes and study notebooks.

A price, and a large one: $240 of frontier-model access per student per year, free, with international students getting the AI Plus tier. If you are a student or teach students, this is the cheapest legitimate route to frontier-model limits right now. The strategy is the same one OpenAI and Perplexity ran: the tool a person learns to think with at twenty is the one they demand at their first job.

SourcesSS

Infrastructure · Inco AIAdded Aug 20th

DFlash 2

Speculative decoding that drafts token blocks in parallel and verifies them against the target model, output provably identical: 20% more accepted tokens per verification pass, 2.7-3.4x throughput in SGLang, with drafters released for Qwen3.8-27B and Muse Glimmer 30B.

The successor to Z Lab's widely deployed parallel drafter, and the provable-equivalence property is the point: there is no quality trade to argue about, only a speed dividend, so adoption is a pure engineering decision. Qwen3.8-27B reaches 70 tokens per second on an M5 Max MacBook, past the threshold where an on-device coding agent stops feeling like a compromise. Drafters are on Hugging Face today.

SourcesSS

Dev tools · Cursor (SpaceX)Added Aug 20th

Cursor Cloud Agent Subscriptions

Cursor's cloud agents can now subscribe to event sources, pull requests, Slack threads and schedules, waking when something happens, and a /goal command holds a long-lived objective across sessions until it is met.

The change that turns a coding agent from a tool you invoke into a process that runs until a condition is true. Agents auto-subscribe to PRs they create and drive them through CI and bot comments; subagents get isolated VMs with clean project copies. If your team uses Cursor, this changes what unattended means, and the thing to audit is the goal checker, because an agent holding a goal it cannot verify will hold it wrong indefinitely.

SourcesS

Repos · Ryan CodraiAdded Aug 19th

turbovec

A Rust vector index built on Google Research's TurboQuant that fits a 10-million-document corpus in 4GB of RAM instead of 31GB and claims faster search than FAISS, with no training phase.

A weekend-scale repo turning an ICLR 2026 quantization result into something you can drop into LangChain or LlamaIndex today. TurboQuant is data-oblivious: it random-rotates vectors and quantizes to 2 or 4 bits with no separate training pass, which is why ingestion can be online. The eightfold memory cut is the kind of thing that decides whether a retrieval index fits on one box or needs a cluster. MIT licensed, SIMD kernels for ARM and x86, about 15,000 stars.

SourcesS

Dev tools · WarpAdded Aug 19th

Warp Factories

An infrastructure layer for running AI software factories: cloud agents organized around five development phases (triage, spec, implementation, review, verification), wired to Codex and Claude Code, ticketing in Linear or Jira, and Slack or Teams.

Warp moving from a single developer's terminal to the pipeline a whole team's agents run in, aimed at companies that cannot build this plumbing themselves. CEO Zach Lloyd puts the honest number on it: agents automate 30 to 35% of development tasks a week, not the whole job, and the system tracks token spend so the bill is visible. Request-access only, and the interesting question is whether a factory abstraction survives contact with real codebases.

SourcesS

Agents · ByteDance Volcano EngineAdded Aug 19th

OpenViking

A self-evolving context database for AI agents that exposes memory, knowledge and skills as a browsable virtual filesystem under a viking:// protocol, with tiered abstract-to-detail retrieval to cut token use.

The big-lab entrant in the hottest agent-infrastructure category, memory, and it comes from ByteDance rather than a US startup. Instead of an opaque vector store it lets an agent recurse through directories, keeping the retrieval for debugging, which is a different and more inspectable design than the RAG default. Around 30,000 stars, AGPLv3 for the core and Apache 2.0 for the CLI. Worth watching as much for who shipped it as for what it does.

SourcesS

Dev tools · Modular (Qualcomm)Added Aug 19th

Mojo

Chris Lattner's Python-superset systems language for AI kernels, now fully open source under Apache 2.0 after reaching a stable 1.0 API, weeks after Qualcomm acquired Modular.

The license was the single biggest thing keeping Mojo out of production, and it is now gone. Mojo pitches Python's syntax with C-class performance and Rust-style memory safety, compiling through MLIR to GPUs, CPUs, and other accelerators, which is the whole reason to write a kernel in it rather than CUDA. The 1.0 stability guarantee ends three years of churn that made early adopters wait. Whether it displaces anything depends on Qualcomm treating it as infrastructure rather than an edge-chip moat.

SourcesSS

Dev toolsAdded Aug 19th

ModelMap

A web tool that renders an animated architecture diagram of any Hugging Face model from its id, drawing the layer graph so you can see the shape of a network instead of reading its config.

The kind of one-thing-well weekend project this library exists to surface: point it at a model and it teaches you the architecture faster than the paper does. Useful for anyone learning how a transformer variant is actually wired, or debugging why two checkpoints behave differently. Reached the Show HN front page on its usefulness, not a launch budget.

SourcesSS

Infrastructure · Cerebras SystemsAdded Aug 19th

Cerebras CS-4

Wafer-scale inference system packing three overclocked WSE-3 Turbo processors per unit, claiming 750 PFLOPS, over 1,000 tokens per second on models above 10 trillion parameters, and up to 30x GPU inference speed.

The first of a new Nexus rack-scale line, announced with OpenAI and AMD partnerships and a claim of support for models above 50 trillion parameters. Cerebras sells speed: it is positioning as the answer to agentic workloads that make thousands of sequential model calls, where latency compounds. First shipments this quarter, and it files this into an IPO of its own. The number that matters is tokens per second per user, not raw throughput, because that is what an agent loop actually waits on.

SourcesSS

Repos · Salvatore Sanfilippo (antirez)Added Aug 18th

h3.c

MiniMax-H3 video and audio generation running natively on Apple Silicon, written in C and Metal by the creator of Redis.

A 4-step denoise in about 3.5 seconds on an M5 Max, MIT licensed, with first/last-frame conditioning and reference inputs working end to end. The interesting part is who and how: one systems programmer porting a Chinese open-weight video model to consumer Macs in plain C, no Python stack, no Nvidia. Proof of how portable open weights actually are once they exist.

SourcesSS

Apps · Pangram LabsAdded Aug 18th

Pangram

AI-text detector claiming over 99% accuracy on AI-assisted and mixed human-AI writing, including humanizer output.

The first detector earning cautious respect from a field burned by false accusations: founders Max Spero and Bradley Emi trained against the base-rate problem that got students wrongly flagged by earlier tools, and the CEO spent this week explaining the method on Hard Fork. A $9 million July round led by Menlo Ventures. The honest caveat is that every detector is in an arms race, and this one is winning the current round, not the game.

SourcesSS

Repos · Graphify LabsAdded Aug 18th

Graphify

Turns a codebase and its documents into a queryable , parsed locally with , no API calls.

107,000 stars in four months by solving the question every coding agent asks badly: what connects to what. Emits an interactive graph, a markdown report and a JSON file agents can query, works as a skill in Claude Code, Cursor and Gemini CLI, covers about 40 languages, dual Apache/MIT licensed. The kind of infrastructure that spreads because it runs offline and asks nothing.

SourcesS

Infrastructure · DockerAdded Aug 18th

Docker Sandboxes

Disposable microVMs for coding agents: each agent gets its own kernel, filesystem, Docker daemon and network stack via the sbx CLI.

The pragmatic answer to running agents with permissions checks off: real VM isolation with ergonomics, working on macOS and Windows because Docker built its own VMM instead of using Firecracker. Supports Claude Code, Codex, Gemini, Copilot and others; Sandbox Kits declare tools, credentials and allowed domains in YAML. Back on the Hacker News front page this week as unattended agents become the default.

SourcesSS

Dev tools · Cursor (SpaceX)Added Aug 18th

Cursor Origin

Code hosting built into the Cursor editor: repos, pull requests, reviews and CI, with one-click GitHub sync.

The first credible attempt to move the hosting layer itself to where agents work, pitched as Git hosting at agent scale: 296,000 clones an hour and 22 commits a second per repository. Launched into a four-hour GitHub outage, which made its own argument. In beta on all paid plans; the lock-in question answers itself, which is what the GitHub sync is there to soothe.

SourcesSS

InfrastructureAdded Aug 17th

oMLX

Inference server for Apple Silicon with continuous batching and a tiered spanning RAM and SSD.

Data-center serving tricks on a Mac: continuous batching, a KV cache that spills from hot RAM to cold SSD, and drop-in compatibility with both the OpenAI and Anthropic APIs, plus a native menu-bar app, MCP support and experimental multi-Mac distributed inference. Apache 2.0, 18,900 stars. The point is serving several users or agents from one machine instead of one chat at a time.

SourcesS

SecurityAdded Aug 17th

Strix

Open-source autonomous penetration-testing agents that validate findings with working proof-of-concept exploits.

Apache 2.0, Python, at 53,700 stars and second on GitHub trending Monday after adding 856 in a day. The agents run code dynamically, orchestrate as a team, and prove each vulnerability by exploiting it in a sandbox rather than flagging possibilities, with OpenAPI and Postman support and CI hooks so the pentest runs on every release. Works across model providers.

SourcesS

MCP serversAdded Aug 17th

MCP 2026-07-28 in Claude

The largest MCP revision to date, now rolling out to Claude: stateless core, versioned extensions, real enterprise auth.

The July 28th spec rewrite reaches production: a stateless request-response core that deploys serverless, a versioned extensions framework carrying Apps and Tasks, and OAuth 2.0 with OIDC for enterprise auth, with Anthropic rolling it out to Claude and Cloudflare shipping support. Every MCP server author now has a migration to plan, which is what makes a protocol point release consequential.

SourcesSSS

ModelsAdded Aug 17th

LTX-2.5

Lightricks' open-weight video model generating synchronized video and audio, free for commercial use under $10M revenue.

The license is the actionable part: the LTX-2 Community License allows commercial use free below $10 million in revenue and paid above, which makes this the current answer for a studio that wants video generation it can run and fine-tune locally through ComfyUI or Diffusers. Native multishot character consistency and a duration predictor, 466,000 downloads and fifth on Hugging Face trending.

SourcesS

AppsAdded Aug 17th

Dograh

Self-hostable open-source voice-agent platform pitched as the open alternative to VAPI.

Won Product Hunt's week of August 10th with 549 votes, beating a Grok bot to do it. Voice agents are the category where per-minute platform pricing hurts most at scale, so a self-hostable stack is the kind of thing a team actually deploys over a weekend to find out what its call volume really costs.

SourcesS

InfrastructureAdded Aug 16th

celld

Deno's self-hosted, distributed implementation of Cloudflare Durable Objects and Workers.

Ryan Dahl's team released celld on August 5th as an Apache 2.0 daemon that runs Workers and Durable Objects on your own machines, with each object backed by its own SQLite database and nodes coordinating through nothing but an S3-compatible bucket, no control plane, no service. That matters for agent infrastructure: durable per-entity state without Cloudflare lock-in is exactly the shape long-lived agent sessions want. Already at 3,700 stars, but it is version 0.1.0, so treat production claims with care.

SourcesSS

Dev toolsAdded Aug 16th

ai-memory

Rust binary giving coding agent CLIs shared long-term memory and cross-vendor handoff.

One MIT-licensed Rust binary that hooks into Claude Code, Codex, Cursor, Gemini CLI, OpenCode and a dozen other harnesses, captures each session automatically, and compiles observations into a git-versioned markdown wiki indexed by SQLite full-text search with optional embeddings. The practical payoff is handoff: quit one agent mid-task and open a different vendor's CLI in the same directory without re-explaining the architecture. Around 1,600 stars and trending on GitHub this week. Consolidation quality depends on which model you point it at.

SourcesSS

AppsAdded Aug 16th

ThoughtDAG

Local-first infinite canvas where graph edges literally define the LLM context.

An MIT-licensed TypeScript canvas where each node is a conversation turn and the incoming edges determine exactly which ancestors get sent to the model, so deleting a wire changes the answer. You can branch, prune, merge nodes into summaries, and inspect the exact message sequence before it goes out, against Ollama or any OpenAI-compatible endpoint. It hit 124 points on Show HN this week and sits at about 203 stars with desktop builds for macOS, Windows and Linux. It is a single-author project, so expect rough edges.

SourcesSS

AgentsAdded Aug 16th

Mole

Terminal deep research agent with a hard spend budget and verbatim-checked citations.

A single Go binary that decomposes a question, searches, extracts claims, and discards any claim whose quote does not appear verbatim in its source. Every model call is reserved against a budget before it runs, with 0% measured overshoot on the author's test corpus, and local data analysis sends only aggregates to the model, never row contents. It speaks MCP so a coding agent can drive it. At 207 stars and Apache 2.0 it is early, and you bring your own API keys.

SourcesSS

InfrastructureAdded Aug 16th

Kitesurf

Cloudflare's browser engine built from scratch for AI agents instead of humans.

Released August 6th, Kitesurf discards Chromium and assembles the Blitz renderer, Firefox's Stylo CSS parser and the Rust-based Boa JavaScript engine on top of Cloudflare Workers, with no tabs, extensions or visual theme to render. It passes more than 215,000 web platform tests and uses 3.1 to 3.8 times less CPU and 4.7 to seven times less memory than Chromium on agent tasks like HTML extraction and screenshotting, at the cost of taking 1.7 to 1.8 times longer per task. Built in twelve weeks and free during beta through Browser Run.

SourcesSS

ModelsAdded Aug 16th

Gemini 3.7 Flash

Google's new workhorse coding and agent model, launched at half price through year end.

Released August 13th at $0.75 per million input tokens and $3.75 per million output, half the list price that takes effect January 1st 2027. Google reports 65.3% on DeepSWE v1.1 long-horizon repository editing, up from 49.0% for 3.6 Flash, and 30.4% on AutomationBench for multi-step enterprise workflows. If you route bulk coding or agent traffic, the introductory pricing is worth acting on before it doubles. Benchmarks are Google's own numbers, and the model arrived ahead of the still-unreleased 3.5 Pro.

SourcesSS

AgentsAdded Aug 16th

DeepSeek Harness

DeepSeek's MIT-licensed agent runtime where every component is a swappable plugin.

Released August 14th as a developer preview: the , , session log, sandbox and agent loop all mount as plugins, with four presets, resume and fork from an append-only session log, and OS-level sandboxing on Linux, macOS and Windows. It drives Anthropic, OpenAI, Bedrock, Azure and Gemini models as well as DeepSeek's own, and passed 33,000 GitHub stars within days. It is a v0.1, and it arrived two days before DeepSeek's API prices rose.

SourcesSS

Models · AlibabaAdded Aug 15th

Qwen3.8-27B

A 27B multimodal model under Apache 2.0 with 262K native context, built to run on a single 24GB consumer GPU, posting agent-coding scores near models many times its size.

The license is the action item: Apache 2.0 with native vision and video input means this can go into commercial products the custom-licensed Qwen3.8-Max cannot. Alibaba's own numbers, 61.7 SWE-bench Pro and 84.3 OSWorld, would make it the strongest local model a desktop card can run, and the hybrid gated-attention plus DeltaNet stack is why the long context fits in 24GB. If you run local agents or ship on-device AI, benchmark it this week.

SourcesSS

Models · WriterAdded Aug 15th

Palmyra X6

Writer's new enterprise flagship, a 744B MoE post-trained on Z.ai's GLM-5.2, shipped with a rebuilt agent harness the company says cuts cost per task 41% for any model it runs.

The act-on is the harness claim, not the model: Writer measured its orchestration rebuild cutting blended cost per task 41% and speeding tasks 44% across third-party models including Claude Sonnet 4.6 and Gemini 3.1. If your agent bill is climbing, the paper's argument that harness design sets token economics is worth testing against your own stack before you switch models. All numbers are Writer's own.

SourcesSS

Infrastructure · JustVuggAdded Aug 15th

Lumabri

Run huge MoE models across a swarm of ordinary machines: one peer shares the model, others chat, and expert weights stream over the network on demand. Pure C, from the author of Colibri.

Colibri already ran a 744B MoE on a 25GB laptop by streaming experts from disk; Lumabri swaps the disk for a peer swarm, so only activations are memory-bound and RAM-starved GPUs can serve big models together. Hit Show HN Friday with single-digit stars, which is exactly the kind of thing this library exists to surface: if the P2P inference idea holds up, the cheapest frontier-class serving rig becomes the machines you already own.

SourcesSS

Repos · ulab-uiucAdded Aug 15th

LLMRouter

An open-source library and benchmark (xRouteBench) for building, training, evaluating and deploying LLM routers, the layer that picks which model answers each query.

Routing stopped being an optimization the week DeepSeek tripled peak prices while OpenAI made Luna free: per-query model choice is now the cost structure of any serious AI application. This is the first open infrastructure that treats routers as first-class artifacts, with data construction, training and deployment in one pipeline, and its xRouteBench spans text, vision, memory-augmented and personalized routing. Topping Hugging Face's trending papers this morning.

SourcesSS

Security · GoogleAdded Aug 15th

HEIR

An open-source compiler that converts trained AI models to run on encrypted inputs via , so the server never sees the data.

Google's renewed push pairs the compiler with hardware-acceleration partners (Belfort, Niobium, Cornami, Optalysys) and the Jaxite library for FHE on GPUs and TPUs. A three-layer network still takes about 16 seconds per private inference, so this is nowhere near LLM scale, and that is exactly why to look now: the teams that learn the tooling before it gets fast will own private inference in regulated industries when it does.

SourcesSS

Agents · choiyounggiAdded Aug 14th

cliclaw

A macOS daemon that drives four local coding agents (Claude Code, Codex, Pi, Gemini CLI) from a Telegram bot, with per-chat session isolation and a confirm-gate for dangerous commands.

Phone control of a local coding agent is a widely wanted itch, and this scratches it with real safety work rather than a raw shell bridge: regex detection of dangerous commands, per-chat sessions, secret masking in logs, launchd auto-restart. MIT, Bun runtime, a handful of stars, a weekend-project shape that actually runs. Caveat for a reader: the UI is Korean-language.

SourcesS

Apps · lightningpixelAdded Aug 14th

Modly

A desktop app that turns a photo or prompt into a 3D model using open models running entirely on your own GPU, with node-based workflows and an extension system.

It is the ComfyUI pattern applied to 3D generation: node graphs, mesh smoothing and decimation, and a CLI for agent and script integration, all local, bundling Hunyuan3D 2, TripoSG and Trellis2. The extension system means new 3D models arrive as installable packages rather than forks. About 5,800 stars and climbing, MIT-licensed, a genuine act-on for anyone making game assets or 3D-print models without sending images to a cloud service.

SourcesS

Apps · MacroAdded Aug 14th

Macro

A recently open-sourced all-in-one team workspace (email, chat, collaborative docs, tasks, CRM, calls) with AI agents that share memory across every surface.

The differentiator is agents with across email, chat, docs and CRM inside one data model, the thing every bolt-on AI integration fakes badly across silos. AGPL self-hosting makes it a real option for teams that cannot send email and CRM data to a SaaS. About 2,900 stars, SOC 2 Type II, iOS app. The open question worth watching is whether the open-source release is complete or a core-crippled version of the hosted product.

SourcesS

MCP servers · var-raphaelAdded Aug 14th

Gnat

A single-binary self-hosted web-analytics tool (pageviews, funnels, cohorts, path analysis) with an integrated MCP server so agents can query the analytics in place.

The MCP server is the idea worth stealing: instead of exporting analytics for an agent to reason over, the agent queries funnels and cohorts directly against the live data. The rest is a genuinely one-binary deployment, dashboard compiled in, SQLite by default, no Docker or SDK. Posted to Show HN this week with a single-digit star count, which is exactly the kind of small, correct thing a news feed never surfaces.

SourcesS

Models · OpenAIAdded Aug 14th

GPT-5.6 Sol Ultrafast

A preview API tier that runs OpenAI's most capable model up to 14x faster, about 750 output tokens per second, on Cerebras hardware with no drop in quality.

This is the top of the GPT-5.6 family at wafer-scale speed, not a small model, which is a different tradeoff from every prior fast tier. If a latency-bound workload was priced out of the smartest model, re-benchmark it: voice, live support, commerce and security-response are the named targets. The Cerebras dependency is the strategic tell, and access is waitlisted, so the action is to request it now.

SourcesSS

Skills & extensions · CursorAdded Aug 14th

Cursor Plugins

An official plugin spec and marketplace for the Cursor editor that packages skills, rules and MCP server definitions into a distributable, versioned unit.

This standardizes the ad-hoc sprawl of .mdc rules, SKILL.md files and hand-wired MCP configs into one installable package with a central registry, structurally the same move Claude Code made with plugins and skills, now on one of the most-used AI editors. About 20 first-party plugins ship at launch (Gmail, Drive, Salesforce, HubSpot). If you build a devtool, an official Cursor plugin is a new distribution channel; if you run a team on Cursor, internal plugins replace copy-pasted rules folders.

SourcesS

Dev tools · NVIDIA-NeMoAdded Aug 13th

Switchyard

Rust proxy that translates between the OpenAI Chat, Anthropic Messages and OpenAI Responses APIs, so a coding agent runs on any backend without code changes.

An agent like Claude Code keeps speaking its native API while requests are served by vLLM, NIM, Ollama or any OpenAI-compatible endpoint, with multi-backend routing and Prometheus metrics built in. Apache 2.0, 1,033 stars and climbing 421 in a day, from a quiet NVIDIA repo with no press. Explicitly pre-alpha and marked not for production, so treat it as a preview of where the translation layer is going.

SourcesS

Data · semantica-agiAdded Aug 13th

Semantica

Graph-native open-source infrastructure that records AI decisions as queryable graph nodes with full causal chains, for systems that must explain themselves to a regulator.

MIT, 6,141 stars after surging onto trending this week. Supports RDF triple stores and property graphs, reasoning via forward chaining, Rete and Datalog, with connectors for Databricks and Snowflake. The pitch is deterministic, auditable reasoning with no model in the core loop, which is what compliance teams keep asking agent vendors for. The Rete matcher is simplified in the current release, so validate before using it as a production compliance gate.

SourcesS

Models · Meta Superintelligence LabsAdded Aug 13th

Muse Glimmer 30B

Meta's 30B dense multimodal agent model under Apache 2.0, built to run local agent stacks in 24GB of VRAM.

A frontier lab shipping an agent model under a real Apache 2.0 license changes what a local stack can legally be built on: 131K context, 51.2% SWE-Bench Pro, 75.5% MCP Atlas, speculative decoding claiming 3.1x on an RTX 5090, quantized under 20GB, with day-one Ollama and AMD support. Number one on Hugging Face trending at 121K downloads. Not optimized for video input, and it degrades on under-represented languages, by Meta's own card.

SourcesSS

MCP servers · Model Context ProtocolAdded Aug 13th

MCP Specification 2026-07-28

The largest rewrite in MCP's history makes the protocol core stateless, and starts a 12-month deprecation clock every server author now has to plan against.

The initialize handshake and session IDs are gone: each request carries version, identity and capabilities, so any request can hit any server instance behind a load balancer. Multi round-trip requests replace held-open streams, list results become cacheable, and Roots, Sampling, Logging and the legacy HTTP+SSE transport all enter a twelve-month deprecation window. All Tier-1 SDKs support it at release. If you maintain an MCP server, this is work on your calendar, not news.

SourcesS

Agents · TestMu AIAdded Aug 13th

Kane CLI

CLI that runs end-to-end browser and mobile tests written in plain English, driving a real browser step by step and self-healing when the page changes.

You state the test objective, it drives Chrome and adapts when buttons move or class names change, with headless mode and structured JSON output for CI, and it slots into Claude Code, Codex CLI and Gemini CLI as a skill. Launched on Product Hunt this morning; free tier of 200 credits a month, paid from $19. The caveat is that it is a rebrand from an established vendor, LambdaTest, rather than an indie project, and the credit metering is where the price hides.

SourcesS

Models · DeepSeekAdded Aug 13th

DeepSeek-V4-Pro-0813

DeepSeek's finished flagship: 1.7T-parameter MoE with 49B active, MIT weights, and agent benchmarks within striking distance of closed models at a fraction of the price.

The preview's Terminal Bench 2.1 score rises from 72.1 to 87.9 and DeepSWE from 12.8 to 62.7, under a license that permits nearly everything. DeepSeek's own table has Claude Fable 5 ahead by an average of 5.3% across nine agent benchmarks at list prices roughly 46 times higher, and that arithmetic is the reason to evaluate it this week rather than eventually. Act before Saturday if you are testing the API: the August 16th price increase triples peak input.

SourcesSS

MCP servers · activeing123Added Aug 12th

mcptoon

Token-efficient MCP client that compresses tool discovery and results with TOON encoding instead of JSON.

The README benchmark compresses 255 MCP tool schemas from 90,804 JSON tokens to 117 in compact mode, and claims 40-60% smaller results; the numbers are the author's. Apache 2.0, about 50KB of Python with zero dependencies, 120 stars, no press anywhere. A single Puppeteer server can dump 23K tokens of schema into a context window, and this attacks exactly that.

SourcesSS

Repos · Cathryn LaveryAdded Aug 12th

diagram-design

29 editorial diagram types for Claude Code, Codex and Pi as self-contained HTML and SVG skills, styled from your own site's colors and fonts.

MIT, 8.5k stars and the top of GitHub trending today at +1,616 stars in a day. Built by the founder of BestSelf.co to stop agent-generated diagrams looking like Mermaid output, and it extracts brand colors and typography from a website so every diagram matches. The rare design-quality artifact repo, found only by watching trending.

SourcesSS

Dev tools · SpotifyAdded Aug 12th

Xirp

Vendor-neutral agentic development environment: one place to run dozens of parallel coding-agent sessions with institutional memory injected into each one.

Public beta opened August 10th, with 1,300+ Spotify engineers already using it internally to coordinate 50+ parallel sessions. Context lives in Spotify Portal rather than any one harness, so you can switch between Claude, Codex and Gemini mid-project without losing it. A large non-AI company shipping the layer above the coding agents is the part to act on.

SourcesSSS

Models · Cactus ComputeAdded Aug 12th

Needle 2

A 45M-parameter, 14MB agentic model built for tool calling and device control on phones, wearables and microcontrollers.

Apache 2.0, 28MB peak session RAM, 500+ tokens a second on a Raspberry Pi 5, and it runs on an ESP32-S3 microcontroller. Schema-constrained output stops malformed tool calls. The authors claim it matches or beats function-calling models 5 to 70 times its size; their benchmark, so discount, but a 14MB agent model resets the floor for what on-device means. Surfaced via a 521-point Show HN.

SourcesSS

Models · MiniMaxAdded Aug 12th

MiniMax-H3

Omni-modal 33B model reading text, image, video and audio in one context and generating 15-second 2K video with native stereo audio.

Weights shipped August 3rd under a MiniMax H3 Community License that excludes the US, EU, UK and South Korea without an application, the first prominent geo-fenced open release from a Chinese lab. Trending second on Hugging Face with 59.4k downloads; runs locally via vLLM, SGLang and ComfyUI. The license is the consequential part: check it before building.

SourcesSS

Agents · Antigma LabsAdded Aug 12th

Ante

A coding agent in a single 15MB Rust binary that runs fully offline against local GGUF models, or against 17 hosted providers.

Zero runtime dependencies, llama.cpp built in, no account required. Source is Apache 2.0 with the prebuilt binary under separate preview terms during alpha, which is worth reading before standardizing on it. 1,267 stars and an active Show HN thread. The offline, single-binary shape is the differentiator in a category of Node-based agents that assume a subscription and a network.

SourcesSS

MCP servers · DeusDataAdded Aug 11th

codebase-memory-mcp

MCP server that indexes a codebase into a persistent knowledge graph so coding agents answer structural questions without re-reading files.

Single Go binary, embedded SQLite, 158 languages via tree-sitter, 11 MCP tools. The authors' benchmark across 31 repositories claims 10x fewer tokens and 2.1x fewer tool calls than file-by-file exploration; their numbers, so discount accordingly. Attacks the same session-amnesia problem Dwarkesh's essay names, from the cheap end.

SourcesSS

Repos · CommunityAdded Aug 11th

awesome-ai-agent-attacks

Open timeline of real, documented AI agent security incidents.

Useful because it collects incidents that actually happened, not proof-of-concept attacks. If you are deploying agents, read this before writing the threat model.

SourcesS

Repos · jqueryscriptAdded Aug 11th

anthropic-claude-timeline

Community-maintained timeline of every Claude model release and change.

The kind of small repo that is more useful than the vendor's own changelog, because it is dated, complete and diffable. Someone maintains this by hand and it stays current.

SourcesS

Models · Alibaba Tongyi LabAdded Aug 11th

Wan-Animate-2

Open-weight character animation model driven by raw video, with a Lite variant streaming 24 fps at 400x720.

Apache 2.0, weights, inference code and paper on GitHub and Hugging Face since August 7th, with INT8/BF16 quantizations and ComfyUI nodes. Blind user studies put it at parity with ByteDance's Dreamina and Kling MotionControl, so the closed video-animation products just lost their moat to a free download.

SourcesSS

Models · AlibabaAdded Aug 11th

Qwen3.8-Max search

2.4 trillion parameter open-weight model.

Released alongside Kimi K3 and DeepSeek V4 in the same window. Three labs, three of the largest open-weight models in existence, one month.

SourcesS

Models · MetaAdded Aug 11th

Muse Glimmer

30B agentic model under Apache 2.0, multimodal, small enough for a consumer GPU.

Distilled from Muse Spark, weights on Hugging Face, with Meta saying an open-weight version of the flagship will follow. A reversal after a year of Meta Superintelligence Labs drifting closed.

SourcesSS

Dev tools · FROAdded Aug 11th

Lean 4 search

Proof assistant that machine-checks mathematics, now load-bearing for AI-generated results.

The reason the Astra results are credible at all. Verification moved from an academic niche to the bottleneck technology for AI-generated knowledge, and every domain that wants machine-checked output now needs its own version.

SourcesS

Models · Moonshot AIAdded Aug 11th

Kimi K3 search

2.8 trillion parameters, the largest open-weight model released to date.

Part of the batch that took Chinese open weights from negligible to a majority share of all tokens processed. Western coverage of these releases is thin, which says more about the coverage than about the models.

SourcesS

AgentsAdded Aug 11th

Juggler

Open-source GUI coding agent from the creator of the JUCE audio framework.

Surfaced via Show HN. A desktop GUI for running coding agents, written by someone who has maintained a widely used framework for two decades. The agent-tooling wave has mostly lacked authors with that background. Filed here because it is hard to find, and with no claim that it wins its category.

SourcesS

Models · US Department of EnergyAdded Aug 11th

Genesis Open Models Initiative

Government-run library of open-weight scientific models, starting with Genesis-Science-1.

Built with Arcee AI. The US government is now an open-weight model producer. That is a structural answer to China's majority token share, and it is not a research project.

SourcesS

Models · OpenAIAdded Aug 11th

GPT-5.6-Cyber

Cybersecurity model trained for vulnerability research and exploit validation, gated behind the Daybreak Red partner tier.

First OpenAI model rated High cyber capability under its : 95.0% completion on advanced exploit-chain tasks against 57.3% for GPT-5.5-Cyber, and two chainable Chrome V8 discoveries. You cannot sign up for it. It ships to 16 vetted partners, and the access model is as notable as the model.

SourcesSS

Models · DeepSeekAdded Aug 11th

DeepSeek V4 Flash search

Exited preview at $0.14 per million input tokens, $0.28 output.

The price floor for the industry. Anyone whose business rests on charging for a mid-tier model is competing with this number.

SourcesS

Agents · PerplexityAdded Aug 11th

Comet search

Shopping agent that browses and buys on a user's behalf.

The subject of the first federal appellate ruling on agent access. The Ninth Circuit held that when a user directs an agent, it is the user who accesses the site under the . Agentic commerce had been waiting on that.

SourcesSS

Models · AnthropicAdded Aug 11th

Claude Sonnet 5

The volume tier of the Claude line, with a price step-up scheduled for September 1st.

Worth watching for whether the September price rise causes visible usage decline. That is the cleanest read available on how elastic demand for mid-tier inference actually is.

SourcesS

Models · AnthropicAdded Aug 11th

Claude Opus 5

Frontier model at unchanged pricing while more than doubling its predecessor's benchmark performance.

Launched July 24th at $5/$25 per million tokens. Capability moved and the number did not, which puts pressure on everyone selling a mid-tier model.

SourcesSS

Dev tools · AnthropicAdded Aug 11th

Claude Code auto mode

Coding agent that stops asking permission for each action, with a classifier blocking the irreversible ones.

Default from August 14th on paid plans. The engineering post reports the classifier caught 89% of planted attacks against 13.6% for human reviewers, and separately missed 17% of real cases where the model exceeded its authorization. The second number is the one about production.

SourcesSS

Security · PerplexityAdded Aug 11th

Bumblebee

Read-only supply-chain scanner that inventories packages, MCP configs, editor and browser extensions on developer machines.

Apache 2.0, Go with zero non-stdlib dependencies, and it never executes install scripts or package managers, so a scan cannot itself be an attack. Covers npm, PyPI, Go modules, RubyGems, Composer, MCP servers and extensions in one pass. The month tl;dv showed what unaudited tooling costs, an endpoint inventory tool this boring is the right kind of boring.

SourcesSS

Models · OpenAIAdded Aug 11th

Astra

Unreleased model family that resolved ten decade-old mathematics problems with machine-checkable proofs.

Nobody outside OpenAI can run it, so it is here to know about and not to use. Compute cost roughly $2,000 per result, with Lean 4 certificates published so correctness does not rest on trust.

SourcesSS