LabelBox · Robotics Simulation Engineer

Rucha
Agashe

Most of what I build begins in mathematics: not as a formal starting point, but as a way of understanding what kind of problem something actually is. I work across robotics simulation, world-sim / world-model evaluation, autonomous systems, AI, quantum algorithms and quantitative finance. At Labelbox, I work on confidential robotics simulation and model-evaluation tasks involving MuJoCo and world-sim workflows. I am drawn to problems where models have to respect physics, uncertainty and real constraints — not just produce plausible-looking answers.

Rucha Agashe
Imperial College London MEng
Explore
01

Projects

2026
Active · $180K Prize Pool
Intrinsic AI for Industry Challenge · Google / Alphabet · 2026
Project Automaton

Working with an international team (Rangers-Intrinsic) on a robotics + ML competition to train a UR5e robot arm to perform dexterous cable insertion in simulation. My focus: ACT (Action Chunking with Transformers) model training, flow-matching policy, and RL fine-tuning. Running on Gazebo + ROS 2 + Isaac Sim on AWS EC2 GPU instances.

Project Automaton development workspace
ACTFlow MatchingROS 2GazeboIsaac SimPyTorchW&B
Flagship · In Development
HackEurope 2026 · B2B SaaS in Development
NeuroCue

A real-time multi-modal social co-pilot for neurodivergent users. Three concurrent threads — YOLOv11 pose estimation on NVIDIA A10G GPU, a custom FERNet CNN for facial emotion including compound states, and ElevenLabs live transcription — synthesised by Claude every 15 seconds into spoken advice.

PythonYOLOv11PyTorchClaude APIElevenLabsFastAPI
Top 7 / 150+ Teams
ETH Oxford 2026 · Flare & Plasma Sponsor Interest
FZAP — Zero-Trust Anonymous Payments

Privacy-preserving cross-chain stablecoin settlement protocol. Three privacy layers: ephemeral wallet identities, aggregation-based omnibus settlement, and QAOA-optimised multi-hop routing on the Flare Network with Merkle proof verification.

QAOAQiskitFlare FTSOPython
Top 10 · Only First-Year
Imperial Algorithmic Trading Contest · IMC · March 2026
HFT Strategy — Market Making & Statistical Arbitrage

Avellaneda-Stoikov framework with XGBoost/LightGBM directional predictors and mean-variance portfolio optimisation. Extended with Multi-Agent Reinforcement Learning. Maximised Sharpe ratio across 4 assets; PnL evaluated in under a minute.

PythonAvellaneda-StoikovXGBoostMARL
Ongoing
Jane Street · IMC Prosperity · 2026
IMC Prosperity — Algorithmic Trading Challenge

Ongoing participation in IMC's Prosperity algorithmic trading competition. Full write-up coming soon.

PythonAlgorithmic TradingMarket Making
Ongoing
Imperial Drone Society · 2025
Interceptor Drone: CAD & Computer Vision & CFD

CAD design for the drone airframe and components, plus a computer vision pipeline for autonomous target detection and tracking.

CADComputer VisionPythonOpenCV
Perplexity Hackathon 2025/26
Perplexity-Powered Search Interface

A web application built using Perplexity's API with a custom frontend in Tailwind CSS — exploring what a well-designed AI search experience could look like beyond the default interface. Inspired by Sienar Industries' approach to product-quality AI tooling.

Perplexity APITailwind CSSFrontendJavaScript
2025
Personal Project · 2025
Chess Engine & Gameplay Interface

Built entirely from scratch — no external chess libraries. Hybrid Minimax + Alpha-Beta Pruning + MCTS, with a pre-trained Transformer handling simulation. FEN notation parsing, SQLite-backed game history, endgame tablebases, and a full Pygame interface.

PythonMCTSMinimaxTransformerSQLitePygame
BPhO Computational Challenge · Gold
British Physics Olympiad · 2025
Spherical Mirror Optics Simulator

Upload any photograph to simulate anamorphic and spherical mirror distortions using ray-optics geometry. Also built a separate ray-optics simulation in MATLAB and Python with OpenCV. Awarded Gold in the BPhO Computational Challenge.

MATLABPythonOpenCVRay Optics
4th Internationally
UK AI Agent Hackathon · Google Cloud, Cambridge · Nov 2025
Digital-Physical Energy Grid Optimisation

Only team of first-years. Two-stage stochastic optimisation with MILP for flexible compute scheduling, deployed via the Beckn protocol. 4th place internationally from 100+ teams; sponsored by Google Cloud and the University of Cambridge.

MILPStochastic OptimisationBecknGoogle Cloud
Womanium + WISER · 2025 · Postgraduate Programme
Quantum Algorithms for Non-Linear PDEs

Graduated from a postgraduate-level quantum programme — one of few undergrads selected. Focused on Carleman Linearisation, QFT, Phase Kickback, and HHL. GitHub portfolio: quantum fundamentals in PennyLane, applied research in quantum ML, Monte Carlo methods, and quantitative finance.

QiskitPennyLaneQFTQAOACarleman Linearisation
2024
Project of the Year · Industrial Cadets Gold
Leonardo Defence Systems · Oct 2023 – Jul 2024
BABY — Battlefield Aid Brought to You

Year-long programme building a fully autonomous medical aid delivery robot. PWM for motor control, ultrasonic distance sensing, GPS navigation, and OpenCV for camera-based obstacle avoidance. Won Industrial Cadets Gold Award and Project of the Year.

C/C++OpenCVPWMGPSUltrasonic Sensing
Personal Project · 2024
CPU Emulator

A CPU emulator written in C++ — implementing the fetch-decode-execute cycle, registers, memory addressing, and a basic instruction set from scratch. A deep-dive into computer architecture motivated by wanting to understand what actually happens below the abstraction layer.

C++Computer ArchitectureSystems
2023
Personal Project · 2023
ELIZA-Inspired Chatbot Therapist

Read the original 1966 Weizenbaum papers on ELIZA in depth and built an extended chatbot therapist. The starting point for a self-directed journey into natural language processing — pattern matching, response generation, and the surprising depth of rule-based systems before neural approaches dominated.

PythonNLPPattern MatchingELIZA
02

Project Deep Dives

Detailed technical write-ups of each project — architecture decisions, problems encountered, how they were solved, and what they produced. Each section draws directly from the project README and source code.

01
Intrinsic AI for Industry Challenge · Google / Alphabet · $180K Prize Pool · Active
Project Automaton
ACT · Flow Matching · Diffusion Policy · ROS 2 + Gazebo + Isaac Sim · AWS EC2 GPU
GitHub ↗
The Challenge

The Intrinsic AI for Industry Challenge is a robotics + ML competition hosted by Intrinsic (Google/Alphabet) and Open Robotics, with a $180,000 prize pool. The task is deceptively precise: get a UR5e robot arm to insert SFP and NIC cables into a connector board in a simulated environment running Gazebo (Google DeepMind) and Isaac Lab (NVIDIA). Scoring rewards task completion (~75 points), trajectory smoothness (~24 points), and penalises collisions and excessive force. The challenge is non-trivial because cable physics in simulation is notoriously unpredictable — cables buckle, twist, and get physically stuck on ports in ways that deterministic policies cannot reliably handle.

My Role — Policy Training & ML

My contributions are on the ML side of the stack — the team has specialists handling simulation infrastructure (Enrique), data collection (Ali), and cloud infrastructure (Evan). My focus:

  • ACT (Action Chunking with Transformers) — A transformer-based imitation learning architecture that predicts sequences of actions (chunks) rather than single-step outputs. Chunking reduces compounding error and improves temporal coherence. Training on the experiment_8 dataset from HuggingFace; investigating a persistent GPU utilisation bottleneck (15–25% observed, 90%+ desired — almost certainly a CPU DataLoader bottleneck addressable with pin_memory and prefetching).
  • Flow-Matching Policy — A continuous normalising flow approach to action generation. The policy learns a vector field that maps noise to actions along a learned trajectory — more stable training than diffusion with comparable expressiveness. My background in differential equations maps directly onto the mathematics here.
  • W&B Experiment Tracking — 17+ training runs logged. Comparing loss curves, hyperparameter sensitivity (learning rate schedules, batch size, chunk length), and convergence behaviour across model variants.
  • Data Curation — Post-processing brute-force collected trials to filter successful insertions. The cheat-code oracle policy fails non-deterministically (cables get stuck in Zone 2); the strategy is to collect at scale and filter, rather than fix the simulator physics.
The Workspace

Development runs on a dual-monitor setup: RViz and Gazebo Sim side by side, with four concurrent terminals managing simulation, recording, teleoperation, and episode control. Training runs remotely on AWS EC2 g6e instances (NVIDIA L40S GPU — the g4dn.xlarge is insufficient; the L40S is mandatory for Isaac Lab).

Gazebo Sim and RViz running simultaneously RViz UR5e model with TF tree

Left: Gazebo Sim + Isaac Lab environment. Right: RViz showing UR5e model with TF frame tree.

UR5e in Action — Cable Insertion

The UR5e arm performing the NIC card cable insertion task. These clips are from the data collection phase — the oracle cheat-code policy executing the insertion that the trained model is learning to replicate.

UR5e arm inserting a cable into the NIC card connector board. The policy must learn to replicate this motion from demonstration data.

Architecture

The full stack spans four layers. The simulation layer runs a UR5e arm in Gazebo (Google DeepMind) / ROS 2 / Isaac Lab (NVIDIA) on AWS EC2 g6e instances (NVIDIA L40S GPU required). A data recorder captures bag files per trial at 20Hz — wrench, image, forward kinematics, and motion commands. A scenario generator randomises task board configurations for training variety.

Above that sits the policy training infrastructure: ACT and flow-matching models trained on the experiment_8 HuggingFace dataset, tracked on Weights & Biases. A non-trivial engineering problem: the standard AIC action space is 6-dimensional, but the team's recordings are 19-dimensional (extra metadata). Similarly, the standard observation space is 26-dimensional; recordings capture 48. Resolving this dimensionality mismatch without losing useful context is an open design question.

Strategy — Cherry-Picking Best Approaches

