RadixArk just dropped Miles: An open-source RL framework for LLMs and multimodal models to make training simple, efficient, and stable

RadixArk just dropped Miles: An open-source RL framework for LLMs and multimodal models to make training simple, efficient, and stable

RadixArk just open-sourced Miles, an enterprise-ready RL framework designed specifically for post-training large-scale LLMs and VLMs. It pairs SGLang for high-throughput rollouts with Megatron-LM (or PyTorch FSDP2) for distributed training.

Anyone running RL at scale knows the usual headaches: engine crashes, off-policy divergence, MoE routing mismatches, and massive weight synchronization overhead. Miles targets those exact infrastructure bottlenecks.

Features:

  • Token-in-Token-Out (TITO): Preserves exact rollout tokens and metadata across black-box harnesses and environments without detokenizing and retokenizing, avoiding encoding mismatches.
  • P2P RDMA Weight Updates: Synchronizes weight updates between rollout engines and training workers in seconds—even at trillion-parameter scales—without pipeline stalls.
  • Rollout Routing Replay (R3): Records expert routing choices during SGLang rollouts and replays them in Megatron-LM’s forward pass, eliminating MoE routing divergence that causes training instability.
  • Fully Async & Decoupled RL Pipelines: Decouples rollout and training workers with customizable on/off-policy schedules and async evaluation to maximize GPU utilization.
  • In-Place Fault Recovery: Automatically recovers killed or crashed SGLang rollout engines and resumes the run in-place without pausing or restarting the training cluster.

↗️ More info: https://aideveloper44.com/product/miles-6a86280b29bc1550c12a004d

↗️ GitHub: https://github.com/radixark/miles

u/ai_tech_simp — 1 day ago

NVIDIA just open-sourced TensorRT-Model-Connect: Deploy supported Hugging Face models for end-to-end TensorRT inference in just two commands

NVIDIA just open-sourced TensorRT-Model-Connect, a tool that simplifies taking PyTorch/Hugging Face models and deploying them on NVIDIA GPUs with TensorRT. Instead of dealing with intermediate ONNX exports or complex compilation pipelines, you can build and run models directly via CLI or native APIs.

Key Features:

  • Direct HF-to-TensorRT Pipeline: Bypasses intermediate ONNX conversion steps entirely, compiling Hugging Face or PyTorch checkpoints straight into optimized TensorRT engines.
  • Portable .bundle Packaging: Generates a single, versioned .bundle file from the Python build environment that packages the engine and runtime metadata for clean handoffs.
  • Native C++ & Python APIs: Provides native C++ task APIs (alongside Python wrappers) to load .bundle files directly into production backends or edge runtime applications.
  • Broad Task-Oriented Model Support: Built-in family plugins covering text generation, audio transcription, image/video generation, vision-language models, and forecasting.
  • AI Agent Workflows: Features repository-native agent skills and configurations, allowing coding agents (like OpenAI Codex or Claude) to build, test, and benchmark models programmatically.

↗️ More info: https://aideveloper44.com/product/tensorrt-model-connect-6a84ef68e1667bb275f392cf

↗️ GitHub: https://github.com/NVIDIA/TensorRT-Model-Connect

u/ai_tech_simp — 2 days ago

Modular just open-sourced Mojo: compiler, toolchain, and stdlib now on GitHub

Modular officially open-sourced the entire Mojo language stack today—including the compiler engine, toolchain, and standard library—under the Apache 2.0 license with LLVM exceptions.

Previously, only the standard library was open-source while the core compiler remained proprietary during early development. With the recent release of Mojo 1.0, the complete codebase is now public on GitHub at modular/modular.

