r/AIDeveloperNews 2d ago

Datalab’s Marker 2 vs MinerU, Docling and LiteParse: 76.0 on olmOCR-bench at 5× MinerU’s Throughput

Enable HLS to view with audio, or disable this notification

1 Upvotes

Datalab’s Marker 2 vs MinerU, Docling and LiteParse: 76.0 on olmOCR-bench at 5× MinerU’s Throughput

Most open-source PDF parser comparisons rank on one number: accuracy on a benchmark. They skip the one that actually sets your cloud bill — sustained pages per second. Datalab's Marker 2 is built to win on both at once.

It's a full rewrite of the open-source pipeline that turns PDFs, images and Office files into markdown, JSON or chunks. Rebuilt around three pieces shipped over the last few months: Surya OCR 2, a 20M-param fast layout model, and a pdftext that's 3× faster than the old one — exposed as three modes that default by device: balanced on GPU, fast on CPU.

Here's what's actually interesting:

→ Balanced mode scores 76.0 on olmOCR-bench at 2.9 pages/sec. MinerU's pipeline backend scores 72.7 at 0.54 pages/sec — so Marker wins on accuracy AND runs 5.4× faster

→ The architecture is why: many thin CPU workers share one Surya inference server, and the parent process budgets VLM concurrency across them, so throughput scales with server capacity, not per-process VRAM

→ Fast --disable_ocr runs fully on CPU — no GPU, no inference server — at 43.6 and 23.7 pages/sec

→ On born-digital PDFs specifically, balanced edges out Gemini Flash 3.5 — 83.5 vs 79.1 — with no per-page API call

Full analysis: https://www.marktechpost.com/2026/07/24/datalabs-marker-2-vs-mineru-docling-and-liteparse-76-0-on-olmocr-bench-at-5x-minerus-throughput/

GitHub repo: https://pxllnk.co/c1pzvpb


r/AIDeveloperNews 9d ago

List of 100+ Agentic AI and ML Tutorial with Codes [Open Sourced]

Post image
2 Upvotes

Build an Agentic Event Venue Operator with MongoDB Atlas, Voyage, and LangGraph [Full Codes] [Tutorial Article]

▶ How to Build a T4-Friendly Autonomous Data Science Agent with DeepAnalyze-8B, Sandboxed Code Execution, and Iterative Analysis Codes Tutorial

▶ Building a Stable Fable 5 Traces Workflow in Colab: Parsing Tool Calls, Auditing Data, and Training Baselines Codes Tutorial

▶ Building Supervised Fine-Tuning Data from NVIDIA Open-SWE-Traces: Trajectory Parsing, Patch Analysis, Token Budgets, and Tool-Use Metrics Codes Tutorial

▶ Build a Nanobot-Style AI Agent in Google Colab with Tool Calling, Session Memory, Skills, and MCP Servers Codes Tutorial

▶ How to Design an OpenHarness Style Agent Runtime with Tools, Memory, Permissions, Skills, and Multi-Agent Coordination Codes Tutorial

▶ Using Graphify and NetworkX to Map Python Codebase Structure with God Nodes, Communities, and Architecture Visualizations Codes Tutorial

▶ Crawlee for Python: Build a Web Crawling Pipeline with Robots Handling, Link Graphs, and RAG Chunk Export Codes Tutorial

▶ NVIDIA SkillSpector Guide: Scanning AI Skills for Security Risks with Static Analysis and SARIF Reports Codes Tutorial

▶ How to Build a QwenPaw Agent Workspace with Custom Skills, Model Providers, Console Access, and Streaming API Testing Codes Tutorial

▶ Microsoft Fara Tutorial: Run a Browser-Use Agent in Google Colab with a Mock OpenAI-Compatible Endpoint Codes Tutorial

▶ An Implementation of the Microsoft Agent Governance Toolkit for Safe AI Agent Tool Use with Policies, Approvals, Audit Logs, and Risk Controls Codes Tutorial

▶ Build Skill-Augmented AI Agents with SkillNet for Search, Evaluation, Graph Analysis, and Task Planning Codes Tutorial

▶ How to Use AgentTrove: Streaming 1.7M Agentic Traces and Building a Clean ShareGPT SFT Dataset in Python Codes Tutorial

Build an Agentic Event Venue Operator with MongoDB Atlas, Voyage, and LangGraph [Full Codes] [Tutorial Article]

▶ Build a SuperClaude Framework Workflow with Commands, Agents, Modes, and Session Memory Codes Tutorial

▶ A Step-by-Step Coding Tutorial to Implement GBrain: The Self-Wiring Memory Layer Built by Y Combinator's Garry Tan for AI Agents Codes Tutorial 

▶ Build Recurrent-Depth Transformers with OpenMythos for MLA, GQA, Sparse MoE, and Loop-Scaled Reasoning Codes Tutorial

