Track-day insurers are increasingly scrutinizing EVs due to unique thermal and mechanical behaviors under extreme use. A growing concern centers on regenerative braking systems, which can mask brake pad wear and alter weight transfer dynamics during high-G cornering. In late 2025, two major UK track insurers—Trackday Insurance and Motorsport Insurance Services—began excluding certain EVs unless owners disable regen or provide telemetry proving brake system integrity. Manufacturers like Porsche and Tesla argue their systems are track-validated, while insurers cite limited real-world failure data and unpredictable battery thermal responses during repeated hard braking. This issue intersects with performance-tuning and track-driving communities, where EV participation is rising but risk models remain based on ICE assumptions. With over 40% of new track-day registrations in Germany and California now EVs, the insurance industry must decide whether to adapt policies or impose blanket restrictions that could limit EV track access.

show more
Exclude High-Regen EVs 0
Require Telemetry, Not Bans 0
No votes yet

While manufacturers publish official Cd (drag coefficient) values, these are often measured under idealized wind tunnel conditions with sealed wheel wells, no mirrors, and optimized underbodies—conditions rarely matched in production vehicles. In January 2026, Consumer Reports revealed discrepancies of up to 15% between advertised and real-world Cd values for popular EVs like the Hyundai Ioniq 6 and Tesla Model 3, directly impacting highway range. The Society of Automotive Engineers (SAE) is now debating a new J2861 standard requiring Cd disclosure based on 'as-sold' configurations, including standard wheels, open grilles, and factory mirrors. Automakers resist, citing testing cost burdens and competitive sensitivity, while efficiency advocates argue that accurate aero data is essential for informed EV purchasing—especially as highway range remains a key adoption barrier. With the EPA considering updated efficiency labeling rules in 2026, transparency in aerodynamic performance has become a flashpoint in automotive marketing ethics.

show more
Mandate Real-World Cd Disclosure 0
Keep Idealized Benchmarks 0
No votes yet

Mercedes-Benz, BMW, and Honda have rolled out SAE Level 3 'conditional automation' systems (e.g., Drive Pilot, Traffic Jam Assist) that allow hands-off, eyes-off driving under specific conditions. A controversial design choice in newer implementations is the temporary disabling of manual steering or braking inputs while the system is active—intended to prevent dangerous human-machine conflict. However, recent NHTSA investigations into two near-miss incidents involving Mercedes Drive Pilot revealed that drivers attempting emergency interventions were unable to override the system for up to 8 seconds. Proponents argue that override suppression ensures system stability during complex maneuvers, while critics warn it creates a 'control vacuum' in edge cases the AI cannot handle. With the U.S. and EU finalizing L3 liability frameworks in 2026, the question of whether autonomy should include temporary human exclusion has become central to safety certification debates.

show more
Allow Full Manual Override 0
Restrict Override Temporarily 0
No votes yet

As EV adoption grows, range anxiety and charging time remain persistent barriers. While most manufacturers focus on expanding fast-charging networks, a handful—including Nio and Geely—have invested heavily in battery swapping infrastructure, allowing drivers to exchange depleted packs for fully charged ones in under five minutes. The EU is currently evaluating regulatory frameworks that could mandate standardized battery form factors to enable interoperability across brands. Proponents argue that standardized swappable batteries would reduce upfront EV costs (by decoupling battery ownership), accelerate adoption in urban areas lacking home charging, and ease grid strain during peak hours. Critics counter that standardization stifles innovation in battery packaging, adds complexity to vehicle design, and duplicates investment already going into charging infrastructure. With the European Commission expected to issue guidance by mid-2026 and China expanding its swap network to over 3,000 stations, the automotive industry faces a pivotal choice between two competing visions for EV refueling.

show more
Mandate Swappable Standards 0
Prioritize Charging Networks 0
No votes yet