Key Features:

  • Full Python Interoperability & Syntax: Seamlessly imports and calls existing Python packages (like NumPy, PyTorch, or Pandas) while writing Python-like code with zero setup overhead.
  • C-Level Performance: Compiles directly to native machine code using MLIR and LLVM, eliminating Python's runtime overhead and dynamic dispatch costs.
  • Explicit Memory & Lifetime Control: Offers Rust-like ownership semantics, borrow checking, and manual memory management alongside safe defaults to avoid garbage collection pauses.
  • Native Multi-Hardware Targeting: Compiles and runs across CPUs, NVIDIA GPUs, AMD GPUs, and Apple Silicon without lock-in to vendor-specific frameworks.
  • Compile-Time Metaprogramming: Features powerful compile-time evaluation and parametric auto-tuning to optimize code layouts and hardware vectorization before execution.

↗️ More info: https://aideveloper44.com/product/mojo-6a8499c9aa02ccae671c5cae

↗️ GitHub: https://github.com/modular/modular

u/ai_tech_simp — 2 days ago

Meta has open-sourced Immersive Web SDK: A WebXR framework that allows AI coding agents to compose and edit complex 3D scenes

Meta recently open-sourced the Immersive Web SDK (IWSDK), an open-source framework that simplifies WebXR development and integrates directly with AI coding agents.

Rather than treating AI as just a text-based code generator, IWSDK exposes deep engine-level hooks and tools (like an Agentic Scene Composer) that allow LLMs to visually compose, inspect, and tweak complex 3D scenes in real time without breaking layout code or dependencies.

Key Features:

  • Agent-First Engine Integration (@iwsdk/vite-plugin-dev): Exposes 39+ engine-level tools that let AI agents run headless or in real time, take scene screenshots, simulate controller inputs, and debug the runtime.
  • High-Performance ECS Architecture: Built on Three.js using a lightweight Entity Component System (ECS) to manage complex scene graphs, entities, and component state efficiently.
  • Compiled Spatial UI (UIKitML): Write 3D user interfaces using HTML-like syntax that compiles at build time via a custom Vite plugin for optimal layout and text rendering performance.
  • Pre-Built XR Systems: Includes ready-to-use production modules for grab interactions, locomotion engines (@iwsdk/locomotor), spatial audio, and Havok-powered physics (@babylonjs/havok).
  • Browser-First Emulation & Cross-Platform: Develop and test fully on desktop browsers using built-in keyboard, mouse, and XR input emulation without needing a physical headset connected.

↗️ More info: https://aideveloper44.com/product/immersive-web-sdk-iwsdk-6a848fd5f716e2e868edab4e

↗️ GitHub: https://github.com/facebook/immersive-web-sdk

u/ai_tech_simp — 2 days ago

Warp just launched Warp Factories: An open, flexible cloud infrastructure to run fleets of coding agents across your SDLC

Warp launched Warp Factories, an open cloud platform designed to run and coordinate fleets of coding agents across your software development lifecycle. Rather than acting as a single-task AI teammate, it provides programmable infrastructure to automate standing, multi-stage workflows—from issue intake to a reviewed pull request.

Key Features:

  • Definitions as Code: Configure agent fleets, model routing, repositories, secrets, and human approval gates in a version-controlled factory.yaml file.
  • Harness & Model Agnostic: Run any MCP-capable agent harness (such as Claude Code, Codex, Cursor, or Warp Agent) using frontier or open-weight models per pipeline stage.
  • Multi-Tool Triggering: Work enters automatically via webhooks from Slack, Teams, Linear, Jira, GitHub, GitLab, or locally using the Factory MCP.
  • Computer Use Verification: Agents capture browser/GUI screenshots and screen recordings to validate UI changes and bug fixes directly inside PR reviews.
  • Flexible Execution Compute: Run workloads on Warp's managed cloud infrastructure or route worker execution to Docker/Kubernetes runners inside your own VPC.

↗️ More info: https://aideveloper44.com/product/warp-factories-6a84893e6462b6cd64a30c58

↗️ Product page: https://www.warp.dev/factories

u/ai_tech_simp — 2 days ago

