.png)
Belgium 13-11-25 Country Members Physical english
The Role of the Chief Information Security Officer (CISO) The role of the Chief Information Security Officer (CISO) is no longer confined to securing the network perimeter. As organisations become more digitally connected and data-driven, the CISO’s responsibilities have expanded far beyond traditional security measures. Today’s CISO must not only defend against cyber threats but also enable the business to innovate securely, manage complex regulatory environments, and instill a culture of trust across the organisation. This event will explore the evolving role of the CISO as a strategic leader who balances security with business enablement. As digital transformation accelerates, how can CISOs align their security strategies with organisational goals, ensure compliance, and lead their teams in the fight against increasingly sophisticated threats? Key Discussion Points: From Gatekeeper to Strategic Partner: How CISOs can shift from being seen as barriers to innovation to becoming key enablers of business agility and transformation through security. Balancing Risk and Innovation: Learn how top CISOs navigate the delicate balance between mitigating risk and supporting the organisation’s need to innovate and scale in a secure environment. Governance, Risk, and Compliance (GRC): Explore how CISOs are managing an increasingly complex regulatory landscape, ensuring compliance while still driving business objectives forward. Building a Security-First Culture: Practical strategies for CISOs to foster a culture where security is embedded into every part of the business, from boardroom discussions to frontline operations. CISO as Crisis Manager: How to prepare for and lead your organisation through major cybersecurity incidents. From ransomware attacks to data breaches, we’ll discuss how today’s CISO is as much a crisis manager as they are a strategist. Why You Should Attend: As a CISO, your role is evolving faster than ever before. This event is designed to provide you with actionable insights into how to embrace your expanded responsibilities while keeping your organisation safe and secure. Whether you’re focused on aligning security with business goals, navigating regulatory challenges, or leading in times of crisis, this event will equip you with the strategies to lead the next era of cybersecurity.
Read More
Belgium 18-11-25 Squad Only Physical english
Too often, architecture is drawn top-down, neat boxes, elegant flows, and little connection to the way teams really work. But what if we flipped it? What if our systems evolved from the actual processes, pains, and needs that drive the business? If you’re tired of systems that look good on slides but frustrate in practice, this session will ground the conversation where value is created, at the process level.
Read More
Belgium 18-11-25 Invitation Only Physical english
As businesses navigate increasing demands for agility and digital transformation, aligning IT strategies with business goals is essential for success. This roundtable will bring together CIOs, CTOs, and Digital Leaders to explore how to develop and manage IT Operating Models that effectively support business objectives. The discussion will focus on the key components of an IT Operating Model, including people, processes, technology, and governance, and the importance of agility in today’s fast-paced environment.
Read More
November 18, 2025 Squad Session Squad Only Physical english
Too often, architecture is drawn top-down, neat boxes, elegant flows, and little connection to the way teams really work. But what if we flipped it? What if our systems evolved from the actual processes, pains, and needs that drive the business? If you’re tired of systems that look good on slides but frustrate in practice, this session will ground the conversation where value is created, at the process level.
Read More
November 20, 2025 Squad Session Squad Only Virtual english
You can’t build a smart service without smart data. And you can’t access smart data without trust. Across Europe, industries are trying to make this work, through data spaces, standardisation, and new governance frameworks. But progress is slow. If you’re part of a sector with potential for shared intelligence, but stuck in silos, this session will challenge assumptions and explore practical pathways.
Read More
November 25, 2025 Squad Session Squad Only Virtual english
Compliance is no longer about checklists. It’s about system design. With the EU AI Act approaching, and GDPR enforcement tightening, organisations must embed legal and ethical boundaries deep into how they build, deploy, and monitor technology. If your AI and data projects feel increasingly legal, this session will help you redesign the bridge between policy and platform.
Read MoreHow Cohere is accelerating language model training with Google Cloud TPUs
Cohere is accelerating LLM training with Google Cloud TPUs to provide larger and more accurate LLMs to developers.

