HackerTrans
TopNewTrendsCommentsPastAskShowJobs

milkkarten

no profile record

Submissions

Agent Bazaar: Enabling Economic Alignment in Multi-Agent Marketplaces

arxiv.org
3 points·by milkkarten·hace 2 meses·1 comments

Continual Harness: Online Adaptation for Self-Improving Foundation Agents

arxiv.org
8 points·by milkkarten·hace 2 meses·1 comments

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

arxiv.org
1 points·by milkkarten·hace 4 meses·0 comments

We Automated RL Environment Engineering for $10

arxiv.org
2 points·by milkkarten·hace 4 meses·0 comments

Artificial Pokemon Intelligence in the PokeAgent Challenge

pokeagent.github.io
3 points·by milkkarten·hace 9 meses·0 comments

LLM Economist – Mechanism Design for Simulated Agent Societies

github.com
2 points·by milkkarten·hace 12 meses·9 comments

comments

milkkarten
·el mes pasado·discuss
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
·hace 2 meses·discuss
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
·hace 2 meses·discuss
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
·hace 11 meses·discuss
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
·hace 11 meses·discuss
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
·hace 12 meses·discuss
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
·hace 12 meses·discuss
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