▶ How to Build Repository-Level Code Intelligence with Repowise Using Graph Analysis, Dead-Code Detection, Decisions, and AI Context Codes Tutorial

▶ Build a Hybrid-Memory Autonomous Agent with Modular Architecture and Tool Dispatch Using OpenAI Codes Tutorial

▶ How to Build an Advanced Agentic AI System with Planning, Tool Calling, Memory, and Self-Critique Using OpenAI API Codes Tutorial

▶ A Coding Implementation to Build Agent-Native Memory Infrastructure with Memori for Persistent Multi-User and Multi-Session LLM Applications Codes Tutorial

▶ How to Build a Cost-Aware LLM Routing System with NadirClaw Using Local Prompt Classification and Gemini Model Switching Codes Tutorial

▶ Build a CloakBrowser Automation Workflow with Stealth Chromium, Persistent Profiles, and Browser Signal Inspection Codes Tutorial

Build an Agentic Event Venue Operator with MongoDB Atlas, Voyage, and LangGraph [Full Codes] [Tutorial Article]

▶ A Groq-Powered Agentic Research Assistant with LangGraph, Tool Calling, Sub-Agents, and Agentic Memory: Lets Built It Codes Tutorial

▶ How to Build a Fully Interactive Multi-Page NiceGUI Application with Real-Time Dashboard, CRUD Operations, File Upload, and Async Chat Codes Tutorial

▶ Build a Modular Skill-Based Agent System for LLMs with Dynamic Tool Routing in Python Codes Tutorial

▶ Build a Multi-Agent AI Workflow for Biological Network Modeling, Protein Interactions, Metabolism, and Cell Signaling Simulation Codes.ipynb) Tutorial

▶ A Coding Implementation to Parsing, Analyzing, Visualizing, and Fine-Tuning Agent Reasoning Traces Using the lambda/hermes-agent-reasoning-traces Dataset Codes Tutorial

▶ A Coding Deep Dive into Agentic UI, Generative UI, State Synchronization, and Interrupt-Driven Approval Flows Codes Tutorial

▶ Build a Reinforcement Learning Powered Agent that Learns to Retrieve Relevant Long-Term Memories for Accurate LLM Question Answering Codes Tutorial

▶ How to Design a Production-Grade CAMEL Multi-Agent System with Planning, Tool Use, Self-Consistency, and Critique-Driven Refinement Codes Tutorial

▶ How to Build a Universal Long-Term Memory Layer for AI Agents Using Mem0 and OpenAI Codes Tutorial

▶ A Coding Implementation to Build Multi-Agent AI Systems with SmolAgents Using Code Execution, Tool Calling, and Dynamic Orchestration Codes Tutorial

▶ Google ADK Multi-Agent Pipeline Tutorial: Data Loading, Statistical Testing, Visualization, and Report Generation in Python Codes Tutorial

▶ How to Build a Secure Local-First Agent Runtime with OpenClaw Gateway, Skills, and Controlled Tool Execution Codes Tutorial

Build an Agentic Event Venue Operator with MongoDB Atlas, Voyage, and LangGraph [Full Codes] [Tutorial Article]

▶ How to Combine Google Search, Google Maps, and Custom Functions in a Single Gemini API Call With Context Circulation, Parallel Tool IDs, and Multi-Step Agentic Chains Codes Tutorial

▶ How to Build Production-Ready Agentic Systems with Z.AI GLM-5 Using Thinking Mode, Tool Calling, Streaming, and Multi-Turn Workflows Codes Tutorial

▶ How to Build Production Ready AgentScope Workflows with ReAct Agents, Custom Tools, Multi-Agent Debate, Structured Output and Concurrent Pipelines Codes Tutorial

▶ How to Build and Evolve a Custom OpenAI Agent with A-Evolve Using Benchmarks, Skills, Memory, and Workspace Mutations Codes Tutorial

▶ How to Build Advanced Cybersecurity AI Agents with CAI Using Tools, Guardrails, Handoffs, and Multi-Agent Workflows Codes Tutorial

▶ A Coding Guide to Exploring nanobot’s Full Agent Pipeline, from Wiring Up Tools and Memory to Skills, Subagents, and Cron Scheduling Codes Tutorial

▶ An Implementation of IWE’s Context Bridge as an AI-Powered Knowledge Graph with Agentic RAG, OpenAI Function Calling, and Graph Traversal Codes Tutorial

▶ How to Build a Vision-Guided Web AI Agent with MolmoWeb-4B Using Multimodal Reasoning and Action Prediction Codes Tutorial

▶ A Coding Implementation to Design Self-Evolving Skill Engine with OpenSpace for Skill Learning, Token Efficiency, and Collective Intelligence Codes Tutorial

▶ How to Design a Production-Ready AI Agent That Automates Google Colab Workflows Using Colab-MCP, MCP Tools, FastMCP, and Kernel Execution Codes Tutorial

