<img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=2528533714139722&amp;ev=PageView&amp;noscript=1">
New call-to-action
https://4295993.fs1.hubspotusercontent-na1.net/hubfs/4295993/INT_CIONET-International/VIDEO/CIONET_HM.mp4
CIONET - What's next

Connecting ambitious digital leaders and businesses around the globe.

Catch up on the upcoming CIONET Events

             
Banner

Spain Oct 14, 2025 Country Members Physical & Virtual spanish

Sostenibilidad, innovación y tecnología

Una iniciativa impulsada por CIONET y Moeve que reúne a líderes digitales comprometidos con un mismo desafío: acelerar la descarbonización y la sostenibilidad en las organizaciones a través de la tecnología. 

Read More
Banner

Belgium Oct 14, 2025 Invitation Only Physical english

Towards Digital Sovereignty in the Financial Sector

For financial institutions, a strategic approach to cloud adoption is needed, but not simple to achieve. The challenge lies in leveraging the benefits of modern cloud infrastructure while simultaneously preparing to meet strict sovereignty requirements. This necessitates a careful consideration of cloud architecture, including hybrid and multi-cloud models, and a thorough understanding of data residency and governance.

Read More
Banner

Poland Oct 14, 2025 Invitation Only Physical Polish

Executive Roundtable: OD PoC DO FABRYKI AI: JAK ZBUDOWAĆ MODEL OPERACYJNY, KTÓRY DZIAŁA

Firmy coraz częściej testują AI w ramach pojedynczych projektów i PoC, ale niewiele z nich potrafi przełożyć te eksperymenty na powtarzalny model działania, który dostarcza skalowalne korzyści biznesowe. Na spotkaniu porozmawiamy o tym, jak zbudować w organizacji „fabrykę AI” – zestaw procesów, ról i kompetencji, które umożliwiają systematyczne tworzenie, wdrażanie i utrzymanie use case’ów w skali całego przedsiębiorstwa. Przyjrzymy się m.in.: Jak powinien wyglądać operacyjny model AI w firmie – od strategii i governance, przez organizację pracy zespołów, po zarządzanie cyklem życia projektów. Jak połączyć szybkość innowacji z kontrolą i bezpieczeństwem, szczególnie przy wykorzystaniu nowoczesnych środowisk, takich jak HPE Private Cloud AI. Jak wyjść z fazy PoC i zbudować efekt skali, który przekłada się na realne wyniki biznesowe. Wspólnie z partnerami – HPE i NVIDIA – pokażemy przykłady rozwiązań, które pozwalają nie tylko uruchamiać projekty AI, ale też stworzyć stabilny i w pełni kontrolowany ekosystem dla ich rozwoju.

Read More
Banner

Netherlands Oct 16, 2025 Invitation Only Physical dutch

FastForward Insights #Innovation

The Innovation Odyssey: Navigating innovation trends for digital succes and transformation. Op 16 oktober in de 3D Makers Zone in Haarlem.

Read More
Banner

Spain Oct 16, 2025 Invitation Only Physical spanish

De la promesa al retorno de la inversión

Un evento diferente en el que combinamos el intercambio estratégico de alto nivel con una experiencia distendida en un entorno exclusivo. Tras el almuerzo, los asistentes podrán disfrutar de un torneo de golf, perfecto para fortalecer conexiones profesionales de forma más informal.

Read More
Banner

Belgium Oct 16, 2025 Invitation Only Physical english

CIONET Round Table - Rethinking AI

AI isn’t just another tool. It changes how we work, how we think, how we organise ourselves.Yet most organisations still approach it like a digital upgrade, deploying assistants, automating workflows, testing use cases inisolation.The results are predictable. Short-term wins. Long-term confusion.Effort spent. Value unclear.Many companies can’t connect AI to their actual strategic goals,and the promised ROI never materialises.At the same time, something deeper is shifting.AI can now reason, decide, adapt. Not just mimic processes butcontribute to them.The technology is evolving, but the way we implement it hasn’tcaught up.If your AI still fits inside a single department, you’re likely solvingthe wrong problem.If it works only for individuals, you're missing how your teamsactually deliver value.If it replaces people instead of supporting them, you're buildingfor today, not tomorrow.The next step isn’t more AI. It’s the right AI.Built for your business, your teams, your way of working.Not a tool to add but a structure to build around.Are we ready to treat AI as a shared capability, not a scatteredexperiment?Can we move beyond individual efficiency and build systems thatcollaborate, learn and adapt with us?Those are the questions we’ll explore at the round table.

Read More

Recent Cases

Please Log In with your CIONET account first

Paf’s engineering team creates 85 custom GPTs to surge developer productivity

