Fashion

Three OpenClaw Mistakes to Avoid and How to Fix Them

tool built upon coding agents such as Claude Code. It allows you to have a coding agent running 24×7, working proactively and reactively to solve tasks. I’ve set up multiple OpenClaw instances already and have learned a fair few things through active usage. I’ve also discussed it a lot with colleagues who work with OpenClaw agents on a daily basis, …

Read More »

Write C Code Without Learning C: The Magic of PythoC

an interesting library the other day that I hadn’t heard of before.  PythoC is a Domain-Specific Language (DSL) compiler that allows developers to write C programs using standard Python syntax. It takes a statically-typed subset of Python code and compiles it directly down to native machine code via LLVM IR (Low Level Virtual Machine Intermediate Representation). LLVM IR is a …

Read More »

Understanding Context and Contextual Retrieval in RAG

In my latest post, I how hybrid search can be utilised to significantly improve the effectiveness of a RAG pipeline. RAG, in its basic version, using just semantic search on embeddings, can be very effective, allowing us to utilise the power of AI in our own documents. Nonetheless, semantic search, as powerful as it is, when utilised in large knowledge …

Read More »

What Makes Quantum Machine Learning “Quantum”?

I computing 7 years ago, just after my master’s degree. At that time, the field was full of excitement but also skepticism. Today, quantum computing stands out as an emerging technology, alongside HPCs and AI. The attention shifted from solely hardware-related research and discussion to application, software, and algorithms. Quantum is really a tool that can be used across different …

Read More »

AI in Multiple GPUs: ZeRO & FSDP

of a series about distributed AI across multiple GPUs: Introduction In the previous post, we saw how Distributed Data Parallelism (DDP) speeds up training by splitting batches across GPUs. DDP solves the throughput problem, but it introduces a new challenge: memory redundancy. In vanilla DDP, every GPU holds a complete copy of the model parameters, gradients, and optimizer states. For large …

Read More »

[2507.13414] Gauge Flow Models

[Submitted on 17 Jul 2025 (v1), last revised 3 Mar 2026 (this version, v3)] View a PDF of the paper titled Gauge Flow Models, by Alexander Strunk and 1 other authors View PDF HTML (experimental) Abstract:This paper introduces Gauge Flow Models, a novel class of Generative Flow Models. These models incorporate a learnable Gauge Field within the Flow Ordinary Differential …

Read More »

Why AI startups are selling the same equity at two different prices

As competition among AI startups heats up, founders and VCs are turning to novel valuation mechanisms to manufacture a perception of market dominance. Until recently, the most sought-after companies raised multiple rounds of funding in quick succession at escalating valuations. However, because constant fundraising distracts founders from building their products, lead VCs have devised a new pricing structure that effectively …

Read More »

ChatGPT uninstalls surged by 295% after DoD deal

U.S. app uninstalls of ChatGPT’s mobile app jumped 295% day-over-day on Saturday, February 28, as consumers responded to the news of OpenAI’s deal with the Department of Defense (DoD), which has been rebranded under the Trump administration as the Department of War. This data, which comes from market intelligence provider Sensor Tower, represents a sizable increase compared with ChatGPT’s typical …

Read More »

Google looks to tackle longstanding RCS spam in India — but not alone

As persistent spam complaints have clouded Google’s Rich Communication Services (RCS) push in India, the company is turning to deeper carrier integration to bolster protections on the platform. On Sunday, Bharti Airtel, India’s second-largest telecom operator with over 463 million subscribers, said it had partnered with Google to integrate the carrier’s network-level spam filtering into the RCS ecosystem in the …

Read More »

The trap Anthropic built for itself

Friday afternoon, just as this interview was getting underway, a news alert flashed across my computer screen: the Trump administration was severing ties with Anthropic, the San Francisco AI company founded in 2021 by Dario Amodei and other former OpenAI researchers who left over safety concerns. Defense Secretary Pete Hegseth had invoked a national security law — one designed to …

Read More »