News / #developer-tool Tag Developer Tool 500 articles archived under #developer-tool · RSS Sign in to follow TechCrunch — AI news-outlet 15h ago “We’re not doing 30 bets a year”: Vijay Pande on betting small after running $4 billion at a16z Vijay Pande — who left a16z's roughly $4 billion biotech practice last year to start the much smaller, AI-native VZVC — talks about why biology is finally shifting from a "discovery" science to an "engineering" one, why clinical trials are still brutally expensive, and why he… 27 r/LocalLLaMA community 1d ago use llms to auto annotation your dataset locally hi i make tool for this called llmog it's purpose to make llms free to - auto annotation datasets - reclassification existing yolo datasets running totally local using llama cpp or vllm or use external api you'd rather click than code. 🔗 GitHub: mohamed-em2m/llmog: framework… 36 Hacker News — AI on Front Page community 1d ago Boot a Virtual iPhone via Apple's Virtualization.framework Article URL: https://github.com/Lakr233/vphone-cli Comments URL: https://news.ycombinator.com/item?id=49485267 Points: 333 # Comments: 84 6 OpenAI Python SDK releases dev-tools 1d ago v3.6.0 3.6.0 (2026-08-27) Features api: add compute_units to Responses and Chat Completions usage ( #3749 ) ( 52421d1 ) Bug Fixes auth: harden X.509 workload identity integration ( #3740 ) ( fc3ad6c ) Chores deps-dev: bump @stdy/cli from 0.22.1 to 0.22.2 ( #3719 ) ( 4f5598c ) deps-dev:… 13 llama.cpp releases dev-tools 1d ago b10680: snapdragon: python SDK setup (Windows) (#27903) port setup-build.ps1 to setup_sdk.py, to facilitate installation of Hexagon and OpenCL SDKs on Windows rename setup_sdk.py -> setup-sdk.py flake8 fix: print() -> logger.info() Co-authored-by: Kristopher Urquhart kurquhar@qti.qualcom.com 33 LangChain releases dev-tools 1d ago langchain==1.4.0a2 Alpha preview of langchain.mcp — a first-party adapter that turns any MCP server into LangChain tools you can hand straight to create_agent . Connection handling is FastMCP 's, so its client features are available as-is rather than re-implemented behind a narrower interface. pip… 32 arXiv — Machine Learning research 2d ago NeoTriFuse: Reliability-Aware Multimodal Fusion under Missingness Heterogeneity for Neonatal Mortality Risk Prediction arXiv:2608.26436v1 Announce Type: new Abstract: Neonatal mortality risk prediction from bedside monitoring data remains challenging due to extreme class imbalance, heterogeneous clinical risk factors, multi-scale temporal dynamics, and substantial missingness. We propose… 16 arXiv — Machine Learning research 2d ago Active Curriculum Refinement for Reinforcement Learning arXiv:2608.26469v1 Announce Type: new Abstract: In many reinforcement learning (RL) domains, environments are connected by prerequisite relations, such as difficulty-increasing edits or parameter increments, which induce a directed acyclic curriculum graph (DAG). Although this… 9 arXiv — Machine Learning research 2d ago A Unified Framework for Fair and Personalized Decentralized Learning under Communication Constraints arXiv:2608.26493v1 Announce Type: new Abstract: Decentralized learning systems aim to collaboratively train models across multiple clients without relying on a central coordinator. While decentralization improves scalability, privacy, and robustness, it also exacerbates three… 26 arXiv — Machine Learning research 2d ago SimCast-S2S: An Efficient Generative Model for Subseasonal Precipitation Forecasting via Transfer Learning from Climate Simulations arXiv:2608.26594v1 Announce Type: new Abstract: Subseasonal-to-seasonal (S2S) precipitation forecasting has substantial financial and societal impact, yet remains challenging because of weak predictive signals, high associated uncertainty, and the computational cost of… 31 arXiv — Machine Learning research 2d ago Safety by Design: Realized-Cost Constraints for Contextual Bandits with Continuous Actions arXiv:2608.26755v1 Announce Type: new Abstract: Contextual bandits are a standard framework for sequential decision-making under uncertainty, with applications in clinical trials, dosage selection, recommendation systems, and autonomous systems. Safety is central in many of… 18 arXiv — Machine Learning research 2d ago Beyond Client Averaging: A Client-Independent Second-Order Stationary-Bias Component in Stochastic SCAFFOLD arXiv:2608.26765v1 Announce Type: new Abstract: Existing constant-step analysis of stochastic \Scaf{} identifies a leading $O(\gamma/N)$ stationary mean bias and shows that higher-order bias can persist as the client count increases, but does not identify the first… 17 arXiv — Machine Learning research 2d ago Graph-Based Pseudo-multimodal Contrastive Learning for 12-Lead ECG Representations arXiv:2608.26964v1 Announce Type: new Abstract: 12-lead electrocardiogram (ECG) is a standard, non-invasive examination widely used for diagnosing coronary artery disease, where clinical interpretation relies on comparing waveform patterns across multiple leads. However, most… 35 arXiv — Machine Learning research 2d ago Refusal Is Not Robustness: Auditing Confident Fabrication in Large Language Models on a Provably Uninformative Clinical Pain Speech Transcript arXiv:2608.26167v1 Announce Type: cross Abstract: Hallucination and abstention benchmarks rarely establish that a model could not have known the correct answer, making it difficult to distinguish appropriate abstention from an unsupported prediction. Seven large language models… 32 arXiv — NLP / Computation & Language research 2d ago From Sound to Symptom: Real-Time Respiratory Signal Understanding for Conversational Healthcare Agents arXiv:2608.26163v1 Announce Type: new Abstract: Cough events during live spoken conversations carry clinically valuable respiratory signals, yet existing dialogue systems treat them as acoustic noise to be discarded. We present HealthCUES (Clinical Understanding from Embodied… 31 arXiv — NLP / Computation & Language research 2d ago Why RAGs Hallucinate: Penalty-Aware Evaluation of Retrieval-Augmented Generation Systems with Knowledge-Gap Canaries arXiv:2608.26385v1 Announce Type: new Abstract: Volume-based accuracy rewards retrieval-augmented generation (RAG) systems for guessing: a system that answers everything outscores one that declines when its knowledge base cannot support an answer. Building on the… 6 arXiv — NLP / Computation & Language research 2d ago Case2Flow: Bridging Patient Cases and Guideline Flowcharts through Multimodal Retrieval arXiv:2608.26414v1 Announce Type: new Abstract: Medical guidelines encode rich, evidence-based decision logic, yet the specific decision artifact a clinician needs is hard to locate within a guideline, let alone across guidelines covering plausible diseases and treatments. While… 26 arXiv — NLP / Computation & Language research 2d ago Surgical Alignment in Knowledge Graph Training for Clinical Diagnosis with Large Language Models arXiv:2608.26587v1 Announce Type: new Abstract: Biomedical knowledge graphs (KGs) offer structured medical knowledge that can ground large language model (LLM) reasoning in clinical diagnosis application, yet how KG signal should be integrated into LLMs remains an open question.… 8 arXiv — NLP / Computation & Language research 2d ago Benchmarking Clinical Decision Pathway Adherence in Large Language Models arXiv:2608.26592v1 Announce Type: new Abstract: Following clinical decision pathways (CDPs) defined by clinical practice guidelines is essential for safe and reliable medical decision-making. However, existing medical large language model (LLM) benchmarks mainly evaluate… 4 r/LocalLLaMA community 2d ago yall are sleeping on qwen 3.8 27b q2 + q2 dflash + q5 kv ok bit more context: it's actually a QAT Q2 for Qwen 3.8 27 B: https://huggingface.co/sdkyuan/qwen3.8-27B-qat-q2_0-gguf QAT Q2 for DFlash model: https://huggingface.co/HermiHg/Qwen3.8-27B-DFlash2-Q2_K_S-MIX-GGUF Q5 KV seems to cause 0 problems for me; I've used it up to 200K… 36 Vercel — AI dev-tools 2d ago Vercel CLI expands commands for DNS, domains, and projects The Vercel CLI now provides dedicated commands for managing DNS records, domains, and projects. This brings more of the functionality available through the Vercel dashboard and API to the terminal, where it can be used interactively, in scripts, or by agents. Inspect and update… 12 LangChain releases dev-tools 2d ago langchain-anthropic==1.7.0 Changes since langchain-anthropic==1.6.1 release(anthropic): 1.7.0 ( #39963 ) feat(anthropic): support top-level param for skills via container ; updates thinking display mode ( #39962 ) feat(anthropic): support 1.0 sdk ( #39938 ) fix(anthropic): auto-append… 28 Vercel — AI dev-tools 2d ago Cursor is now available in the AI SDK harness layer The AI SDK harness layer now supports Cursor through the official @ai-sdk/harness-cursor adapter. The harness layer lets your application run different coding agents through the same HarnessAgent interface, so you can switch agents without changing your application code. Pass… 18 llama.cpp releases dev-tools 2d ago b10649 spec: Add benchmark-only synthetic speculative acceptance options ( #27711 ) Add benchmark-only synthetic speculative acceptance to llama-server and llama-cli Address review comments Address review comments Add some comments in the code Website: https://llama.app Attestations:… 34 llama.cpp releases dev-tools 2d ago b10647 args: add --video-* CLI arguments ( #24318 ) args: add --video-* CLI arguments gen docs nits add mtmd_helper_init_opt Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43380700 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon… 33 arXiv — Machine Learning research 3d ago Hyperbolic Latent Geometry for Tree-Structured Prototype Networks: A Local-vs-Global Trade-off arXiv:2608.25199v1 Announce Type: new Abstract: We study a tree-structured regularizer over class-prototype layouts in a hierarchical-classification model and ask whether the choice of latent manifold for the prototypes (Euclidean R^d vs. the Poincare ball B^d_c) affects how… 20 arXiv — Machine Learning research 3d ago Refusal geometry reflects refusal training: diverse refusal prefixes can raise stable rank and weaken refusal vector ablation attacks arXiv:2608.25390v1 Announce Type: new Abstract: Refusal training protects AI models from jailbreaks by training models to decline unsafe queries, reducing the risk of misuse. Recent work finds that refusal behavior in aligned language models can be mediated by a single… 32 arXiv — Machine Learning research 3d ago Cooperative Multi-Agent Reinforcement Learning for Adaptive Aggregation in Semi-Supervised Federated Learning with non-IID Data arXiv:2608.25794v1 Announce Type: new Abstract: Federated Learning (FL) enables distributed training of machine learning models while preserving data privacy. However, FL struggles with heterogeneous, non-IID client data distributions, resulting in sub-optimal and biased global… 19 arXiv — NLP / Computation & Language research 3d ago HealthBench-Psych: A Mental Health Subset of OpenAI's HealthBench arXiv:2608.25071v1 Announce Type: new Abstract: General-purpose health benchmarks increasingly anchor claims about LLM medical performance, but they are not always resolved by clinical specialty, making domain-specific performance hard to isolate. Mental health is of acute… 17 arXiv — NLP / Computation & Language research 3d ago MTDiag: A Multi-Turn Diagnostic Dataset Towards Clinically Meaningful LLM Evaluation arXiv:2608.25085v1 Announce Type: new Abstract: Clinical diagnosis is fundamentally interactive and incremental, yet the dominant paradigm for evaluating Large Language Models (LLMs) in medicine remains static QA benchmarks or template-based dialogues. These benchmarks say… 38 arXiv — NLP / Computation & Language research 3d ago Rare Diseases, Common Dilemmas: LLMs Prioritize Equal Resource Distribution over Patient Benefit in Decision-Making arXiv:2608.25236v1 Announce Type: cross Abstract: Clinical decision-making often involves prioritizing ethical values, such as beneficence, non-maleficence, respecting a patient's autonomy, and justice. Recent work has begun to assess how large language models (LLMs) make such… 12 arXiv — NLP / Computation & Language research 3d ago Plans You Can Check: Verifier-Grounded Learning of an Open-Weight Planner for Executable Video-Editing arXiv:2608.25622v1 Announce Type: cross Abstract: Practical video editing is not only pixel generation: an editor must turn a brief, a clip pool, music metadata, and hard constraints into an executable timeline. We study this decision layer as \emph{executable video-editing… 32 r/LocalLLaMA community 3d ago little tool for offline wikipedia RAG I was bored and handwrote a tiny 100-line bash script to let an agent search for and read articles from an offline wikipedia archive during a regular chat. It's not particularly useful, but it's definitely neat and a big step up from llama-cli. I got surprisingly good results… 7 r/MachineLearning community 3d ago We recovered 575k crop labels from a decade of manual Photoshop work to automate book digitization - more data, ResNet-50, and higher resolution all failed; ten operator clicks per book beat them [P] Author here. Ibteda Digital Library is a private community archive in Pakistan — for ten years we digitized rare Urdu books (lithographs, dictionaries, periodicals) on a DIY camera rig, finishing every page by hand in Photoshop. When we wound down daily operations, I realized… 14 The Information — AI news-outlet 3d ago Bill Gates Warns that AI Will Cause Mass Unemployment Without Intervention Bill Gates issued a dire warning Tuesday that AI will lead to widespread unemployment and societal decline if world governments and AI labs don’t take immediate action to prepare for the technology’s impacts. In a nearly 6,000-word essay published late Tuesday night, the… 11 arXiv — Machine Learning research 4d ago UHI-Bench: Benchmarking Dual-Source Urban Heat Island Modeling Across Cities in Diverse Climate Regimes arXiv:2608.23857v1 Announce Type: new Abstract: Urban heat islands (UHIs) are intensifying under climate change, exacerbating thermal exposure risks. Their two primary observations, land surface temperature UHI (LST-UHI) and near-surface air temperature UHI (AirT-UHI), capture… 21 arXiv — Machine Learning research 4d ago Data Leakage Inflates Generalizability of Power Outage Prediction Models arXiv:2608.24665v1 Announce Type: new Abstract: Power outage prediction models are increasingly used in assessments of climate-driven infrastructure risk, yet current evaluation practices obscure whether these models generalize to the novel conditions such applications require.… 6 arXiv — Machine Learning research 4d ago Parameter-Efficient Self-Supervised Adaptation for EEG-FM under Fixed Computational Budgets arXiv:2608.24727v1 Announce Type: new Abstract: EEG foundation models pretrained via self-supervised learning promise transferable representations, but their generalization remains limited, especially across diverse clinical datasets. Full fine-tuning is impractical for… 10 arXiv — Machine Learning research 4d ago Beyond Uniform Local Isometry and Topology: FactoMap for Disentangled Representations arXiv:2608.24762v1 Announce Type: new Abstract: Many disentanglement methods represent generative factors using Euclidean product coordinates, although the underlying factor spaces may wrap, collapse, or have position-dependent geometry. We introduce factor-space structure,… 8 arXiv — Machine Learning research 4d ago LION: A Clifford Neural Paradigm for Multimodal-Attributed Graph Learning arXiv:2608.24795v1 Announce Type: new Abstract: Recently, the rapid advancement of multimodal domains has driven a data-centric paradigm shift in graph ML, transitioning from text-attributed to multimodal-attributed graphs. This advancement significantly enhances data… 14 Hugging Face Daily Papers research 4d ago WarpSAC: Towards the Pinnacle of Scalable Off-policy RL by Rethinking Exploration and Exploitation Abstract Off-policy reinforcement learning stabilizers vary with data availability, motivating regime-aware algorithms that adapt normalization and Q-function clipping to improve efficiency across CPU and GPU-parallel training. Generated by thinkingmachines/Inkling-Small… 19 Vercel — AI dev-tools 4d ago Vercel Security Dashboard is now generally available The Vercel Security Dashboard is now generally available on all plans, giving you one place to see your security posture across every account and project. You can access the Security Dashboard in the UI or run vercel security check in the Vercel CLI. As teams grow and coding… 9 The Information — AI news-outlet 4d ago ClickHouse’s Recurring Revenue Passes $350 Million as OpenAI, Agent Use Jumps Excitement for artificial intelligence agents is benefitting businesses whose software manages and monitors the databases that the AI bots use to accomplish their tasks. ClickHouse, which sells a kind of database that can quickly analyze large volumes of data, such as website… 9 arXiv — NLP / Computation & Language research 5d ago Hybrid Panels: Toward Human-AI Collaboration in Survey Research arXiv:2608.22582v1 Announce Type: new Abstract: Large-scale population surveys are essential for generating robust social and scientific insights, yet they face significant challenges, including declining response rates, increasing data collection costs, long delays between data… 27 arXiv — NLP / Computation & Language research 5d ago Teaching LLMs How ICU Physicians Approach Clinical Reasoning Through OMOP-Aligned Retrieval Improves Reasoning Across Clinical Domains arXiv:2608.22622v1 Announce Type: new Abstract: Clinical decision-making relies on identifying relevant patient information to guide diagnosis and treatment, a challenge that is especially difficult in the data-dense and rapidly changing intensive care unit (ICU). Large language… 11 arXiv — NLP / Computation & Language research 5d ago A Source-Grounded Framework for Constructing and Evaluating Progressive Multimodal Diagnostic Dialogues from Clinical Case Reports arXiv:2608.22713v1 Announce Type: new Abstract: Clinical diagnosis requires progressive integration of patient history, physical examination, laboratory findings, medical images, and diagnostic-informative tests. However, most multimodal medical benchmarks evaluate fixed inputs… 38 arXiv — NLP / Computation & Language research 5d ago SDoH-Aware Narrative Anchoring Bias in Medical LLMs for Trustworthy Clinical Decision Support arXiv:2608.22802v1 Announce Type: new Abstract: Medical large language models are often judged by how many clinical questions they answer correctly. That view is useful, but it misses a practical risk. A model may know the right answer and still change its response when the same… 15 Vercel — AI dev-tools 5d ago Introducing Run SDK: secure eval for your agents Agents increasingly write TypeScript programs to coordinate tools and process their results. Once those programs touch real applications, some steps require authentication, while others need human approval. Executing that code with eval gives it the same access as the… 34 Vercel — AI dev-tools 5d ago Bring your agent to Notion with Chat SDK Your team already works in Notion. Now your agent can too. With the new Notion adapter for Chat SDK, the same agent you run on Slack, Discord, GitHub, Teams, or WhatsApp can join comment discussions on your Notion pages, no separate codebase required. Each Notion page maps to a… 33 Vercel — AI dev-tools 5d ago Chat SDK now supports XChat You can now build bots that hold end-to-end encrypted 1:1 and group conversations on XChat with the new XChat adapter for Chat SDK. The adapter handles all encryption, key management, and signature verification automatically. Bots can also message users first, as long as the… 10 Page 1 of 10 · 500 articles Older →