Machine Learning Engineer, Cohere
Sr. Product Manager
Over the past few years, advances in training large language models (LLMs) have moved natural language processing (NLP) from a bleeding-edge technology that few companies could access, to a powerful component of many common applications. From chatbots to content moderation to categorization, a general rule for NLP is that the larger the model, the greater the accuracy it’s able to achieve in understanding and generating language.
But in the quest to create larger and more powerful language models, scale has become a major challenge. Once a model becomes too large to fit on a single device, it requires distributed training strategies, which in turn require extensive compute resources with vast memory capacity and fast interconnects. You also need specialized algorithms to optimize the hardware and time resources.
Cohere engineers are working on solutions to this scaling challenge that have already yielded results. Cohere provides developers a platform for working with powerful LLMs without the infrastructure or deep ML expertise that such projects typically require. In a new technical paper, Scalable Training of Language Models using JAX pjit and TPUv4, engineers at Cohere demonstrate how their new FAX framework deployed on Google Cloud’s recently announced Cloud TPU v4 Pods addresses the challenges of scaling LLMs to hundreds of billions of parameters. Specifically, the report reveals breakthroughs in training efficiency that Cohere was able to achieve through tensor and data parallelism.
This framework aims to accelerate the research, development, and production of large language models with two significant improvements: scalability and rapid prototyping. Cohere will be able to improve its models by training larger ones more quickly, delivering better models to its customers faster. The framework also supports rapid prototyping of models that address specific objectives — for example, creating a generative model that powers customer-service chatbot — by experimenting and testing new ideas. The ability to switch back and forth among model types and optimize for different objectives will ultimately allow Cohere to offer models optimized for particular use cases.
The FAX framework relies heavily on the partitioned just-in-time compilation (pjit) feature of JAX, which abstracts the relationship between device and workload. This allows Cohere engineers to optimize efficiency, and performance by aligning devices and processes in the ideal configuration for the task at hand. Pjit works by compiling an arbitrary function into a single program (an XLA computation), that runs on multiple devices — even those residing on different hosts.
Cohere’s new solution also takes advantage of Google Cloud’s new TPU v4 Pods to perform tensor parallelism. which is more efficient than the earlier pipeline parallelism implementation. As the name suggests, the pipeline parallel approach uses accelerators in a linear fashion to scale a workload, like a single long assembly line. Accelerators must process each micro-batch of data before passing it along to the next one, and then run the backward pass in reverse order.
Tensor parallelism eliminates the accelerator idle time of pipeline parallelism, also known as the pipeline bubble. Tensor parallelism involves partitioning large tensors (mathematical arrays that define the relationship among multiple objects such as the words in a paragraph) across accelerators to perform computations at the same time on multiple devices. If pipeline parallelism is an ever-lengthening assembly line, tensor parallelism is a series of parallel assembly lines — one making the engine, the other the body, etc. — that simultaneously come together to form a complete car in a fraction of the time.
These computations are then collated, a process made practical thanks to Google Cloud TPU v4 VMs, which more than double the computational power of their v3 predecessors. The superior performance of v4 chips has enabled Cohere to iterate on ideas and validate them 1.7X faster in computation than before.
Aidan Gomez, CEO and co-founder, Cohere
As part of a multiyear technology partnership, Cohere leverages Google Cloud’s advanced AI and ML infrastructure to power its platform. Cohere develops and deploys its products on Cloud TPUs, Google Cloud’s custom-designed machine learning chips that are optimized for large-scale ML. Cohere’s recently announced their new model improvements and scalability by training an LLM using FAX on Google Cloud TPUs, and this model has demonstrated that transitioning from TPU v3 to TPU v4 has so far enabled them to achieve a total speedup of 1.7x . In addition to a significant performance boost, TPUs provide an excellent user experience with the new TPU VM architecture. Importantly, Google Cloud ensures that Cohere's state-of-the-art ML training is achieved with the highest standards of sustainability, powered by 90% carbon-free energy in the world's largest publicly available ML hub.
By adopting Cloud TPUs, Cohere is making LLM training faster, more economical, and more agile. This helps them provide larger and more accurate LLMs to developers, and put NLP technology in the hands of developers and businesses of all sizes.
To learn more about these LLM training advances, you can read the full paper, Scalable Training of Language Models using JAX pjit and TPUv4. To learn more about Cohere's best practices and AI principles, you can check this article co-authored with Open AI and AI 21 Labs.
504 Views 0 Likes Read More
Digital Transformation is redefining the future of health care and health delivery. All stakeholders are convinced that these innovations will create value for patients, healthcare practitioners, hospitals, and governments along the patient pathway. The benefits are starting from prevention and awareness to diagnosis, treatment, short- and long-term follow-up, and ultimately survival. But how do you make sure that your working towards an architecturally sound, secure and interoperable health IT ecosystem for your hospital and avoid implementing a hodgepodge of spot solutions? How does your IT department work together with the other stakeholders, such as the doctors and other healthcare practitioners, Life Sciences companies, Tech companies, regulators and your internal governance and administrative bodies?
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!