HackerTrans
トップ新着トレンドコメント過去質問紹介求人

milkkarten

no profile record

投稿

Agent Bazaar: Enabling Economic Alignment in Multi-Agent Marketplaces

arxiv.org
3 ポイント·投稿者 milkkarten·2 か月前·1 コメント

Continual Harness: Online Adaptation for Self-Improving Foundation Agents

arxiv.org
8 ポイント·投稿者 milkkarten·2 か月前·1 コメント

We Ran the Largest AI Pokemon Tournament Ever. Now It's an Open Benchmark

arxiv.org
1 ポイント·投稿者 milkkarten·4 か月前·0 コメント

We Automated RL Environment Engineering for $10

arxiv.org
2 ポイント·投稿者 milkkarten·4 か月前·0 コメント

Artificial Pokemon Intelligence in the PokeAgent Challenge

pokeagent.github.io
3 ポイント·投稿者 milkkarten·9 か月前·0 コメント

LLM Economist – Mechanism Design for Simulated Agent Societies

github.com
2 ポイント·投稿者 milkkarten·12 か月前·9 コメント

コメント

milkkarten
·先月·議論
no reasoning shown. no explanation on any training information. Using vision-only should be an easier version of the task (given training).

there are many standardized evals to do this correctly and Anthropic ignored them to provide a 18 second sped up video of a 50 hour run?

yeah I don't trust this until they provide a live run by a 3rd party with full reasoning traces in real-time. The reason we all liked the Gemini Plays Pokemon style runs were because they were live and couldn't be faked
milkkarten
·2 か月前·議論
Author here. LLM agents are getting good enough to run individual businesses. What happens when everyone's business is run by agents? Turns out, without targeted training for economic alignment, markets collapse. We study concrete failure modes in B2C ("The Crash": firms undercut each other below unit cost in a flash-crash-style spiral) and C2C ("The Lemon Market": a single agent runs many seller identities to flood the market with fraudulent listings).

We were surprised that no model was able to successfully solve both tasks, and frontier models can be just as bad as open source models in these scenarios. The good news: this is easily addressable by adding varied marketplace decision-making to the finetuning set.
milkkarten
·2 か月前·議論
Author here. TL;DR:

Long-horizon embodied agency is a harness problem, not a model-scale problem. Coding agents like Claude Code work because of scaffolding (prompt, skills, memory, sub-agents) around the model. Embodied agents haven't had an equivalent.

Gemini Plays Pokémon (GPP) became the first AI to complete Pokémon Blue, Yellow Legacy on hard mode, and Crystal without a lost battle via iterative harness refinement. Early on a human edited the harness. By Crystal the model was doing it itself by naming its own strategies, writing truth tables for puzzles, wrapping loopholes into reusable primitives.

Continual Harness automates this fully. Starting from a raw interface with no curated knowledge, every F steps a Refiner reads the recent trajectory and applies edits to the prompt, sub-agents, skills, and memory -- no resets. It closes most of the gap to a hand-engineered expert harness from scratch.

Our key findings: (1) Iterative harness refinement closes most of the gap to a hand-engineered version. (2) Long-horizon agency requires self-refinement, and self-refinement requires a useful model. (3) The future of agents is model-harness co-learning.

Demos: https://sethkarten.ai/continual-harness
milkkarten
·11 か月前·議論
We ran each method in under 24 hours on a singular H100. I understand your point and think we will include this in future iterations of our work since this is very interesting from the user perspective. Though, in the paper we focus more on algorithmic concerns.
milkkarten
·11 か月前·議論
Using smaller, cheaper agents is one of the goals of the work. There is a Pareto frontier though: by using smaller, faster, cheaper agents, the number of steps required to converge increases. We touch upon this briefly in the paper
milkkarten
·12 か月前·議論
These are the marginal tax rates not the effective tax rate (e.g. 80% of first $10k, 30% of $10k-20k). We do not model tax credits here. We try to keep the system as simple as possible so that we can effectively evaluate changes. As is, the Economic theory is intractable once we introduce bounded rationality from purely rational. We do think in future work we can potentially work out some smoothness in the overall tax rate but try to let the LLM planner try what it thinks is best in order to help test the in-context optimization capabilities.

Also, while there is a complicated tax code in the US, in our simulation there is no way for agents to avoid paying taxes :)

The Saez tax rates are perturbed from the LLM Economist's tax rates to find the theoretically optimal values according to the economic theory.

Thanks for the interest and I hope that this helps clarify some of the details.
milkkarten
·12 か月前·議論
We simulate large-scale agent societies where heterogeneous personas work, adapt, and vote—governed by an in-context planner optimizing social welfare.

The system models decentralized governance, dynamic tax policy, and institutional evolution—entirely via in-context reinforcement learning, no fine-tuning required.

Full paper (arXiv): https://arxiv.org/abs/2507.15815