| ▲ | DaiPlusPlus 3 hours ago | |||||||
> it’s that we may stop producing people who know enough to notice when AI is confidently wrong. The running-joke is that a LinkedIn-lunatic AI booster, with a Nano Banana-generated profile-pic, will immediately slide into the chat to tell you that that this is already a solved problem: just spin up another agent to do the work to verify the first agent. Token-cost-be-damned. And we laugh and downvote them to oblivion and carry on with our day. But today I had some exposure to a SotA agentic team coding loop thingie which had been running almost hands-off for a few weeks on a (pretty serious) Win32+Direct3D-to-Emscripten+WebGL porting project - and I'm genuinely spooked at how well it all works; I mention this example because all the agents' processes involved a decently rigorous verification step: any time any agent confidently asserts something then it has to provide associated evidence, such as a unit test report, or build artefact, or external citation, and the system will spawn a new agent (perhaps using a different backing LLM) to verify the claim. I know a unit-test pass/fail isn't quite the same thing as, say, a medical AI agent confidently wrong about me having/not-having terminal spleen cancer, but the capability for a team-of-agents to be self-checking is definitely there. ---- Also, the past 3 years of AI/LLM/etc developments have taught me to never cling to any shortcoming or weakness they have because plenty of them do seem to have been solved or mitigated, either directly or indirectly. | ||||||||
| ▲ | taurath 3 hours ago | parent | next [-] | |||||||
How is the token-cost-be-damned part in the latter example? I do find that both porting and translation projects have a much higher signal given the ease of mapping to tokens, when there is a proven working source to refer to - the source itself provides the validation. In a new project, you don’t have that validation. | ||||||||
| ||||||||
| ▲ | solid_fuel 2 hours ago | parent | prev | next [-] | |||||||
> any time any agent confidently asserts something then it has to provide associated evidence And this is enforced by... another LLM? Seems like it would work alright until something is asserted implicitly and not categorized as an assertion. | ||||||||
| ||||||||
| ▲ | gedy 3 hours ago | parent | prev [-] | |||||||
It's agents all the way down~! | ||||||||
| ||||||||