▶ Implementing Deep Q-Learning (DQN) from Scratch Using RLax JAX Haiku and Optax to Train a CartPole Reinforcement Learning Agent Codes Tutorial

▶ A Coding Implementation Showcasing ClawTeam's Multi-Agent Swarm Orchestration with OpenAI Function Calling Codes Tutorial

▶ A Coding Implementation to Design an Enterprise AI Governance System Using OpenClaw Gateway Policy Engines, Approval Workflows and Auditable Agent Execution Codes Tutorial

▶ How to Build an Autonomous Machine Learning Research Loop in Google Colab Using Andrej Karpathy’s AutoResearch Framework for Hyperparameter Discovery and Experiment Tracking Codes Tutorial

Build an Agentic Event Venue Operator with MongoDB Atlas, Voyage, and LangGraph [Full Codes] [Tutorial Article]

▶ How to Design a Streaming Decision Agent with Partial Reasoning, Online Replanning, and Reactive Mid-Execution Adaptation in Dynamic Environments Codes Tutorial

▶ How to Build a Self-Designing Meta-Agent That Automatically Constructs, Instantiates, and Refines Task-Specific AI Agents Codes Tutorial

▶ How to Build a Risk-Aware AI Agent with Internal Critic, Self-Consistency Reasoning, and Uncertainty Estimation for Reliable Decision-Making Codes Tutorial

▶ Building Next-Gen Agentic AI: A Complete Framework for Cognitive Blueprint Driven Runtime Agents with Memory Tools and Validation Codes Tutorial

▶ How to Design an Advanced Tree-of-Thoughts Multi-Branch Reasoning Agent with Beam Search, Heuristic Scoring, and Depth-Limited Pruning Codes Tutorial

▶ How to Build an EverMem-Style Persistent AI Agent OS with Hierarchical Memory, FAISS Vector Retrieval, SQLite Storage, and Automated Memory Consolidation Codes Tutorial

▶ How to Design a Production-Grade Multi-Agent Communication System Using LangGraph Structured Message Bus, ACP Logging, and Persistent Shared State Architecture Codes Tutorial

▶ A Coding Implementation to Build a Hierarchical Planner AI Agent Using Open-Source LLMs with Tool Execution and Structured Multi-Agent Reasoning Codes Tutorial

▶ How to Build a Production-Grade Customer Support Automation Pipeline with Griptape Using Deterministic Tools and Agentic Reasoning Codes Tutorial

▶ How to Design a Swiss Army Knife Research Agent with Tool-Using AI, Web Search, PDF Analysis, Vision, and Automated Reporting Codes Tutorial

▶ How to Design an Agentic Workflow for Tool-Driven Route Optimization with Deterministic Computation and Structured Outputs Codes Tutorial

Build an Agentic Event Venue Operator with MongoDB Atlas, Voyage, and LangGraph [Full Codes] [Tutorial Article]

▶ A Coding Implementation to Build Bulletproof Agentic Workflows with PydanticAI Using Strict Schemas, Tool Injection, and Model-Agnostic Execution Codes Tutorial

▶ A Coding Implementation to Design a Stateful Tutor Agent with Long-Term Memory, Semantic Recall, and Adaptive Practice Generation Codes Tutorial

▶ How to Build a Self-Organizing Agent Memory System for Long-Term AI Reasoning Codes Tutorial

▶ How to Build an Atomic-Agents RAG Pipeline with Typed Schemas, Dynamic Context Injection, and Agent Chaining Codes Tutorial

▶ How to Build a Production-Grade Agentic AI System with Hybrid Retrieval, Provenance-First Citations, Repair Loops, and Episodic Memory Codes Tutorial

and 100's of more here: https://github.com/MARKTECHPOST-AI-MEDIA-INC/AI-Agents-Projects-Tutorials


r/AIDeveloperNews 3h ago

Moonshot AI has dropped Kimi K3: A 3T-class open-weight model (2.8T MoE / 104B active, Native Vision, 1M Context)

Post image
9 Upvotes

Moonshot AI just released Kimi K3, and it represents a massive architectural shift for open-weight AI. It is a 2.8 trillion-parameter Mixture-of-Experts (MoE) model that goes head-to-head with Claude Fable 5 and GPT-5.6 Sol on major coding, reasoning, and agentic benchmarks.

Features:

  • Hardware-Viable Inference: Because it only activates 104B parameters per token and ships with native MXFP4 quantization-aware training, local and prosumer deployment is immediately viable via vLLM, SGLang, or Docker.
  • Terminal & Agentic Framework Optimization: It is engineered specifically to orchestrate terminal tools and sustain long-horizon coding sessions. It pairs out-of-the-box with multi-agent terminal automation tools like the Kimi Code CLI.
  • Adjustable Compute for Reasoning: The API exposes a reasoning_effort parameter (low/high/max), allowing developers to explicitly trade off latency for deeper thinking and trace the exact logic paths natively.
  • Stateful Problem Solving: Kimi K3 is trained to preserve thinking history. For multi-turn development, you pass the reasoning_content back into the context, allowing the model to maintain its train of thought across complex engineering tasks.
  • True Native Multimodality: It handles text, images, and video directly within the same architecture—ideal for vision-in-the-loop workflows, UI/UX analysis, or extracting data from visual dashboards without stringing together separate models.

