prompt-optimization

Tag

Cards List
#prompt-optimization

MIDAS: Multi-LLM Iterative Data-Adaptive Summarization

arXiv cs.CL ↗ · 2026-08-06 Cached

This paper proposes MIDAS, a multi-LLM framework for data-adaptive summarization that automates prompt optimization for domain-specific enterprise use cases, achieving strong improvements over prior methods on customer ticket summarization benchmarks.

0 favorites 0 likes
#prompt-optimization

RL Environments Are All You Need (6 minute read)

TLDR AI ↗ · 2026-08-06 Cached

The author argues that RL environments serve as the essential data for building AI agents, enabling systematic training, prompt optimization, and evaluation rather than manual iteration.

0 favorites 0 likes
#prompt-optimization

FLARE: Few-shot Learning-based Adaptive Reflective Engine

arXiv cs.CL ↗ · 2026-08-05 Cached

FLARE is a new framework that combines few-shot learning with reflective mechanisms to optimize instructions for LLMs, outperforming GEPA across multiple benchmarks including HotPotQA, tool calling, and GoEmotions.

0 favorites 0 likes
#prompt-optimization

@lateinteraction: man, we’re so extremely lucky to have @isaacbmiller1 as lead maintainer! also wow it took me longer than i’d like to ad…

X AI KOLs Following ↗ · 2026-08-04 Cached

DSPy 3.3.0 is released, featuring dspy.Flex for GEPA-optimized code and prompts, and dspy.ReActV2 with native parallel tool calling, with praise for lead maintainer Isaac Miller.

0 favorites 0 likes
#prompt-optimization

Self-Supervised Skill Optimization

arXiv cs.CL ↗ · 2026-08-03 Cached

This paper introduces Self-Supervised Skill Optimization (SSO), a framework that learns and optimizes reusable agent skills from unlabeled task instances using LLM-judged pairwise comparisons, without requiring ground-truth labels or rewards. SSO outperforms existing ground-truth-free prompt optimizers and approaches ground-truth-based methods on closed-ended benchmarks.

0 favorites 0 likes
#prompt-optimization

From Errors to Rules: Iterative Prompt Optimization for Text Classification

arXiv cs.AI ↗ · 2026-07-24 Cached

This paper presents ERGO, an error-driven method for iterative prompt optimization in text classification that diagnoses classification failures and generates targeted decision rules, achieving best accuracy on tasks where errors concentrate in specific confused label pairs.

0 favorites 0 likes
#prompt-optimization

One Rewrite to Fix Them All? Type-Aware Repair Allocation for Text-to-Image Prompt Optimization

arXiv cs.AI ↗ · 2026-07-22 Cached

This paper introduces Type-Aware Repair Allocation (TARA), a training-free framework that decomposes text-to-image prompt optimization into atomic repair allocation, where each failed proposition is routed to a type-conditioned repair operator. Experiments show TARA achieves the best semantic accuracy on DSG and TIFA benchmarks across four generators, improving over VisualPrompter while maintaining image quality.

0 favorites 0 likes
#prompt-optimization

BayesPO: Bayesian Prompt Optimization via Parallel-Tempered Gradient-Guided Discrete MCMC

arXiv cs.CL ↗ · 2026-07-20 Cached

This paper presents BayesPO, a Bayesian prompt optimization framework using gradient-guided discrete MCMC with parallel tempering, achieving improved accuracy on instruction-induction tasks.

0 favorites 0 likes
#prompt-optimization

MAGE: Understanding Stability-Performance Trade-offs in Multi-component Prompt Optimization

arXiv cs.CL ↗ · 2026-07-15 Cached

This paper introduces MAGE, a framework for analyzing component interactions in prompt optimization, revealing a Prompt Optimization Coupling Effect (POCE) where combining multiple stochastic signals improves performance but increases variance. It provides insights into stability-performance trade-offs and practical guidance for prompt optimization.

0 favorites 0 likes
#prompt-optimization

A Multi-Agent System for Autonomous, Fine-Tuning-Free Clinical Symptom Detection: Development and Validation Study

arXiv cs.AI ↗ · 2026-07-15 Cached

Pythia is a multi-agent system that autonomously writes and optimizes extraction prompts for clinical concepts without manual prompt engineering or fine-tuning, using a locally hosted open-weights model. It achieves mean sensitivity of 0.76 and specificity of 0.95 on clinical symptom detection, outperforming lexicon-based methods on specificity.

