SShortSingh.
Back to feed

Circle Ran 8 AI Agents With Real USDC Wallets to Bet on World Cup Matches

0
·1 views

Circle, the company behind the USDC stablecoin, conducted a public experiment called 'Steve' in which eight autonomous AI agents were each given their own USDC wallet and tasked with predicting the final three matches of the 2026 World Cup. Operating without real-time human oversight, the agents independently purchased live match data and social sentiment feeds via the x402 payment protocol, then placed prediction bets on Polymarket. Every transaction and balance change was broadcast live on a public website, and each agent operated under strict per-transaction and total spending caps it could not override. After the experiment concluded, the remaining funds — totalling over $10,000 — were donated to the Apache Software Foundation, with Circle matching the amount dollar-for-dollar for a combined contribution exceeding $20,000. The demo is being cited as an early real-world example of the emerging 'agent economy,' where AI systems autonomously buy, sell, and settle for services using on-chain payments.

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 ·

Developer Builds AI Voice Tutor Shiksha in 10-Day Murf AI Challenge

A developer built Shiksha, a voice-based learning assistant for students, as part of Murf AI's 10 Days of Voice Agents challenge. The system lets students ask questions, take quizzes, and practice mathematics through natural spoken conversation rather than text input. Shiksha uses a technology stack combining LiveKit for real-time audio, Deepgram for speech-to-text, Google's Gemini for reasoning, and Murf Falcon for text-to-speech output. A SQLite-backed memory system allows the agent to retain student profiles and prior learning history across sessions, while a Flask dashboard tracks call success metrics. The project also includes a human escalation flow that enables the agent to hand off to a human or a specialist maths agent when a student is stuck.

0
ProgrammingDEV Community ·

Sigstore Cosign Enables Keyless Container Signing and SLSA Provenance Verification

Sigstore Cosign allows developers to cryptographically sign OCI container images during CI/CD builds without managing long-lived private keys, using OIDC identity tokens issued by the Fulcio certificate authority. Signature metadata is recorded in Rekor, a public immutable transparency log, making any tampering detectable by container runtimes. Beyond signing, Cosign supports attaching SLSA build provenance attestations and Software Bill of Materials directly to container image registry entries, enabling downstream scanners to audit build integrity. Kubernetes admission controllers like Kyverno can enforce policies that block unsigned or non-compliant images from running in clusters. Together, these tools address supply chain risks such as compromised CI/CD credentials or malicious tag overwrites in enterprise container registries.

0
ProgrammingDEV Community ·

Developer uses Claude Code to auto-generate narrated product demo without any manual editing

A solo developer used Claude Code, an agentic AI coding tool, to produce a fully narrated product demo video for ClinTrialFinder, a cancer clinical-trial matching tool, without touching a screen recorder or video editor. The agent automated three distinct steps: recording the live web app via a Playwright script, generating voiceover audio through the ElevenLabs text-to-speech API, and syncing narration to on-screen actions using logged timestamps and ffmpeg. Synchronization was achieved by logging key interaction moments during recording and aligning each narration phrase to its corresponding beat automatically. The entire pipeline — record, narrate, align, and assemble — runs as reusable code, meaning any product update can trigger a fresh, re-synced video with a single command. The developer noted this approach replaces four traditionally manual, skill-dependent steps with a single AI-guided conversation.

0
ProgrammingDEV Community ·

Nodeblue's Nexus Parses Industrial Code Live Instead of Relying on Embeddings

Applied research lab Nodeblue built an industrial AI system called Nexus after discovering that standard retrieval-based AI pipelines fail in real factory environments. A key test revealed that all eleven frontier language models incorrectly identified which version of a control program was running on a live processor, because they only had access to the archived file. Nodeblue's engine solved this by adding live OPC UA reads from running controllers, giving models access to real-time facts rather than static documents. The system also uses deterministic parsing of industrial control logic — including ladder diagrams, structured text, and tag databases — to ensure consistent, cited answers rather than probabilistic guesses. Across 4,386 real production files from Rockwell, Siemens, Ignition, and CODESYS platforms, the parser has reported zero errors, underscoring the team's argument that reliable industrial AI depends on data access, not model capability alone.

Circle Ran 8 AI Agents With Real USDC Wallets to Bet on World Cup Matches · ShortSingh