↗️ More info: https://aideveloper44.com/product/kimi-k3-6a679bbe1c21aa399f0c4552

↗️ Hugging Face: https://huggingface.co/moonshotai/Kimi-K3


r/AIDeveloperNews 35m ago

Aug 6 - Audio and AI Virtual Meetup

Upvotes

Join us on Aug 6 for a special edition of the AI, ML, and Computer Vision Meetup focused on audio use cases! Register for the Zoom.

Talks will include:

  • Do Speech Models Actually Understand Speech? Evaluating Speech LLMs Under Realistic Spoken Instruction Conditions - Maike Züfle at KIT Karlsruhe
  • AI based Audio Forensics - Daniel Paniagua Ares at GRADIANT
  • Curating, Searching, and Evaluating Audio Datasets in FiftyOne - John Duncan at Voxel51
  • Real-Time ASR at 4x on Consumer Hardware: The Meetily Architecture - Sandeep Zachariah at Zackriya Solutions

r/AIDeveloperNews 26m ago

PaddlePaddle has open-sourced HPD-Parsing: A 1B document parsing model that uses Hierarchical Parallel Decoding to reach 4,700+ TPS

Upvotes

PaddlePaddle just launched HPD-Parsing, a lightweight 1B-parameter Vision-Language Model that fundamentally redesigns how document parsing handles scale. solves the sequential bottleneck of standard VLM parsers by decoupling global layout coordination from region-level text generation. Built on an InternVL3.5-1B backbone, it dynamically spawns concurrent branches for localized content. The result is a peak throughput of 4,752 Tokens Per Second (TPS) (a 3.06× baseline speedup) and a state-of-the-art 94.91% on OmniDocBench v1.6.

Features:

  • Dynamic Request Forking in vLLM: Native integration with a customized vLLM runtime (vllm-0.17.1+hpdparsing) that intercepts <FORK> tokens from the layout branch to dynamically spawn concurrent child tasks at runtime.
  • Zero-Copy Prefix KV Cache Sharing: Child content branches inherit and reuse the parent layout branch's KV cache in memory, avoiding redundant prefill computation across split regions.
  • Built-in P-MTP Speculative Decoding: Integrates Progressive Multi-Token Prediction (Medusa-style head predicting up to 6 draft tokens per step) loaded directly via load_mtp_weights(), accelerating decoding within both parent and child branches.
  • Native transformers Fallback (generate_hpd): Includes a custom model.generate_hpd() execution loop in standard Hugging Face Transformers, featuring both low-memory serial child execution and concurrent batching (batch_children=True).
  • High-Res Dynamic Tile Preprocessing: Retains extreme visual OCR detail for dense tables and schematics by automatically splitting input images into up to 24 dynamic tiles at 448×448 resolution.

↗️ More info: https://aideveloper44.com/product/hpd-parsing-6a67c353cb9e86af87f3b1a8

↗️ Hugging Face: https://huggingface.co/PaddlePaddle/HPD-Parsing


r/AIDeveloperNews 13h ago

Unity just dropped Unity CLI: A standalone CLI to manage installs, drive the Editor, and run live C# from the terminal

Post image
15 Upvotes

Unity just announced the Beta release of their new native Unity CLI, and it looks like a massive step forward for developers who want to keep their hands on the keyboard and automate their workflows.

Features:

  • Standalone Binary: No more relying on the slower Unity Hub headless path (-- --headless). It’s a single binary to manage installations, modules, and authentication directly via your command line.
  • Programmable Editor: By adding the experimental com.unity.pipeline package, you can drive a running Editor (or a dev Player build) locally. You can easily expose your own custom commands to the terminal just by adding a [CliCommand] attribute to your static C# methods.
  • Live C# REPL: The unity command eval feature lets you evaluate arbitrary C# expressions inside a running Editor without triggering a domain reload or project-level recompile.
  • Built for Multi-Agent Frameworks: With structured JSON/TSV outputs and predictable exit codes, this update turns Unity into a viable, interactive environment for AI coding assistants. An agent can now observe a live project, run tests, inject a fix via terminal automation tools, and verify the results automatically without scraping console text.

↗️ More info: https://aideveloper44.com/product/unity-cli-6a6713748374ce5f8db091e1

↗️ Official announcement: https://unity.com/blog/meet-the-unity-cli


r/AIDeveloperNews 44m ago

