.png)
Belgium 21-4-26 Invitation Only Physical english
In an era where every outage, audit, and cyberattack is a test of organisational survival, resilience has become the new currency of trust. While traditional perimeter security with: firewalls, intrusion detection, and scanners, remains essential, it is no longer a sufficient guarantee against modern threats that bypass these layers to penetrate your core systems. Today, enterprises require security and continuity that are built-in, not bolted-on. This CIONET roundtable focuses on the shift from reactive disaster recovery to proactive Business Continuity. Together with experts from HPE Zerto, we will explore how organisations can transform their recovery strategies into seamless continuity models.
Read More
Belgium 23-4-26 Country Members Physical & Virtual english
AI is no longer confined to supporting human tasks. We are entering the agentic era, where autonomous systems act on behalf of people and organisations. These agents can gather information, make decisions, negotiate terms, and even complete transactions. The implications extend well beyond technology; they touch the very foundations of business models, governance, and leadership. For CIOs and their peers, the rise of “machine customers” and autonomous partners poses new questions: Market impact: How do you compete and create value when some customers and suppliers are machines? Governance: What trust, compliance, and accountability structures are needed when AI acts independently in financial, procurement, or customer-facing processes? Leadership: How should CIOs guide their organisations in redefining roles, responsibilities, and decision-making when agents take over parts of the value chain?Business strategy: What opportunities emerge for new revenue models, platforms, and ecosystems shaped by autonomous interaction? This session shifts the focus from the mechanics of AI agents to the decisions that will shape leadership in the next decade. It is a call for CIOs to prepare for a future where relationships, markets, and strategies are no longer limited to human-to-human interactions, but also extend to human-to-machine and machine-to-machine interactions.
Read More
Belgium 29-4-26 Invitation Only Physical english
This CIONET workshop is a collaborative deep-dive into the practicalities of"rewiring the building" while it’s still occupied. Drawing onKyndryl’s deep heritage in mission-critical infrastructure and their latestresearch, we will dismantle the "hidden costs" of legacyenvironments. The conversation will focus on the transition from static,monolithic structures to composable architectures that allow intelligent agentsto operate seamlessly across hybrid landscapes.
Read More
April 2, 2026 Squad Session Invitation Only Virtual english
SaaS gave business units freedom: quick onboarding, no infrastructure, and instant results. But over time, that freedom turned into fragmentation. Each team now buys, renews, and configures its own stack. HR has one platform, finance has another, and marketing probably has ten. The invoices keep coming, usage keeps dropping, and no one is sure who’s accountable for what.
Read More
May 12, 2026 Squad Session Invitation Only Physical english
Everyone says they’ve gone product-centric. In reality, most organisations live in a hybrid world where projects, products, and platforms overlap. Teams manage releases while still chasing deadlines, and governance still thinks in milestones rather than outcomes. The shift is underway, but the mindset hasn’t caught up.
Read More
May 19, 2026 Squad Session Invitation Only Physical english
The game has changed, clearly. Attackers have AI, defenders have AI, and both sides are learning faster than anyone expected, or maybe the attackers are just a bit faster. What used to take hours now happens in seconds, and detection windows close before alerts even appear. It’s adaptation beyond automation, and no one gets to sit still.
Read More
CIONET Trailblazer: CISO: The Shift from Prevention to Resilience: Turning Visibility into Execution
Published on: January 28, 2026 @ 9:48 AM
CIONET Trailblazer: AI Transformation: Bridging the Cultural Divide to Achieve Competitive Advantage
Published on: December 17, 2025 @ 9:16 AM
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.
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.

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.
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.

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.”

649 Views 0 Likes Read More
CIONET’s Cyber Circle: a new three-event programme exclusively focusing on the most urgent, complex, and high-impact challenges in cybersecurity today. Launched in 2026, this initiative brings together CISOs, CIOs, and senior IT executives with a strong interest in cybersecurity for three curated gatherings each year. As part of CIONET’s trusted executive community, the Cyber Circle provides a confidential, peer-driven environment to exchange insights, share real-world experiences, and address evolving cyber threats. Each session is designed to foster strategic dialogue, strengthen resilience, and elevate cybersecurity as a core driver of business value.
Read More
The Telenet Business Leadership Circle powered by CIONET, offers a platform where IT executives and thought leaders can meet to inspire each other and share best practices. We want to be a facilitator who helps you optimise the performance of your IT function and your business by embracing the endless opportunities that digital change brings.
Read More
Découvrez la dynamique du leadership numérique aux Rencontres de CIONET, le programme francophone exclusif de CIONET pour les leaders numériques en Belgique, rendu possible grâce au soutien et à l'engagement de nos partenaires de programme : Deloitte, Denodo et Red Hat. Rejoignez trois événements inspirants par an à Liège, Namur et en Brabant Wallon, où des CIOs et des experts numériques francophones de premier plan partagent leurs perspectives et expériences sur des thèmes d'affaires et de IT actuels. Laissez-vous inspirer et apprenez des meilleurs du secteur lors de sessions captivantes conçues spécialement pour soutenir et enrichir votre rôle en tant que CIO pair. Ne manquez pas cette opportunité de faire partie d'un réseau exceptionnel d'innovateurs numériques !
Read More
CIONET is committed to highlighting and celebrating female role models in IT, Tech & Digital, creating a leadership programme that empowers and elevates women within the tech industry. This initiative is dedicated to showcasing the achievements and successes of leading women, fostering an environment where female role models are recognised, and their contributions can ignite progress and inspire the next generation of women in IT. Our mission is to shine the spotlight a little brighter on female role models in IT, Tech & Digital, and to empower each other through this inner network community.
Read More
Would you like to know more about CIONET Belgium, membership or partnership opportunities? Do you have feedback or any other question? Send us a message!
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!