Published onOctober 20, 2024Scaling LLM Test Time ComputeaillmclassicalAn overview of recent research on scaling test-time compute in large language models (LLMs) including CoT, STaR, ReST, RISE, ORMs, PRMs and more.
Published onSeptember 3, 2024Running Deutsch's Algorithm on a Real Quantum ComputerquantumcodeLearn how to implement Deutsch's algorithm in Qiskit and run it on a real quantum computer in the IBM cloud.
Published onAugust 18, 2024Benchmarking Python and Rust web serverspythonrustcodeclassicalComparing the performance of a simple web server implemented in Python (FastAPI & SQLAlchemy) and Rust (Rocket, Axum and Diesel).
Published onAugust 17, 2024How to build a simple web server in PythonpythoncodeclassicalA simple web server implementation in Python using FastAPI and SQLAlchemy.
Published onAugust 17, 2024How to build a simple web server in RustrustcodeclassicalTwo simple web server implementations in Rust using Rocket, axum and Diesel.