High-performance EVs like the Koenigsegg Gemera and upcoming Ferrari hybrid supercars are exploring small displacement range-extender engines running on carbon-neutral e-fuels (synthetic gasoline produced from renewable energy and captured CO2). Advocates argue this solves range anxiety for track-capable EVs without compromising zero-emission operation in daily use, while leveraging existing high-RPM engine expertise. However, lifecycle analyses published by the ICCT in February 2026 show e-fuels require 5-6x more renewable energy per mile than direct battery charging, raising sustainability concerns. Additionally, the EU's 2025 e-fuel certification rules exclude them from 'zero-emission' classification unless used in legacy ICE vehicles. With Porsche investing $750M in e-fuel production and performance brands seeking regulatory loopholes, the question arises: should limited e-fuel resources be allocated to niche performance applications rather than aviation or shipping?

show more
Permit E-Fuels in Performance EVs 0
Ban E-Fuels in New Vehicles 0
No votes yet

Serverless computing (e.g., AWS Lambda, Azure Functions) excels at stateless, event-driven workloads but struggles with stateful patterns like sessions, streaming, or real-time collaboration. New developments—Durable Functions, AWS Step Functions, and WebAssembly-based runtimes like Fermyon—claim to bridge this gap. Meanwhile, container-based platforms (e.g., Fly.io, Render) offer 'serverless-like' UX with persistent state. Benchmarks show stateful serverless can incur 3–5x higher cold-start penalties and complex data coupling. This trial evaluates whether modern serverless platforms have overcome their state limitations or if stateful workloads should default to containers or VMs.

show more
Serverless Can Handle State 0
Use Containers for State 0
No votes yet

API design remains a foundational decision in system architecture, with REST long dominating public interfaces. However, GraphQL's adoption by GitHub, Shopify, and Meta has accelerated, especially for mobile and frontend-heavy applications. Recent benchmarks show GraphQL reduces over-fetching and improves developer experience, but introduces complexity in caching, rate limiting, and security (e.g., query depth attacks). Meanwhile, REST with OpenAPI 3.1 has evolved with better tooling and standardization. This trial evaluates whether GraphQL should now be the default choice for new public APIs, considering performance, security, developer velocity, and ecosystem maturity.

show more
Adopt GraphQL by Default 0
Stick with REST + OpenAPI 0
No votes yet

With NIST finalizing post-quantum cryptographic (PQC) standards in 2024 and quantum computing advances accelerating, governments and enterprises are racing to mitigate 'harvest now, decrypt later' attacks. Google, Cloudflare, and AWS have begun PQC trials, but performance overhead (up to 10x latency in some algorithms) and compatibility issues remain. The White House's 2025 memo urges federal systems to adopt PQC by 2028. However, many argue that current quantum threats are theoretical and premature adoption risks instability. This trial examines whether cloud providers should enforce PQC in all new TLS, key management, and identity systems despite performance costs.

show more
Mandate PQC Now 0
Delay Until Mature 0
No votes yet

As generative AI models proliferate, concerns about the ethical sourcing of training data have intensified. Major lawsuits (e.g., The New York Times vs. OpenAI, Getty Images vs. Stability AI) allege that companies trained models on copyrighted or non-consensually scraped data. The EU AI Act and U.S. executive orders now push for transparency, but implementation remains vague. Developers argue that requiring full data provenance would stifle innovation due to the scale of datasets (often billions of samples), while ethicists and creators demand accountability and compensation. This trial examines whether enforceable legal mandates for dataset provenance and explicit consent should be imposed on commercial AI systems, balancing innovation against intellectual property rights and data sovereignty.

show more
Mandate Provenance & Consent 0
Allow Flexible Sourcing 0
No votes yet

Kubernetes has become the de facto orchestration platform for cloud and on-prem workloads, but its resource overhead (CPU, memory, startup latency) poses challenges in edge environments like IoT gateways, retail kiosks, and autonomous vehicles. Alternatives like K3s, MicroK8s, Nomad, and even systemd-based deployments are gaining traction. Recent benchmarks from CNCF show K3s reduces memory footprint by 70% while retaining core K8s APIs. However, standardization, skill transfer, and ecosystem tooling (e.g., Helm, Prometheus) favor full Kubernetes. This trial assesses whether edge deployments should abandon standard Kubernetes in favor of lightweight runtimes to optimize for latency, energy use, and hardware constraints.

show more
Use Lightweight Runtimes 0
Standardize on Kubernetes 0
No votes yet