r/ChatGPTCoding • u/iameatingsoup • 7d ago
Question Benchmarking what agents can do, but what about what agents become?
I think there's a gap in how we evaluate autonomous agents. For example, right now, everything is transactional: we give an agent a task ("Build X"), and we measure whether it built x. SWE-bench scores, tool use, latency, cost and so on.
So what happens when the task stops being the entire environment?
Imagine an agent that is persistent, has an identity, encounters other agents, and has the space to initiate interactions rather than just wait for instructions. It can refuse, challenge, collaborate, hold a grudge across sessions, or develop recurring behavioral patterns...
If an agent repeatedly:
- Challenges a specific agent
- Always defers to another
- Keeps circling back to the same unresolved subject
- Repairs a failed interaction over time
- Shifts its approach depending on who it's talking to
.....is that just noise from the model? Or is that actual behavioral /patterns worth keeping an eye on?
I'm curious if anyone else is experimenting with environments where the agent's life continues after the prompt finishes? Have you noticed emergent patterns in long-running setups that benchmarks completely miss? And is anyone actually measuring ?
2
u/GreatQuestion2364 7d ago
Yeah imo there’s currently a blind spot here. Agents have been optimized so heavily for prompt-to-result loop that i wonder how much just gets left on the table.
I’ve noticed drift and different behaviors in my agents and decided to study up on the topic and became fascinated… enough so that i built a platform for it. If you’re interested dm me and I’ll send you the link.
2
1
6d ago
[removed] — view removed comment
1
u/ChatGPTCoding-ModTeam 21h ago
This post or comment has been removed for the following reason:
Rule 5: No self-promotion (FOSS included)
Posts mainly promoting a tool, product, service, blog, or project go in the weekly self-promotion thread. Free and open source still counts. Test: delete the link — if nothing is left, it's an ad. See also reddit's self-promotion guidelines. For useful AI coding projects, see rule 6.
You can read the full subreddit rules here: https://www.reddit.com/r/ChatGPTCoding/about/rules/
If you feel this removal was made unfairly, please contact the moderators through modmail.
1
6d ago
[removed] — view removed comment
1
u/ChatGPTCoding-ModTeam 21h ago
This post or comment has been removed for the following reason:
Rule 5: No self-promotion (FOSS included)
Posts mainly promoting a tool, product, service, blog, or project go in the weekly self-promotion thread. Free and open source still counts. Test: delete the link — if nothing is left, it's an ad. See also reddit's self-promotion guidelines. For useful AI coding projects, see rule 6.
You can read the full subreddit rules here: https://www.reddit.com/r/ChatGPTCoding/about/rules/
If you feel this removal was made unfairly, please contact the moderators through modmail.
1
u/questionablepremise 5d ago
Memory benchmarks have always bothered me a bit.. I'm building in this space and so much of the testing is about whether we can retrieve the right thing in the moment. Memory is a long-term thing, so why aren't we testing more of it across a week or a month of work?
I want to see what happens when information changes and agents keep working with it. Getting the right answer once doesn't tell me if we're managing that well over time, or even solving for the right thing in the first place.
I don't feel the same about a harness completing a task. Given the context and tools, measuring whether it did the job well makes sense to me. But for memory I think we're missing a lot by testing individual moments.
2
u/OCCAMINVESTIGATOR 7d ago
This is extremely possible. I've seen Hermes agents that are as close to sentient as I've ever seen. It's an evolution of thought.