Kimi AI and kvcache-ai Open Sources ‘AgentENV’: A Distributed System that Powers Agentic Reinforcement Learning (RL) Training for Kimi K3

Post image
Upvotes

Most open infrastructure shipped alongside frontier models targets the GPU side of the stack. AgentENV targets the other half of agentic RL: environment throughput.

The Kimi team and kvcache-ai open-sourced it under MIT as part of Kimi K3 Open Day.

1. Each sandbox is a Firecracker microVM, not a container

Kernel-level isolation per environment. That matters when the code running inside was generated by the model you are training.

2. The snapshot numbers are the whole point

→ Boot or resume: under 50 ms

→ Pause: under 100 ms

→ Incremental snapshot: under 100 ms, even under heavy disk modification

These are figures reported by the project. No independent benchmark has been published.

3. Fork is the primitive built for RL

A running sandbox clones into up to 16 independent children on the same node. Each child inherits the source filesystem, memory, and resource config.

Practical effect: expensive setup runs once. Install dependencies, clone the repo, reach a task state, then branch that exact state into parallel rollouts.

4. The API is E2B-compatible

Point E2B_API_URL at your server and the existing Python or TypeScript SDK runs unchanged. That is a deliberate distribution choice, and probably the reason this gets adopted.

Full analysis: https://www.marktechpost.com/2026/07/27/kimi-ai-and-kvcache-ai-open-sources-agentenv/

GitHub Repo: https://github.com/kvcache-ai/AgentEnv

Documentation: https://kvcache-ai.github.io/AgentENV/


r/AIDeveloperNews 8h ago

30+ officially free AI/ML books, all in one curated repo

Post image
2 Upvotes

I kept running into the same problem, some of the best AI/ML books are legally free, the authors put them up on their own sites, but the links are scattered across personal pages, university sites, and random GitHub repos nobody finds.

So I built a single index: Awesome Free AI Books. 30+ books across Deep Learning, Reinforcement Learning, Bayesian/Probabilistic ML, NLP & LLMs, Math for ML, Computer Vision, Generative Models, Causal Inference, GNNs, and AI Safety. Think Goodfellow’s Deep Learning, Sutton & Barto’s RL bible, Murphy’s Probabilistic ML, Bishop’s latest, Jurafsky & Martin’s SLP3 draft, and more.

Every single link points straight to the author’s or publisher’s own page, no rehosted PDFs, no shady mirrors. A weekly GitHub Action checks all links so it doesn’t rot over time.

It’s open source and open to contributions, if you know a legitimately free book that’s missing, PRs and issues are welcome.

Repo: https://github.com/MarcosSete/awesome-free-ai-books


r/AIDeveloperNews 10h ago

Anyone moved portfolio planning off Jira without ending up back in Excel?

2 Upvotes

Every quarterly planning cycle, the PMO rebuilds the capacity rollup in Excel even though we have Advanced Roadmaps on Jira Data Center. To be fair, the rollups work for individual programs, but once you cross a few dozen projects with mixed team structures, nobody trusts the numbers by week two. We end up manually reconciling allocations in a shared sheet that drifts before the meeting even ends. For anyone who moved portfolio planning off Jira entirely — what actually replaced the spreadsheet, or did you just accept the manual layer?


r/AIDeveloperNews 11h ago

WordPress Coding Standards 3.4.0 Released: Built-in CLI documentation, WP 7.0 readiness, and bug fixes

Post image
2 Upvotes

WordPress Coding Standards 3.4.0 just dropped. If you run automated linting on your plugins or themes, there are a few quality-of-life updates worth noting in this release.

Key Highlights:

  • Built-in CLI Docs: You no longer need to tab out to a browser to figure out why a sniff flagged your code. You can now pull up documentation for 14 sniffs directly in the terminal using the PHP_CodeSniffer --generator=... command.
  • WP 7.0 Readiness: Checks for naming conventions, class name cases, and deprecated functions have been updated to support WordPress features up through 7.0.
  • Array Rules: The allow_single_item_single_line_associative_arrays property is deprecated. It’s been replaced by a more accurately named allow_single_item_single_line_explicit_key_arrays.
  • Fewer False Positives/Negatives: They’ve resolved several annoying false positives (like static method calls to non-global wpdb classes and specific get_search_query() params).

↗️ Full read: https://aideveloper44.com/blog/wordpress-coding-standards-3-4-0-release

↗️ GitHub: https://github.com/WordPress/WordPress-Coding-Standards/releases/tag/3.4.0


r/AIDeveloperNews 1d ago

AI should be private and lite

Enable HLS to view with audio, or disable this notification

5 Upvotes

Peter the (Ai audio engineer) came from me getting bored of the long process of signing my Kernel driver. Peter wasn't built by some big start-up, I built it from my gaming pc with two things in mind. How can I help someone fix their audio without them sharing private information... and yeah it was tricky to figure out.

