Skip to content
View kryczkal's full-sized avatar
:shipit:
Focusing
:shipit:
Focusing

Organizations

@googlers @WUT-MiNI @AlkOS-Dev

Block or report kryczkal

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
kryczkal/README.md

Hi, I'm Łukasz Kryczka

Forward Deployed Engineer (GenAI) @ Google Cloud
Building AI developer tools (agents, browser control) and low-level systems (x86 OS kernel, CUDA). Based in Warsaw, Poland.


🚀 Featured Work

Project Description Stack
vimx Current focus. Keyboard-driven web navigation MCP for AI agents. Fast browser control with a tiny token footprint. TypeScript, Python, MCP
AlkOS Engineering thesis. 64-bit operating system kernel built from scratch. Runs Doom on bare metal. C++23, C, x86_64 Assembly
NpmGuard ETHGlobal Cannes '26 Winner. Multi-agent security scanner that audits untrusted npm packages in isolated sandboxes. Python, TypeScript, Docker

🏆 Hackathon Wins

Competition Result Year
ETHGlobal Cannes Winner (NpmGuard) 2026
Cogni · San Francisco Winner 2026
BestHackingLeague 1st place (Phishing simulation) 2024
AngelHack · Warsaw 2nd place 2024
AngelHack · World Finals Global top 30 → Singapore (8 cities · top 9 advanced) 2024
HackYeah 2nd place 2024
All hackathon entries (incl. bounties & participations)
Competition Achievement Project Notes
ETHGlobal Cannes '26 Winner NpmGuard Autonomous npm package security audit sandbox
Cogni SF '26 Winner AI agents and tooling integration
BestHackingLeague '24 1st Place Security training AI-powered phishing simulation & employee training
AngelHack Warsaw '24 2nd Place Education platform Bite-sized learning backed by smart contracts
AngelHack World Finals '24 Global top 30 Live Together Co-living community event coordinator
HackYeah '24 2nd Place Health monitoring Early pediatric illness detection via pattern analysis
AngelHack Bounty 1 Bounty Smart contracts Multi-chain contract testing & interaction ranking
AngelHack Bounty 2 Bounty Ticketing Trustless ticket resale and verification on Aptos
AngelHack Bounty 3 Bounty Gaming assets Cross-chain NFT game asset trading
Llama Hackathon '24 Participant Semantic search AI-based product recommendations using Llama
HackYeah '24 Participant Crowdfunding Local business loyalty and crowdfunding platform

⚙️ Systems & Performance

Project Description Stack
CpuRenderEngine CPU rendering engine with multithreaded parallel execution and custom spatial data structures. C++, Multithreading
CudaKMeans GPU-accelerated clustering engine with real-time OpenGL 3D visualization. CUDA, C++, OpenGL
EasyVault Serverless event file-sharing app built on Google Cloud. Go, Terraform, GCP, Flutter
More systems projects
Project Description Stack
ColorSpaceConverter Image color profile converter with out-of-gamut visualization. C++, Qt
PolygonEditor Vector polygon editor enforcing geometric constraints and continuity conditions. C++, Computer Graphics
FlightManager Airport management system with real-time TCP flight event streaming. C#, TCP Networking
C-Posix-Operating-Systems Low-level POSIX programming: IPC, mutex synchronization, shared memory. C, POSIX

🤖 Machine Learning & AI

Project Description Stack
SnakeAI Deep Q-Network (DQN) reinforcement learning agent mastering Snake. Python, PyTorch, RL
Intro to ML 2024 Audio classification pipeline for authorized speaker detection. Python, CNNs, Audio
TalkTales Real-time speech-to-text accessibility tool for deaf and hard-of-hearing users. Python, Vosk

🛠️ Stack

  • Systems: C++23, C, x86_64 Assembly, CUDA, POSIX, Linux, CMake, QEMU
  • AI & Agents: Autonomous Agents, Model Context Protocol (MCP), PyTorch, Python
  • Cloud: Google Cloud (GCP), Terraform, Docker, Go
  • UI & Tools: TypeScript, Dart, Flutter, React, Qt, Arch Linux
Dotfiles & configs

LinkedIn  •  Google Cloud  •  All Repositories

Pinned Loading

  1. AlkOS-Dev/AlkOS AlkOS-Dev/AlkOS Public

    Open-source x86_64 operating system project focused on developing a 64-bit kernel with preemptive multitasking. Engineering thesis. Plans to incorporate a shell and support for user-mode applications.

    C++ 48 1

  2. CpuRenderEngine CpuRenderEngine Public

    Work in progress rendering engine, built in C++ and Qt, running entirely on the CPU with parallelized rendering capabilities

    C++

  3. CudaMCTS-Checkers CudaMCTS-Checkers Public

    GPU Accelerated Monte Carlo Tree Search for Checkers using Cuda and C++

    Cuda

  4. EthCannes2026 EthCannes2026 Public

    ETHGlobal Cannes '26 Winner (NpmGuard): Autonomous multi-agent npm package security audit sandbox.

    TypeScript 6

  5. EasyVault EasyVault Public

    A fullstack web application for seamless file sharing at events like weddings or parties, built with a serverless architecture using Google Cloud, Terraform, Go, Python, and Flutter.

    Dart

  6. vimx vimx Public

    Keyboard-driven web navigation MCP for AI agents. Fast browser control with a tiny token footprint.

    TypeScript