Skip to content
View martin-k-m's full-sized avatar

Highlights

  • Pro

Block or report martin-k-m

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
martin-k-m/README.md

Martin Muskov — software engineer and CTO at Credda, Inc., studying electrical engineering and computer science at UC Santa Cruz. Credda ships the fix for something that broke in production: it reproduces the failure, diagnoses the cause, writes the patch and proves it with a test, and proposes rather than merges. twill is a language where tensors are the primitive, shape errors are caught before the program runs, differentiation is syntax, and the compiler is written in twill. Then arc, quorum, strata, quarry, lincheck, capsule, drift, tandem and poliarchitect, one line each.


Credda twill LinkedIn Email Substack Website

Pinned Loading

  1. twill-lang/twill twill-lang/twill Public

    Twill: a tensor-first language for AI and ML. Autodiff and static shape checking are part of the language, not a library.

    Go 1

  2. arc arc Public

    An execution cache: never repeat work Arc can prove is already done. Local caching, dependency tracing, a task graph, a shared remote cache, CI integration, and remote execution.

    Rust

  3. quorum quorum Public

    A linearizable, replicated key-value store built on Raft, in Go, from the protocol up.

    Go

  4. strata strata Public

    A log-structured (LSM-tree) key-value store in Java, built from the write path up.

    Java