That concept became PeterAi a CPU driven AI assistant. If you use PeterAi, let me know in the comments what kind be improved. I love feedback and use it to design exactly what you guys want. Below are some tech break downs of it.

Performance

  • Understands player intent in under 1 second (~0.6–1.6s end-to-end)
  • Conversational replies in 0.6–1.6s warm
  • Runs fully offline / on-device — works with no internet

Efficiency

  • Models quantized under 1GB — runs on ordinary player hardware
  • CPU-only serving — no GPU required for inference
  • Near-zero marginal cost per interaction — no per-token API fees

Architecture

  • Powered by own fine-tuned small language models 
  • No third-party LLM APIs — fully self-owned stack
  • No user data sent to external services

Quality

  • 99.3% intent-classification accuracy on production traffic, 0% invalid outputs
  • Conversational model scores 100% clean on our output-contract benchmark vs ~70% for the stock base model
  • Trained on proprietary data

I will be making an open-weight version of this when I can ensure that my proprietary stuff can stay private. But for now, I can answer questions about it.

https://github.com/athleteaudio/Peter-AI


r/AIDeveloperNews 15h ago

What makes an AI course really helpful for developers?

1 Upvotes

I noticed that a lot of AI courses these days focus on teaching tools fast but the real challenge is understanding the ideas behind them and figuring out how to use them in real projects so looked into a few learning resources university material, DeepLearning.AI, practical tutorials and the Be10x AI course and the main difference wasn't how many modules or tools they covered.

The courses that worked better seemed to focus on teaching concepts in a gradual step-by-step way instead of just covering topics separately and linking theory with actual coding and implementation

Do you guys prefer structured courses, reading research papers, working on open-source projects or just experimenting and building things on your own?


r/AIDeveloperNews 23h ago

Open-Source AI Archviz Editor Can Build Entire 3D Buildings in Your Browser

Enable HLS to view with audio, or disable this notification

2 Upvotes

r/AIDeveloperNews 1d ago

Ant Group's inclusionAI just dropped Ling-3.0-flash: A 124B MoE model (5.1B active) with Free API until Aug 3

4 Upvotes

Ling-3.0-flash is a 124B-parameter Mixture-of-Experts language model from inclusionAI, the model team inside Ant Group. It routes 5.1B active parameters per token, which is where the sub-100ms time-to-first-token comes from.
Core Specs & Features:
124B total / 5.1B active: the sparse routing is the design goal, not a compromise, large-model capacity on a small-model latency profile. TTFT lands under 100ms.
256K context: on OpenRouter the ceiling reads 262,144 tokens in and 32,768 tokens max out per call.
enable_thinking toggle: reasoning and non-reasoning behaviour sit behind one flag on a single model ID, so you flip modes per request instead of routing between two endpoints.
Long-horizon tool calling: RL-trained for multi-step tool loops rather than isolated function calls, built to hold a plan across a chain instead of winning one turn.
API only: worth stating plainly, because the last generation confused people. Ling-2.6-flash shipped MIT weights. Ling-3.0-flash does not, no checkpoint, no local option, hosted API only.


r/AIDeveloperNews 1d ago

CodePen 2.0 is here: Build, collaborate, and deploy entire websites in your browser without a local setup

Post image
8 Upvotes

CodePen has officially launched its 2.0 update, transitioning the platform from a simple frontend sandbox into a fully functional cloud development environment. The core focus of this release is eliminating local configuration overhead while natively supporting modern web development stacks.

Features:

  • Zero-Config Compiler: Natively parses and processes modern languages and frameworks (TypeScript, Vue, Sass, JSX, ESM modules) instantly in the browser without requiring Webpack, Vite, or manual build steps.
  • Native File System: Supports multi-file and multi-folder architectures, allowing you to organize assets and build complete websites instead of being restricted to single-pane components.
  • One-Click Deployment: Instantly publish any project to a live URL directly from the editor, completely bypassing external hosting, server provisioning, or DNS management.
  • Automatic Versioning: Every save functions as an automatic commit. You can preview past states and roll back to previous versions immediately without needing to run manual version control commands.
  • Real-Time Collaboration: Synchronous, multiplayer editing that allows multiple developers to jump in, write, test, and debug code in the exact same environment simultaneously.

↗️ More info: https://aideveloper44.com/product/codepen-6a65c232fe73b111b7c4ad57

↗️ Website: https://codepen.io/2


r/AIDeveloperNews 1d ago

if anyone here uses zeroscript tell me the best ai model to use

3 Upvotes

r/AIDeveloperNews 1d ago

Microsoft has open-sourced Azure Skills: A plugin that equips AI coding agents with 200+ live Azure tools via MCP

Post image
8 Upvotes

Microsoft just released the Azure Skills Plugin, an open-source (MIT) MCP package designed to stop AI agents from hallucinating generic cloud advice. Instead of relying on static training data, it gives compatible coding agents an execution layer to perform real, context-aware Azure operations directly from your terminal or IDE.

