SShortSingh.
Back to feed

Away Goals Rule Cost Europe's Richest Clubs €847M Over Two Decades, Data Shows

0
·1 views

A 20-year analysis of 312 UEFA Champions League two-legged knockout ties (2004–2024) found that the away goals rule systematically disadvantaged higher-spending clubs. In 127 instances, the financially dominant team was eliminated despite scoring more goals in aggregate across both legs. The financial gap between top and bottom spenders in any given round grew from 2.3x in 2004 to 4.1x by 2020, amplifying the rule's redistributive effect over time. UEFA abolished the away goals rule in 2021 after years of lobbying from elite clubs, a move the data suggests was financially motivated. The analysis estimates that wealthier clubs collectively lost approximately €847 million in potential revenue as a direct result of the rule's competitive outcomes.

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 publishes two-part guide to building Pong in LÖVE and Lua

A developer has released a two-part tutorial series walking readers through building the classic game Pong from scratch using the LÖVE framework and Lua programming language. The first part covers the complete game across two short files, introducing core concepts such as the game loop and delta time. The second part expands on the project by implementing a computer-controlled opponent, enabling a single-player mode. The series is aimed at beginners who have little or no prior game development experience. Both parts are available on the author's personal blog at peculiarengineer.com.

0
ProgrammingDEV Community ·

Harness Engineering: The Hidden Layer That Keeps Agentic AI from Breaking Down

Harness Engineering refers to the infrastructure layer that wraps large language models (LLMs) to handle failures, manage context, and enable reliable tool execution in agentic AI systems. Unlike the visible reasoning loop — where an AI thinks, calls a tool, reads the result, and repeats — the harness operates invisibly to verify tool outcomes, retry failed actions, and adapt strategies when things go wrong. A real-world example involved an AI agent attempting to submit a form on a Thai government property auction site, where the harness had to cycle through three different approaches before successfully bypassing a CAPTCHA race condition. Context window bloat is another core challenge the harness addresses: when an agent runs 50 or more tool calls, token counts can exceed 150,000, causing the LLM to lose track of earlier instructions and enter repetitive loops. To counter this, harnesses implement automatic context compression, trimming older tool results to restore model coherence without restarting the task.

0
ProgrammingDEV Community ·

Google Antigravity 2.0 Pairs with MCP and Cloud Data Services for Enterprise AI

Google has launched Antigravity 2.0, a next-generation agent development platform designed to help developers build and orchestrate multi-agent AI systems for enterprise use. The platform ships as a desktop application, a CLI tool, an SDK, and a managed agents tier within the Gemini API, all powered by Gemini 3.5 Flash optimized for agentic workflows. Unlike its predecessor, a coding assistant released in November 2025, version 2.0 centers on the agent itself, enabling parallel task execution through a manager-and-sub-agent architecture. It integrates with Model Context Protocol, which allows agents to access databases and APIs through modular, independently maintained MCP servers rather than custom-built connectors. Together with Google Cloud Data Services, the platform aims to provide a scalable, production-ready blueprint for building AI applications across complex enterprise environments.

0
ProgrammingDEV Community ·

Dev Team Ditches 30-Second Polling for Direct APNs and FCM Push Notifications

A mobile development team running a React Native (Expo) app discovered their notification system was generating nearly 3,000 HTTP requests per day per user through a 30-second polling interval, draining battery and delivering nothing when the app was closed. The team initially considered using Expo's managed push service but opted instead for direct integration with Apple's APNs and Google's FCM to eliminate third-party runtime dependencies. This approach gave them full control over notification payloads, platform-specific settings, and device tokens without relying on Expo's token translation layer. The direct integration required implementing OAuth2 service account authentication and JWT signing separately for each platform, adding engineering complexity. The switch eliminated the self-inflicted API polling load and enabled true background push delivery for time-sensitive bid notifications.

Away Goals Rule Cost Europe's Richest Clubs €847M Over Two Decades, Data Shows · ShortSingh