The team has analysed the wider competition and identified three key techniques to adopt. Force/Torque tare calibration (from competitor jlamperez): the raw wrist wrench reads ~20N because it measures the gripper's own weight — taring before each episode makes the policy weight-agnostic. Recording at 10Hz not 30Hz: cameras are capped at 20fps, so 30Hz recording introduces ~33% duplicate frames. Diffusion Policy over vanilla ACT (from ALOHA Unleashed): diffusion handles multimodal action distributions — multiple valid insertion approaches — without collapsing to a bad average. Sanjay leads this track.

Team & Collaboration

Rangers-Intrinsic is distributed across three time zones. Tommy Ly (NY) leads the project and runs ML alongside a full-time day job. Shi Hao (London) handles RL and ACT training; 17+ W&B experiments logged. His independent portfolio and Project Automaton write-up: sienarindustries.com ↗ Enrique (London) built the simulation environment, data recorder, and HuggingFace dataset. Ali (London) built the scenario generator and ran 1,000 brute-force collection trials. Vladimir is a Senior ML Scientist at Booking.com specialising in RL for LLMs/VLMs. Sanjay (Illinois) leads diffusion policy. Justin (Boston) leads PPO exploration. Evan (London) manages AWS org-level infrastructure.

ACTFlow MatchingPyTorchROS 2GazeboIsaac LabAWS EC2W&BHuggingFaceUR5e
02
HackEurope 2026 · B2B SaaS in Development
NeuroCue
Real-time multi-modal social co-pilot for neurodivergent users
GitHub ↗
The Problem

Social situations are genuinely difficult to navigate for many neurodivergent people — not because of any deficiency, but because the implicit communication layer of human interaction (body language, microexpressions, tone) is processed differently. No tool currently addresses all three channels simultaneously in real time. NeuroCue is a quiet, non-intrusive scaffolding system — not a replacement for social instinct, but a support layer for those who need it.

Architecture

Three concurrent Python threads share a single threading.Lock state object, fully decoupling data production from LLM consumption:

Vision ThreadWebcam frames → YOLOv11 Nano Pose on remote NVIDIA A10G (Red Hat OpenShift via Cloudflare tunnel) → 17 COCO keypoints → named body-language states
FER ThreadOpenCV Haar Cascade face detection → FERNet CNN (local) every 5s → 7-class emotion classification → compound state detection (e.g. "smiling but masking discomfort")
Audio Threadsounddevice mic recording → 15s WAV buffer → ElevenLabs Scribe v1 STT → live transcript
LLM SynthesisClaude reads all three streams atomically every 15s → generates context-aware social advice → ElevenLabs TTS → spoken to user's ear
FERNet — Custom CNN

Trained from scratch during the hackathon. ResNet-style residual blocks with Squeeze-Excite channel attention. 7-class softmax output with smart compound expression mapping — the model doesn't just output a single emotion, it reads the probability distribution: high happy + high fear → "smiling but may be masking discomfort"; surprise + fear → "looks confused." Graceful degradation built in — if fer_model_best.pt fails to load, the system continues on body language and transcript only, no crash.

Body Language States Detected
Crossed ArmsWrist-to-wrist distance < threshold at chest height
FidgetingRapid wrist movement across 5+ consecutive frames
DisengagedNose Y near shoulder average Y — looking down
Hand RaisedWrist keypoint above shoulder keypoint
Head TiltEar-to-ear angle exceeds threshold (degrees)
Turned AwayShoulder width below minimum (facing sideways)
Touching FaceWrist-to-nose distance below threshold
NoddingNose drops below eye midpoint across frames
Key Technical Problem & Solution

The three data streams run on entirely different cadences — GPU inference has variable network latency, FER runs every 5s locally, and audio records continuously. The naive approach (waiting for synchronous responses from all three) would have made the system fragile and latency-bound. The solution was to treat the shared state object as a bulletin board: each thread posts its latest output whenever it's ready, and the LLM call reads the whole board atomically on its own 15-second clock. This decoupling is what makes the system robust in live conditions.

Dashboard & Interface

The NeuroCue session report interface — showing emotion timeline, body language summary, and voice analysis in a single view. Built with the B2B enterprise use case in mind: exportable session reports, multi-signal visualisation, and a clean dashboard for reviewing what the system detected.

NeuroCue dashboard NeuroCue dashboard

Left: Session report view — 15-minute session, 7 tips given, dominant emotion Neutral. Body language and voice analysis panels. Right: Emotions panel — real-time probability distribution and arousal/valence metrics.

Status

Developing into a B2B SaaS product — target markets: HR departments, autism support organisations, and enterprise training platforms.

PythonYOLOv11PyTorchOpenCVClaude APIElevenLabsFastAPIRed Hat OpenShiftNVIDIA A10G
03
ETH Oxford 2026 · Top 7 / 150+ Teams · Flare & Plasma Sponsor Interest
FZAP — Faster Zero-Trust Anonymous Payments
Privacy-preserving cross-chain stablecoin settlement with QAOA routing
GitHub ↗
The Problem

A standard on-chain stablecoin transfer publicly reveals the buyer's address, the merchant's address, the exact payment amount, and the precise timestamp. This metadata leakage creates real risks. FZAP ensures there is never a direct blockchain transaction between a buyer and a merchant — without becoming an arbitrary privacy mixer (which would be a regulatory problem).

Three Privacy Layers

1. One-time-use ephemeral identities. Each transaction generates a fresh set of cryptographically secure wallet identifiers, unique within the protocol lifetime. No reuse, no linkage.

2. Aggregation-based settlement. Buyer deposits are pooled before settlement — conceptually an omnibus account. Once aggregated, individual payment amounts lose their one-to-one correspondence with specific wallets. A deliberate propagation delay further weakens timing-based correlation attacks.

3. Multi-hop QAOA-optimised routing. Aggregated funds are converted across stablecoins and chains. Possible transitions are modelled as a graph — nodes represent currencies, edge weights represent swap and bridge fees. QAOA (via Qiskit) searches this cost landscape to identify routing configurations that minimise aggregate loss. Real-time pricing from the Flare Time Series Oracle (FTSO) API — temporary stablecoin depegs are modelled as negative cost offsets to preserve pooled value.

FDC Settlement Verification

For each settlement, an attestation request references the transaction hash, destination chain, and payment type. This is processed during a Flare Data Connector (FDC) voting round. Once finalised, the result is committed to a Merkle tree. Merchants submit a Merkle proof to the settlement verification smart contract, which validates inclusion against the published FDC root. A settlement is only considered complete once verified on-chain — no linkage is ever created between buyers, intermediate hops, and the final merchant payment.

Legal Positioning

Unlike traditional privacy mixers, FZAP provides no arbitrary anonymisation or user-controlled withdrawal paths. All value flows are explicitly tied to merchant payments; withdrawals are restricted to predefined settlement addresses. This is what makes it commercially deployable rather than a regulatory liability — and the distinction the sponsors found compelling.

Tech Stack
PythonSolidityTypeScriptQAOAQiskitMax-CutFlare FTSOFlare FDCMerkle Trees
04
Personal Project · Built Entirely From Scratch
Chess Engine & Gameplay Interface
Hybrid Minimax + MCTS with a pre-trained Transformer for simulation
GitHub ↗
Why From Scratch?

Instead of using python-chess, all core mechanics — valid move generation, checkmate detection, board state management — are implemented from the ground up. This gives full control over the game tree and was the point: I wanted to understand exactly what was happening at every level, not call a function and trust it.

Search: Minimax + Alpha-Beta Pruning

The engine uses a Minimax algorithm to navigate the decision tree — identifying the move that maximises its advantage while assuming the opponent plays optimally to minimise it. Alpha-Beta Pruning cuts off branches that are mathematically proven to be worse than previously explored options, significantly reducing computation time. The Negamax variant is used where applicable, handling evaluation from a single perspective by negating scores for the opponent.

Search: Monte Carlo Tree Search

Traditional tree searches are limited by the exponential growth of possible moves. MCTS is integrated to balance exploration vs. exploitation. Selection and expansion use Minimax logic to prioritise high-value nodes. Simulation uses a pre-trained Transformer to estimate game outcomes from a given state — far more efficient than searching the entire subtree. Results back-propagate up the tree to update the value of each move.

Additional Features

FEN notation parsing — Forsyth-Edwards Notation is the standard for encoding board states. Implemented a full BNF-grammar-based parser so the engine can import, export, and resume any position.

Endgame tablebases — pre-computed optimal play for positions with few pieces remaining, used to guide the engine in the endgame rather than searching from scratch.

SQLite-backed history — user accounts and game history stored relationally, enabling game replay, analysis, and statistical aggregation across sessions.

Cycle detection — the search tree identifies and ignores repetitive move sequences to prevent infinite loops and enforce threefold repetition rules correctly.

Pygame interface — custom graphical board with piece loading, move highlighting, drag-and-drop input, and a real-time evaluation bar.

PythonMCTSMinimaxAlpha-BetaTransformerSQLitePygameFEN Parsing
05
Imperial Algorithmic Trading Contest · Powered by IMC · Top 10 · Only First-Year
HFT Strategy — Market Making & Statistical Arbitrage
Avellaneda-Stoikov framework · XGBoost/LightGBM directional signals · MARL extension
GitHub ↗
The Brief

Formulate a high-frequency trading strategy to trade 4 assets, maximising the Sharpe ratio using market making and arbitrage strategies, such that PnL can be evaluated in under a minute.

Market Making — Avellaneda-Stoikov

Instead of quoting around the raw mid-price, the engine calculates a reservation price: mid + predicted short-term drift (μᵢ) + inventory penalty (k_inv). This skews quotes away from the direction of inventory exposure, reducing position risk. Spreads are dynamically widened or narrowed based on estimated volatility (σᵢ) and current risk-aversion parameters — wider in high-volatility regimes, tighter in stable ones.

Directional Signals — XGBoost / LightGBM

Short-horizon predictors (XGBoost / LightGBM) forecast price movement over the next k ticks. Aggressive market orders are only executed when the signal-to-noise ratio E[R] / σ_est exceeds a calibrated threshold. Quotes are also aggressively skewed away from the predicted direction to avoid being filled on the wrong side of a trend (adverse selection avoidance).

Portfolio Optimisation

