JEV assisted LLM Trading
We gave our LLM trading bot an auditor that never sees the chart Every hour, on the hour, a vision model looks at three forex charts and decides whether our bot should buy, sell, or sit out. It has been doing this with real money since May. As of last Saturday, something finally grades its reasoning. This post is about the grader. The bot, briefly It's a Python script called gemini_snap_flash .…
The writer introduces a trading bot named gemini_snap_flash, a Python script that makes hourly decisions on forex trades. This bot relies on an AI grader called JEV, a System-One model from TypeSafe, which checks the bot's directional calls for consistency. The grader operates in a shadow mode behind a switch, with no impact on the trading process until activated.
Once activated, JEV records chart images and JEV's verdict for each trade decision, and compares the predicted direction with the bot's actual trade direction. If the bot's decisions are consistently coherent with JEV's verdicts, the bot may be a promising addition to the trading fleet. The article also mentions that JEV is being tested and that its implementation is not yet active in production.
Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.