0 favorites 0 likes
#prompt-optimization

We built an automated QA/eval engine for agent prompts. Help us test it out!

Reddit r/AI_Agents ↗ · 2026-07-10

Built an automated QA/eval engine for agent prompts called Baseline that treats prompts like software for regression testing, allowing non-coders to define rubrics and automatically optimize prompts. Currently in limited beta with a 30-day free trial.

0 favorites 0 likes
#prompt-optimization

Speculative cache warming: warms your cache while you type your prompt, save 10-20s of wait time

Reddit r/LocalLLaMA ↗ · 2026-07-10

Speculative cache warming pre-processes the system prompt and tools array while the user types their prompt, saving 10-20 seconds of wait time on local LLM inference. This feature is part of the open-source OpenFox harness for local AI, improving interactivity without breaking cache consistency.

0 favorites 0 likes
#prompt-optimization

@Yonah_x: https://x.com/Yonah_x/status/2073313721829540171

X AI KOLs Timeline ↗ · 2026-07-04 Cached

This article shares the team's practice of drawing on OpenAI's Harness engineering philosophy to enable an AI Agent to run autonomously for 17 hours with 16 iterations of prompt optimization, and successfully launch the project, including key mechanisms such as anti-cheating and preventing early stopping.

0 favorites 0 likes
#prompt-optimization

Prompt Optimization for User Simulation in Conversational Recommender Systems: A Multi-Objective Framework

arXiv cs.AI ↗ · 2026-07-02 Cached

This paper proposes a framework to automatically optimize prompts for LLM-based user simulators in conversational recommender systems, addressing issues like positive bias and limited behavioral diversity.

0 favorites 0 likes
#prompt-optimization

Making Optimization Work When Labels Are Scarce [R]

Reddit r/MachineLearning ↗ · 2026-07-02

Gnosys Labs introduces an autonomous model engineering method that improves classifiers under label scarcity, outperforming standard optimizers like GEPA on the ToxicChat benchmark.

0 favorites 0 likes
#prompt-optimization

Contrastive Reflection for Iterative Prompt Optimization

arXiv cs.AI ↗ · 2026-07-01 Cached

Introduces Contrastive Reflection, an iterative prompt-optimization framework for agentic IR workflows that uses structured traces to identify error-anchored behavioral slices and applies contrastive repair via a Teacher LLM, achieving significant improvements on HotpotQA.

0 favorites 0 likes
#prompt-optimization

Wayfinder Router: deterministic routing of queries between local and hosted LLM

Hacker News Top ↗ · 2026-06-28 Cached

Wayfinder Router is an open-source Python tool that deterministically routes prompts to local or hosted LLMs based on structural complexity, without calling any model, enabling offline cost savings.

0 favorites 0 likes
#prompt-optimization

@omarsar0: If you use LLM-as-judge, this one is worth reading. (bookmark it) It's actually one of the most effective ways to use L…

X AI KOLs Following ↗ · 2026-06-27 Cached

BinEval is a new framework that decomposes LLM evaluation criteria into atomic binary questions, improving interpretability and enabling targeted prompt optimization, achieving strong results on factual consistency benchmarks.

0 favorites 0 likes
#prompt-optimization

SAGE: Stochastic Prompt Optimization via Agent-Guided Exploration

arXiv cs.CL ↗ · 2026-06-18 Cached

Introduces SPO, a stochastic search framework for automatic prompt optimization, with three strategies including SAGE, an agent-guided multi-agent pipeline. Evaluated on benchmarks and deployed on a mental-health chatbot, showing improvements in retention through continuous optimization.

0 favorites 0 likes
#prompt-optimization

@NFTCPS: Microsoft came up with something called SkillOpt, and its approach is pretty wild: treating an agent's skill documentation like a neural network for training, with epochs, batches, learning rates, and validation sets, but without touching a single model weight. What makes it great? Let me break it down into three points: Training only modifies one skill document, and any new changes must be validated on the...

X AI KOLs Timeline ↗ · 2026-06-17 Cached

Microsoft introduces SkillOpt, a method that trains an agent's skill documentation like a neural network, using epochs, batches, learning rates, and validation sets for optimization, without modifying model weights. It achieves top results across multiple benchmarks and can be transferred across models and tools.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback