Latest News

Deepening AI Safety Research with UK AI Security Institute (AISI)

Deepening AI Safety Research with UK AI Security Institute (AISI)

Today, we’re announcing an expanded partnership with the UK AI Security Institute (AISI) through a new Memorandum of Understanding focused on foundational security and safety research, to help ensure

Read More
Understanding how AI and big data transform digital marketing

Understanding how AI and big data transform digital marketing

Artificial intelligence and big data are reshaping digital marketing by providing new insights into consumer behaviour. The technologies allow marketers to create more personalised and effective strategies. As the

Read More
10 Lesser-Known Python Libraries Every Data Scientist Should Be Using in 2026

10 Lesser-Known Python Libraries Every Data Scientist Should Be Using in 2026

Image by Author   # Introduction  As a data scientist, you’re probably already familiar with libraries like NumPy, pandas, scikit-learn, and Matplotlib. But the Python ecosystem is vast, and there

Read More
Train a Model Faster with torch.compile and Gradient Accumulation

Train a Model Faster with torch.compile and Gradient Accumulation

Training a language model with a deep transformer architecture is time-consuming. However, there are techniques you can use to accelerate training. In this article, you will learn about: Using

Read More
From Nano GCCs to Hiring, What 2026 Holds for the GCC Ecosystem in India

From Nano GCCs to Hiring, What 2026 Holds for the GCC Ecosystem in India

 Global capability centres (GCCs) in India have moved well beyond their original role as cost-efficient back offices. In 2026, their relevance will be judged by the depth of capabilities

Read More
x402 Aims to Enable Agentic Payments With Digital Dollars

x402 Aims to Enable Agentic Payments With Digital Dollars

As AI agents continue to grow in popularity, one question everybody is wondering: When will they reach full autonomy? A recently launched foundation is betting on soon.   In September,

Read More
Gemma Scope 2: Helping the AI Safety Community Deepen Understanding of Complex Language Model Behavior

Gemma Scope 2: Helping the AI Safety Community Deepen Understanding of Complex Language Model Behavior

Announcing a new, open suite of tools for language model interpretability Large Language Models (LLMs) are capable of incredible feats of reasoning, yet their internal decision-making processes remain largely

Read More
The future of rail: Watching, predicting, and learning

The future of rail: Watching, predicting, and learning

A recent industry report [PDF] argues that Britain’s railway network could carry an extra billion journeys by the mid-2030s, building on the 1.6 billion passenger rail journeys recorded to

Read More
5 Fun Docker Projects for Absolute Beginners

5 Fun Docker Projects for Absolute Beginners

Image by Author   # Introduction  Before jumping into the projects, let’s clear up what Docker is and why people care about it. Docker packages an application and everything it

Read More
Training a Model on Multiple GPUs with Data Parallelism

Training a Model on Multiple GPUs with Data Parallelism

import dataclasses import os   import datasets import tqdm import tokenizers import torch import torch.distributed as dist import torch.nn as nn import torch.nn.functional as F import torch.optim.lr_scheduler as lr_scheduler

Read More