Paf adopted ChatGPT Enterprise across its entire company, with engineers using custom GPTs on a daily basis to speed up routine development tasks. Paf also integrated ChatGPT Enterprise into the grit:lab coding academy. 70% of Paf employees actively use ChatGPT Enterprise, spanning business teams like finance, HR, marketing, and customer support.

Evaluating various AI models

Paf is an international gaming company founded in 1966 in the Åland Islands by the Red Cross, Save the Children, and Folkhälsan, and is an industry leader in responsible gaming. With around 315 employees from 29 countries, Paf has contributed over 447.5 million euros to benefit society since it was founded.

As an organization committed to staying ahead of the technology curve, Paf recognized the transformative potential of AI early on. When generative AI began gaining traction, the company swiftly adopted and evaluated various AI systems to understand how this technology could propel its employees and business operations forward. 

In their search for the ideal generative AI solution, Paf experimented with LLAMA, Claude and GPT-4. When the team conducted head-to-head accuracy and cost comparisons, GPT-4 was 25% more accurate than competitors, without being more expensive. Paf decided to use GPT-4 as its AI solution.

 

"A man in a beige sweater and glasses speaks into a microphone at an event. People in green hats and lanyards are in the background.

 

 

Creating custom GPTs to streamline the development process

Paf rolled out ChatGPT Enterprise to the entire team of 100 developers, and now finds ChatGPT Enterprise indispensable for their daily tasks. “I use ChatGPT 20 times a day for tasks like boilerplate code creation or learning a new programming language,” says frontend developer Krista Koivisto. In addition to using ChatGPT Enterprise for general coding assistance, the engineering team has created over 85 custom GPTs to support specific use cases. 

One of the engineering team’s favorite applications of custom GPTs is a suite of specialized coding GPTs that help streamline the development process, from creating backend infrastructure to generating frontend components:

  • Swagger GPT converts Swagger JSON API definitions into TypeScript service endpoint definitions per Paf’s coding standards.

  • TypeScript GPT writes the backend service code using the endpoint definitions, reusing existing session validation functions.

  • GraphQL Nexus GPT generates GraphQL Nexus schemas, integrating existing helper functions to interact with the frontend.

  • Relay GPT creates the React Relay hooks using GraphQL Nexus schemas for communicating with our backends.

  • React GPT writes React components using Paf’s React and TypeScript style guidelines and core component library.

 

Swagger GPT converts Swagger JSON API definitions into TypeScript service endpoint definitions per Paf’s coding standards.

TypeScript GPT writes the backend service code using the endpoint definitions, reusing existing session validation functions.

GraphQL Nexus GPT generates GraphQL Nexus schemas, integrating existing helper functions to interact with the frontend.

Relay GPT creates the React Relay hooks using GraphQL Nexus schemas for communicating with our backends.

React GPT writes React components using Paf’s React and TypeScript style guidelines and core component library.

 

“Focused GPTs avoid overloading models and curb hallucinations,” says Koivisto. “We automatically generate functioning boilerplate implementations with far less effort.” By chaining tailored GPTs together instead of relying on the general model, Paf's developers can quickly generate accurate, standardized application flows and APIs nearly automatically.

 

Empowering every engineer to be a systems architect

Building on its success with the development team’s custom GPTs, Paf has integrated ChatGPT Enterprise into the grit:lab coding academy to accelerate training for 65 aspiring developers. Grit:lab students use ChatGPT for a variety of coding-related tasks, including:

  • Understanding new programming concepts 

  • Debugging code errors efficiently

  • Learning syntax and structure across different languages

  • Generating test data quickly

This AI-augmented software development approach is creating a new breed of software developer, one who has more systems architect knowledge from the start. “Using ChatGPT, the junior developers think at a higher, systematic level,” says Kim Gripenberg, a DevOps engineer, noting that both grit:lab students and junior developers at Paf progress years faster with AI assistance. Instead of getting bogged down in syntax errors and coding basics, developers can focus on the overall application and system design.

 

People working at desks with multiple computer monitors in an office. One person wears headphones, and a green coffee cup is on a desk.

 

 

ChatGPT delivers the equivalent output of 12 employees

In the next year, Paf plans to fully integrate ChatGPT Enterprise and the OpenAI API into all of its processes. “AI is here to stay. Either you are on the train,” says Fredrik Wiklund, Chief Technology Officer, “or you are back at the station, watching it leave.” The company envisions GPTs eventually handling more coding tasks like writing, testing, and deploying software, freeing up developers to focus on higher-level, systems-level work. 

This AI-augmented approach will allow Paf to innovate with a velocity similar to that of a much larger company. By integrating generative AI into every part of its business, Paf is set to maximize its positive impact for employees, customers, and communities it serves.

“We estimate ChatGPT is doing the equivalent work of 12 full time employees,” commented Wiklund. “The impact to our business has exceeded our expectations, and this is only the start.”

 

A man and a woman in green lanyards and green hats look at their smartphones.

