Skip to content
View kadircanyildirm-crypto's full-sized avatar
  • Ankara/Eskişehir

Highlights

  • Pro

Block or report kadircanyildirm-crypto

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.

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
Kadir Can Yıldırım — Systems Engineer, Rust, kernel-level and distributed infrastructure Currently building wardyn

I build systems software in Rust — infrastructure that sits close to the kernel and the network, where security and privacy are design constraints rather than features bolted on afterwards.

Backend and systems engineer, studying Software Development at Anadolu University. My work sits where distributed systems, system-level security and AI infrastructure meet: middleware that has to stay up, peer-to-peer networks that have to stay reachable, and kernel-level enforcement that has to stay honest. I take on the backend bottlenecks other people route around.


wardyn architecture — runtime containment for AI coding agents

A kernel-level warden for AI coding agents. eBPF LSM hooks and tracepoints watch every file, exec and socket the agent touches, and refuse the ones policy forbids before the syscall completes — no kernel module, no agent cooperation required.

wardyn · Rust · AGPL-3.0 · open source


Source excerpt from wardyn-ebpf — the LSM file_open enforcement path

Focus

Runtime containment — kernel-level wardens and sealed execution environments for autonomous AI agents, enforced below the process rather than negotiated with it.

Verifiable privacy — transparent L7 data-masking proxies and zero-knowledge proofs, so a result can be trusted without trusting the machine that produced it.

Decentralised transport — offline disaster-communication nodes and enterprise API gateways coordinated by gossip protocols and CRDTs, built to survive the network being wrong.


Component schedule — Rust, Python, Go, Kotlin, eBPF, Kubernetes, CRDT, Ed25519, zkVM, PostgreSQL

Rust for the parts that must not fail, Python and Go for the parts that must move quickly. Everything ships containerised and orchestrated — Docker and Kubernetes, minimal egress, fault tolerance assumed rather than added later. Working is the floor; deterministic and stable at the edge of the machine's capacity is the bar.


Project register — ten systems, one open source, nine private

From explainable-AI middleware to UDP-based WAN file transfer, the through-line is the same: push the boundary where network optimisation meets machine learning, and keep latency and trust on the right side of it.


I'm open to systems and infrastructure work — Rust services, kernel and network-level tooling, distributed architecture, and security engineering. If you need help or know someone who does, I'd appreciate an introduction.

kadir.can.yildirm@gmail.com


Profile views Drawing set KC-001 to KC-040 · revision 2026.07 · Anadolu University

Popular repositories Loading

  1. wardyn wardyn Public

    A kernel-level warden for AI coding agents — eBPF watches every file, exec, and network connection an agent makes, and blocks policy violations in real time.

    Rust

  2. kadircanyildirm-crypto kadircanyildirm-crypto Public

  3. spacewasm-crossbuild spacewasm-crossbuild Public

    │ Reproducible Linux environment and minimal test cases for building and cross-compiling the nasa/spacewasm C API with CMake.

    Shell

  4. cvmfs cvmfs Public

    Forked from cvmfs/cvmfs

    The CernVM File System

    C++

  5. spacewasm spacewasm Public

    Forked from nasa/spacewasm

    A flight-compliant WebAssembly interpreter.

    Rust