我们利用 Google Anti 将 40 天的财务整合工作缩短至 5 天。
We cut a 40-day financial integration down to 5 days using Google Anti

原始链接: https://discuss.google.dev/t/trusted-automation-with-google-antigravity-scaling-secure-finance-integrations-from-40-days-to-5/383313

全球在线博彩技术领域的领导者 Inspired Entertainment 曾面临一个重大的增长瓶颈:手动集成专有运营商 API。此前,将他们的远程游戏服务器(RGS)连接到新的博彩合作伙伴,需要一个五人团队花费 6 到 8 周的时间进行重复性编码,以构建自定义 Java 适配器。 通过与 Barefoot Coders 合作并利用 Google Cloud 的 Gemini CLI,Inspired Entertainment 实现了该流程的自动化。现在,人工智能可以通过摄取复杂的专有 API 文档来生成标准化的 Java Spring Boot 集成模块,将开发时间从 40 天缩短至 5 天。这一转变使每个项目的工程人力需求减半,从而使公司的年度集成能力翻了一番(从 12 个增加到 24 个以上),并加速了收入增长。 除了集成之外,该团队还利用人工智能对其遗留技术堆栈进行了现代化改造,仅用一周时间就完成了复杂的 Java 和 Spring 框架升级。通过自动化“重复性”编码任务,Inspired Entertainment 将工程师从繁琐工作中解放出来,使其能够专注于核心平台创新,同时通过更快的依赖项管理增强了安全性。这一成功的实施方案为那些希望将手动开发工作流转型为高效的人工智能编排流水线的组织提供了一个可扩展的蓝图。

```Hacker News 最新 | 过往 | 评论 | 提问 | 展示 | 招聘 | 提交 登录 我们将 40 天的财务整合缩短至 5 天:使用 Google Antigravity (discuss.google.dev) 8 分 | simontwigg | 1 小时前 | 隐藏 | 过往 | 收藏 | 3 条评论 帮助 ssgodderidge 23 分钟前 | 下一条 [-] *是 Antigravity CLI,不是“Anti” 回复 293725903 8 分钟前 | 上一条 | 下一条 [-] [广告] 回复 zapataband1 21 分钟前 | 上一条 [-] 真可笑,卖点竟然一直都是“看看我们做的这个垃圾 API 插件,我们难道不值几万亿吗???” 是啊,没人试过那套。从前是“人人都能做网页”,现在变成了“人人都能做 API 整合”,结果估计也差不多。 回复 指南 | 常见问题 | 列表 | API | 安全 | 法律 | 申请 YC | 联系 搜索:```
相关文章

原文

How Inspired Entertainment reduced integration development from 8 weeks to 1 week

A special thank you to Simon Twigg, CTO of Inspired Entertainment, and Trace Wax, Head of AI Engineering at Barefoot Coders, for partnering to bring this incredible story to life!"

Problem

At Inspired Entertainment, our core technology is processing the secure financial transactions that power the global online betting industry. Our centralized platform, the Remote Gaming Server (RGS), handles real-time wallet operations across multiple strictly regulated jurisdictions, supported by 11 data centers and over 200 deployments worldwide.

Growth in this space requires continuously integrating our platform with major betting operators like DraftKings, Entain, and the Flutter Group. The challenge is that every operator maintains entirely custom, proprietary APIs for their wallet transactions—requiring complex integrations just to handle standard operations like authenticating users, checking balances, and processing debits and credits.

  • The bottleneck: Even if all major betting companies use JSON over HTTP, the data structures and protocols are highly customized and proprietary. Historically, to connect our server to a new operator, we had to manually interpret the API doc, map it to our RGS API, and build a custom “adapter”—a Java Spring Boot translation microservice. This required a standard scrum team of five and took 6 to 8 weeks, consuming roughly 40 dev days and 12 QA days per integration just on boilerplate code.

  • The impact: This manual bottleneck artificially capped our business at completing about 12 integrations per year, which limited revenue growth. Furthermore, our highly skilled developers were stuck doing repetitive, “rinse and repeat” translation work instead of building core platform features.

What we built

Instead of continuing to manually map API documentation to Java code, we partnered with Google Cloud and the Barefoot Coders to build an AI-orchestrated integration pipeline. We utilized Gemini CLI to ingest operator wallet APIs and automate the creation of the Java Spring Boot integration modules. Now, a process that took weeks of manual coding is orchestrated by a single developer in days.

The stack & solution

Our infrastructure relies heavily on Google Cloud to handle the strict regulatory and performance demands of real-money gaming.

  • Google Antigravity CLI (previously Gemini CLI): The core automation engine. It ingests complex, proprietary API documentation alongside our internal markdown guidelines and outputs the adapter module code. We also use it to review pull requests and modernize legacy systems.

  • Google Kubernetes Engine (GKE): We use GKE to handle the core RGS and the newly generated Java Spring Boot microservice adapters are deployed and managed as containerized services within GKE.

  • Cloud SQL & Cloud Storage: We use Cloud SQL to manage self-hosted transactional state, and Cloud Storage buckets to host game assets.

  • Cloudflare & Cloud Armor: We leverage Cloudflare for our CDN and Cloud Armor to provide critical security filtering and WAF layers to protect our gaming payloads at the edge.

  • Bitbucket + Gemini: We placed Gemini directly in the middle of our CI/CD pipeline as an automated code reviewer on pull requests.

Under the hood

Our new adapter workflow completely bypasses the manual mapping phase. The developer feeds the API documentation (PDFs/Markdown) and specific prompts directly into the Gemini CLI. The AI acts as the primary author, mapping the proprietary JSON payloads to Inspired’s normalized RGS endpoints.

The technical wins

Use hard numbers to prove the success of the project.

  • Efficiency: Adapter build times plummeted from 6-8 weeks down to 1 week, with a clear roadmap to reduce this to 1 day once integration and regression testing are fully automated. Manual engineering time dropped from 40 Dev days to just 5 AI-orchestrated Dev days.

  • Scalability: We reduced the team required per integration from five down to two (1 Dev, 1 QA). Instead of reducing headcount, we leveraged this efficiency to double our capacity, aiming to scale from 12 integrations a year to 24+, directly accelerating revenue growth.

  • Application modernization: Beyond the adapters, a senior architect used Gemini CLI to tackle an abandoned legacy modernization project. In just one week as a background task, they successfully upgraded the core RGS from Java 8 to Java 25, transitioned from Tomcat 9 to 10, and moved from Spring 4 to Spring Boot 3.22, producing a clean, human-readable changelog in the process.

  • Security: We leverage Gemini CLI to accelerate the process of updating dependencies, reducing effort when remediating Software Composition Analysis(SCA) findings decreasing our exposure to known vulnerabilities.

What we learned

Share “The Golden Path”—the best practices discovered during the build.

Want to build something similar?

:backhand_index_pointing_right: Try Google Antigravity CLI that builds on the capabilities of the Gemini CLI.

:backhand_index_pointing_right: Get started with GKE for scalable microservice orchestration.

:backhand_index_pointing_right: Check out Cloud SQL for fully managed databases.

Question:

Legacy modernization is notoriously painful and often abandoned. How are others in the community utilizing AI to manage massive framework upgrades?

Let us know in the comments!

联系我们 contact @ memedata.com