Google has open-sourced SAM: A portable, zero-config, zero-trust P2P agentic network built for AI agents to share tools without public IPs

If you are running local LLMs, AI agents, or MCP servers and are tired of exposing public ports or setting up complex VPN tunnels, check out SAM (Sovereign Agent Mesh). It is a lightweight, zero-config overlay network built specifically for agent-to-agent communication across heterogeneous environments (cloud, local machines, edge/Raspberry Pi).

Key Features:

  • NAT-Bypassing P2P Mesh: Uses libp2p transport and relay nodes to establish direct peer-to-peer tunnels between agents across NATs, firewalls, and isolated subnets without public IP addresses or ingress rules.
  • Native Model Context Protocol (MCP) Integration: Exposes local tools to remote agents via standard HTTP/Unix sockets, allowing dynamic tool discovery and execution across the network.
  • Zero-Trust Identity & Attestation: Every node operates with an environment-agnostic cryptographic identity, enforcing mutual authentication (mTLS) and granular capability-based access control by default.
  • Portable Go Daemon (sam-node): Single, compiled binary footprint with minimal overhead, compatible with edge hardware (Raspberry Pi, mobile) up to Docker and Kubernetes deployments (via Helm charts).
  • Decentralized Control Plane Architecture: Run on a shared public testnet or self-host a private sam-control-plane and sam-router setup for total control over identity mapping and policy distribution.

↗️ More info: https://aideveloper44.com/product/sam-sovereign-agent-mesh-6a8477c1a3fe928a4733048e

↗️ GitHub: https://github.com/google/sam

u/ai_tech_simp — 2 days ago

Cursor launches Origin: A cloud-based code hosting platform built for your code, PRs, and agents

Cursor just announced Origin, their cloud-hosted Git forge built directly into the editor ecosystem. It’s designed to sit alongside or act as an alternative to GitHub, bringing repos, pull requests, and AI agents into a single environment.

Origin is currently rolling out in early beta for all paid Cursor plans.