Capital is allocated across the four assets by solving a mean-variance proxy: minimise J(w) = −wᵀμ + λwᵀΣw, subject to leverage caps, dollar neutrality, and maximum per-asset exposure. Recomputed periodically via scipy.optimize.

Feature Engineering

Raw Limit Order Book snapshots (top 5 levels) transformed into: mid-price, microprice, spread, multi-level imbalance, depth sums, queue imbalances, order-flow deltas, short-term realised volatility, VWAP, and rolling means. These features feed both the market-making reservation price and the directional predictors.

MARL Extension

Later extended using Multi-Agent Reinforcement Learning, inspired by Google DeepMind's research on cooperative MARL. Each asset is treated as a separate agent with its own policy, sharing a global Sharpe ratio reward signal — agents learn to coordinate rather than compete for capital.

PythonAvellaneda-StoikovXGBoostLightGBMMARLSciPyLOBLSTM
03

Experience

Immersing myself in the most challenging and fast paced environments from Sim Robotics, Drone Technology to Quantitative Trading and ML research.

I seek environments where the mathematical demands are insane, and the problems are unsolved. My current work at LabelBox sits in robotics simulation and model evaluation: confidential world-sim and MuJoCo tasks where the hard part is judging whether a model's response respects the structure of a physical system. Everything here connects — the chess engine shaped how I think about game-theoretic trading; robotics simulation shaped how I think about embodied AI; the Code Club reminded me that the best way to understand something is to teach it.

June 2026-
Present
Project Vortex
Co-founder and researcher

Many details are highly confidential. Simulating drone test flight for proof of concept to investigate closed loop behvaiour with nominal and perturbed wind fields.

May 2026–
Present
LabelBox
Robotics Simulation Engineer

Working on confidential robotics simulation and model-evaluation tasks across MuJoCo and world-sim / world-model workflows. The work includes assessing model-generated MuJoCo code and responses, reviewing simulation-oriented reasoning, and contributing to production-level robotics simulation evaluation without disclosing proprietary task details.

Feb 2026
Susquehanna International Group
Trading Discovery Event

Insight into quantitative trading and research at SIG. 2nd place in Susquehanna's Guesstimathon — a structured estimation competition testing rapid probabilistic reasoning under uncertainty.

Jan 2026
Jane Street
FOCUS / FTTP Spring Week

Below 1% acceptance rate. Software: incident management via a real-time simulation. Trading: completed the training activities given to quant trading interns, including Jane Street's in-house designed games: Figgie and the Estimathon. Came 2nd in both of these. I thoroughly enjoyed it and want to further my understanding of the trading mindset.

2025
Womanium + WISER
Quantum Program Graduate

Graduated from a postgraduate-level quantum computing programme at 17. Focused on quantum algorithms for non-linear PDEs: Carleman Linearisation, QFT, Phase Kickback. I sought this out independently; it stems from a pure curiosity about what quantum computing can actually do that classical computing cannot.

Apr 2024–
Sep 2025
Raspberry Pi Foundation
Code Club Founder & Volunteer

Founded a Code Club in a local library where I designed and ran weekly sessions on Algorithmic Thinking, Principles of Programming, and Python for children aged 9–13. An environment purely focused on building curiosity for computing is something I find energising to create as well as to be in.

Oct 2023–
Jul 2024
Leonardo
Industrial Cadets Gold Award

Year-long industry placement designing and building an autonomous medical aid delivery robot. PWM for motor control, ultrasonic sensing, GPS navigation, and OpenCV for obstacle avoidance. Won the Project of the Year award.

2023
MIT + Caltech
Summer of Quantum Camp

Selected to participate in the Summer of Quantum Camp, run by MIT and Caltech researchers. First formal exposure to quantum computing — sparked the self-directed study that led to the Womanium programme two years later.

Societies & Committees
Imperial Drone Society
Treasurer · 2025
Managing financial tracking, reporting and parts list construction. across a technical team building interceptor drones. Additionally also a key technical member working on Computational Fluid Dynamics and Computer Vision
Competitions
4th
UK AI Agent Hackathon
Internationally · Google Cloud, Cambridge
Only team of first-years. Two-stage stochastic + MILP.
Top 7
ETH Oxford Blockchain Hackathon
150+ teams · Oxford Mathematical Institute
QAOA applied to cross-chain settlement on Flare.
5th
QRT Inter-University LLM Hackathon
Oxford, Cambridge & Imperial · Oct 2025
Top 10
Imperial Algo Trading Contest
Powered by IMC · March 2026
Only first-year. Avellaneda-Stoikov + MARL.
2nd
Jane Street Estimathon
FOCUS Spring Week · Jan 2026
Also Susquehanna Guesstimathon.
19th
Advent of Code — London
270 participants across 4 universities
11th at Imperial. Jane Street FPGA variant in SystemVerilog & Hardcaml.
Arkwright Engineering ScholarshipSponsored by the RAF · One of 200 selected nationally2023
Semiconductor Talent AwardUK Electronics Skills Foundation2025–present
UKMT Best in School AwardBMO Distinction · Sir Andrew Jobbings Kangaroo Merit2022, 2023, 2024
British Physics Olympiad Best in SchoolBPhO & Computational Challenge (Gold)2023, 2024
Industrial Cadets Gold · Project of the YearLeonardo Defence Systems2024
Skills
Languages
  • Python
  • C / C++
  • MATLAB
  • OCaml
  • SystemVerilog
  • Rust (learning)
ML & Data
  • PyTorch
  • TensorFlow
  • OpenCV
  • Scikit-learn
  • NumPy
  • XGBoost / LightGBM
  • YOLOv11
  • Model evaluation
Quantum
  • Qiskit
  • PennyLane
  • IBM Quantum
  • QAOA
  • QFT + Phase Kickback
  • Carleman Linearisation
Sim-to-real robotics
  • MuJoCo
  • Gazebo
  • Isaac Sim / Lab
  • ROS 2
  • World-sim evaluation, world models
