Skip to content
View jiangbing6888's full-sized avatar

Block or report jiangbing6888

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
jiangbing6888/README.md
$ whoami
> independent builder · software architect · based in japan

Hi, I'm Bing

I build software.

Sometimes it's web applications. Sometimes it's distributed systems. Sometimes it's cryptography, AI, or things that probably shouldn't work but somehow do.

Over the years I've worked across the stack — from low-level systems and protocols to cloud infrastructure, intelligent agents, and verifiable computing.

The technologies change. The motivation doesn't:

Build useful things. Understand how they work. Make them simpler.

struct Builder {
    curiosity: bool,
    shipping: bool,
    complexity: usize,
}

impl Builder {
    fn build(&mut self) {
        self.complexity -= 1;
    }
}

Currently interested in

  • AI systems and agent architectures
  • Cryptography and zero-knowledge proofs
  • Distributed systems and infrastructure
  • Developer tools
  • Verifiable computing

Building with

TypeScript · Python · Go · Rust · C++
Docker · Kubernetes · AWS
AI · Cryptography · Zero-Knowledge Proofs

Principles

assert simple > clever
assert shipped > perfect
assert understanding > assumptions

Building things for the internet.

Popular repositories Loading

  1. jiangbing6888 jiangbing6888 Public

    Independent Builder building things for the internet.

  2. deepagents deepagents Public

    Forked from langchain-ai/deepagents

    The batteries-included agent harness.

    Python

  3. anthropic-sdk-python anthropic-sdk-python Public

    Forked from anthropics/anthropic-sdk-python

    Python

  4. sp1 sp1 Public

    Forked from succinctlabs/sp1

    SP1 is a zero‑knowledge virtual machine that proves the correct execution of programs compiled for the RISC-V architecture.

    Rust

  5. gnark gnark Public

    Forked from Consensys/gnark

    gnark is a fast zk-SNARK library that offers a high-level API to design circuits. The library is open source and developed under the Apache 2.0 license

    Go

  6. cockroach cockroach Public

    Forked from cockroachdb/cockroach

    CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.

    Go