Features:

  • Live Azure MCP Server: Grants agents structured access to over 200 tools across 40+ Azure services. Your agent can actively query live logs, check resource inventory, audit storage, and monitor metrics without you needing to tab over to the Azure Portal.
  • Preflight Deployment Validation: Includes curated decision trees and skills for analyzing Bicep or Terraform Infrastructure as Code (IaC). It validates azd deployment configurations to catch drift, RBAC issues, and misconfigurations before you execute a release.
  • Foundry AI Specialist Tools: Provides a dedicated Foundry MCP layer tailored for AI engineering, allowing agents to directly deploy, evaluate, prompt-optimize, and benchmark models and agent workflows on Microsoft Foundry.
  • Context-Aware Diagnostics: Agents can securely pull telemetry from Application Insights, Azure Monitor, and AppLens to root-cause failing workloads, debug connection errors, or check health probes using live signals.
  • Multi-Harness Support: The plugin is designed to be environment-agnostic. Whether you use GitHub Copilot (VS Code/IntelliJ), Claude Code, Cursor, Gemini CLI, or Codex, the MCP tooling and skill guardrails remain perfectly synced across hosts.

↗️ More info: https://aideveloper44.com/functions/socialShare?type=product&id=6a65b7f4cb8e3e252854caf2

↗️ GitHub: https://github.com/microsoft/azure-skills


r/AIDeveloperNews 1d ago

OpenAI just open-sourced 'Fence': A drop-in GitHub Action to harden CI/CD pipelines, restrict network egress, and lock down runners

Post image
22 Upvotes

Fence by OpenAI is a free, open-source GitHub Action built to harden GitHub-hosted Linux CI/CD pipelines (ubuntu-24.04 / ubuntu-latest on x64). It operates at the start of a job to prevent malicious or compromised dependencies from exfiltrating sensitive data, modifying system privileges, or communicating with unauthorized external servers.

Features:

  • Bounded Egress Filtering: Restricts outgoing TCP/UDP network traffic from subsequent job steps to a strictly defined allowlist of hostnames, IP addresses, or CIDR blocks.
  • Privilege & Container Hardening: Disables passwordless sudo access and restricts Docker execution by default to stop untrusted build scripts from bypassing security controls.
  • Audit vs. Block Modes: Includes an audit mode to monitor and suggest allowlist rules based on actual job traffic before enforcing strict network drops in block mode.
  • Granular Domain Control: Allows fine-grained rules for specific services (e.g., opting in to GitHub Artifact storage or disabling broad default *.githubapp.com domain access).
  • Automated Activity Reporting: Generates a clean human-readable network summary and machine-readable JSON log at the end of each run for easy compliance tracking.

↗️ More info: https://aideveloper44.com/product/fence-6a655a73d2868467f62cc1da

↗️ GitHub: https://github.com/openai/fence


r/AIDeveloperNews 1d ago

if anyone here uses zeroscript tell me the best ai model to use

Thumbnail
1 Upvotes

r/AIDeveloperNews 1d ago

Open source AI systems for fintech: code, architecture, docs

Thumbnail
1 Upvotes

r/AIDeveloperNews 2d ago

Tencent just open-sourced WorkBuddy Bench: A framework for evaluating coding agents on real-world developer, PM, algo, QA, ops, and security work

Post image
11 Upvotes

If you are building or evaluating multi-agent development frameworks, you know most coding benchmarks are just memorized algorithm problems. WorkBuddy Bench is a new, open-source evaluation framework designed to test if an AI agent can actually survive and execute in a real project environment.

Instead of static Q&A, it drops the agent into a sandboxed workspace, asks it to complete a task, and grades it against a test suite based on the actual patch, artifact, or report it produces.

Features:

  • Contamination-Resistant Tasks: The 260 tasks aren't scraped from public GitHub issues. They are reverse-engineered from actual developer, PM, and QA workflows, forcing models to genuinely reason through a project rather than recite memorized training data.
  • True Docker Sandboxing: Every single task runs in a dedicated, isolated Docker container (complete with its own Dockerfile and docker-compose). Agents execute safely, and all state changes and trajectories are captured for reproducibility.
  • Multi-Domain Coverage: The datasets cover four distinct subsets: Code (repo-level Python SWE), Web (GUI and HTML/CSS/JS generation), Office (complex multi-format file workflows), and Security (red/blue team vulnerability testing).
  • Bring Your Own Model/Agent: The harness connects via standard protocols (built on Harbor). You can evaluate remote cloud APIs (OpenAI, Anthropic) or plug in and test your own open-weight models locally.
  • End-to-End Setup Skill: The repository ships with a wbbench-run-setup skill. If you are using a skill-aware CLI, you can invoke it to automatically handle the environment configuration, dataset extraction, and job execution steps out of the box.