Checkout our CIONET COOKBOOK

cookbook

Embark on a culinary journey through the ever-evolving world of digital leadership with our third edition of the CIONET Cookbook: Recipes for Digital Success. Unveiling the intricate trilemma faced by today’s Master Chefs, our trailblazing European CIOs address a challenge at the nexus of customer interests, digital transformation strategies, and IT modernisation. Their secret? Synchronising the gearing between customer, business, and technology to create a frictionless movement through the digital landscape.

The CIONET Cookbook uses the analogy of a five-star restaurant to explain the importance of optimally integrated technology, with the CIO as Master Chef. In order to provide the best service to its customers, a top restaurant must have the right atmosphere, an inviting menu, a well-equipped kitchen, talented and committed front-of-house and kitchen staff and smooth-running processes that ensure an enjoyable experience for diners.

CIONET TV

 
Banner

Kalman Tiboldi - CTO & Founder at GemOne-TVH - Simplify or Die: Why Complexity Is the Real IT Challenge

Banner

Isabelle Droll - CIO for Airline, Corporate, Hotels & Resorts and Sustainability at TUI - Data, Diversity, and Destinations

Banner

Sharon Prior - CIO in transition - How Great Tech Leadership Begins with Business Thinking

Banner

José Antonio López, Group CIO at TOUS - Jewels, Data & AI: Inside the Digital Transformation of TOUS

Banner

Tom Tanghe - General Manager ITC EMEA at Daikin Europe - Reinventing the CIO Role

Banner

CIOFEST 2025 - From Order Taker to Proactive Disruptor

CIONET Reports

 
Banner
Get your copy

How CIOs drive game changing results at scale?

The role of the CIO has evolved from managing systems to shaping outcomes: growth, resilience, and competitive edge are now won or lost in the technology arena. Today ’ s CIOs must balance stability with innovation, control costs while attracting scarce talent, and modernise legacy infrastructure while adopting emerging technologies.

Banner
Get your copy

A research proposal_AI and the Human Experience

As AI transitions from a specialised tool to an all-pervasive force, understanding its profound implications for our human lives is no longer merely academic but an urgent imperative for social well-being and strategic preparedness.

Banner
Get your copy

Cybersecurity in critical infrastructure

Geopolitical tensions have dominated the headlines for over two years now. In this context, the cyber threat landscape is also evolving rapidly. The protection and security of critical infrastructure – both physical and digital – is becoming increasingly important.

Join over 10.000 digital leaders worldwide

in our exclusive CIO community

Latest CIONET News

Join your local CIONET community

Discover the CIONET app

Staying ahead of trends and connecting with other CIOs was never easier.

In our new app, our members connect with other digital leaders from around the world to find better solutions to their challenges.

Connect with digital leaders like you

Share ideas, best practices, and new resources

Experience inspiring and thought-provoking content and conversations you can’t find anywhere else

Make better, more well-informed decisions about the topics that are most important to you

Anna Kopp (1)

Anna Kopp

Head of IT Germany and Regional Office Lead Munich, Microsoft

“The CIONET App allows us to learn from eachother and and find the courage to be authentic by hearing stories from others! Thanks to Tobias and the whole team for bringing us together:-) ”
Mauricio Amaro

Mauricio Amaro

IT Director, IT Thinker

“The main things that I would like to get from our community of Digital Leaders are: networking, share experiences, share best practices and successful cases, and comments and recommendations about providers.”
Vijay Anand

Vijay Anand

Vice president IT & Compliance, VisionaryRCM (A Carlyle Grp Company)

“The CIONET app provides a really cool platform to network and share insights.”

About CIONET

CIONET’s mission is to help IT executives become more at ease and above all more successful in their jobs. So they can do more than just keep up with change but ultimately define it. CIONET opens up a whole new universe of opportunities in IT management.

With the largest membership of corporate digital leaders across Europe, Latin America, US and Australia, CIONET has the expertise and pioneering vision to solve or address any IT management challenge.

Why join CIONET?

From our local and global events, from our publications and research to our executive education programmes, everything we do is aimed at making sure digital leaders maximise their potential.

Connect

with digital leaders who share your interests, who face the same challenges, who care about the same topics.

Share

stories, experiences, and ideas around our shared mission.

Learn

from our exclusive events, publications and research.

Find

inspiration, thought-provoking conversations, expert perspectives and exclusive first-hand content each and every day

Grow

and make better, more well-informed decisions on how to lead your digital business.

Maximise

your potential. Realise your ambitions.

About CIONET

Join CIONET

We'd love to welcome you as the newest member of our CIONET community where Digital Leaders unite. 

You can either send us a registered handwritten letter explaining why you'd like to become a member or you can simply talk to us right here!

Contact us

Would you like to know more about CIONET, membership or partnership opportunities? Do you have feedback or any other question? Send us a message!