model-agnostic

Tag

Cards List
#model-agnostic

PILA: Plug-and-Play Insertion for LLM-native Advertising

arXiv cs.CL · 2026-07-29 Cached

PILA reformulates LLM-native advertising as a conditional response rewriting problem, decoupling ad insertion from upstream generation via a lightweight, model-agnostic sidecar module that preserves response quality while enabling controllable ad exposure.

0 favorites 0 likes
#model-agnostic

RIS-Kernel: A Model-Agnostic Architecture for Long-Context LLM Inference via Sparse Attention

arXiv cs.LG · 2026-07-27 Cached

RIS-Kernel introduces a model-agnostic sparse attention architecture (RIS) that reduces self-attention complexity from O(N^2) to O(N log N) for long-context LLM inference, enabling operation on commodity CPU hardware without GPU acceleration.

0 favorites 0 likes
#model-agnostic

@LangChain: .@FactoryAI CTO @enoreyes ran the numbers. Same code review task, wildly different price depending on the harness Eno o…

X AI KOLs Timeline · 2026-07-24 Cached

LangChain shares analysis by FactoryAI CTO Eno Reyes on how the same code review task has wildly different prices depending on the harness used, arguing a good model-agnostic harness can improve any model.

0 favorites 0 likes
#model-agnostic

@ycombinator: Dust (http://dust.tt) helps companies build AI teammates that work across their organization. Founded by former OpenAI …

X AI KOLs Following · 2026-07-24 Cached

Y Combinator interviews Dust founder Stanislas Polu about building AI teammates for the workplace, the strategy of staying model agnostic, and the challenges of building alongside rapidly advancing frontier AI labs.

0 favorites 0 likes
#model-agnostic

FALCON-Discover: Discovering Concentrated False-Confidence Regions for Calibration

arXiv cs.LG · 2026-07-22 Cached

This paper introduces FALCON-Discover, a post-hoc framework for discovering regions where model predictions are confidently wrong, shifting calibration focus from aggregate metrics to sample-level dangerous failures.

0 favorites 0 likes
#model-agnostic

NVIDIA-labs OO Agents: Native Python Object-Oriented Agents

Hugging Face Daily Papers · 2026-07-22 Cached

NVIDIA Object-Oriented Agents (NOOA) proposes a Python framework where agents are Python objects, with methods as actions and docstrings as prompts, enabling reliable, testable AI agents using familiar programming paradigms.

0 favorites 0 likes
#model-agnostic

Microsoft is testing a Chinese model (Kimi) inside Copilot. Are we entering the 'Intel Inside' era of AI?

Reddit r/artificial · 2026-07-21

Microsoft is testing Moonshot's Kimi model inside Copilot, highlighting a shift where users care more about utility than the underlying AI model.

0 favorites 0 likes
#model-agnostic

Training a harness for model-agnostic and task-environment-agnostic capability improvements with PyTorch-like framework [P]

Reddit r/MachineLearning · 2026-07-20

Introduces a framework for training a harness to improve task LLM capabilities in a model-agnostic and task-environment-agnostic way, with results on Terminal Bench and SWE-Bench.

0 favorites 0 likes
#model-agnostic

Unlocking Parallelism in Autoregressive Language Models via Speculative Decoding with Progressive Tree Drafting

arXiv cs.CL · 2026-07-14 Cached

Proposes Progressive Tree Drafting (PTD), a training-free, model-agnostic speculative decoding method that uses progressive tree structures and stepwise pruning to enable parallel generation of multiple draft paths, achieving up to 2x speedup on various benchmarks.

0 favorites 0 likes
#model-agnostic

Open-sourced my deterministic coding agent kernel — same behavior from 1B to 500B models

Reddit r/AI_Agents · 2026-07-12

Istar Code v5.0.0 is an open-sourced deterministic coding agent kernel that ensures consistent behavior across models from 1B to 500B parameters, using explicit rules, workflow phases, and verification gates.

0 favorites 0 likes
#model-agnostic

Build your own vulnerability harness

Hacker News Top · 2026-07-10 Cached

Cloudflare explains how to build a model-agnostic vulnerability scanning harness that treats AI models as interchangeable components, enabling cross-repo tracing and false positive reduction at scale.

0 favorites 0 likes
#model-agnostic

Exogenous Dropout: A Simple, Strong Baseline for Corruption-Robust Time Series Forecasting with Covariates

arXiv cs.LG · 2026-07-08 Cached

Proposes exogenous dropout, a simple training intervention that randomly zeros entire exogenous channels, to improve robustness of time series forecasting models against corrupted covariates. The method matches or exceeds more complex architectures across multiple corruption types and domains.

0 favorites 0 likes
#model-agnostic

MemDefrag: Latent Memory Defragmentation for Large Language Models

arXiv cs.CL · 2026-07-08 Cached

Proposes MemDefrag, a training-free framework that uses a middle-layer tracing signal to defragment latent memory in LLMs, achieving significantly better knowledge retention than existing methods like MemoryLLM and M+.

0 favorites 0 likes
#model-agnostic

@dabit3: Being model-agnostic allows @cognition to always offer "the best" models not just "our best" models. Devin Fusion is an…

X AI KOLs Following · 2026-06-29 Cached

Cognition introduces Devin Fusion, an adaptive model router that reduces cost by 35% while maintaining real frontier intelligence for agentic coding tasks.

0 favorites 0 likes
#model-agnostic

Denoising Implicit Feedback for Cold-start Recommendation

arXiv cs.AI · 2026-06-20 Cached

The paper proposes DIF, a model-agnostic method for denoising implicit feedback in cold-start recommendation by using pseudo-labels from content-similar warm items and uncertainty estimation, achieving significant improvements in a billion-user video app.

0 favorites 0 likes
#model-agnostic

Signature filtering: a lightweight enhancement for statistical watermark detection in large language models

arXiv cs.LG · 2026-06-18 Cached

Signature filtering is a detection-time module that improves statistical watermark detection in LLMs by learning and removing 'signature' tokens that make watermark tests unreliable, achieving large gains in detection rates while keeping false positives low.

0 favorites 0 likes
#model-agnostic

P$^2$CE: Model-Agnostic Plausible Pareto-Optimal Counterfactual Explanations

arXiv cs.LG · 2026-06-18 Cached

Introduces P²CE, a model-agnostic algorithm for generating plausible Pareto-optimal counterfactual explanations that balances feasibility, plausibility, and computational efficiency using an isolation forest outlier detector and SHAP values.

0 favorites 0 likes
#model-agnostic

Datadog veterans launch AI coding startup Niteshift on a bet against Big AI lock-in

TechCrunch AI · 2026-06-10 Cached

Former Datadog engineers launch Niteshift, an AI coding cloud that routes between models to reduce lock-in, raising $7M seed round led by Greylock.

0 favorites 0 likes
#model-agnostic

ExpGraph: Model-Agnostic Experience Learning with Graph-Structured Memory for LLM Agents

arXiv cs.CL · 2026-06-01 Cached

ExpGraph is a model-agnostic framework that enables LLM agents to reuse past experiences via a self-evolving graph of skills and failures, improving task performance by 12–21% without retraining the executor.

0 favorites 0 likes
#model-agnostic

CR4T: Rewrite-Based Guardrails for Adolescent LLM Safety

arXiv cs.CL · 2026-05-22 Cached

This paper proposes CR4T, a model-agnostic safeguarding framework that rewrites unsafe or refusal-style LLM outputs into developmentally appropriate, guidance-oriented responses for adolescents, offering a more human-centered alternative to traditional refusal-centric guardrails.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback