News / #developer-tool Tag Developer Tool 70 articles archived under #developer-tool · RSS Sign in to follow r/LocalLLaMA community 5h ago qwen3.6 just stops https://preview.redd.it/74cj1xu9pw0h1.png?width=1229&format=png&auto=webp&s=3ae999cc3530ecb4eccf70e25f1a9eb2aa3f2d7b Sometimes qwen 3.6 just stops at the middle of a task, is there a way to avoid it? This is qwen-code CLI, but also happens on opencode. Running with vLLM with… 17 llama.cpp releases dev-tools 6h ago b9131 spec : update CLI arguments for better consistency ( #22964 ) spec : update CLI arguments for better consistency cont : fix CLI arg message macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64… 33 2 arXiv — Machine Learning research 15h ago Simpson's Paradox in Behavioral Curves: How Aggregation Distorts Parametric Models of User Dynamics arXiv:2605.11017v1 Announce Type: new Abstract: Behavioral curve modeling -- fitting parametric functions to engagement-versus-exposure data -- is standard practice in recommendation, advertising, and clinical dosing. We show that aggregation introduces a systematic distortion:… 13 arXiv — Machine Learning research 15h ago CORE: Cyclic Orthotope Relation Embedding for Knowledge Graph Completion arXiv:2605.11159v1 Announce Type: new Abstract: Knowledge graph completion (KGC) aims to automatically infer missing facts in multi-relational data by mapping entities and relations into continuous representation spaces. Recent region-based embedding models have shown great… 16 arXiv — Machine Learning research 15h ago COSMOS: Model-Agnostic Personalized Federated Learning with Clustered Server Models and Pseudo-Label-Only Communication arXiv:2605.11165v1 Announce Type: new Abstract: Federated learning (FL) in heterogeneous environments remains challenging because client models often differ in both architecture and data distribution. While recent approaches attempt to address this challenge through client… 36 arXiv — Machine Learning research 15h ago Muon is Not That Special: Random or Inverted Spectra Work Just as Well arXiv:2605.11181v1 Announce Type: new Abstract: The recent empirical success of the Muon optimizer has renewed interest in non-Euclidean optimization, typically justified by similarities with second-order methods, and linear minimization oracle (LMO) theory. In this paper, we… 8 arXiv — Machine Learning research 15h ago A Proof-of-Concept Simulation-Driven Digital Twin Framework for Decision-Aware Diabetes Modeling arXiv:2605.11247v1 Announce Type: new Abstract: This paper presents a proof-of-concept digital twin framework for simulation-driven diabetes modeling using benchmark clinical data, synthetic temporal augmentation, and illustrative continuous glucose monitoring (CGM) analysis.… 27 arXiv — NLP / Computation & Language research 15h ago ClinicalBench: Stress-Testing Assertion-Aware Retrieval for Cross-Admission Clinical QA on MIMIC-IV arXiv:2605.11143v1 Announce Type: new Abstract: Reasoning benchmarks measure clinical performance on clean inputs. We evaluate the step before reasoning: retrieval over real EHR notes, where negation, temporality, and family-versus-patient attribution can flip a correct answer… 27 arXiv — NLP / Computation & Language research 15h ago Checkup2Action: A Multimodal Clinical Check-up Report Dataset for Patient-Oriented Action Card Generation arXiv:2605.11533v1 Announce Type: new Abstract: Clinical check-up reports are multimodal documents that combine page layouts, tables, numerical biomarkers, abnormality flags, imaging findings, and domain-specific terminology. Such heterogeneous evidence is difficult for… 30 arXiv — NLP / Computation & Language research 15h ago From Token to Token Pair: Efficient Prompt Compression for Large Language Models in Clinical Prediction arXiv:2605.11774v1 Announce Type: new Abstract: By processing electronic health records (EHRs) as natural language sequences, large language models (LLMs) have shown potential in clinical prediction tasks such as mortality prediction and phenotyping. However, longitudinal or… 13 arXiv — NLP / Computation & Language research 15h ago AcuityBench: Evaluating Clinical Acuity Identification and Uncertainty Alignment arXiv:2605.11398v1 Announce Type: cross Abstract: We introduce AcuityBench, a benchmark for evaluating whether language models identify the appropriate urgency of care from user medical presentations. Existing health benchmarks emphasize medical question answering, broad health… 36 Hacker News — AI on Front Page community 1d ago Quack: The DuckDB Client-Server Protocol Article URL: https://duckdb.org/2026/05/12/quack-remote-protocol Comments URL: https://news.ycombinator.com/item?id=48111765 Points: 315 # Comments: 66 14 Vercel — AI dev-tools 1d ago Manage Vercel Firewall in the CLI You can now manage the Vercel Firewall directly from the CLI. Using the vercel firewall command, you can configure custom rules , IP blocks , system bypasses , attack mode , and system mitigations . Building on the new CLI commands, the Vercel Firewall skill lets agents interact… 31 Ollama releases dev-tools 1d ago v0.23.3-rc1: mlx: fix macOS 26 target leakage in v3 metallib (#16053) MLX compiles the AIR objects with the requested -mmacosx-version-min, but its final metallib step invokes metal instead of metallib. With the macOS 26 SDK, that can stamp the Metal v3 library with a macOS 26 deployment target. Relink the generated AIR files with metallib before… 14 Simon Willison community 2d ago Learning on the Shop floor Learning on the Shop floor Tobias Lütke describes Shopify's internal coding agent tool, River, which operates entirely in public on their Slack: River does not respond to direct messages. She politely declines and suggests to create a public channel for you and her to start… 19 Anthropic SDK (Python) releases dev-tools 2d ago v0.101.0 0.101.0 (2026-05-11) Full Changelog: v0.100.0...v0.101.0 Features aws: Add AWS client for Claude Platform on AWS ( 1e70e3a ) Bug Fixes client: add missing f-string prefix in file type error message ( 06d109a ) Chores examples: bump tools_runner.py to claude-sonnet-4-5-20250929 (… 18 Vercel — AI dev-tools 5d ago Chat SDK adds Messenger adapter support Chat SDK now supports Messenger as a chat adapter. Build agents that support messages, reactions, multimedia downloads, postback buttons, and direct conversations, with display names fetched automatically from user profiles. Read the Chat SDK documentation to get started, browse… 13 Vercel — AI dev-tools 5d ago Chat SDK adds web adapter support You can now build chat UIs that connect to Chat SDK with the new web adapter . Build in-product assistants, support agents, or any other browser-based chat experience. Define the bot on your server: Then stream replies live to the browser with a preconfigured @ai-sdk/react… 36 Vercel — AI dev-tools 5d ago Chat SDK now supports conversation history Chat SDK now supports cross-platform conversation history through the new transcripts and identity options. User transcripts persist across every platform adapter , allowing the same user to keep their message history wherever they message your bot. bot.transcripts exposes four… 32 OpenAI Python SDK releases dev-tools 7d ago v2.35.0 2.35.0 (2026-05-06) Full Changelog: v2.34.0...v2.35.0 Features api: update image 2 ( 0ba55d7 ) api: manual updates ( 72bf67a ) Chores remove legacy python cli ( 32f36e4 ) rename legacy python cli entrypoint ( a3b182d ) Documentation api: update top_logprobs parameter description… 7 Anthropic SDK (Python) releases dev-tools 8d ago v0.99.0 0.99.0 (2026-05-05) Full Changelog: v0.98.1...v0.99.0 Features client: allow targeting a workspace for OIDC federation token exchange ( 4ba8067 ) 23 Vercel — AI dev-tools 8d ago Query observability metrics using the Vercel CLI You can now access Observability Plus metrics in the Vercel CLI. Query observability data for any Vercel team or project using the new vercel metrics command. Coding agents can also leverage this new command to better analyze the performance, reliability, or security of… 31 Latent.Space news-outlet 8d ago [AINews] The Other vs The Utility a quiet day lets us reflect on the nature of AI "character" in the Clippy vs Anton debate 10 OpenAI Python SDK releases dev-tools 9d ago v2.34.0 2.34.0 (2026-05-04) Full Changelog: v2.33.0...v2.34.0 Features api: add external_key_id to projects, email/metadata params to users, update types ( 2d232ee ) api: add support for Admin API Keys per endpoint ( b8b176a ) api: admin API updates ( 4ae1138 ) api: manual updates (… 15 Anthropic SDK (Python) releases dev-tools 9d ago v0.98.0 0.98.0 (2026-05-04) Full Changelog: v0.97.0...v0.98.0 Features api: improve Managed Agents APIs ( 7faf393 ) client: add Workload Identity Federation, interactive OAuth, and auth profiles ( 6458bcc ) support setting headers via env ( 52eb8cd ) Bug Fixes streaming: propagate… 13 ThursdAI news-outlet 12d ago 📅 ThursdAI - Apr 30 - DeepSeek V4 (1.6T MoE), Cursor SDK Wins WolfBench, Mayo's REDMOD Saves Lives, Stripe Gives Agents a Wallet & more From Weights & Biases - one last one for April, with incredible AI news, a monthly recap and Max from Pangram as a guest + I have OpenClaw a credit card! 21 Vercel — AI dev-tools 13d ago Grok 4.3 on AI Gateway Grok 4.3 is now available on Vercel AI Gateway . The model has a 1M token context window and improvements in accuracy, tool calling, and instruction following. To use Grok 4.3, set model to xai/grok-4.3 in the AI SDK . AI Gateway provides a unified API for calling models,… 7 Vercel — AI dev-tools 14d ago Vercel now supports Pro plan in Stripe Projects You can now sign up for or upgrade to a Vercel Pro plan directly from Stripe Projects using shared payment tokens (SPTs). Agents and developers can manage plan changes programmatically from the Stripe CLI, without leaving their workflow. What’s new Provision or upgrade to Vercel… 28 OpenAI Python SDK releases dev-tools 15d ago v2.33.0 2.33.0 (2026-04-28) Full Changelog: v2.32.0...v2.33.0 Features api: api update ( 18f834a ) Bug Fixes api: correct prompt_cache_retention enum value from in-memory to in_memory ( #1822 ) ( f9d2d13 ) Chores ci: remove release-doctor workflow ( 00b2091 ) 37 Anthropic SDK (Python) releases dev-tools 19d ago v0.97.0 0.97.0 (2026-04-23) Full Changelog: v0.96.0...v0.97.0 Features api: CMA Memory public beta ( fc30ebe ) Bug Fixes api: fix errors in api spec ( f946de8 ) api: restore missing features ( 72212ab ) Performance Improvements client: optimize file structure copying in multipart… 14 OpenAI news 21d ago Making ChatGPT better for clinicians OpenAI makes ChatGPT for Clinicians free for verified U.S. physicians, nurse practitioners, and pharmacists, supporting clinical care, documentation, and research. 4 Vercel — AI dev-tools 27d ago Vercel Flags is now generally available Vercel Flags is now generally available. Vercel Flags is a feature flag provider built into the Vercel platform. Create and manage feature flags with targeting rules, user segments, and environment controls directly in the Vercel Dashboard. The Flags SDK provides a… 14 OpenAI Python SDK releases dev-tools 27d ago v2.32.0 2.32.0 (2026-04-15) Full Changelog: v2.31.0...v2.32.0 Features api: Add detail to InputFileContent ( 60de21d ) api: add OAuthErrorCode type ( 0c8d2c3 ) client: add event handler implementation for websockets ( 0280d05 ) client: allow enqueuing to websockets even when not… 33 OpenAI news 28d ago The next evolution of the Agents SDK OpenAI updates the Agents SDK with native sandbox execution and a model-native harness, helping developers build secure, long-running agents across files and tools. 34 Smol AI News news-outlet 28d ago not much happened today **OpenAI** expanded its Agents SDK by separating the agent harness from compute/storage, enabling long-running, durable agents with features like file/computer use, skills, memory, and compaction. The harness is now open-source and supports execution via partner sandboxes,… 37 Anthropic SDK (Python) releases dev-tools 29d ago v0.95.0 0.95.0 (2026-04-14) Full Changelog: v0.94.1...v0.95.0 Features api: mark Sonnet and Opus 4 as deprecated ( 0c1e773 ) bedrock: use auth header for mantle client ( #1644 ) ( 3b93090 ) 32 Vercel — AI dev-tools 1mo ago Copy-to-Prompt instructions now available for Flags The feature flags details page now includes copy-to-prompt instructions in the instructions pane. You or your agent can install the Flags SDK, link the project using the Vercel CLI , and add the required flag definitions to the code base. Teams that prefer manual configuration… 9 OpenAI news 1mo ago Healthcare Explore how clinicians use ChatGPT to support diagnosis, documentation, and patient care with secure, HIPAA-compliant AI tools. 35 OpenAI Python SDK releases dev-tools 1mo ago v2.31.0 2.31.0 (2026-04-08) Full Changelog: v2.30.0...v2.31.0 Features api: add phase field to conversations message ( 3e5834e ) api: add web_search_call.results to ResponseIncludable type ( ffd8741 ) client: add support for short-lived tokens ( #1608 ) ( 22fe722 ) client: support… 28 Vercel — AI dev-tools 1mo ago Use and manage Vercel Sandbox directly from the Vercel CLI Vercel Sandboxes can now be used and managed directly from the Vercel CLI, through the vercel sandbox subcommand. This eliminates the need to install and maintain a separate command-line tool, and removes the friction of switching contexts. Your entire Sandbox workflow now lives… 22 Vercel — AI dev-tools 1mo ago Chat SDK adds Liveblocks support Chat SDK now supports Liveblocks , enabling bots to read and respond in Liveblocks Comments threads with the new Liveblocks adapter . This is an official vendor adapter built and maintained by the Liveblocks team. Teams can build bots that post, edit, and delete comments, react… 13 Vercel — AI dev-tools 1mo ago Manage Vercel Microfrontends with AI Agents and the CLI Vercel Microfrontends now include two new setup and management tools: an AI skill for coding agents and new Vercel CLI commands. New Vercel Microfrontends skill: Install the Microfrontends skill to let your AI coding agent guide you through group creation with natural language… 5 Vercel — AI dev-tools 1mo ago Vercel CLI commands now scoped to local directory Commands like vc project ls and vc domains ls now automatically use the scope of your linked local directory instead of defaulting to your global team. Previously, querying projects or domains inside a linked repository would return global results, creating an unexpected… 20 Vercel — AI dev-tools 1mo ago Custom Class Serialization in Workflow SDK Workflow SDK now supports custom class serialization, letting you pass your own class instances between workflow and step functions. Workflow SDK serializes standard JavaScript types like primitives, objects, arrays, Date , Map , Set , and more. Custom class instances were… 31 Vercel — AI dev-tools 1mo ago Chat SDK adds Zernio support Chat SDK now supports Zernio , a unified social media API, with the new Zernio adapter . This is an official vendor adapter built and maintained by the Zernio team. Teams can build bots that work across Instagram, Facebook, Telegram, WhatsApp, X/Twitter, Bluesky, and Reddit… 32 Vercel — AI dev-tools 1mo ago Vercel plugin now supported on OpenAI Codex and Codex CLI The Vercel plugin now supports OpenAI Codex and the Codex CLI. With the plugin, teams can access over 39 platform skills, three specialist agents, and real-time code validation to assist with their development workflow. Install it in the Codex app or from the Codex CLI: Learn… 27 Vercel — AI dev-tools 1mo ago Vercel Sandboxes now allow unique, customizable names Vercel Sandboxes created with the latest beta package will now have a unique, customizable name within your project, replacing the previous ID-based identification. Names make sandboxes easy to find and reference: The beta CLI adds configuration management and session… 36 OpenAI Python SDK releases dev-tools 1mo ago v2.30.0 2.30.0 (2026-03-25) Full Changelog: v2.29.0...v2.30.0 Features api: add keys field to Click/DoubleClick/Drag/Move/Scroll computer actions ( ee1bbed ) Bug Fixes api: align SDK response types with expanded item schemas ( f3f258a ) sanitize endpoint path params ( 89f6698 ) types:… 11 MIT News — AI research 1mo ago Augmenting citizen science with computer vision for fish monitoring MIT Sea Grant works with the Woodwell Climate Research Center and other collaborators to demonstrate a deep learning-based system for fish monitoring. 8 Vercel — AI dev-tools 1mo ago Chat SDK now supports concurrent message handling Chat SDK now lets you control what happens when a new message arrives before a previous one finishes processing, with the new concurrency option for the Chat class. Four strategies are available: drop (default): discards incoming messages queue : processes the latest message… 35 Vercel — AI dev-tools 1mo ago Chat SDK now supports scheduled Slack messages Chat SDK now supports scheduled messages on Slack, allowing you to deliver a message at a future time. Use thread.schedule() and pass your message and a postAt date, like: Read the documentation to get started. Read more 20 Vercel — AI dev-tools 1mo ago Activity Log now available in Vercel CLI The activity log provides a list of all activities on a team, along with the user who performed the event, the type of event, and time. We've now added the vercel activity command to the CLI so that you can query for activity events. You can filter events by type, date range,… 32 Vercel — AI dev-tools 1mo ago Sandbox SDK adds file permission control Vercel Sandbox SDK 1.9.0 now supports setting file permissions directly when writing files. By passing a mode property to the writeFiles API, you can define permissions in a single operation. This eliminates the need for an additional chmod execution round-trip when creating… 34 Vercel — AI dev-tools 1mo ago Vercel is now available in Stripe Projects You can now signup and deploy to Vercel through Stripe Projects. Available in developer preview, this CLI-based workflow lets teams and AI agents create infrastructure environments directly from the terminal. As a launch and design partner for Stripe Projects, Vercel enables a… 18 Vercel — AI dev-tools 1mo ago Chat SDK brings agents to your users In early January, we gave the entire company a challenge: figure out how to multiply your output. People created agents. Mostly chat bots, but dedicated ones, purpose-built for real workflow augmentation: the agents were doing things automatically that would otherwise be tedious… 10 MIT News — AI research 1mo ago Sustaining diplomacy amid competition in US-China relations At MIT, former U.S. ambassador to China Nicholas Burns highlights climate change as an area for diplomatic engagement, while exploring areas including China's emphasis on STEM education. 5 NVIDIA Developer Blog official-blog 1mo ago Using Simulation to Build Robotic Systems for Hospital Automation Healthcare faces a structural demand–capacity crisis: a projected global shortfall of ~10 million clinicians by 2030, billions of diagnostic exams annually... 17 Smol AI News news-outlet 2mo ago Gemini 3.1 Pro: 2x 3.0 on ARC-AGI 2 **Google** released **Gemini 3.1 Pro**, a developer preview integrated across the **Gemini app**, **NotebookLM**, **Gemini API / AI Studio**, and **Vertex AI**, highlighting a significant reasoning improvement with **ARC-AGI-2 = 77.1%** and strong coding and agentic-tool… 10 Google DeepMind official-blog 4mo ago Veo 3.1 Ingredients to Video: More consistency, creativity and control Our latest Veo update generates lively, dynamic clips that feel natural and engaging — and supports vertical video generation. 5 Hugging Face official-blog 5mo ago Introducing swift-huggingface: The Complete Swift Client for Hugging Face Back to Articles Introducing swift-huggingface: The Complete Swift Client for Hugging Face Published December 5, 2025 Update on GitHub Upvote 43 Mattt mattt Today, we're announcing swift-huggingface , a new Swift package that provides a complete client for the Hugging Face Hub.… 27 Google DeepMind official-blog 5mo ago Engineering more resilient crops for a warming climate Scientists are using AlphaFold to strengthen a photosynthesis enzyme for resilient, heat-tolerant crops. 23 Zed Editor dev-tools 6mo ago Introducing Agent Extensions Zed launches Agent Server Extensions, enabling one-click installation of ACP-compatible agents like Augment Code and OpenCode. 31 Zed Editor dev-tools 6mo ago Codex is Live in Zed OpenAI's Codex AI agent is now available in Zed via the Agent Client Protocol (ACP). 23 Zed Editor dev-tools 7mo ago ACP Brings JetBrains on Board The Agent Client Protocol reaches a major milestone: JetBrains is committing to bringing ACP support to their entire ecosystem. 8 Zed Editor dev-tools 7mo ago How the Community is Driving ACP Forward A progress report on the adoption of the Agent Client Protocol (ACP) since we launched it. 35 Zed Editor dev-tools 8mo ago Claude Code: Now in Beta in Zed You asked, and here it is. Use Claude Code in public beta directly in Zed, built on the new Agent Client Protocol. 8 Zed Editor dev-tools 8mo ago Bring Your Own Agent to Zed — Featuring Gemini CLI Zed now lets you use the agent of your choice through the new Agent Client Protocol, starting with Google's Gemini CLI. 12 Eugene Yan research 12mo ago Building News Agents for Daily News Recaps with MCP, Q, and tmux Learning to automate simple agentic workflows with Amazon Q CLI, Anthropic MCP, and tmux. 7 Google DeepMind official-blog 13mo ago Generate videos in Gemini and Whisk with Veo 2 Transform text-based prompts into high-resolution eight-second videos in Gemini Advanced and use Whisk Animate to turn images into eight-second animated clips. 26 Lil'Log (Lilian Weng) research 58mo ago What are Diffusion Models? [Updated on 2021-09-19: Highly recommend this blog post on score-based generative modeling by Yang Song (author of several key papers in the references)]. [Updated on 2022-08-27: Added classifier-free guidance , GLIDE , unCLIP and Imagen . [Updated on 2022-08-31: Added latent… 36