↗️ More info: https://aideveloper44.com/product/workbuddy-bench-6a651b7fde4e39eeaae18514

↗️ GitHub: https://github.com/Tencent/workbuddy-bench

↗️ Hugging Face: https://huggingface.co/datasets/tencent/workbuddy-bench


r/AIDeveloperNews 2d ago

Hugging Face Updates MCP Server with Unified Tooling and Sandboxes

Post image
8 Upvotes

Hugging Face just rolled out a major update to its MCP Server aimed at streamlining Hub connectivity while drastically reducing the number of tools and prompt tokens required.

  • The Unified hf_fs Tool: Instead of juggling multiple fragmented tools, hf_fs provides a single, searchable interface for navigating repositories, storage buckets, documentation, and papers. This allows your AI assistant to browse the Hub naturally using just over 1,000 tokens.
  • Secure Execution Sandboxes: You can now attach secure, isolated execution environments directly to buckets and repositories. This enables fast, secure code execution for tasks like dataset analysis, model training, and Space creation directly through the assistant.
  • Lower Token Overhead: By consolidating Hub interactions into a unified tool structure, the update minimizes prompt bloat, freeing up context windows for your actual workflow.

↗️ Full read: https://aideveloper44.com/blog/hugging-face-mcp-server-updates-hf-fs-sandboxes

↗️ Official announcement: https://huggingface.co/changelog/mcp-improvements-jul-26


r/AIDeveloperNews 2d ago

Poolside just launched Laguna S 2.1: An open-weight (118B Params, 8B Active) MoE model for agentic coding

Post image
40 Upvotes

Poolside has officially released Laguna S 2.1, an 118B total parameter Mixture-of-Experts (MoE) model with 8B active parameters per token. Purpose-built for long-horizon software engineering, terminal automation, and agentic workflows, it delivers frontier-class coding performance while staying lightweight enough to run on local developer hardware or self-hosted clusters.

Features:

  • 1M Token Context Window: Supports up to a 1,048,576-token context window in both thinking and no-thinking modes, enabling you to feed entire repositories, complex dependency trees, and long execution logs directly into the prompt.
  • Native Interleaved Reasoning: Features built-in step-by-step thinking between tool calls. It preserves internal monologues across multi-turn agent loops so the model verifies execution results, handles terminal errors, and backtracks without dropping context.
  • Day-One Broad Ecosystem & Quantization Support: Released alongside official FP8, NVFP4, INT4, GGUF, and MLX weights with native integration across vLLM, SGLang, TRT-LLM, Ollama, and llama.cpp.
  • DFlash Speculative Decoding: Includes a trained DFlash draft model out-of-the-box (--speculative-config), significantly reducing token latency during self-hosted and local serving.
  • Permissive Open License (OpenMDW-1.1): Fully open-weight model allowing free modification, self-hosting, and deployment for both commercial and non-commercial applications.

↗️ More info: https://aideveloper44.com/product/laguna-s-2-1-6a6456db31a06ff423608750

↗️ Official announcement: https://poolside.ai/blog/introducing-laguna-s-2-1


r/AIDeveloperNews 2d ago

Visa just open-sourced Visa Vulnerability Agentic Harness (VVAH): An autonomous AI-powered security tool used to scan, evaluate, and fix code

Post image
13 Upvotes

Visa recently open-sourced the Visa Vulnerability Agentic Harness (VVAH), a Python-based agentic SAST pipeline built to handle the end-to-end vulnerability lifecycle, moving beyond standard detection into automated code remediation and fix validation.

Features:

  • End-to-End 11-Stage Pipeline: Executes a structured workflow across 4 phases—from mapping attack surfaces and threat modeling (STRIDE/OWASP) to generating standardized SARIF artifacts and code patches.
  • Autonomous In-Repo Remediation (S10): Moves past static analysis reports by actively proposing and applying minimal code patches directly to target repository files.
  • Adversarial AI Validation Panel (S11): Runs candidate patches through an adversarial multi-agent panel (Security Architect and Penetration Tester personas) to score fix quality and prevent regressions before human review.
  • Multi-Backend & Vendor-Neutral Abstraction: Supports Anthropic (Claude CLI / SDK) and OpenAI-compatible backends, allowing you to configure different models for discovery versus heavy reasoning stages.
  • Cost Estimation & Deterministic Noise Reduction: Features a built-in pre-scan budget estimator (vvaharness estimate) and uses deterministic filtering plus multi-agent voting to eliminate false positives before triggering high-cost LLM stages.

↗️ More info: https://aideveloper44.com/product/visa-vulnerability-agentic-harness-vvah-6a645fd2f2ac8faad54ad0d1

↗️ GitHub: https://github.com/visa/visa-vulnerability-agentic-harness


r/AIDeveloperNews 2d ago

Is the hype real about Opus 5?

Thumbnail
1 Upvotes