Features:

  • Two-Way GitHub Sync: Sync existing GitHub repos to Origin in real time. Pushes, comments, PR updates, and reviews sync bi-directionally between both platforms without breaking GitHub as your primary source of truth.
  • Native IDE & CLI Workflow: Create and manage repos directly from the new Codebase tab in Cursor. Includes a dedicated CLI ([cursor.com/codebase/](https://cursor.com/codebase/)...) to push, pull, and clone repos natively.
  • In-Repo AI Agents: Run Cursor AI models directly against your hosted code to ask questions, review diffs, draft PRs, or apply multi-file changes across branches from a single workspace.
  • Integrated PR Reviews: View full PR timelines, commits, CI checks, and file diffs inline. Leave inline comments, react, or merge assigned GitHub reviews directly inside the editor interface.
  • Ecosystem Extensions: Built-in integrations with tools like Vercel (for automatic preview deployments on PRs), Depot, and Buildkite (to run existing GitHub Actions and native CI pipelines).

↗️ More info: https://aideveloper44.com/product/origin-6a835f08dbbd743865671288

↗️ Changelog: https://cursor.com/changelog/origin-code-hosting

u/ai_tech_simp — 3 days ago

AWS just open-sourced Context Ontology Accelerator: A semantic context layer that enables AI agents to make more accurate, consistent, and explainable decisions

AWS just open-sourced the Context Ontology Accelerator (Apache 2.0). If you are building AI agents that struggle with hallucinations, complex business rules, or weak vector search context, this framework creates a deterministic semantic context layer using W3C standards and serves it directly to agents over the Model Context Protocol (MCP).

Key Features:

  • MCP Integration: Exposes ontology traversal, SPARQL endpoints, and entity resolution directly to AI agents via standard MCP servers.
  • Tiered Context Resolution: Routes queries deterministically—from pre-compiled governed metrics (fastest/cheapest) to SPARQL over Virtual Knowledge Graphs (VKG), down to LLM fallback synthesis.
  • W3C Open Standards Support: Grounded in OWL 2, RDF, SHACL shapes, and R2RML mappings to prevent vendor lock-in and keep ontologies portable.
  • Granular Security Controls: Built-in two-layer Cedar authorization, namespace isolation, and an AST-level SQL Firewall for secure data access.
  • IaC & Developer Tooling: Deploys as a cloud-native architecture on AWS using TypeScript CDK, with local CLI workflows powered by Python 3.12, Docker, uv, and pnpm.

↗️ More info: https://aideveloper44.com/product/context-ontology-accelerator-6a8353d9d91d7f1d91299114

↗️ GitHub: https://github.com/aws/context-ontology-accelerator

u/ai_tech_simp — 3 days ago

Alibaba has open-sourced Qwen-UI-Agent: A GUI agent that thinks, searches, and acts across mobile, desktop, and the web for cross-platform automation

Alibaba's MAI-UI team has released Qwen-UI-Agent, an open-weight foundation GUI agent designed to navigate and execute long-horizon workflows across mobile apps, desktop OS environments, and web browsers. Unlike typical screen-scraping agents, it combines visual screen grounding with direct tool/CLI calls to complete multi-step tasks across physical and virtual devices.

Features:

  • Unified Action Space: Combines visual GUI clicks with terminal/Bash CLI execution and supports batched operations to reduce step latency.
  • Cross-Domain Execution: Preserves task state across mobile, browser, desktop, and search environments without losing context.
  • High-Precision Grounding: Achieves top scores on benchmarks like ScreenSpot-Pro for precise UI element targeting and click accuracy.
  • Local Hardware & API Support: Easily runnable locally using standard web toolchains (npm install) or self-hosted via OpenAI/vLLM-compatible endpoints.
  • Human-in-the-Loop Safeguards: Features built-in safety hooks that pause automation to request explicit user approval before high-risk actions.

↗️ More info: https://aideveloper44.com/product/qwen-ui-agent-6a831aecca64a56087cc70b1

↗️ GitHub: https://github.com/Tongyi-MAI/Qwen-UI-Agent

u/ai_tech_simp — 3 days ago

NVIDIA has open-sourced Switchyard: A Rust-based tool that lets LLM apps route traffic across models and providers

NVIDIA has open-sourced Switchyard, a high-performance Rust proxy and library that routes, translates, and observes LLM traffic across models and providers. It lets developer tools and coding agents (like Claude Code or Codex) built for specific proprietary formats run seamlessly on self-hosted or open-source backends (like vLLM, NVIDIA NIM, or Ollama) without modifying client code.

Features:

  • Universal API Protocol Translation: Dynamically converts traffic between OpenAI Chat Completions, OpenAI Responses, and Anthropic Messages formats on the fly.
  • Composable Routing Algorithms: Implements multi-backend routing out of the box, including random splitting for A/B testing, LLM-as-a-classifier tiers, and signal-driven stage routers.
  • Dual Deployment Modes: Can be run as a standalone proxy server (switchyard-server) or embedded directly into existing Rust applications as a library (switchyard-libsy) without owning an HTTP stack.
  • Built-in Operational Observability: Exposes comprehensive Prometheus metrics tracking request volume, error rates, latency, token usage, and routing overhead.
  • Stream & Fallback Handling: Preserves streaming responses and handles multi-tier routing logic (such as weak-to-strong escalation judges) natively.

↗️ More info: https://aideveloper44.com/product/switchyard-6a825242f5f83784ce084f02

↗️ GitHub: https://github.com/NVIDIA-NeMo/Switchyard

u/ai_tech_simp — 4 days ago

CodeRabbit AI just launched CodeRabbit Security: An AI security agent that maps your repo, finds vulnerabilities, verifies each code, and ships fixes as PRs

CodeRabbit just released a new product called CodeRabbit Security. It is built to find and fix application-level vulnerabilities that standard rule-based SAST tools usually miss (like business logic flaws, IDORs, or prompt injections).

Instead of relying on static rules, it uses specialized AI agents to act more like an attacker—mapping out how your code actually interacts across services.

Features:

  • Repo-Wide Context Mapping: It builds a reachability graph of your entire codebase, tracing inputs from entry points to sinks to catch complex flaws (like race conditions or injection chains) that span multiple files.
  • Independent Verification (Less Noise): Before flagging a vulnerability, a secondary verifier agent checks if the path is actually reachable and exploitable, aggressively weeding out false positives.
  • Auto-Repairs via PRs: When it confirms a vulnerability, it doesn't just open a dashboard ticket. It scopes the remediation and submits a reviewable pull request (or a stacked PR) directly into your workflow.
  • Deep Scans + Active PR Monitoring: It runs continuous security reviews on active pull requests to catch new issues, while also allowing you to run scheduled "AI Deep Scans" to find vulnerabilities in historical, already-committed code.
  • Seamless Workflow Integration: It is a fully cloud-based SaaS that hooks directly into GitHub, GitLab, Azure DevOps, and Bitbucket—meaning there are no local hardware requirements or complex infrastructure setups.

↗️ More info: https://aideveloper44.com/product/coderabbit-security-6a8248af737f04666d4d62fc

↗️ Official announcement: https://www.coderabbit.ai/blog/introducing-coderabbit-security

u/ai_tech_simp — 4 days ago

Arcee AI has open-sourced Nac: An agent harness for long-running tasks, using a central orchestrator, threads, and structured episodes

Agents often hit a "context rot" wall on complex tasks, bloat their context window with junk, and forget their original prompt. To fix this, the team at Arcee AI just open-sourced nac (Apache-2.0) to separate the temporary context needed for an action from the persistent state needed to finish a project.

Features:

  • Context Bloat Eliminated: Workers execute tasks and return concise summaries ("episodes"). The noisy raw context is permanently discarded.
  • Parallel Execution (DAG): Safely run multiple autonomous worker threads concurrently (e.g., set up an environment while exploring code).
  • Native Sandboxing: Isolates experimental code changes directly on your host machine using Git worktrees (sandbox-worktree)—no Docker needed.
  • Zero Local GPU Needed: Requires <100MB disk and 512MB RAM. Bring your own LLM API keys (OpenAI, Anthropic, DeepSeek, or Arcee).
  • MCP & Tooling: Ships with an MCP server. Interactive coding agents (like Claude Code or Codex) can use nac as a background tool while keeping your main chat clean.

↗️ More info: https://aideveloper44.com/product/nac-6a8226f93891b502e69d21ec

↗️ GitHub: https://github.com/arcee-ai/nac

u/ai_tech_simp — 4 days ago

Someone has open-sourced a Postgres intelligence CLI/tool for AI agents and apps called pgbot

pgbot is a new open-source, Go-based utility that inspects database health, tracks metric drift, and feeds structured diagnostics straight to your terminal or AI coding assistant. It runs as a single static binary that connects read-only, evaluates database health, and writes local baselines to track drift over time. Beyond its use as a standard command-line diagnostic tool, it includes native Model Context Protocol (MCP) support so AI coding assistants can query database metrics directly.

Key Features:

  • Strictly Read-Only Safety: Non-destructive by design, utilizing standard pg_monitor roles and transaction-level read-only guards to ensure production data is never mutated.
  • Model Context Protocol (MCP) Support: Plugs natively into AI environments like Claude Desktop, Cursor, or Claude Code via pgbot mcp to let models run deterministic diagnostics.
  • Baseline-Driven Drift Tracking: Stores local metric snapshots over time to instantly flag regressions like sudden slow queries, surging dead tuples, or cache drops.
  • Double-Sampled Live Rates: Computes actual throughput, WAL rates, and I/O activity by double-sampling cumulative performance counters rather than showing raw totals.
  • Zero-Friction Deployment: Ships as a single static binary via script, Homebrew, or Docker, with built-in configurations for AWS RDS, Supabase, and Neon.

↗️ More info: https://aideveloper44.com/product/pgbot-6a80bc018002399c5a791f21

↗️ GitHub: https://github.com/pgrundev/pgbot

u/ai_tech_simp — 5 days ago

OpenRouter has launched Ori Harness: Run your existing agent CLI on OpenRouter with any model

OpenRouter released Ori Harness, a lightweight CLI wrapper that lets you run developer coding agents—like Claude Code, Codex, OpenCode, Prime Agent, and DeepSeek Harness—directly through OpenRouter without changing your workflow.

The CLI software itself is free to use, with traffic billed at standard pay-as-you-go OpenRouter model rates.

Features:

  • Universal Model Hot-Swapping: Force any supported agent CLI to use any of OpenRouter’s 500+ LLMs via a single --model flag (e.g., ori claude --model openai/gpt-5.2 or ori prime-agent --model google/gemini-3.6-flash).
  • OAuth Auth & Environment Cleanup: Authenticates once via OpenRouter browser OAuth instead of managing scattered auth.json or models.json files. It automatically strips local API keys (like ANTHROPIC_API_KEY or OPENAI_API_KEY) during execution to prevent silent provider fallback collisions.
  • Transparent CLI Passthrough: Wraps the actual agent binaries found on your system PATH. All native keybindings, subcommands, and trailing flags pass straight to the underlying agent untouched (e.g., ori codex --full-auto).
  • Centralized Org Guardrails: Automatically enforces your OpenRouter dashboard policies—such as model allowlists, rate limits, and monthly spending caps—across every local CLI run without needing local configuration files.
  • Unified Multi-Agent Billing & Analytics: Aggregates token consumption, prompt caching data, and billing across all your different coding tools into a single OpenRouter account balance and breakdown dashboard.

↗️ More info: https://aideveloper44.com/product/ori-harness-6a80a6e478ea37f22c92dcc7

↗️ Docs: https://openrouter.ai/docs/guides/ori/harness

u/ai_tech_simp — 5 days ago

Dots Studio just dropped dots3-note preview: An open-weight 280B (16B Active) MoE multimodal model for coding and AI agents

Dots Studio just released the open-weight preview of dots3-note. It's a 280B MoE (16B active) multimodal model (text, vision, audio) optimized for complex reasoning, coding, tool use, and ultra-long-horizon agent tasks.

They also introduced a new reinforcement learning approach called TEMPO (Test-time-scaled Value Estimation with Macro-step Policy Optimization). Instead of relying entirely on standard RLHF, TEMPO uses recursive self-critiquing to let the agent evaluate its own reasoning and update its memory in unfamiliar environments before completing a long-horizon task.

Features:

  • Efficient MoE Architecture: With 280B total but only 16B active parameters, it delivers massive model performance while keeping the active inference compute overhead relatively low.
  • 512K Context Window: Built to natively handle massive inputs like full codebases, deep research documents, and long-term memory for agentic workflows.
  • Native Multimodal Inputs: Processes text, images, video, and audio out of the box, eliminating the need to stitch together separate perception models for real-world agent tasks.
  • Permissive Licensing: Released under the Apache 2.0 license, allowing for unrestricted local deployment, fine-tuning, and commercial integration.
  • Plug-and-Play Deployment: Immediate, out-of-the-box support for standard deployment stacks with quickstart code and Docker images available for vLLM, SGLang, and Transformers.

↗️ More info: https://aideveloper44.com/product/dots3-note-preview-6a806fb73c2f7b5714d6c181

↗️ Hugging Face: https://huggingface.co/dots-studio/dots3-note-prev

u/ai_tech_simp — 6 days ago

Perplexity AI just launched the Perplexity Search SDK: An agent-first Python SDK that brings Perplexity's Search as Code approach to your apps

Perplexity just open-sourced the Perplexity Search SDK, bringing its "Search as Code" architecture directly to external developers.

Instead of treating web retrieval as a monolithic tool call that dumps raw results into an LLM’s context window, this SDK exposes retrieval primitives directly in Python. Your agent can execute searches, fan out queries, deduplicate links, and extract snippets programmatically in the runtime before feeding only the essential context to the model.

Key Features:

  • Composable Retrieval Primitives: Call live web search (pplx_srch_sdk.search.web) and snippet extraction (pplx_srch_sdk.content.snippets) as standalone modular methods.
  • In-Runtime State Management & Filtering: Fan out multiple parallel queries, deduplicate URLs, and rank results entirely within your application runtime, keeping intermediate clutter out of the context window.
  • Context Window & Token Optimization: Drastically reduces token bloat by passing only filtered, query-relevant page snippets rather than unstructured web pages into your LLM prompts.
  • Native Synchronous & Async Support: Ships with both synchronous execution and a built-in AsyncPplxClient designed for high-concurrency, retrieval-heavy multi-agent workflows.
  • Agent-First Architecture: Built to be driven directly by coding agents via the official pplx-search-sdk skill, backed by a precompiled native core for high performance.

↗️ More info: https://aideveloper44.com/product/perplexity-search-sdk-6a7fad45febb0a9d4e5f6ec4

↗️ GitHub: https://github.com/perplexityai/perplexity-search-sdk

u/ai_tech_simp — 6 days ago

SolidJS just announced Solid 2.0 RC: First-class async in the reactive graph, native server functions, and a new Rust compiler (355x faster)

The Solid 2.0 Release Candidate (RC) is officially out. The overarching architectural shift in this release is that async is no longer treated as a separate condition to manage—it is now a native property of the reactive graph itself.

Features:

  • First-Class Async Handling: Computations can now return Promises directly. You no longer need special primitives to absorb async data; standard &lt;Loading&gt; boundaries and isPending states handle it natively without manual null checks.
  • New Rust-Based Compiler: The default Vite plugin now uses a compiler toolchain written in Rust (on top of Oxc). This delivers massive build performance gains, including a 355x speedup for large modules compared to the legacy Babel preset.
  • SolidStart is now "Start Mode": Metaframework capabilities have been absorbed into core. By simply adding start: true to your Vite plugin, you get an integrated serving layer, SSR, and file-system routing. SolidStart as a separate metaframework is being retired.
  • Core Server Functions: The "use server" directive is now built into the core web package. You can write backend RPCs, validation, and auth directly in your Vite app, and the compiler automatically ensures that server-only code never reaches the client bundle.
  • Draft-First Stores: State management has been drastically simplified. Complex APIs like produce and createMutable are gone. Store setters now natively hand back a draft that you can mutate directly, eliminating the need for write-back workarounds.

↗️ More info: https://aideveloper44.com/product/solid-6a7f86c28f93ba9783b350fa

↗️ Official announcement: https://www.solidjs.com/blog/solid-2-0-rc-the-big-reveal

u/ai_tech_simp — 6 days ago

Z.ai has just released OpenVuln: An AI security platform that scans open-source GitHub repositories to hunt for vulnerabilities

Z.ai just launched a new tool called OpenVuln. It’s a public vulnerability intelligence platform powered by their GLM model that runs autonomous security audits on open-source codebases.

You just paste a public GitHub repository URL, and the AI engine scans the entire codebase to hunt for vulnerabilities. It’s currently hosted as a Hugging Face Space and is free to use.

Features:

  • Zero-Setup Scanning: No need to configure CI/CD pipelines or install local dependencies; just paste the repository URL and let the engine run.
  • Responsible Disclosure Enforcement: Aggregate security metrics (number of bugs, severity levels) are public, but detailed code flaws remain private and accessible only to verified repository maintainers until public disclosure.
  • Deep Contextual Analysis: Powered by the GLM model, the engine moves beyond simple static pattern matching to analyze complex logic flows and multi-file dependencies.
  • Severity Categorization: Automatically triages findings into Critical, High, Medium, and Low severity tiers so maintainers can prioritize immediate patches.
  • Asynchronous Auditing: Full repository scans run in the background (typically taking 12+ hours for deep audits), allowing you to submit your project and review the dashboard when it finishes.

↗️ More info: https://aideveloper44.com/product/openvuln-6a7f7c1aabccedd30e3cdf9c

↗️ Hugging Face: https://huggingface.co/spaces/zai-org/OpenVuln

u/ai_tech_simp — 6 days ago
▲ 4 r/AIAGENTSNEWS+1 crossposts

Mixedbread AI has launched Toast 1: A specialized search agent for AI apps, RAG pipelines, and agentic workflows

Mixedbread just released Toast 1, a model specifically designed as a retrieval subagent. It fully takes over the search loop—decomposing queries, gathering evidence, and curating context—before handing a clean, token-efficient evidence package back to your generalist reasoning models (like GPT-5.6 or Claude).

Features:

  • Subagent Architecture: It is designed to plug directly into your stack to handle the heavy RAG lifting, freeing up your primary model's compute and context window.
  • Proven Token Efficiency: Benchmarks on the Harvey LAB firm-knowledge dataset show it maintains 100% answer quality while using 3.5× fewer tokens compared to a vanilla agent.
  • Backend Agnostic: It is engineered to run over your existing retrieval indexes, meaning you do not need to migrate your current database backend to use it.
  • Immediate Workflow Integration: You can add it as a retrieval tool to your stack in minutes via their Chat Completions API or by using their pre-built golden harness.
  • Native Coding Agent Support: You can pipe it into coding agents directly using standard package manager commands (npx skills add mixedbread-ai/skills) or through their OpenCode integration.

↗️ More info: https://aideveloper44.com/product/toast-1-6a7f4b5c01211bccdbbe63b1

↗️ Official announcement: https://www.mixedbread.com/blog/toast-1

u/ai_tech_simp — 6 days ago

Alibaba just dropped Qwen3.8-27B: An open-weight 27B multimodal AI model for coding and agentic tasks

Alibaba has officially released the open weights for Qwen3.8-27B. It is a dense, multimodal model that outperforms Qwen3.7-Plus, fits comfortably on a single 24GB GPU (at 4-bit quantization), and is available under the permissive Apache 2.0 license.

Features:

  • Massive Native Context: Supports a 262,144-token context window out of the box, which is easily extensible to 1M tokens via YaRN for processing entire repositories, long documents, or large log files.
  • Native Multimodal Processing: Built to natively understand images, STEM diagrams, complex documents, and even hour-scale videos without relying on a bolted-on vision encoder.
  • Flexible Thinking Control: Chain-of-thought "Thinking mode" is enabled by default. Developers can easily adjust the reasoning_effort parameter (low, medium, xhigh) to balance compute cost and latency, or disable it completely for direct responses.
  • Agentic Task Execution: Optimized for autonomous planning and environment feedback, scoring highly on real-world software engineering benchmarks (e.g., 61.7 on SWE-bench Pro) and long-horizon office work.
  • Broad Framework Compatibility: Ready for immediate drop-in deployment with official support for Hugging Face Transformers, vLLM, SGLang, and local runners like Unsloth via GGUF.

↗️ More info: https://aideveloper44.com/product/qwen3-8-27b-6a7f43c08b09b2bff9ef4d42

↗️ Hugging Face: https://huggingface.co/Qwen/Qwen3.8-27B

u/ai_tech_simp — 6 days ago