Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      CodeSOD: A Unique Way to Primary Key

      July 22, 2025

      BrowserStack launches Figma plugin for detecting accessibility issues in design phase

      July 22, 2025

      Parasoft brings agentic AI to service virtualization in latest release

      July 22, 2025

      Node.js vs. Python for Backend: 7 Reasons C-Level Leaders Choose Node.js Talent

      July 21, 2025

      The best CRM software with email marketing in 2025: Expert tested and reviewed

      July 22, 2025

      This multi-port car charger can power 4 gadgets at once – and it’s surprisingly cheap

      July 22, 2025

      I’m a wearables editor and here are the 7 Pixel Watch 4 rumors I’m most curious about

      July 22, 2025

      8 ways I quickly leveled up my Linux skills – and you can too

      July 22, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      The Intersection of Agile and Accessibility – A Series on Designing for Everyone

      July 22, 2025
      Recent

      The Intersection of Agile and Accessibility – A Series on Designing for Everyone

      July 22, 2025

      Zero Trust & Cybersecurity Mesh: Your Org’s Survival Guide

      July 22, 2025

      Execute Ping Commands and Get Back Structured Data in PHP

      July 22, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

      July 22, 2025
      Recent

      A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

      July 22, 2025

      “I don’t think I changed his mind” — NVIDIA CEO comments on H20 AI GPU sales resuming in China following a meeting with President Trump

      July 22, 2025

      Galaxy Z Fold 7 review: Six years later — Samsung finally cracks the foldable code

      July 22, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Development»Artificial Intelligence»Ferrari Just Launched an AI App That Lets Fans Experience F1 Like Never Before

    Ferrari Just Launched an AI App That Lets Fans Experience F1 Like Never Before

    May 2, 2025

    Scuderia Ferrari HP and IBM just launched a next-gen mobile app powered by AI and it could redefine how 400 million Tifosi experience Formula 1, on and off race weekends.

    Debuting during the Miami Grand Prix, the reimagined Scuderia Ferrari app is Ferrari’s boldest digital move yet. Powered by IBM’s watsonx AI platform, it transforms raw race data into instant post-race summaries, strategy breakdowns, and interactive features tailored to each fan.

    The features

    • AI-Generated Race Recaps within hours of the checkered flag
    • Post-Race Insights with telemetry visualizations, tire strategy, and driver reflections
    • Interactive Fan Engagement including polls, direct-to-team messages, and historic race highlights
    • Italian Language Support for the first time
    • Personalized Fan Profiles that evolve with user behavior

    This is the future of Ferrari fandom. 🏎📲

    Experience the thrill of race week like never before with the all-new Scuderia Ferrari HP mobile app. Powered by watsonx, the new experience provides Tifosi with AI-generated insights, data visualizations, & more… pic.twitter.com/Ag5THc0R04

    — Scuderia Ferrari HP (@ScuderiaFerrari) May 1, 2025

    What Ferrari says

    “This app is about bringing all our fans closer to the heart of the racing world,” said Lorenzo Giorgetti, Ferrari’s Chief Racing Revenue Officer. “It’s the beginning of a new dimension of the Ferrari experience.”

    The IBM angle

    “This is a new blueprint for digital fan engagement,” said IBM’s Jonathan Adashek. The tech giant is applying enterprise-grade AI to build a smarter, more immersive app, the same tools it uses with clients across industries.

    Coming soon

    Throughout 2025, Ferrari will roll out more features:

    • 3D virtual tours
    • E-commerce integration
    • Gamified fan experiences
    • Expanded content from Ferrari’s Hypercar, GT, and Driver Academy programs

    This isn’t just an app, it’s Ferrari’s bet on the future of fandom. With IBM’s AI, Scuderia is turning racing into a 24/7 interactive experience where every fan becomes part of the story.

    The post Ferrari Just Launched an AI App That Lets Fans Experience F1 Like Never Before appeared first on DailyAI.

    Source: Read More 

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleThis AI Startup Is Making an Anime Series and Giving Away $1 Million to Creators
    Next Article AI Influencers Are Winning Brand Deals, Is This the End of Human Influence?

    Related Posts

    Repurposing Protein Folding Models for Generation with Latent Diffusion
    Artificial Intelligence

    Repurposing Protein Folding Models for Generation with Latent Diffusion

    July 22, 2025
    Artificial Intelligence

    Scaling Up Reinforcement Learning for Traffic Smoothing: A 100-AV Highway Deployment

    July 22, 2025
    Leave A Reply Cancel Reply

    For security, use of Google's reCAPTCHA service is required which is subject to the Google Privacy Policy and Terms of Use.

    Continue Reading

    CVE-2025-20972 – Samsung Flow Intent Verification Vulnerability (Information Exposure)

    Common Vulnerabilities and Exposures (CVEs)

    Windows 11 will finally let you share audio to multiple devices at once

    News & Updates

    CVE-2025-46782 – Apache HTTP Server Unvalidated Request Parameter

    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-4205 – WordPress Popup Maker Stored Cross-Site Scripting Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    Highlights

    CVE-2025-4330 – Python Tarfile Symlink Extraction Vulnerability

    June 3, 2025

    CVE ID : CVE-2025-4330

    Published : June 3, 2025, 1:15 p.m. | 2 hours, 14 minutes ago

    Description : Allows the extraction filter to be ignored, allowing symlink targets to point outside the destination directory, and the modification of some file metadata.

    You are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall() or TarFile.extract() using the filter= parameter with a value of “data” or “tar”. See the tarfile extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter  for more information. Only Python versions 3.12 or later are affected by these vulnerabilities, earlier versions don’t include the extraction filter feature.

    Note that for Python 3.14 or later the default value of filter= changed from “no filtering” to `”data”, so if you are relying on this new default behavior then your usage is also affected.

    Note that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it’s important to avoid installing source distributions with suspicious links.

    Severity: 7.5 | HIGH

    Visit the link for more details, such as CVSS details, affected products, timeline, and more…

    CVE-2025-2011 – WordPress Slider & Popup Builder by Depicter SQL Injection Vulnerability

    May 6, 2025

    CVE-2025-41654 – “IBM AIX SNMP Process Information Disclosure and Reboot Vulnerability”

    May 26, 2025

    CISA Releases Guide to Protect Network Edge Devices From Hackers

    June 12, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.