agentic-tasks

Tag

Cards List
#agentic-tasks

Kimi K3 Is Competitive with Fable; Kimi K3 and Fable Is SoTA

Hacker News Top · 6d ago Cached

Kimi K3, an open model, rivals Fable in agentic tasks, and routing between them achieves 93% accuracy with up to 50x cost savings, establishing a new state-of-the-art approach.

0 favorites 0 likes
#agentic-tasks

Kimi K3 released on web and app

Reddit r/LocalLLaMA · 2026-07-16

Kimi K3, a new AI model with 2.8 trillion parameters and 1 million context length, has been released on web and app, featuring leading capabilities in coding, agentic tasks, reasoning, vision, and agent swarms.

0 favorites 0 likes
#agentic-tasks

Multi-Turn On-Policy Distillation with Prefix Replay

Hugging Face Daily Papers · 2026-07-16 Cached

This paper proposes ReOPD, a method for on-policy distillation of LLM agents that reuses pre-collected teacher trajectories as replayed prefixes, achieving improved efficiency and accuracy without new environment interactions.

0 favorites 0 likes
#agentic-tasks

SEED: Self-Evolving On-Policy Distillation for Agentic Reinforcement Learning

Papers with Code Trending · 2026-07-16 Cached

Proposes SEED, a self-evolving on-policy distillation framework that converts completed trajectories into hindsight skills to improve reinforcement learning for interactive agent tasks, achieving consistent performance gains and sample efficiency.

0 favorites 0 likes
#agentic-tasks

@Azaliamirh: Check out LLM-as-a-Verifier: a simple, cheap, & general-purpose self-improvement technique that boosts performance on "…

X AI KOLs Timeline · 2026-07-10 Cached

LLM-as-a-Verifier is a simple, cheap, general-purpose self-improvement technique for agentic tasks, using fine-grained scoring and logprob-based ranking to achieve SOTA on multiple benchmarks like SWE-Bench Verified and Terminal-Bench V2.

0 favorites 0 likes
#agentic-tasks

@omarsar0: NEW AI paper worth bookmarking. This is something I called early, and this paper confirms it: verification has emerged …

X AI KOLs Timeline · 2026-07-07 Cached

This paper from Stanford, NVIDIA, and UC Berkeley introduces LLM-as-a-Verifier, a training-free verification framework that uses continuous scoring from LLM logits to improve accuracy across coding, robotics, and medical domains, achieving state-of-the-art results on multiple benchmarks.

0 favorites 0 likes
#agentic-tasks

@gurtej__gill_: This new paper from Stanford, Berkeley and NVIDIA feels like a massive piece of the puzzle when it comes to test time c…

X AI KOLs Timeline · 2026-07-07 Cached

This paper from Stanford, Berkeley, and NVIDIA introduces LLM-as-a-Verifier, a general-purpose verification framework that uses token logits for continuous scoring. It achieves SOTA on multiple benchmarks including Terminal-Bench V2 (86.5%) and SWE-Bench Verified (78.2%), and provides fine-grained signals that can accelerate RL training.

0 favorites 0 likes
#agentic-tasks

Object-Centric Environment Modeling for Agentic Tasks

arXiv cs.AI · 2026-07-07 Cached

Introduces Object-Centric Environment Modeling (OCM), a method that organizes LLM agent experience into two executable code bases (object knowledge and procedure knowledge) to improve reuse, verification, and reduce invalid actions in interactive environments.

0 favorites 0 likes
#agentic-tasks

TREK: Distill to Explore, Reinforce to Refine

Hugging Face Daily Papers · 2026-07-06 Cached

TREK is a staged procedure that uses distillation to expand exploration support for policy optimization, improving performance on mathematical reasoning and agentic tasks beyond standard GRPO.

0 favorites 0 likes
#agentic-tasks

@SlimTradeyBaby: Just read @no_stp_on_snek review of the new Ornith-1.0 35B coder easily one of the best model write-ups I've seen in a …

X AI KOLs Following · 2026-06-26 Cached

A review of the new Ornith-1.0 35B coding model that bypasses public benchmarks and tests it on real agentic tasks, highlighting its strengths in long-horizon coding and coherence, as well as costs like verbosity.

0 favorites 0 likes
#agentic-tasks

@bookwormengr: It is a shame this account has only 5k followers. Zhihu is pinnacle of Deep Learning blogging . This is Less Wrong of C…

X AI KOLs Timeline · 2026-06-24 Cached

Discusses why GLM-5.2 moved away from GRPO, suggesting that GRPO's assumptions may not hold for long-horizon agentic tasks.

0 favorites 0 likes
#agentic-tasks

Counsel: A Meta-Evaluation Dataset for Agentic Tasks

Hugging Face Daily Papers · 2026-06-19 Cached

Counsel is the first public dataset of human meta-evaluations of LLM critiques for agentic tasks, designed to improve the calibration and reliability of automated evaluation methods.

0 favorites 0 likes
#agentic-tasks

Beyond Reward Engineering: A Data Recipe for Long-Context Reinforcement Learning

arXiv cs.CL · 2026-06-18 Cached

This paper shows that a carefully crafted data recipe for long-context reinforcement learning, using minimal outcome-based GRPO, significantly improves reasoning across multiple models and benchmarks, and transfers to agentic tasks like GAIA and BrowseComp.

0 favorites 0 likes
#agentic-tasks

Skill or Skip? Learning Selective Skill Invocation in Agentic Tasks via Dual-Granularity Preference Learning

arXiv cs.CL · 2026-06-02 Cached

Proposes SelSkill, a dual-granularity preference-learning framework that learns when to invoke skills in agentic tasks, improving task success by 10.9% on ALFWorld and 5.7% on BFCL.

0 favorites 0 likes
#agentic-tasks

@maximelabonne: We're trending on @huggingface! Tbh, we undersold this model. It's a lot more capable at agentic tasks than I expected.…

X AI KOLs Following · 2026-06-01 Cached

Maxime Labonne shares that their model is trending on Hugging Face and is surprisingly capable at agentic tasks despite having only 1B active parameters.

0 favorites 0 likes
#agentic-tasks

Why is no one talking about Mimo V2.5 (non-pro)

Reddit r/singularity · 2026-05-30

Mimo V2.5 offers performance comparable to Claude Opus 4.5 at a fraction of the cost, making it a highly cost-effective AI model for agentic tasks.

0 favorites 0 likes
#agentic-tasks

Show HN: Forge – Guardrails take an 8B model from 53% to 99% on agentic tasks

Hacker News Top · 2026-05-19 Cached

Forge is a reliability layer for self-hosted LLM tool-calling that uses guardrails and context management to dramatically improve performance on multi-step agentic tasks, lifting an 8B local model from 53% to 99% accuracy.

0 favorites 0 likes
#agentic-tasks

@NoahZiems: Extremely excited about our recent work in Pedagogical RL. I’m optimistic approaches like this are going to completely …

X AI KOLs Following · 2026-05-15

Noah Ziems expresses excitement about their recent work in Pedagogical RL, which aims to transform data collection for complex agentic tasks like coding.

0 favorites 0 likes
#agentic-tasks

Introducing GPT-5 for developers

OpenAI Blog · 2025-08-07 Cached

OpenAI releases GPT-5 in their API platform, a state-of-the-art model achieving 74.9% on SWE-bench Verified and excelling at coding, agentic tasks, and long-context reasoning. The release includes three model sizes (gpt-5, gpt-5-mini, gpt-5-nano) and new API features like verbosity control, minimal reasoning mode, and custom tools.

0 favorites 0 likes
← Back to home

Submit Feedback