[arXiv Research] Agentic Workflow Improvements — 2026-08-23 #55048
Replies: 1 comment 1 reply
|
/q add subagents to do preliminary investigation. Use agentic engine that can read PDFs or use MCP to open PDF. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Summary
25 papers screened, 14 relevant, 3 high-priority opportunities identified.
Actionable Opportunities
Token Optimization — Optimal Skill Selection with Budget Constraints
Paper: [Optimal Skill Selection for LLM Agents with Provable Bicriteria Guarantees]((arxiv.org/redacted)
Authors: Yu Chen, Ruishuo Chen, Xun Wang
Published: 2026-08-20
Effort: medium
Rationale: The paper presents a provably optimal algorithm for selecting skills under hard token budgets by modeling benefit as monotone submodular and penalizing redundancy. This directly improves gh-aw's skill fusion and lazy loading system, which currently lacks formal cost-benefit optimization.
Workflow Compilation — MCP-Aware Training Data Pipeline
Paper: [MidTool: Mid-training Data Synthesis for Agentic Tool Use]((arxiv.org/redacted)
Authors: Fengqing Jiang, Yite Wang, Boyi Liu
Published: 2026-08-20
Effort: high
Rationale: MidTool demonstrates that synthesizing training data from real tool APIs, MCP skills, and document-grounded workflows teaches models tool affordance recognition and workflow composition. This could produce gh-aw-specialized models that better understand workflow markdown syntax, safe-outputs constraints, and multi-agent patterns.
Prompt Engineering — Instruction-First Documentation Structure
Paper: [From Agent Behaviour to Agent-Friendly Documentation: An Empirical Study of How Coding Agents Discover, Read, and Write Technical Documentation]((arxiv.org/redacted)
Authors: Zhijun Gao, Jing Chen
Published: 2026-08-20
Effort: low
Rationale: The study shows agents interact with instruction files and working notes 60.5% of the time versus 10.6% for traditional docs. gh-aw already uses SKILL.md as instruction files, but could formalize compact command playbooks, example workflows, and decision trees at the top, moving detailed API reference lower.
Papers Analyzed
Next Steps
All reactions