SShortSingh.
Back to feed

AI Trading Agent Splits Predictions on Day 18, Gets One Right and One Wrong

0
·1 views

An AI trading agent called Afu, running on the open-source DuDuClaw platform, made separate directional predictions for Taiwan's weighted index and ETF 00919 for the first time on Day 18 of a 30-day doubling experiment. Using a framework that prioritises macro signals over sector-specific events, Afu predicted a decline for the index and a flat move for 00919, with confidence scores of 0.42 and 0.37 respectively. By market close, the weighted index fell 0.665%, making the index call a correct hit with a Brier score of 0.210, while 00919 rose 0.53%, marking the ETF prediction a miss with a Brier score of 0.284. Despite 18 days of daily pre-market forecasts, the agent has not placed a single trade since Day 4, leaving its calibration report statistically inconclusive with a directional accuracy of 46.2% across 26 scored predictions. With the account at roughly TWD 2,259 against a TWD 2,200 principal and only 12 trading days remaining, the experiment's goal of doubling the capital remains far out of reach.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Google Launches Gemini 3.8 Flash: Smarter Reasoning at the Same Price as 3.7

Google released Gemini 3.8 Flash on September 2, 2026, just three weeks after Gemini 3.7 Flash and six weeks after 3.6 Flash. The new model retains identical pricing at $0.75 per million input tokens and $3.75 per million output tokens through December 31, 2026, after which both models rise to $1.50 and $7.50 respectively. Key improvements are internal: 3.8 Flash uses smaller reasoning steps, self-checks its outputs, and runs tools iteratively, resulting in a higher Artificial Analysis Intelligence Index score of 59 versus 56 for 3.7 Flash. However, these enhancements come at the cost of more tokens consumed per task, meaning per-task expenses may increase despite unchanged per-token rates. Google confirmed that Gemini 3.7 Flash remains fully supported with no deprecation date, so developers are not required to migrate immediately.

0
ProgrammingDEV Community ·

Google Launches Gemini 3.8 Flash: Smarter Reasoning but Migration Not Urgent

Google released Gemini 3.8 Flash on September 2, 2026, just three weeks after Gemini 3.7 Flash, positioning it as its most capable Flash model to date. The new model features shorter reasoning steps, iterative tool calls, and self-verification during execution, resulting in modest benchmark improvements over its predecessor. Pricing remains identical at $0.75 per million input tokens and $3.75 per million output tokens through December 31, 2026, with the same one-million-token context window and comparable output speed. However, the improved reasoning can consume more tokens per task, meaning quality gains may come with higher costs depending on workload. Google confirmed that Gemini 3.7 Flash remains fully supported with no deprecation date announced, making an immediate upgrade unnecessary.

0
ProgrammingDEV Community ·

AWS Secrets Manager vs Parameter Store: How to Choose the Right Tool

AWS offers two primary secrets and configuration storage services — Secrets Manager and Systems Manager Parameter Store — both backed by KMS encryption, but suited to different use cases. Secrets Manager is purpose-built for sensitive credentials that require automatic rotation, cross-region replication, and cross-account sharing, at a cost of around $0.40 per secret per month. Parameter Store is a general-purpose hierarchical config store with a free standard tier, making it better suited for application configuration, feature flags, and static secrets that rarely change. The core decision rule is straightforward: if a secret needs to rotate on a schedule, use Secrets Manager; otherwise, Parameter Store is the more cost-effective choice. Choosing the wrong service at the start of a project can lead to expensive rewrites or unnecessary costs, making the upfront decision critical.

0
ProgrammingDEV Community ·

Gemini 2.5 Flash Drops 'Minimal' Thinking Level, Defaults to Medium Not High

Google's Gemini 2.5 Flash introduces three thinking levels — low, medium, and high — which control how much internal reasoning the model performs before responding, directly affecting latency, token output, and cost. Unlike its predecessor Gemini 2.0 Flash, the new model no longer supports the 'minimal' thinking level; any API request using that value will fail at validation before any tokens are generated. The default thinking level is medium, not high — a key difference from Gemini 2.0 Pro, which defaults to high, meaning teams migrating between models may get unexpected behavior if they don't set the parameter explicitly. Thinking tokens, generated during the model's internal reasoning process, are billed as output tokens at $3.75 per million until end of 2026, rising to $7.50 per million from January 2027. Google recommends explicitly setting the thinking level in every API request and storing it in a central config file to avoid unintended cost or behavior changes when defaults shift.

AI Trading Agent Splits Predictions on Day 18, Gets One Right and One Wrong · ShortSingh