Electronics
  • LTSpice
  • Electronic Speed Control
  • Design
    • AutoCAD, Fusion
    • Computational Fluid Dynamics
    • Ansys Fluent
    • Database, Cloud
      • AWS
      • Google Cloud
      • SQL
      • NoSQL
      • Journal

        Moments, setups, and events — the texture of the work, not just the outputs. An honest record of what it actually looks like.

        Writing
        Joining an international team of ML engineers in an NVIDIA & Google DeepMind robotics challenge
        April 2026 Project Automaton
        Joining an international team of ML engineers in an NVIDIA & Google DeepMind robotics challenge
        Gazebo Sim (Google DeepMind) and RViz running simultaneously — the UR5e arm rendered in the connector board environment. The right panel is NVIDIA Isaac Sim. This is what a working day looks like.
        Continue reading →
        Watching Artemis II — returning humanity to the moon, live, from my desk
        April 2026 Space · Enthusiasm
        Watching Artemis II: returning humanity to the moon after 50 years
        You can see my enthusiasm as I set up three simultaneous live feeds to watch this historic moment, as we all unite to wander at space flight and its importance for the future of humans.
        Continue reading →
        Jane Street FOCUS week — what I expected, what surprised me, what I'm still thinking about
        January 2026 Finance · Events
        Jane Street spring week
        Being invited to Jane Street's prestigious Spring Week in London for ambitious, highly mathematical and ambitious students, with an acceptance rate under 1%
        Continue reading →
        Full scholarship to an MIT & Caltech quantum programme at fifteen — and where it led to an invitation to present at Cambridge
        2023 Quantum Computing · Cambridge
        Full scholarship to an MIT & Caltech quantum programme at fifteen and how I made it lead to an invitation to Cambridge
        The Summer of Quantum programme (run by The Coding School, with instructors and researchers drawn from MIT and Caltech) was my first formal encounter with quantum computing, and proper introduction to IBM's Quantum Labs
        Continue reading →
        CSES awards ceremony — BABY team receiving Project of the Year from the Mayor of Chelmsford
        2024 Leonardo · Industrial Cadets
        Building BABY, sponsored by Leonardo
        BABY (Battlefield Aid Brought to You) was a year-long project sponsored by Leonardo Defence Systems' and conducted under the Industrial Cadets programme, with a brief that was rather ambiguous: design and build a fully autonomous g…
        Continue reading →
        Sponsored by the Royal Air Force — the Arkwright Engineering Scholarship and what followed
        2023 Arkwright · Aviation
        Sponsored by the Royal Air Force: Arkwright Engineering Scholarship (and what it led to)
        The Arkwright Engineering Scholarship is awarded each year to approximately two hundred students nationally, selected from a substantially larger pool, with sponsoring organisations that include the Royal Air Force.
        Continue reading →
        ← Back to journal
        April 2026Project Automaton

        Joining an international team of ML engineers in an NVIDIA & Google DeepMind robotics challenge

        Gazebo Sim and RViz running side by side — UR5e arm in the connector insertion environment

        Gazebo Sim (Google DeepMind) and RViz running simultaneously with the UR5e arm rendered in the connector board environment. The right panel is NVIDIA's Isaac Sim. This image is a demonstration of a typical setup.

        The first thing that becomes clear when you join a team of professional ML engineers mid-competition is how much you don't know — and, in my case, how quickly you need to decide whether that is a reason to hesitate or a reason to move faster. I joined Rangers-Intrinsic in April 2026, two weeks before the submission deadline for the Intrinsic AI for Industry Challenge: a robotics competition hosted by Intrinsic (Google/Alphabet) and Open Robotics, with a $180,000 prize pool, asking teams to train a UR5e robot arm to insert SFP and NIC cables into a connector board in a simulated environment. The team had already been running for weeks. I was not there at the start.

        The GitHub repository has branches for the evaluator and for training; the experiment tracker on Weights and Biases has seventeen logged runs. I came in with a strong ML background but essentially no robotics experience, which meant I had to learn the simulation stack — ROS 2, Gazebo from Google DeepMind, Isaac Lab from NVIDIA, the AIC evaluation engine — while simultaneously being useful on the ML side, which is where I was actually needed.

        The learning curve is steep in a specific way I had not anticipated. Some concepts I was already familiar with, such as ACT (Action Chunking with Transformers) is a transformer-based imitation learning method, flow-matching is continuous normalising flows, both of which I can work through from first principles. The difficulty I faced was often that the gap between understanding an architecture and getting it to run correctly inside a specific evaluation pipeline, on a specific dataset format, with a specific action space, is substantial. The team's recording pipeline captures 19-dimensional actions; the AIC standard is 6-dimensional. The observation space is 48 dimensions vs. the standard 26. Every discrepancy is a decision, and every decision has downstream consequences for training.

        RViz showing UR5e robot model with transform tree — overlapping labels indicate a misconfigured TF tree

        RViz: the UR5e model with its full TF frame tree. The overlapping labels are a sign of a misconfigured transform tree — one of those bugs that takes considerably longer to find than it should.

        What I have found genuinely surprising is how much of the work at this level is not about the models at all. It is about infrastructure: getting checkpoints to load, debugging why GPU utilisation is 15% instead of 90% (almost certainly a CPU DataLoader bottleneck — more workers, pin_memory, prefetching), building the evaluation loop so that a trained model can actually be scored by the competition engine. The people who are effective on this team are effective because they can hold the full stack in their head simultaneously and move between layers without losing the thread. That is a skill I am actively developing.

        My specific contributions: ACT and flow-matching policy training, W&B experiment tracking, data curation (filtering successful insertions from a brute-force collected dataset — the oracle cheat-code policy fails non-deterministically because cables get physically stuck in Zone 2 of the connector board). I am also the person most likely to be investigating the DataLoader bottleneck at 1am, which is, I think, a reasonable description of where I currently sit in the project hierarchy. Moving up that hierarchy, quickly, is the goal.

        ← Back to journal
        April 2026Space · Enthusiasm

        Watching Artemis II — returning humanity to the moon, live, from my desk

        Artemis II T-minus 3 seconds across three screens

        Forty seconds after launch. The contrail is already crossing the frame on all three feeds simultaneously.

        I set up three simultaneous live feeds — laptop, external monitor, tablet, arranged in a shallow arc across my desk — to watch the Artemis II launch. This is not a remotely efficient use of a morning and I am not apologetic about it. Some things are worth the hours they cost.

        Artemis II carries four astronauts on a lunar flyby: the first human beings to travel to the Moon's vicinity since Apollo 17 in December 1972, a gap of more than fifty years that is either a remarkable fact about the difficulty of the undertaking or a dispiriting fact about institutional priorities, depending on your mood. The Space Launch System is not the most elegant vehicle that has ever been pointed at the sky — SpaceX would, and does, have opinions about this — but the 8.8 million pounds of thrust at ignition produces a particular quality of awe that is not really about elegance.

        Artemis II contrail across screens

        The same desk, after launch. Three screens still running, the Gonville and Caius card visible on the wall to the right. The cracked monitor has been through a lot.

        The reason I care about this — beyond the obvious spectacle of it, which is considerable — is the same reason I care about quantum computing and robotics: there are engineering problems that exist at the genuine frontier of what is physically possible, and watching them get solved, slowly and expensively and in full public view, feels like one of the more honest ways to spend an afternoon. The RS-25 engines at the base of the SLS operate on the same combustion cycle as the Space Shuttle main engines, built decades ago, but manufactured now to tolerances that did not exist when the original specification was written. That compression of time — the same fundamental design, made incrementally more precise across half a century — is what real engineering progress actually looks like, as opposed to what it looks like in a press release.

        The wall behind the monitors, if you can make it out: a poster from the Goethe Institut — Das Leben ist kein Ponyhof, life is no pony farm — a card from the Cambridge CS department, a collection of origami flowers I have been folding at my desk while thinking about difficult problems. A reasonably honest cross-section of what goes on in this room on a Saturday morning.

        ← Back to journal
        January 2026Finance · Events

        Jane Street FOCUS week — what I expected, what surprised me, what I'm still thinking about

        Jane Street Europe lobby

        Jane Street Europe. The circular logo is the same one on the cup on my shelf. The building is exactly what you'd expect and somehow still impressive.

        I came second in Jane Street's Estimathon during FOCUS week, and I want to be precise about what that means and, more importantly, what it doesn't — because the Estimathon is not the kind of competition where second place is a comfortable shorthand for anything in particular.

        The format is fifteen estimation problems in thirty minutes, scored by the inverse of your error across all of them. The questions span several orders of magnitude of difficulty, from questions that reward basic numerical intuition to ones that require a genuine understanding of physical constants, biological scales, or historical data that most people have never thought to commit to memory. The people who perform well are not, in my observation, the people who happen to know the most. They are the people who have learned to commit quickly to an estimate that is defensible, update it cleanly when new information arrives, and resist the specific kind of paralysis that comes from wanting to be more exact than the question actually requires. Approximation, wielded deliberately, is the entire game.

        What surprised me, and has stayed with me since, is how closely the disposition that does well in the Estimathon resembles the disposition that seems to do well in research more generally. The Figgie card game — Jane Street's own invention, built explicitly to teach probability and market-making — makes this structure explicit in a way that is almost pedagogical: you are buying and selling contracts whose underlying value is uncertain, updating your expected value in real time as the market reveals information. It is Bayesian reasoning conducted under time pressure and competitive incentive. I found it completely absorbing in a way that told me something about myself that was useful to know.

        What I have been sitting with since is a cleaner sense of where, within a firm like Jane Street, I would actually want to operate. The quant research side — building models, forming and testing hypotheses about market structure, working at the boundary between mathematics and financial reality — is where my interests genuinely lie. The pure execution side is a different kind of problem, and an important one, but it is not the problem that wakes me up in the morning. That distinction is worth being honest about when thinking carefully about where to direct the next several years of effort.

        City of London at night in the rain

        The Royal Exchange at night, walking back from Jane Street. The City looks best in the rain at 8pm. I stand by this.

        ← Back to journal
        2023Quantum Computing · Cambridge

        Full scholarship to an MIT & Caltech quantum programme at fifteen — and where it led to an invitation to present at Cambridge

        Qubit by Qubit High School Quantum Computing Camp certificate — Rucha Agashe, July 2023

        Certificate from the Qubit by Qubit High School Quantum Computing Camp, July 2023. Instructors drawn from MIT and Caltech. I was fifteen.

        The Summer of Quantum programme — run by The Coding School, with instructors and researchers drawn from MIT and Caltech — was my first formal encounter with quantum computing, and the thing I most remember about it is how quickly I became convinced that this was a field worth taking seriously. Not because of the applications, which were at that point largely hypothetical, but because of the mathematics. Quantum mechanics makes contact with linear algebra in a way that is both completely natural and genuinely surprising, and the moment that connection clarified — that a quantum state is a vector in Hilbert space, that a quantum gate is a unitary transformation, that measurement is projection — I understood that I was looking at something that was going to occupy a significant portion of my thinking for a long time.

        I was fifteen. I know that sounds like a detail one mentions to impress, and I want to be honest that I am mentioning it partly for that reason, but also because it matters to the shape of what happened next. I was young enough that I did not yet have a clear sense of what was within reach and what was not, which meant I had not yet developed the particular habit of caution that tends to accumulate with experience. So when the programme ended, I wrote a paper about what I had learned.

        The paper was not, if I am being truthful, a very good piece of academic writing. I was fifteen and I had been doing quantum computing for the better part of two weeks. What it was, was sincere — a genuine attempt to work through the material carefully, to understand not just the results but the derivations, to articulate what was clear and to identify honestly what was not. I wrote it because the act of writing something down is how I find out whether I actually understand it. The paper was the test, not the certificate.

        What I did not anticipate was where the paper would lead. I submitted it to an essay competition — one with thousands of entries — not with any particular expectation, but because it existed and it seemed like the thing to do with it. Winning was a surprise. Being invited to Cambridge on the strength of it was a larger one. I met the Director of Studies in Computer Science at Gonville and Caius College, and visited the college properly — the courtyard, the sundial tower, the Hawking plaque set into the stones. I want to be careful not to overstate what the meeting was — it was a conversation, not an admission offer — but it was the first time someone at that level of academic seniority had taken my thinking seriously on the basis of something I had produced myself, and that is its own category of thing regardless of what formally followed.

        What I took from it, practically: the paper mattered not because it was good, but because it existed and I submitted it. Writing something down is one act; sending it somewhere is a second and distinct act, with its own nonzero probability of producing something unexpected. Most of the time the probability is low. Fifteen-year-old me, writing a quantum computing paper in a school holiday and submitting it to a competition with thousands of entries, had a better intuition about this than she was consciously aware of.

        Stephen Hawking memorial plaque at Gonville and Caius College, Cambridge — with the Bekenstein-Hawking entropy formula

        Gonville and Caius College, Cambridge — the Stephen Hawking plaque, with the Bekenstein-Hawking entropy formula S = kc³A/4ℏG. It is set into the courtyard floor. Remember to look up at the stars and not down at your feet.

        Gonville and Caius College Cambridge — the sundial tower

        Gonville and Caius College. The sundial tower dates from the seventeenth century. The college has been here longer than most of the ideas I had come to discuss.

        ← Back to journal
        2024Leonardo · Industrial Cadets

        Building BABY — a year of aluminium, motors, and learning what engineering actually feels like

        Workshop

        The workshop. Safety glasses on, metal frame clamped to the bench, arguing about whether the holes are in the right place. They were not.

        BABY — Battlefield Aid Brought to You — was a year-long project conducted under Leonardo Defence Systems' Industrial Cadets programme, with a brief that was refreshingly unambiguous: design and build a fully autonomous ground vehicle capable of navigating to a target location, detecting and avoiding obstacles, and delivering a medical payload under its own guidance. No templates, no reference designs, no starter kit. A sheet of aluminium and a list of constraints.

        The gap between understanding how pulse-width modulation works — which is a matter of an afternoon and a textbook — and getting two motors to spin smoothly and in coordination without overheating the driver board, is not a small gap. It is, in practice, a gap that takes weeks to close, and the closing of it involves a particular kind of learning that no amount of reading accelerates. The ultrasonic sensor triggered false positives from reflective floors. The GPS module had a five-metre accuracy radius, which is an enormous circle when the corridor you are navigating is three metres wide, so we built a visual landmark detection system as a fallback. Every subsystem, tested in isolation, behaved exactly as it should. Every subsystem, integrated with the others, produced behaviour that none of us had anticipated. That is engineering. Not the clean version described in lectures — the actual version, which is mostly a negotiation between what you designed and what the world does to it.

        Robot chassis

        The chassis before electronics. Tank tracks, differential drive motors, aluminium frame. Heavier than expected, which became a tuning problem.

        Robot internals

        Internals: ultrasonic sensor, motor controllers, wiring harness. Eventually this got tidied up.

        BABY navigating

        BABY navigating the test corridor autonomously. The moment this worked without intervention was legitimately exciting.

        We won Project of the Year nationally, from thousands of submissions across schools in the United Kingdom, and received the Industrial Cadets Gold Award under the patronage of HM King Charles III. I am genuinely proud of both. But the thing I carry from that year is not the award — it is the specific quality of knowledge that comes from having built something physical, something that either works or doesn't, in a domain where there is no compiler error to blame and no stack trace to follow. The constraints are physics, time, and the tools you have to hand. That is a different kind of problem-solving from what I had practised before, and it changed the way I approach every problem I have worked on since.

        CSES ceremony

        CSES awards ceremony. The Project of the Year trophy was presented by the Mayor of Chelmsford. The trophy is much larger in person.

        ← Back to journal
        2023Arkwright · Aviation

        Sponsored by the Royal Air Force — the Arkwright Engineering Scholarship and what followed

        Rucha Agashe receiving the Arkwright Engineering Scholarship on stage from two RAF officers

        Receiving the Arkwright Engineering Scholarship on stage from two RAF officers. The slide reads: Royal Air Force. The hall is full. This was not something I had rehearsed for.

        The Arkwright Engineering Scholarship is awarded each year to approximately two hundred students nationally, selected from a substantially larger pool by the Smallpeice Trust, with sponsoring organisations that include the Royal Air Force. The formal benefits are well-documented — mentorship, industry access, a sustained relationship with engineers working at the frontier of aerospace and defence technology. One of the less-expected benefits was a session in a Boeing 737 full-motion flight simulator, which is where most of what follows comes from.

        737 cockpit

        The Boeing 737 simulator. Every switch and dial is functional. The simulation is indistinguishable from real flight for the scenarios you would encounter in training.

        A cockpit is, among other things, a physical argument about how to organise information under conditions of time pressure and high consequence — what needs to be within arm's reach and why, what must be legible at a glance and in what sequence, how redundancy is layered into every critical system so that no single point of failure is permitted to become catastrophic. The overhead panel alone contains more switches than most people interact with in a week, each one corresponding to a specific failure mode that someone, at some point, encountered in a real aircraft and decided should be addressable from a standardised position. The entire cockpit is a compressed history of disasters that were survived and lessons that were learned from them.

        737 overhead panel

        The overhead panel: IRS alignment, electrical systems, hydraulics, flight controls. Understanding why each thing is where it is takes longer than one session.

        What I took away from the session is not a desire to fly — though the sensation of a full-motion simulator banking through a crosswind approach is genuinely something — but a lasting appreciation for what interface design looks like when the consequences of getting it wrong are not a user complaint but a loss of life. Every decision in a cockpit has been reviewed, challenged, revised, and reviewed again. Nothing is arbitrary. The distance between that standard and the standard applied to most software interfaces is considerable, and I think about it often when I am building something that other people will depend on.

        What I have not written about, and probably should, is what happened after the ceremony. The scholarship came with a named RAF sponsor — a senior officer who had presented the award on stage — and I made the decision to reach out to him directly, which is not, I suspect, what most scholars do. He responded. Over the following two years, that initial contact became a genuine mentoring relationship: conversations about engineering, about career, about what the RAF looks for in the people it develops, about the gap between what is taught in classrooms and what is required in operational environments. It was, in a quiet way, one of the more formative relationships of those years.

        Through that relationship came access to things I would not otherwise have encountered. Flight lessons — actual lessons, in a light aircraft, not just a simulator session. A visit to RAF headquarters and to one of their operational bases. The 737 full-motion simulator session I have already described, which was, technically, part of this same extended access. All of it came from a single decision to send an email to someone whose address was on a certificate I had just been handed. I think about that occasionally when I am deciding whether or not to reach out to someone whose work I find interesting. The worst outcome is no reply.

        Photos
        UK AI Agent Hack — keynote panel
        UK AI Agent Hack · Keynote with Peter Steinberger, Founder @OpenClaw
        Shelf with IMC, Jane Street, Imperial, Women in Trading
        IMC · Jane Street · Women in Trading Imperial · QUB
        Project Automaton RGB build
        Project Automaton — the workstation. GeForce RTX Phantom build.
        Hackathon venue interior
        ETH Oxford 2026 venue · Oxford Mathematical Institute
        Optiver logo on moss wall
        Optiver · Spring insight event
        City of London at dawn
        City of London · Jan 2026
        UK AI Agent Hackathon team
        UK AI Agent Hackathon 2025 · 4th internationally
        CSES awards ceremony
        CSES Awards · Project of the Year · Mayor of Chelmsford
        Imperial lecture event
        Imperial College · lecture event
        London Bridge
        London Bridge · winter 2025
        06

        Reading

        Papers, challenges, and resources that have occupied my attention recently. Shared not as passive bookmarks but as genuine recommendations — each has informed my thinking in some measurable way.

        ML & Systems 2020
        Scaling Laws for Neural Language Models
        Kaplan, McCandlish, Brown, Amodei et al. · OpenAI · arXiv:2001.08361

        One of those papers that ought to be mandatory reading for anyone working in deep learning. Language model loss scales as a power law with model size, dataset size, and compute — trends holding across seven orders of magnitude. Architectural details like depth and width matter remarkably little within a wide range.

        The key insight: larger models are dramatically more sample-efficient. The optimal strategy under a fixed compute budget is to train a very large model on comparatively modest data and stop well before convergence. This is counterintuitive, but the empirical evidence is unambiguous. Every decision made in frontier model training today traces back to this paper.

        ScalingLLMsCompute
        ML & Systems Active
        OpenAI Parameter Golf
        OpenAI Model Craft Challenge · GitHub

        An open research challenge I am actively participating in. Train the best language model within a 16 MB artifact — weights and training code combined — in under 10 minutes on 8×H100 GPUs. Performance is measured in bits per byte on a held-out FineWeb validation set, making it tokeniser-agnostic.

        This is L(N) optimisation in the most constrained form: the limit forces genuinely creative thinking — depth recurrence, aggressive parameter tying, quantisation-aware training from scratch, novel tokenisers, test-time compute tricks. OpenAI are offering $1M in compute credits through RunPod; standout participants may be invited to interview for research positions. The current leaderboard sits around 1.08 BPB.

        LLMsParameter EfficiencyResearch Challenge
        ML & Systems Ongoing
        The NanoGPT Speedrun & Modded-NanoGPT
        Keller Jordan et al. · GitHub

        The direct ancestor of Parameter Golf. The community has taken Andrej Karpathy's 45-minute GPT-2 replication and driven it to approximately 1.45 minutes through 75 successive records — an extraordinary collaborative effort spanning optimiser design, architectural innovation, and systems engineering.

        The techniques catalogue here is invaluable: Muon optimiser with Newton-Schulz orthogonalisation, RoPE, QK-Norm, ReLU² activations, value embeddings, FlexAttention with sliding window warmup, fused Triton kernels, multi-token prediction, bigram hash embeddings, and partitioned hyperconnections. If you care about efficient training at all, study the record history. Every entry is a masterclass in extracting marginal gains.

        TrainingOptimisationSystems
        Quantum 2026
        Advances in Quantum Computing — Caltech & Google
        Quanta Magazine · quantamagazine.org

        Two simultaneous results that warrant serious attention. A Caltech team (Bluvstein, Cain, Preskill) designed a quantum architecture that could theoretically break RSA using roughly 100,000 neutral-atom qubits. Separately, Google's Craig Gidney published an implementation of Shor's algorithm 10× more efficient than prior methods, potentially breaking elliptic curve cryptography with under 500,000 qubits.

        Neither machine exists yet. But both results compress the timeline considerably — fault-tolerant quantum computers capable of breaking widely-deployed cryptography may be years away rather than decades. The implications for post-quantum cryptography transitions are urgent, and I do not think the broader technology industry is taking this seriously enough.

        QuantumCryptographyPQC
        Robotics Apr 2026
        NVIDIA Physical AI — National Robotics Week 2026
        NVIDIA Blog · blogs.nvidia.com

        A round-up of NVIDIA's robotics ecosystem: Isaac GR00T open models for natural language robot control, Cosmos world foundation models for synthetic data generation, the open-source Newton 1.0 physics engine, and Isaac Sim 6.0 now generally available.

        Featured use cases include surgical robotics (PeritasAI), underwater simulation (OceanSim), agricultural automation (Aigen's solar-powered weed-removal rovers), and autonomous solar installation (Maximo). NVIDIA's strategy is transparent — embed their tooling so deeply into the robotics development pipeline that it becomes infrastructure — but the engineering output is nonetheless impressive.

        RoboticsNVIDIAPhysical AI
        Robotics Dec 2025–Feb 2026
        REVEL × NVIDIA Physical AI Hackathon
        RoboHorizon · robohorizon.uk

        A multi-month hackathon with over $100K in prizes — including a humanoid robot as the grand prize. Ran on NVIDIA's Isaac Sim / Omniverse stack, covering manipulation, perception, and agentic control across Pro, Amateur, and Junior tracks. Winning teams were flown to GTC 2026 in San Jose.

        This is fundamentally a talent pipeline play. NVIDIA are embedding their tools with the next generation of robotics engineers whilst simultaneously identifying strong candidates for their ecosystem. The structure is clever: the competition is the recruitment process.

        HackathonRoboticsIsaac Sim
        Quant Finance Reference
        Jane Street HackerRank — A First-Hand Account
        LinkJob · linkjob.ai

        A detailed walkthrough of the Jane Street quant trader online assessment — 4 questions in 30 minutes. No algorithms, no coding. Entirely probability, expected value, and Bayesian reasoning: parity of prime sums, a dice game EV optimisation, a Bayesian coin-flip problem, and an urn strategy problem.

        Essential reading not for the specific questions (which rotate) but for calibrating the type and depth of probabilistic thinking expected. The time pressure is the real filter — the questions are tractable, the clock is not.

        Jane StreetProbabilityInterview Prep
        Quant Finance Reference
        Quant Resources — Forrest Bicker

        A well-curated reading list spanning ML (ESL, Bishop, Russell & Norvig), econometrics (Wooldridge, Shumway), quantitative investing (Paleologo's Elements of Quantitative Investing, Dama's On Automated Trading), and interview preparation (Zhou, Crack's Heard on the Street, Mosteller's 50 Probability Problems). Also covers competitive programming — USACO, Codeforces, Project Euler.

        Good curated lists are genuinely rare. Most "awesome" lists on the internet are bloated beyond utility. This one is not.

        Reading ListQuantInterview Prep
        Quant Finance Reference
        WallStreetQuants — Free Quant Lectures

        Free introductory lectures covering risk-adjusted performance (Sharpe ratio, diversification, portfolio construction), the quant research process (backtesting, overfitting pitfalls), and a case study on a cryptocurrency strategy designed to profit from large liquidation events.

        A reasonable entry point for those curious about quantitative finance — the production quality is decent and the content avoids the hand-waving that plagues most introductory material.

        LecturesPortfolio TheoryBacktesting
        Tools & Tutorials Reference
        Google Cybersecurity Professional Certificate
        Coursera · coursera.org

        A structured programme from Google covering foundational security concepts, tools, and practical skills. Included here because cybersecurity literacy is increasingly non-optional — even for those whose primary work lies elsewhere. Understanding threat models, cryptographic primitives, and network security is part of building serious systems, not a separate specialism.

        SecurityFundamentalsGoogle
        Tools & Tutorials Reference
        Contour Detection in OpenCV
        LearnOpenCV · learnopencv.com

        A thorough tutorial covering both Python and C++ implementations of findContours() and drawContours(), the two approximation methods, and the four retrieval modes with hierarchy relationships. Real-world applications: motion detection, unattended object detection, image segmentation.

        Computer vision fundamentals never go out of fashion. The retrieval mode hierarchy — RETR_LIST, RETR_EXTERNAL, RETR_CCOMP, RETR_TREE — is one of those things one looks up repeatedly until it finally sticks. This tutorial made it stick.

        OpenCVComputer VisionPython

        Last updated: April 2026

        09

        Certifications & Skills

        Python C / C++ OCaml Haskell Rust MATLAB Solidity SQL SystemVerilog Hardcaml LaTeX PyTorch TensorFlow PennyLane Qiskit OpenCV NumPy Scikit-learn XGBoost FastAPI Git Linux Python C / C++ OCaml Haskell Rust MATLAB Solidity SQL SystemVerilog Hardcaml LaTeX PyTorch TensorFlow PennyLane Qiskit OpenCV NumPy Scikit-learn XGBoost FastAPI Git Linux
        Languages & Tooling
        Languages
        • Python
        • C / C++
        • OCaml
        • Haskell
        • Rust
        • MATLAB
        • SystemVerilog
        • Julia (learning)
        ML & Data
        • PyTorch
        • TensorFlow
        • OpenCV
        • Scikit-learn
        • Pandas
        • NumPy / SciPy
        • Hugging Face
        Quantum
        • Qiskit
        • PennyLane
        • Cirq
        • IBM Quantum
        • QAOA
        • QFT/QPE
        • Carleman Linearisation
        Systems & Infrastructure
        • LaTeX
        • FastAPI / Uvicorn
        • Red Hat OpenShift
        • Cloudflare
        • Git / GitHub
        • Linux
        • AutoCAD, Fusion
        • LTSpice
        • Ansys Fluent
        Programmes & Certifications
        Womanium + WISER
        Quantum Computing Programme
        Postgraduate-level programme covering quantum algorithms for non-linear PDEs, Carleman Linearisation, QFT, Phase Kickback, HHL, QAOA, and quantum linear solvers. One of a small number of undergraduates admitted.
        2025 · Completed
        Qubit by Qubit · MIT & Caltech
        QxQ High School Quantum Computing Camp
        Selected to participate in the Summer of Quantum programme run by MIT and Caltech researchers. First formal exposure to quantum computing — sparked the self-directed study that led to the Womanium programme two years later.
        2023 · Completed
        DeepLearning.AI / Coursera
        Deep Learning with TensorFlow
        Covers neural network fundamentals, convolutional networks, sequence models, and practical TensorFlow implementation. Builds from perceptrons and backpropagation through to modern deep architectures.
        Completed
        OpenCV University
        OpenCV Courses
        Computer vision fundamentals through OpenCV: contour detection, feature extraction, geometric transforms, object detection, and camera calibration in both Python and C++. Applied directly to the robotics and optics simulation projects.
        Completed
        Google
        Google Cybersecurity Professional Certificate
        Foundational security concepts, threat modelling, network security, and practical security tools. Cybersecurity literacy as a non-optional foundation for building serious systems.
        In Progress
        Imperial College London · Algorithmic Trading Society
        AlgoCourse 2025/26
        Certificate of completion demonstrating fluency in options theory, market making, arbitrage, trade execution, and machine learning applied to quantitative trading.
        2025/26 · Completed
        Imperial Enterprise Lab · Google · Microsoft
        Imperial HealthHack 2026
        Certificate of participation in Imperial's healthcare-focused hackathon, sponsored by Google, Microsoft, and Imperial Enterprise Lab.
        2026
        To Add
        Transformers & Deep Neural Networks
        Suggested additions: Andrej Karpathy's Neural Networks: Zero to Hero · fast.ai Practical Deep Learning · DeepLearning.AI NLP Specialisation · Hugging Face NLP Course. Add whichever you've completed or are working through.
        Add your own here
        10

        Papers & Books

        Research papers and books I have read, am reading, or keep returning to — with my own perspective on each. These range from foundational to recent; the criterion for inclusion is that they changed how I think about something.

        My Writing
        W1
        Quantum Algorithms for Differential Equations and Linear Systems
        Rucha Agashe · WISER + Womanium Quantum Computing Programme · 2025 · Read PDF ↗
        QuantumHHLPDEsSurvey
        Written
        About this paper

        A formal academic survey written as part of the WISER + Womanium Quantum Computing Programme. This was a postgraduate-level programme I attended before starting my undergraduate degree. Covers quantum computing foundations through to algorithms for nonlinear PDEs and differential equations: qubits, quantum gates, phase kickback, QFT, QPE, Grover's algorithm, and quantum linear solvers including HHL, VQLS, functional quantum linear solvers, and Schröddingerisation.

        The HHL section gives honest treatment of the exponential speedup's caveats — state preparation cost, readout limitations, condition number dependence — alongside near-term alternatives like VQLS. The goal was to document the full arc from foundations to current research frontiers, written for a reader who wants to understand not just what the algorithms do but where the gaps are.

        W2
        BPhO Computational Challenge — Spherical Mirror Ray Tracer
        Rucha Agashe · British Physics Olympiad · 2025 · Read PDF ↗
        OpticsSimulationPhysicsPython
        Written
        About this paper

        Submission for the British Physics Olympiad Computational Challenge, in which I was awarded Gold and Best in Cohort. The project builds a ray tracer for spherical mirrors from first principles: applying the law of reflection iteratively to simulate image formation, distortion, and multi-bounce behaviour. The writeup covers the physics derivation, implementation decisions, and analysis of where the paraxial approximation breaks down.

        The interesting part is the edge cases — what happens near the focal point, where the mirror equations become singular, and how to handle rays that don't converge. The simulation makes these visible in a way that standard optics diagrams don't.

        W3
        Chess Engine Design and Implementation
        Rucha Agashe · 2025 · Read PDF ↗
        ChessSearchAIC++
        Written
        About this paper

        Technical writeup for the chess engine project which covers board representation, move generation, search algorithm design (minimax with alpha-beta pruning), and evaluation function construction. The writeup documents the design choices and the performance trade-offs at each stage: why bitboards over piece lists, how the search tree is pruned, what the evaluation function captures and what it misses.

        Chess engines are a good forcing function for understanding search under constraints as the game tree is deep and branching factor is high. It is often that the gap between a naive implementation and a competitive one is almost entirely about algorithmic efficiency rather than brute force.

        W4
        Parameter Golf: Competitive Approaches to Ultra-Compact Language Models
        Rucha Agashe · 2025 · Work in progress · Read draft ↗
        LLMsCompressionParameter GolfIn Progress
        Draft
        About this paper

        A research survey on competitive approaches to the OpenAI Parameter Golf challenge which is to build the best-performing language model within a 16MB weight budget, evaluated in bits per byte on FineWeb, trained on 8×H100s. The survey covers the competitive landscape: architecture compression techniques, tokenisation strategies, distillation approaches, and the trade-offs between model capacity and training efficiency at extreme scale constraints.

        I enjoyed learning about how TurboQuant (research from DeepMind) uses KVCache cleverly for model quantisation.

        Research Papers
        01
        Scaling Laws for Neural Language Models
        Kaplan, McCandlish, Brown, Amodei et al. · OpenAI · 2020 · arXiv ↗
        LLMsScalingCompute
        Read
        Perspective

        The central result — that loss scales as a power law with model size, dataset size, and compute across seven orders of magnitude — is deceptively clean, but the implications are enormous. The insight that changed the field is that larger models are dramatically more sample-efficient: the optimal strategy under a fixed compute budget is to train a very large model on comparatively modest data and stop well before convergence. This is counterintuitive, and the evidence is unambiguous.

        What I find worth dwelling on is what this paper says about the nature of the problem. The fact that architectural details like depth and width matter remarkably little within a wide range suggests that something more fundamental is being learned than the architecture would imply. The scaling laws feel less like engineering results and more like physics — as if intelligence itself has a thermodynamics.

        02
        ELIZA — A Computer Program for the Study of Natural Language Communication Between Man and Machine
        Joseph Weizenbaum · MIT · 1966
        NLPHuman-Computer InteractionHistorical
        Read
        Perspective

        Weizenbaum built ELIZA as a demonstration of the superficiality of natural language understanding — and was disturbed when users formed genuine emotional attachments to it anyway. He considered this a damning result. What strikes me now, reading it in 2023 after building my own ELIZA-inspired chatbot, is how little has changed in the fundamental dynamic: the illusion of understanding is sufficient to produce the effect of understanding, at least in interaction.

        The paper is also a starting point for a serious question that LLMs make urgent again: is there a meaningful difference between a system that appears to understand and a system that does? Weizenbaum thought yes, clearly. The current evidence is less comfortable.

        03
        Attention Is All You Need
        Vaswani, Shazeer, Parmar et al. · Google Brain · 2017 · arXiv ↗
        TransformersAttentionSequence Modelling
        Read
        Perspective

        The paper that every subsequent LLM descends from — GPT, Claude, Gemini, all of it. The core idea (replacing recurrence with self-attention entirely) seems obvious in retrospect, but the combination of multi-head attention, positional encoding, and the encoder-decoder structure was genuinely novel. What the paper doesn't tell you is that the implications would take several years to become apparent, requiring scale results like the Kaplan paper to unlock.

        Worth reading alongside the NanoGPT speedrun community's work, which strips the architecture to its minimum and demonstrates that most of the original design choices can be substantially improved.

        04
        Quantum Approximate Optimisation Algorithm (QAOA)
        Farhi, Goldstone, Gutmann · MIT · 2014 · arXiv ↗
        QuantumOptimisationNISQ
        Read
        Perspective

        Read this directly before the ETH Oxford hackathon where we used QAOA for routing optimisation in FZAP. The algorithm's elegance is in how it maps a combinatorial optimisation problem onto a parameterised quantum circuit — alternating cost and mixing unitaries — then optimises the parameters classically. It's a hybrid approach, which makes it practical on NISQ hardware where circuit depth is severely limited.

        The honest assessment is that QAOA's quantum advantage over classical methods hasn't been demonstrated at the scales that matter yet. But it's the most tractable near-term algorithm for problems with combinatorial structure, and the Max-Cut mapping we used in FZAP worked cleanly.

        05
        HHL Algorithm — Quantum Linear Systems
        Harrow, Hassidim, Lloyd · 2009 · arXiv ↗
        QuantumLinear AlgebraSpeedup
        Read
        Perspective

        HHL claims exponential speedup for solving linear systems Ax=b over classical methods — but the caveats are what make it interesting. The speedup is real only when the matrix A is sparse and well-conditioned, when state preparation is efficient, and when you only need to read off certain properties of the solution rather than the full solution vector. Each of these qualifications is significant, and together they considerably narrow the set of problems where the speedup materialises.

        I spent considerable time on this for my quantum survey paper. The honest treatment matters: the algorithm is a landmark result in quantum complexity theory, but the path from HHL to practical quantum advantage in linear algebra is longer than many popular accounts suggest.

        06
        Add a paper
        Your next reading — click to expand and add your perspective
        Placeholder
        To Add
        Perspective

        Add your perspective here — what the paper changed about how you think, what it got right, what it got wrong.

        Books
        Bookshelf

        How to Think Like a Mathematician · ESL (Hastie, Tibshirani, Friedman) · Book of Integrals · A Mathematician's Apology (Hardy) · The Man Who Loved Only Numbers (Hoffman)

        Quantum Computation and Quantum Information
        Nielsen & Chuang
        The standard reference. Dense but complete — covers everything from basic linear algebra to fault-tolerant quantum computation. The go-to when the lecture notes don't explain why something works.
        The Elements of Statistical Learning
        Hastie, Tibshirani, Friedman
        The rigorous foundation for ML that most courses skip. The chapters on regularisation, ensemble methods, and kernel methods in particular repay rereading as you encounter the techniques in practice.
        Fundamentals of Active Inference
        Sanjeev V. Namjoshi
        Do Dice Play God?
        Ian Stewart
        Add a book

        Add books you've read or are reading — include a short take.

        11

        Talks & Events

        Talks, conferences, and events that were worth attending — and worth writing about. Not a list of appearances, but an account of what actually landed.

        UK AI Agent Hack — Peter Steinberger headline keynote
        UK AI Agent Hackathon · Imperial College London · November 2025
        Peter Steinberger — Do what you love. That's it.

        Peter Steinberger — founder of OpenClaw, the open-source agentic coding framework — gave the headline keynote at the UK AI Agent Hackathon at Imperial. The slides were sparse. He spoke without the particular brand of performed confidence that keynotes at technology events tend to produce, which was, I think, the point.

        The substance of what he said was not complicated, though the implications of it are. He built things in a way that most people in his position did not — slowly, carefully, according to his own technical instincts rather than the consensus of the industry around him — and he continued building that way for long enough that the work accumulated into something of genuine quality and genuine originality. He did not optimise for what was fashionable or fundable or externally impressive. The results, he said, followed from the work itself, not the other way around. "Don't just read about stuff. Play with it and actually go and build things. It doesn't even matter if you end up using it or not. It's really more like the road that's important."

        What made the talk land was not the content in isolation — which is, in the abstract, advice that most people have heard in some form — but the texture of the specificity with which he described it. He was not reciting a framework. He was describing, in the particular detail that only lived experience produces, a way of working that he had actually inhabited for years. The distinction matters. There is a large difference between someone who believes that intrinsic motivation produces better work and someone who has organised their professional life around that belief and can tell you exactly what it costs and what it returns.

        We placed fourth internationally at this hackathon — the only team of first-years in the competition. But the talk was the thing I kept returning to on the train home.

        >
        Watching the NASA Artemis II countdown across three screens
        Live Watch · Personal · 2022
        Watching Artemis — and understanding why it matters that humans go

        Three screens, a cracked monitor, a Raspberry Pi in the foreground that I did not bother to move. The countdown read T-00:00:02 when this photograph was taken. I had arranged multiple live feeds — NASASpaceflight's external coverage, NASA's own official stream, and a third tracking ground operations — because I wanted more than one camera angle, and I was not willing to miss the ignition sequence from any of them.

        I find human spaceflight genuinely moving in a way that is somewhat difficult to articulate without crossing into the territory of the mawkish, which I would prefer to avoid. But there is something about the specific nature of the engineering problem involved — the extraordinary and unforgiving precision required to sustain human life in an environment that is, in every physical sense, hostile to it — that I find clarifying in a way that very few things are. It is one of the few domains in which the phrase "good enough" is not a category that can meaningfully exist; where the acceptable margin of error is not a business decision but a physical constant.

        The thought I kept returning to, watching the SLS clear the launch tower: the systems that matter most are the ones in which failure is not a recoverable state. Most of what I build carries the quiet luxury of iteration — deploy, observe, correct, repeat. Artemis carries no such luxury. That asymmetry in consequence produces a different quality of rigour, and I think it is worth deliberately importing that quality into work that operates under lower stakes, precisely because the lower stakes make it easier to become careless.

        On stage at the Arkwright ceremony Receiving the award from RAF officers
        Arkwright Engineering Scholarship Ceremony · October 2023 · The Smallpeice Trust
        The Arkwright Ceremony — being named a future leader in engineering by the RAF

        The Arkwright Engineering Scholarship ceremony takes place in a formal hall of the kind that produces, without any explicit instruction, the instinct to stand slightly straighter. Approximately two hundred scholars are selected nationally each year — from a considerably larger pool — and the awards are presented on stage by representatives of the sponsoring organisations, in the presence of the other scholars, their teachers, and whichever family members have made the journey. Mine was sponsored by the Royal Air Force. The award was handed over by a former RAF Commander-in-Chief.

        The certificate reads, in the precise and old-fashioned language that formal awards tend to use: in recognition of outstanding potential as a future leader in Engineering. There is something about receiving that form of words from someone who has spent a career at the operational frontier of British engineering — where the tolerances are measured in millimetres and the consequences of exceeding them are measured in lives — that carries a different weight than a certificate that arrives in the post. I don't think that weight is entirely ceremonial.

        The scholarship brought mentorship, industry visits, and a sustained relationship with engineers working at the edge of aerospace and defence technology — all of which mattered. But more practically than any of those: it was the first time an institution I genuinely respected told me, without qualification, that the trajectory I was on was a considered and worthwhile one. External validation is not, in itself, the point of anything. But there are moments when it is useful to have confirmed that you have not been completely misreading the map.

        >
        07

        Academics

        Imperial College London. Academic record from school — the formal substrate beneath everything else on this site.

        A Levels — 5 A*s
        SubjectGradeNotes
        MathematicsA*
        Further MathematicsA*
        PhysicsA*
        Computer ScienceA*
        GermanA*

        Five A-levels — the vast majority of students take three. All five at A*.

        School Academic Excellence
        Academic Excellence AwardEvery term2019–2025
        Best in School — MathematicsSenior Kangaroo & Senior Maths Challenge2022–2024
        Best in School — PhysicsBritish Physics Olympiad2023, 2024
        Best in Cohort — BPhO Computational ChallengeGold Award2025
        08

        Awards & Certificates

        A record of recognitions received across engineering, mathematics, physics, and computing. Some you frame. Some you earn in rooms where you can barely breathe.

        Rucha Agashe on stage at Arkwright Engineering Scholarship ceremony 2023 Receiving Arkwright scholarship from RAF Commander in Chief
        Royal Air Force Arkwright Engineering Scholarship
        Sponsored by the Royal Air Force, administered by The Smallpeice Trust. Awarded in recognition of outstanding potential as a future leader in engineering — one of approximately 200 scholars selected nationally each year from a substantially larger pool. Received on stage at the ceremony in London from a senior RAF officer.
        October 2023
        Arkwright Engineering Scholarship certificate
        Jack Petchey Achievement Award certificate — Rucha Agashe, Outstanding Achiever Jack Petchey gold achiever medal in presentation box
        Jack Petchey Foundation — Outstanding Achiever
        Nominated as Outstanding Achiever by the Jack Petchey Foundation — presented to young people who demonstrate exceptional achievement and inspire those around them. Signed by Sir Jack Petchey CBE.
        November 2022
        Industrial Cadets Gold Level Certificate of Graduation — Rucha Agashe 2024
        Industrial Cadets Gold — Project of the Year
        Graduated at Gold Level through completing an EDT Project under Leonardo Defence Systems. Won Project of the Year from thousands of submissions across schools in the United Kingdom. Patronised by HM King Charles III. Certificate signed by Julie Feest, Chief Executive of the EDT.
        2024 · EDT / Engineering Development Trust
        🏆
        UKESF Semiconductor Talent Award
        UK Electronics Skills Foundation. Awarded to exceptional students pursuing careers in the semiconductor and electronics industries — recognition of both academic achievement and genuine commitment to the field.
        2025–present
        IET Future Talent Award
        Institute of Engineering and Technology. Recognises outstanding young engineers demonstrating exceptional potential. Supported by The Engineers Trust.
        March 2026
        IET Future Talent Award Launch Scholarship certificate — Rucha Agashe
        Launch Award, The Worshipful Company of Engineers
        Presented to me by The HRH Royal: Princess Anne, following a conversation with her about my current work in Machine Learning for Physical AI and my love of Mathematics!
        June 2026
        Mensa — The High IQ Society
        Qualified for and became a member of British Mensa.
        June 2019
        Mensa membership certificate — Rucha Agashe
        🔭
        British Physics Olympiad — Gold & Best in School
        Gold award in the BPhO Senior Challenge alongside Best in School. Also Gold in the BPhO Computational Challenge — awarded for the spherical mirror optics simulator. Best in Cohort for the Computational Challenge.
        2023, 2024, 2025
        UKMT — Best in School & BMO Distinction
        Best in School for the Senior Mathematical Kangaroo and Senior Mathematics Challenge, multiple years. Sir Andrew Jobbings Kangaroo Merit. Distinction in the British Mathematical Olympiad.
        2022, 2023, 2024
        04

        Contact

        I am open to
        interesting problems!

        I'm looking for research collaborations in ML: Physical AI, sim-to-real robotics, Reinforcement Learning, Language Models and even concepts in Mathematics and Physics which are intriguing and interdisciplinary.

        I am also still participating and applying for spring weeks, internships, programs and research fellowships. I think it's a fantastic way to learn, throwing yourself into the deep end with a high learning rate and hopefully decreasing loss over time!

        I also love having conversations about quantum computing, ML systems, or anything at the intersection of mathematics and computer science (and even Physics!)

        I strive to inspire and be inspired — so if you're working on something challenging and/or revolutionary, I'd love to hear about it.

        Currently based in London · Imperial College London

        05

        Notes

        Things I've been watching, reading, and thinking about — written up while still fresh. Sources linked throughout. These are notes in the genuine sense: not essays, just thinking out loud.

        24.03.2026
        Google DeepMind · AlphaFold 3 Overview
        AlphaFold and what it actually means for computational biology
        AlphaFold predicted the 3D structures of over 200 million proteins — essentially every catalogued protein known to science. That number is so large it stops meaning anything until …
        Read note →
        21.03.2026
        · 3Blue1Brown · · The Cosmic Distance Ladder · with Terence Tao
        The Cosmic Distance Ladder, and why astronomy was the first data science
        The thing that struck me most about this video — a two-part collaboration between Grant Sanderson and Terence Tao — is not the astronomy itself but the epistemological structure of…
        Read note →
        21.03.2026
        Y Combinator · SWE in the LLM Age
        The LLM age isn't the first existential crisis software engineers have had
        The framing I found most useful from this: this is not the first time software engineering has had to reinvent what it means. The 1980s saw the first wave — high-frequency trading …
        Read note →
        23.03.2026
        Stanford / YouTube · New Shortest Path Algorithms · + AlphaGeometry (Elie Sleighter)
        The sorting barrier is gone, and AlphaGeometry solved 25 IMO problems
        Two separate things here that I'm grouping because they both involve the same underlying question: what does it mean for a classical algorithmic problem to be "solved"?
        Read note →
        24.03.2026
        · Aman Manazir · · Quant Pro / Trading
        How quant trading actually works, and what it takes to get in
        The historical arc is worth knowing: 1980s, Renaissance Technologies brought math PhDs into finance and built systematic strategies when the industry was still dominated by intuiti…
        Read note →
        25–27.03.2026
        · Jane Street · · Signals & Threads
        Why Jane Street uses OCaml, and what that tells you about language design
        Signals & Threads is Jane Street's technical podcast — Ron Minsky (who led the firm's transition to OCaml) interviewing engineers across the stack. The episodes on build systems an…
        Read note →
        25.03.2026
        The Thinking Machine · Jensen Huang / NVIDIA
        NVIDIA built the infrastructure of the AI era by accident
        NVIDIA started as a graphics company. Jensen Huang's original insight was that video games needed parallel processing — rendering millions of pixels simultaneously — and that CPUs,…
        Read note →
        25.03.2026
        IBM Research · IBM Quantum
        IBM's quantum roadmap, and what fault tolerance actually requires
        IBM's current roadmap: fault-tolerant quantum computer by 2029, targeting systems capable of running circuits comprising 1 billion gates by 2033. They've built the first Quantum Sy…
        Read note →
        24.03.2026
        Google DeepMind × Hannah Fry · Embodied AI & Robotics
        Embedding Gemini into a body, and why grounding was the real bottleneck
        The shift being described isn't just about better models — it's about embedding multimodal reasoning into physical form. The argument is that flexible adaptation to any physical ta…
        Read note →
        27.03.2026
        Google Quantum AI · Neutral Atoms & Post-Quantum Cryptography
        Two hardware bets, one cryptographic urgency, and a continent trying to get ahead of both
        Two distinct threads. First, the hardware question. Google's approach uses neutral atoms — individual atoms as qubits, held in optical tweezers — which offers arrays of 10,000+ qub…
        Read note →
        28.03.2026
        Google DeepMind · Demis Hassabis — Future of Intelligence
        Jagged Intelligence, the Penrose view on consciousness, and why AGI arrives faster than the Industrial Revolution
        Several distinct threads from the same talk, each worth keeping separate.
        Read note →
        28.03.2026
        Yann LeCun · Andrej Karpathy · Meta, V-JEPA 2, AutoResearch
        Models that run their own experiments, and the limit that matters
        Three things that arrived together and I'm grouping by date.
        Read note →
        31.03.2026
        Fancy Talk · Fei-Fei Li, David Silver, · AI Agents & Scaling Limits
        Fei-Fei Li, David Silver, and the question of whether scaling alone gets us to AGI
        Two things from this that stuck. First, David Silver — who built AlphaGo with Demis Hassabis at DeepMind (the first program to defeat a professional Go player, and later the world …
        Read note →
        01.04.2026
        Axios, VentureBeat, · The Register, CNBC · Claude Code Leak
        The Claude Code leak — 512,000 lines, a .map file, and a Tamagotchi
        On March 31st, Anthropic accidentally shipped the entire source code of Claude Code to the public npm registry. A debugging .map file — 59.8 MB — was included in version 2.1.88 of …
        Read note →
        01.04.2026
        Evolva Algos · Dutch Trading History
        Why so many elite trading firms start in the Netherlands
        The Dutch East India Company operated the world's first stock exchange in 1602 — the Amsterdam Stock Exchange, now Euronext Amsterdam. While most countries were still only trading …
        Read note →
        02.04.2026
        NASA Artemis Blog · Artemis II Mission Coverage
        Artemis II — humans beyond low Earth orbit for the first time in 54 years
        Four astronauts launched from Kennedy Space Centre on April 1st aboard the Space Launch System rocket: NASA's Reid Wiseman (commander), Victor Glover (pilot), Christina Koch (missi…
        Read note →
        03.04.2026
        Apollonius · Mathematical Shapes
        The oloid, Apollonius, and shapes that shouldn't work
        A donut-shaped surface discovered by Paul Schatz. Take two circles of equal radius, position them perpendicular to each other such that each passes through the centre of the other.…
        Read note →
        03.04.2026
        Versus AI (Peter Cuthbert) · Tech Trends Analysis
        AI reshaping financial markets, and the pattern every tech wave follows
        On AI in trading: AI and algorithmic systems are reshaping global financial markets at a pace that is easy to underestimate. Meta alone processes over $4 billion in trading volumes…
        Read note →
        03.04.2026
        Tessedek · Claude Code as Infrastructure
        Claude Code as agentic infrastructure, and what the leak revealed about where Anthropic is heading
        Claude Code is a CLI tool — it creates local computers, reads text, runs policies, converts definitions into its own context, and speaks prompts directly to the model. What makes i…
        Read note →
        05.04.2026
        Lighting / Photonics · NVIDIA, Coherent, Lumentum
        Photonics, the physical limits of silicon, and where the next trillion goes
        Silicon chips hit a fundamental constraint: electrons can only move so fast. The speed of electrical signals through copper interconnects, the heat generated by resistance, the qua…
        Read note →
        05.04.2026
        MonoSpeaks · Andrej Karpathy — AI Workflows
        Karpathy's "second brain" and the AI-native knowledge workflow
        Andrej Karpathy described an AI workflow pattern he calls the "second brain." The idea: dump all your raw files — notes, PDFs, bookmarks, code, voice memos, everything — into a sin…
        Read note →
        06.04.2026
        Robot Gunter2 · Foundation Models for Robotics
        Foundation models for robotics — learning from one hour of physical data
        A robotics result that genuinely surprised me. A team trained a single robot on 500,000 data points from physical interactions — grasping, pushing, navigating — and then used that …
        Read note →
        07.04.2026
        Robot Gunter3 · NVIDIA GTC 2026, Intel TenFab
        NVIDIA GTC, Intel TenFab, and the race to build the compute layer of the AI era
        Intel announced it is joining Elon Musk's TenFab project alongside SpaceX, Tesla, and xAI — one of the largest semiconductor partnerships ever assembled. The target: one trillion o…
        Read note →
        07.04.2026
        TechSolis · UK Sovereign AI Fund
        The UK Sovereign AI Fund — £500 million to keep the future of AI built on British shores
        The UK government launched a £500 million Sovereign AI Unit — a state-backed venture capital fund designed to invest directly in British AI startups, operating with the speed and s…
        Read note →
        07.04.2026
        Evolva Algos · Hedge Funds & Wheat
        Why the world's smartest hedge funds are suddenly buying wheat
        The world's largest hedge funds have been building significant positions in wheat — billions of dollars' worth. Wheat prices correlate very closely with Middle East conflict, energ…
        Read note →