XRelevance 90
wast3
wast3 @0xWast3 · 17h Article Eval Engineering: How You Actually Know If Your AI System Got Better You changed the prompt. You added a new tool. You upgraded the model. Did any of it actually help - or does it just feel like it did? Without an eval, that questi...
Open sourceXRelevance 90
// The Bitter Lesson of Tool Calling //
// The Bitter Lesson of Tool Calling // Tool calling is a design choice, and the defaults are quietly costing accuracy. How so? New research releases a generation-spanning comparison of programmatic tool calling against native JSON tool calling, across 14 lang...
Open sourceXRelevance 90
You know how refreshing the page kills your AI chat mid-response? @triggerdotdev's new chat agent fixes that so it survives crashes, redeploys and can pause to ask permission befor
You know how refreshing the page kills your AI chat mid-response? @triggerdotdev's new chat agent fixes that so it survives crashes, redeploys and can pause to ask permission before a tool does something scary. Worth checking out: https://fandf.co/4wb86bf
Open sourceXRelevance 90
AI agents at Kavak sell the cars, underwrite the loans, coach the mechanics, and in one Mexican city, run the entire operation.
AI agents at Kavak sell the cars, underwrite the loans, coach the mechanics, and in one Mexican city, run the entire operation. The Latin American used-car marketplace bet on agents three years ago. Today ~95% of interactions and transactions run end-to-end on...
Open sourceXRelevance 90
Agent Platforms Package the Production Stack
Operators argue that productionizing agent harnesses requires durable execution, authentication, streaming, sandboxes, memory, evaluations and triggers, creating demand for managed platforms.
Open sourceXRelevance 90
Managed Agents Improve Long-Session Handoffs
Buzz Desktop restores message access for Claude and Codex agents and adds more reliable long-session handoffs plus unified agent discovery and import.
Open sourceXRelevance 90
Durable Filesystems Make Agent Work Resumable
Overeasy introduces a durable filesystem overlay backed by immutable S3 logs, making filesystem state forkable, resumable across machines and revertible.
Open sourceRedditRelevance 90
The best harness for local LLM is the one you code
Hi, After some tries, it seems that for local models (27B+) the best way to have reliable outputs is to add a little more code and have a determinist context for loop iteration. If you can code in Java (or use a LLM to code in Java), https://github.com/opencon...
Open sourceRedditRelevance 90
Multi agent coding almost shipped a billing bug for us
Small team, b2b saas. Our setup is a planner (opus 5 lately) that breaks a task into a plan, then composer 2.5 does the work Last week we changed how invoices round. One agent wrote it, another agent signed off on it, both fully confident it was done It was ro...
Open sourceProduct HuntRelevance 90
Lians v0.5
Reconstruct what your AI knew when it acted Open-source, bitemporal memory and decision evidence for AI agents. Recall facts as they were knowable at a prior time, preserve provenance, and export verifiable decision receipts.
Open sourceGitHub GrowthRelevance 90
QoderAI/better-harness: +12 GitHub stars
Better Harness turns project and session evidence into loop-level insights, prioritized improvements, and verifiable next steps—inside the coding agent you already use.
Open sourceGitHub GrowthRelevance 90
kvcache-ai/AgentENV: +16 GitHub stars
AgentENV (AENV) is a distributed platform for running agent environments at scale.
Open sourceGitHub GrowthRelevance 90
QoderAI/better-harness: +43 GitHub stars
Better Harness turns project and session evidence into loop-level insights, prioritized improvements, and verifiable next steps—inside the coding agent you already use.
Open sourceGitHub GrowthRelevance 90
shepherd-agents/shepherd: +56 GitHub stars
A runtime substrate that turns an agent's execution into a reversible, Git-like trace, so meta-agents can observe, fork, replay, and revert any run. Couples agent and environments in a copy-on-write fork ~5x faster than docker commit, with ~95% KV-cache reuse ...
Open sourceHF Daily PapersRelevance 90
Resume Means Resume: A Machine-Checked Conformance Contract for Checkpoint, Interrupt, and Resume Semantics in Workflow Persistence Layers
A framework that persists execution state so a run can be interrupted, survive a crash, and continue must decide what a resume means for effects that already fired. Five widely deployed agent workflow frameworks answer differently, none exposes a machine-check...
Open sourceHF Daily PapersRelevance 90
HarnessOpt-Bench: Evaluating LLMs at Harness Optimization
As LLMs are increasingly deployed within agentic systems, their capabilities depend not only on the model weights but also on the harness: the prompts, tools, control flow, memory, and orchestration code surrounding them. This makes automated harness optimizat...
Open sourceXRelevance 90
Deep Agents v0.7 is a leap from v0.6
Deep Agents v0.7 is a leap from v0.6 It’s so trim and clean This is all Middleware, a model, and some tools. Middleware, Model, Tools -> Local eval (Harbor), deploy & monitor (LangSmith) So good
Open sourceXRelevance 90
Basically every remaining good AI benchmark score has an implied asterisk next to it which reads:
Basically every remaining good AI benchmark score has an implied asterisk next to it which reads: * could be signficantly higher with a better harness.
Open sourceGitHub GrowthRelevance 90
QoderAI/better-harness: +88 GitHub stars
Better Harness turns project and session evidence into loop-level insights, prioritized improvements, and verifiable next steps—inside the coding agent you already use.
Open sourceGitHub GrowthRelevance 90
langchain-ai/openwiki: +116 GitHub stars
OpenWiki is a CLI that writes and maintains agent documentation for your codebase.
Open sourceHF Daily PapersRelevance 90
Σ-Mem: An Online Reliability Memory for LLM-based Multi-Agent Systems
Memory is central to long-horizon LLM agents, yet existing memory systems primarily preserve interaction content rather than modeling which agents can be trusted and under what conditions. This limitation is particularly important in multi-agent systems, where...
Open sourceXRelevance 90
Open wiki is long term memory for your codebase
Open wiki is long term memory for your codebase
Open sourceXRelevance 90
AGENTIC UI testing: Claude and Cursor writing and running E2E tests on your app. Drop the manual work.
AGENTIC UI testing: Claude and Cursor writing and running E2E tests on your app. Drop the manual work.
Open sourceXRelevance 90
I've rebuilt my agent stack four times this year.
I've rebuilt my agent stack four times this year. every rebuild landed on the same seven layers. seven. that's it. no framework. no orchestrator subscription. no "agentic OS." probably the only full stack agentic stack you need.
Open sourceindiehackersRelevance 90
I spent months building a reliability layer for LLM applications — but I'm still trying to understand if I'm solving the right problem
handling retries adding better failure explanations For people building AI products: How are you currently handling unreliable model outputs? Do you: write custom validation code? use another LLM as an evaluator? rely on retries? accept occasional failures? I'...
Open sourceGitHub GrowthRelevance 90
deer-flow/llm-space: +10 GitHub stars
A desktop app to prototype agent ideas, inspect every harness step, replay failures, and evaluate performance, all in one place. Local-first, cloud-ready for managed agents.
Open sourceHF Daily PapersRelevance 90
Is Deep Research Reliable? Misleading Knowledge Induces False Conclusions
Deep Research agents extend LLM-based assistants into long-horizon workflows involving planning, retrieval, evidence synthesis, and report generation, yet their reliability in open information environments remains underexplored. A key concern is whether appare...
Open sourceHF Daily PapersRelevance 90
LEDGERMIND: Provenance-Constrained Multimodal Agentic Reasoning with a Structured Evidence Ledger
Multimodal agents for visual question answering increasingly operate as multi-step trajectories that interleave perception, retrieval, and reasoning, yet evaluation still largely reduces to final-answer accuracy. This aggregate signal cannot tell whether a cor...
Open sourceHF Daily PapersRelevance 90
Filesystem-Based Memory for LLM Agents: Organization, Evolution, and Sustainability
Deployed LLM agents increasingly keep their long-term memory as a filesystem: a directory tree of markdown files that the agent itself reads, writes, and reorganizes through generic file tools. Yet research has largely passed over this medium: prior systems de...
Open source36KrRelevance 90
Graph Engineering:让 AI 真正“懂世界” 的工程
产业 AI 的决胜点,从来不在模型本身的“马力”,而在驾驭它的“整车系统”——这是我们在讨论 Harness Engineering(驾驭工程)一文中得出的核心结论。 在那套三层架构中,控制层的“图谱约束”与记忆层的“关系记忆”,无一不以知识图谱为内核。但在真实的产业深水区,一个更底层的工程拷问随之浮现:图谱本身,如何被工程化? 这正是 Graph Engineering(图谱工程) 的核心命题。如果说 Harness 解决的是“如何驾驭模型”,那么 Graph Engineering 解决的则是“模型该信什么”的...
Open sourceAWSRelevance 90
Inference meta-monitoring for Amazon SageMaker AI endpoints with Amazon Quick
Learn how to build an inference meta-monitoring system for Amazon SageMaker AI endpoints using Amazon Quick. This governance layer sits above production ML inference pipelines to continuously track prediction and data quality, detect drift, integrate delayed g...
Open sourceXRelevance 90
Model + harness. We have barely begun to understand the best ways to do harness engineering. A huge amount of untapped potential even without models getting better (but models are
Model + harness. We have barely begun to understand the best ways to do harness engineering. A huge amount of untapped potential even without models getting better (but models are getting better)
Open sourcehnRelevance 90
Show HN: A local merge queue for parallel Claude Code agents
The local merge queue for parallel Claude Code agents - funador/claude-code-merge-queue Claude Code Merge Queue 🚦 The local, zero-cost merge queue for parallel Claude Code agents. Several agents land, build, and test at the same time — this serializes it so pu...
Open sourceHF Daily PapersRelevance 90
SkillRise: Agentic Reinforcement Learning for Cross-Task Skill Evolution
Large language model agents often encounter related yet distinct tasks that share reusable solution patterns. Yet standard agentic reinforcement learning treats tasks as independent episodes, while existing approaches to skill learning either focus on repeated...
Open sourceHF Daily PapersRelevance 90
Memory for Large Language Models
Memory has evolved into a foundational architectural dimension in large language models (LLMs), shifting from an implicit byproduct of computation to a spectrum of explicit, controllable mechanisms. While recent advances introduce diverse strategies---spanning...
Open sourceHF Daily PapersRelevance 90
Agent Retrieval Bench: Evaluating Repository Context Retrieval for Coding Agents
Modern coding agents are usually evaluated by whether they eventually produce a correct patch, but patch generation depends on an earlier context-acquisition stage: finding the repository files needed for the task. We introduce Agent Retrieval Bench, a file-le...
Open sourceHF Daily PapersRelevance 90
OmegaUse-OfficeVal: Benchmarking LLM Agents on Long-Horizon Office-Suite Tasks with Economic Grounding
Large language model (LLM) agents are increasingly expected to assist users in completing tasks. However, existing benchmarks provide limited support for evaluating whether agents can carry out office-suite workflows at a reasonable cost. We introduce OmegaUse...
Open sourceProduct HuntRelevance 90
Loopgraph
Open-source loop engineering for autonomous companies Loopgraph turns recurring company work into governed, visual AI loops. Interview a department, generate versioned LoopSpecs, let Hermes route events to the right loop, then validate, simulate, approve, trac...
Open sourceGitHub GrowthRelevance 90
deer-flow/llm-space: +47 GitHub stars
A desktop app to prototype agent ideas, inspect every harness step, replay failures, and evaluate performance, all in one place. Local-first, cloud-ready for managed agents.
Open sourceGitHub GrowthRelevance 90
shepherd-agents/shepherd: +16 GitHub stars
A runtime substrate that turns an agent's execution into a reversible, Git-like trace, so meta-agents can observe, fork, replay, and revert any run. Couples agent and environments in a copy-on-write fork ~5x faster than docker commit, with ~95% KV-cache reuse ...
Open sourceHF Daily PapersRelevance 90
CodeNib: A Multi-View Data System for Serving Repository Context to Coding Agents
Coding agents repeatedly search, navigate, and retain context from evolving repositories, but disconnected indexes, language servers, and task-local histories force repeated discovery and obscure lifecycle costs. CodeNib builds reusable lexical, dense, and str...
Open sourceAWSRelevance 90
Market surveillance agent with LangGraph and Strands on AgentCore
Learn how to architect and deploy a production-ready multi-agent AI system using LangGraph for workflow orchestration and Strands for agent reasoning on Amazon Bedrock AgentCore. This post walks through a market surveillance example with state-driven orchestra...
Open sourceGitHub GrowthRelevance 90
lopopolo/harness-engineering: +17 GitHub stars
🐎 Ryan Lopopolo’s anthology, field guide, and agent context bundle for harness engineering
Open sourceHF Daily PapersRelevance 90
Agentic Context Management: Solving Agent Memory and Cost by Treating Them as Lifecycle and Architecture Problems
Production AI agents' failures are less often due to an inability to reason well and more often because they cannot manage what is in their reasoning context: conversation histories, large prompts, large tool definitions, and ballooning tool outputs. Agents dr...
Open sourceHF Daily PapersRelevance 90
Multi-Head Latent Control: A Unified Interface for LLM Agent Decision Making
Large language models are increasingly deployed as agents, but reliable agentic behavior requires more than next-token prediction. At inference time, it is preferred that an agent can decide whether to proceed with its current reasoning, defer to a stronger mo...
Open sourceNVIDIARelevance 90
Six Agent Harness Capabilities for Higher Model Performance
Building a great AI agent isn’t just about choosing the right models. The harness is the architecture surrounding the model. How it renders context, executes...
Open sourcehnRelevance 90
The new rules of context engineering for Claude 5 generation models
We removed over 80% of Claude Code's system prompt for more advanced models. How to apply the lessons we learned to your own context engineering in Claude Code and with your own agents. The new rules of context engineering for Claude 5 generation models We rem...
Open sourceRedditRelevance 90
I used local models and embedders to find out how coding agents are making decisions for me and how my coding preferences are being saved
I wanted to see if I could take the memories of coding agents like claude code or codex and turn them into visual decision trees that guide me how agents have progressed my codebase and what sort of decisions were made for me at what point of time. This is don...
Open sourceGitHub GrowthRelevance 90
lopopolo/harness-engineering: +16 GitHub stars
🐎 Ryan Lopopolo’s anthology, field guide, and agent context bundle for harness engineering
Open sourceXRelevance 90
A few weeks ago everyone was talking about loops. Now it's graphs.
A few weeks ago everyone was talking about loops. Now it's graphs. Both live or die on one thing: your company brain. This week, Shann Holmberg shared how he runs his marketing on graphs. Here's the difference (resolving a support ticket): 𝗟𝗼𝗼𝗽𝘀 → you set the ...
Open sourceXRelevance 90
Andrew Ng just dropped 8-page PDF on 4 agentic steps "from Loops to Graphs from scartch"
Andrew Ng just dropped 8-page PDF on 4 agentic steps "from Loops to Graphs from scartch" The twist: agent has amnesia without both: Loops let agents think - Graphs let agents remember here's 4 workflows, step by step: step 1 → reflection - agent writes, second...
Open sourcehnRelevance 90
AIs don't do what you want. This is bad
Thousands of user-reported incidents of AI agents misbehaving, collected from public posts. Reports, not verified events. Reward Hacking in the Wild Your AIs don’t do what you want. This is really bad 3,607 user-reported incidents of AI agents misbehaving Read...
Open sourceGitHub GrowthRelevance 90
deer-flow/llm-space: +11 GitHub stars
A desktop app to prototype agent ideas, inspect every harness step, replay failures, and evaluate performance, all in one place. Local-first, cloud-ready for managed agents.
Open sourceGitHub GrowthRelevance 90
shepherd-agents/shepherd: +12 GitHub stars
A runtime substrate that turns an agent's execution into a reversible, Git-like trace, so meta-agents can observe, fork, replay, and revert any run. Couples agent and environments in a copy-on-write fork ~5x faster than docker commit, with ~95% KV-cache reuse ...
Open sourceHF Daily PapersRelevance 90
OpenForgeRL: Train Harness-native Agents in Any Environment
Modern AI agents rely on elaborate inference harnesses such as Claude Code, Codex, and OpenClaw to drive multi-turn reasoning, tool use, and access to external systems. While powerful, these complex harnesses also make agents hard to train end-to-end with open...
Open sourceXRelevance 90
Hamel Husain reposted
Hamel Husain reposted dex @dexhorthy Why Software Factories Fail 46 140 925 184K or: the harness is not enough Update - the talk version of this post is live on youtube: https://www.youtube.com/watch?v=Ib5GBkD555M i guess we doin loops now We're all racing to ...
Open sourceRedditRelevance 90
OxDeAI: I built a deterministic pre-execution authorization boundary for AI agents (fail-closed, signed artifacts, adapters for LangGraph/CrewAI/AutoGen, etc...), looking for feedback.
Hey everyone. I'm the author of OxDeAI, an open-source protocol (Apache 2.0). Posting it here because I want critical feedback from people building real agents, not applause. The problem I keep hitting: as agents move from generating text to doing things (API ...
Open sourceRedditRelevance 90
non-technical question: what do you check after a green CI?
https://preview.redd.it/nizwsjkqdkeh1.png?width=1448&format=png&auto=webp&s=9c1d7c7d6e64688e9a51173a55a9b835986f6e6f I’m not really equipped to audit every line of an AI-generated PR, so a green CI can feel way more convincing than it should. It lo...
Open sourceRedditRelevance 90
non-technical here: how do I know an agent actually fixed the bug?
i’m non-technical, so debugging with an agent leaves me stuck in a specific loop. The other day it changed a few files, said the bug was fixed, and the app looked fine for one test. I still had no clue if it found the actual cause or just moved the problem som...
Open sourceProduct HuntRelevance 90
Factory Nexus by TynHub
Ai and swarm agents AI coding agent platform: describe a feature and up to 5 parallel AI agents build it on isolated git branches, pass AI code review, and ship PR-ready code to GitHub.
Open sourceProduct HuntRelevance 90
HyperNexus
The Most Powerful AI Tool For Everything Local-first cognitive control plane for AI agents. Progressive MCP and Skill tool routing, L1-L4 semantic automatic world-modeled persistent memory, LLM waterfall failover, and multi-agent orchestration.
Open sourceGitHub GrowthRelevance 90
shepherd-agents/shepherd: +15 GitHub stars
A runtime substrate that turns an agent's execution into a reversible, Git-like trace, so meta-agents can observe, fork, replay, and revert any run. Couples agent and environments in a copy-on-write fork ~5x faster than docker commit, with ~95% KV-cache reuse ...
Open sourceGitHub GrowthRelevance 90
deer-flow/llm-space: +30 GitHub stars
A desktop app to prototype agent ideas, inspect every harness step, replay failures, and evaluate performance, all in one place. Local-first, cloud-ready for managed agents.
Open sourceGitHubRelevance 90
eli-labz/Agent-Execution-Partnership
Agent Execution Partnership AEE is an open-source control plane that ensures every AI agent action is authorized before it runs, observable while it runs, and verifiable after it completes.
Open sourceGitHubRelevance 90
risa-labs-inc/BossConsole
Open-source, multi-platform harness for AI agents — a native, multi-threaded operator's console (JVM, not Electron) to run Claude Code, Codex, Gemini or OpenCode with a real browser, terminal, editor, secrets & 100+ MCP tools. Built for enterprises, science & ...
Open sourceHF Daily PapersRelevance 90
Self-State Attacks on Self-Hosted AI Agents: How Far Can OS Defenses Go?
Self-hosted AI agents read and write their own memory and configuration files to function. An agent may get compromised via corruption of its own state -- a compromise realized via legitimate OS system call invocation. We refer to this class of threats as self...
Open sourceHF Daily PapersRelevance 90
Partially Correlated Verifier Cascades in LLM Harnesses: Concave Log-Odds, Polynomial Reliability, and Blind-Spot Ceilings
Serial verification gates are a core reliability primitive in LLM harnesses: a candidate answer is returned only if k verifier calls all accept it. Under conditionally independent gates, the recent Odds Law (arXiv:2606.15712) shows that posterior log-odds grow...
Open sourceTechCrunchRelevance 90
AI’s most important protocol is getting a little bit easier to use
Under the new system, the protocol will take a looser, "stateless" approach to session IDs on the server side, similar to how most ordinary websites already work.
Open sourceRedditRelevance 90
The GitHub for Context Doesn’t Exist Yet
submitted by /u/growth_man to r/artificial [link] [comments]
Open sourceProduct HuntRelevance 90
Skippr AI
The live AI employee inside your product, serving every user Real-time agents that see, talk, and operate software. They onboard, activate, and unblock your users. On their own. Skippr agents keep agenda and memory across full sessions, speak 10 languages, and...
Open sourceindiehackersRelevance 90
We built an AI-native CRM, then mostly stopped saying "AI" in sales calls. Here's why
What I would do differently: I would have talked to our buyers' actual objections before writing a single line of positioning, instead of importing the vocabulary of the SaaS bubble I was reading. The market told us within ten demos. I just needed three months...
Open sourceRedditRelevance 90
Just stopped building AI chatbots for companies nd started building orchestration systems instead. (it will help you to figure out lots of things)
I think we're solving the wrong problem. Everyone is obsessed with making models smarter. After spending the last few months building an AI platform for travel operators, I'm convinced intelligence stopped being the bottleneck a while ago. The real bottleneck ...
Open sourceGitHub GrowthRelevance 90
oomol-lab/open-connector: +69 GitHub stars
Open-source auth gateway connecting 1000+ SaaS providers to AI agents through SDK, CLI, MCP, HTTP, and OpenAPI.
Open sourceGitHub GrowthRelevance 90
shepherd-agents/shepherd: +14 GitHub stars
A runtime substrate that turns an agent's execution into a reversible, Git-like trace, so meta-agents can observe, fork, replay, and revert any run. Couples agent and environments in a copy-on-write fork ~5x faster than docker commit, with ~95% KV-cache reuse ...
Open sourceGitHub GrowthRelevance 90
cobusgreyling/loop-engineering: +226 GitHub stars
Practical patterns, starters & CLI tools for loop engineering with AI coding agents. Design systems that prompt and orchestrate agents (inspired by Addy Osmani and Boris Cherny). Includes loop-audit, loop-init, loop-cost.
Open sourceHF Daily PapersRelevance 90
RESOURCE2SKILL: Distilling Executable Agent Skills from Human-Created Multimodal Resources
Skills are a useful abstraction for software agents, turning human and agent experience into reusable procedural knowledge. Yet existing skill libraries are mostly hand-written, text-centric, or derived from agent traces, leaving tutorial videos and other mult...
Open sourceHF Daily PapersRelevance 90
Recursive Harness Self-Improvement
Under model--harness co-evolution, harnesses are not merely inference-time scaffolds but data-generating components whose execution traces can shape future foundation models. This motivates harness-in-the-loop learning: optimizing harnesses for both immediate ...
Open sourceHF Daily PapersRelevance 90
From Human-Centric to Agentic Code Review: The Impact of Different Generations of Generative AI Technology on Review Quality
Code review helps maintain software quality before code integration, but it also imposes a substantial workload on human reviewers. As generative artificial intelligence becomes part of software development, code review is shifting from a primarily human revie...
Open sourcehnRelevance 90
Harness Engineering
🐎 Ryan Lopopolo’s anthology, field guide, and agent context bundle for harness engineering - lopopolo/harness-engineering Harness Engineering “Most people do not know that they can just point their agents at my writing, tweets, podcasts, and talks and improve ...
Open sourceGitHub GrowthRelevance 90
xai-org/grok-build: +3457 GitHub stars
SpaceXAI's coding agent harness and TUI. Fullscreen, mouse interactive, extensible.
Open sourceGitHub GrowthRelevance 90
oomol-lab/open-connector: +117 GitHub stars
Open-source auth gateway connecting 1000+ SaaS providers to AI agents through SDK, CLI, MCP, HTTP, and OpenAPI.
Open sourceGitHub GrowthRelevance 90
shepherd-agents/shepherd: +33 GitHub stars
A runtime substrate that turns an agent's execution into a reversible, Git-like trace, so meta-agents can observe, fork, replay, and revert any run. Couples agent and environments in a copy-on-write fork ~5x faster than docker commit, with ~95% KV-cache reuse ...
Open sourceGitHub GrowthRelevance 90
omnigent-ai/omnigent: +64 GitHub stars
Omnigent is an open-source AI agent framework and meta-harness: orchestrate Claude Code, Codex, Cursor, Pi, and custom agents — swap harnesses without rewriting, enforce policies and sandboxing, and collaborate in real time from any device.
Open sourceHF Daily PapersRelevance 90
Rethinking the Evaluation of Harness Evolution for Agents
We revisit the evaluation of automatic harness evolution for LLM agents. Existing harness evolution methods use unit test cases to search for harness configurations and then report final performance on the same public benchmark. This protocol raises two fundam...
Open sourceHF Daily PapersRelevance 90
LongStraw: Long-Context RL Beyond 2M Tokens under a Fixed GPU Budget
A growing gap separates inference context lengths from RL post-training: inference systems are approaching million-token contexts, while post-training workloads often remain at 256K tokens or below and rely on length generalization at deployment. The gap is es...
Open sourceHF Daily PapersRelevance 90
SEED: Self-Evolving On-Policy Distillation for Agentic Reinforcement Learning
Large language models are increasingly trained as interactive agents for long-horizon tasks involving multi-turn interaction, tool use, and environment feedback. Outcome-based reinforcement learning (RL) provides a practical optimization paradigm, but its spar...
Open sourceHF Daily PapersRelevance 90
SearchOS-V1: Towards Robust Open-Domain Information-Seeking Agent Collaboration
Recent advances in Tool-Integrated Large Language Models have made web search a core capability of information-seeking agents. However, as interaction histories grow, agents increasingly struggle to track task progress. When search attempts fail to yield usefu...
Open sourceDatabricksRelevance 90
Unified context: The missing layer for enterprise AI coworkers
AI assistants are quickly spreading across the surface layer of work. They draft...
Open sourceDatabricksRelevance 90
The skills gap behind agentic AI — and how Databricks is closing it with a new context engineer certification and agent trainings
Engineering the Future: The Context Engineer CertificationAs organizations race to...
Open sourceDatabricksRelevance 90
Your AI is ready. Your data foundation probably isn’t
For most large enterprises, AI transformation is a story of silos — business units...
Open sourceAWSRelevance 90
Build enterprise search for agents with Amazon Bedrock Managed Knowledge Base
In this post, we walk through the three pillars that make this possible: simplified setup, smarter retrieval, and production readiness. We also show you code examples for setting up a knowledge base and retrieving from it.
Open sourceNVIDIARelevance 90
Scaling Agentic AI Factories Through Extreme Co-Design with NVIDIA BlueField
Agentic AI changes the infrastructure pattern for AI factories. One request can trigger many model calls, tool calls, memory lookups, policy checks, storage...
Open sourceProduct HuntRelevance 90
MonX
See everything, fix it fast. Your proactive performance hub. MonX v2 combines real-time server monitoring with autonomous AI root-cause analysis, LLM observability, eBPF service topology, cloud monitoring (AWS, Azure, GCP), and human-in-the-loop remediation. D...
Open sourceHF Daily PapersRelevance 90
AgentCompass: A Unified Evaluation Infrastructure for Agent Capabilities
As Large Language Models (LLMs) evolve into autonomous agents, the need for unified evaluation infrastructure becomes critical. However, current evaluation pipelines remain highly fragmented and tightly coupled, hindering reproducibility and causing redundant ...
Open sourceHF Daily PapersRelevance 90
From Noisy Traces to Root Causes: Structural Trajectory Analysis and Causal Extraction for Agent Optimization
The optimization of long-horizon agents increasingly relies on reflection-based mechanisms, where a large language model (LLM) acts as an optimizer to diagnose agent failures and improve agent policies. However, real execution traces are difficult to use direc...
Open sourceHF Daily PapersRelevance 90
Tracing Agentic Failure from the Flow of Success
Failure attribution for LLM-based agentic systems, i.e., identifying which steps in a failure trajectory caused the task to fail, is critical for debugging and improving these systems. Existing approaches either rely on prompting-based pipelines, which are com...
Open sourceHF Daily PapersRelevance 90
Harness Handbook: Making Evolving Agent Harnesses Readable,Navigable, and Editable
The capability of a modern AI agent depends not only on its foundation model but also on its harness, which constructs prompts, manages state, invokes tools, and coordinates execution. As models, APIs, environments, and requirements evolve, the harness must be...
Open source36KrRelevance 90
Anthropic揭秘AI四大失控行为:泄密、删账、改分,还差点骗过人类
给足了AI权限,它会不会使坏? Anthropic真的把这个问题,做成了一场实验。 他们把全行业最强的十几个AI模型,一个个扔进模拟的公司和实验室。给代码权限,给财务权限,给评估权限,然后看会发生什么。 结果,四种AI「使坏」模式浮出了水面: Gemini 3.1 Pro暗改训练流程; GPT-5.5帮创始人瞒下投资人的钱; Claude系模型给同行的答卷偷偷改分; Opus 4.5走投无路,教一个员工替自己往外捅料。 7月13日,Anthropic对齐科学团队(Alignment Science)公开了这个实验报...
Open sourceDatabricksRelevance 90
Data-Native AI Agents: Why Agents Must Move to Your Data
Most enterprise AI pilots clear the same low bar: connect an LLM to your data, drop...
Open sourceindiehackersRelevance 90
My AI agent quoted a client a price we killed months ago. So I built Engram.
Per-agent tokens are read-only or read-write. A teammate's agent gets a read token and physically cannot touch the vault. It reads any existing Obsidian vault as is, and draws a knowledge graph. It's MIT, one Docker container, deploys to Railway or Render or a...
Open sourceindiehackersRelevance 90
132 users, 3 current customers, and a renewal failure I should have prevented
improving churn and failed-renewal feedback continuing to remove operational friction StatusPage.me is no longer just an idea. It has users, customers, real infrastructure load, and real operational obligations. But usage is not yet a repeatable business model...
Open sourceRedditRelevance 90
HarnessTrim: a deterministic, benchmarked token-economy layer across Claude Code, Codex & OpenCode
Coding agents leak tokens across several channels → noisy tool output (test logs, git diff , build spam), model verbosity, thinking tokens, always-loaded instruction files. Existing tools each hit one channel (Caveman → output style, RTK → shell output). Harne...
Open sourceRedditRelevance 90
Opencode Agents vs Claude Code
I’ve been playing around with Opencode and realized how 70% of the capability of my model comes from the agents I can use rather than the model size or parameters. So now obviously I have a question… is there a way to use Claude Code but have it pointing at my...
Open sourceRedditRelevance 90
Working around Qwen3.6-27B's tool-call failures and looping
Let's start a discussion about what can be done to make local models more reliable. I've been using Qwen3.6-27B a lot lately, and have noticed the same thing that many others talk about here, which is the tool-call failures and looping that really gets in the ...
Open sourceRedditRelevance 90
I tried to make Clean Architecture's "depends only inward" rule as provable as an OS kernel's — ended up with something that's unexpectedly great for LLM-driven dev
TL;DR: I wanted to make Clean Architecture's "dependencies only inward" rule structurally unbreakable, like an OS kernel — so I replaced the entire implementation with UNIX-pipe-style pipelines. Turns out that once you minimize hiding and expose almost everyth...
Open sourceRedditRelevance 90
Toolnexus: a vendor-neutral tool-calling layer for LLMs, byte-identical across 5 languages (with real human-in-the-loop suspend/resume)
Toolnexus is a small, vendor-neutral library that gives any LLM the dynamic tool-calling an agent framework has, but ported byte-identically across five languages (JavaScript, Python, Go, Java, C#). The idea: MCP servers, agent skills, your own functions, HTTP...
Open sourceRedditRelevance 90
If you use Open Code or other agenting programs you are leaving a lot of t/s if you don't actually use agents in parallel. Benchmark : RTX5090, Qwen3.6 35B loaded via LM studio with parallel tasks set to 8
As many of you know t/s is super important. It's how fast your stuff gets done. I create via open code benchtest and run it. Thanks to it i know that if i don't run at least 4 agents i basically leave HALF of performance. So whatever you do single project in o...
Open source