Skip to content
View Cyrax321's full-sized avatar
🔥
Building
🔥
Building

Highlights

  • Pro

Block or report Cyrax321

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
Cyrax321/README.md

Hello, I'm Beans

I'm an ML Researcher focused on computer vision, temporal modeling and agent infrastructure. I build research that ships.

Research and Publications

Areas: Sample-Efficient HAR · Rare Disease Imaging · Hybrid CNN-Transformer · O(n) Tree Serialization · Agent Infrastructure

Engineering - Agent Infrastructure

Currently shipping live

  • CONTINUUM - Verifiable semantic recovery for long running agents. 19 stars, 15 forks, Apache 2.0, Python 3.11. Semantic checkpoints not transcript dumps, hash chained log with 32 event types, MCP server with 10 tools deny by default. Verified on Claude Code Opus 4.8 with 7 of 7 mechanics and 1038 tests passing
  • SNAGLINE - Lightweight zero dependency realtime failure detection. 4 stars, MIT, Python 3.10. O(1) per step about 1 microsecond, fail open, loops, cascades and CUSUM, median 1.9 microsecond per step over 200k steps

Kibo

  • kibo-v7- - Career orchestration platform, TypeScript, React 18, Vite, TanStack Query, PostgreSQL with Supabase Realtime sub 100ms CDC, Tailwind plus Shadcn plus Recharts for Garden graph and leaderboard, v5.0.0 MIT

Open Source

  • tensorflow - An Open Source ML Framework - 197,312 stars, 76,097 forks. My fork Cyrax321/tensorflow has 25 fixes
  • fix-weighted-moments-tensor-axes - #122402 - Fix TypeError when axes is Tensor or ndarray. Normalize via constant_value and tolist. Add 3 tests
  • fix-linalg-det-singular-gradient - #122823 - Fix singular crash. Use SVD det times A inverse H plus pinv instead of matrix_inverse
  • fix-topk-grad-int64-dtype - branch - Fix hardcoded int32 offset. Use dynamic index_type for top_k
  • fix-grappler-argmax-saturating-ops - #122826 - Fix wrong results for saturating ops in float32
  • fix-igamma-domain-nan - #124927 - Fix a less equal 0 to not a greater than 0 for NaN handling
View all 24 fixes
  • fix-weighted-moments-tensor-axes - #122402
  • fix-linalg-det-singular-gradient - #122823
  • fix-topk-grad-int64-dtype - branch
  • fix-grappler-argmax-saturating-ops - #122826
  • fix-igamma-domain-nan - #124927
  • fix-grappler-reciprocal-involution - #123195
  • fix-floordiv-negative-infinity - #123862
  • fix-resource-sparse-adagrad-dtype-mismatch - #124233
  • fix-xla-transpose-negative-perm - #124586
  • fix-xla-tensorarray-unstack-scalar - #124929
  • fix-numpy-cross-xla-static-shape - #124588
  • fix-mlir-reciprocal-involution - #123282
  • fix-igamma-grad-nan-boundary - #123803
  • fix-cumulative-logsumexp-nan - #115554
  • fix-speech-commands-exception-types - #117858
  • fix-speech-commands-python-idioms - #117894
  • fix-tools-exception-types - #117895
  • fix-generic-exceptions-python - #117860
  • fix-cmake-overridable-fetchcontent-doc - #124407
  • fix-doc-typos - #124450
  • fix-misc-typos - #115560
  • fix-posixpath-sys-path - #115551
  • fix/weighted-moments-tensor-axes - #122402
  • revert-115560-fix-misc-typos - branch

Get in Touch

Portfolio: https://sx3svi1pkrbco9gt.vercel.app/ · LinkedIn: https://linkedin.com/in/anandhupshaji · Email: cyrax8590@gmail.com

Pinned Loading

  1. tensorflow/tensorflow tensorflow/tensorflow Public

    An Open Source Machine Learning Framework for Everyone

    C++ 198k 76.2k

  2. SNAGLINE SNAGLINE Public

    Lightweight, dependency-free companion library that watches any agent's execution stream and flags loops and error cascades in real time

    Python 11 6

  3. CONTINUUM CONTINUUM Public

    CONTINUUM: Verifiable semantic recovery for long-running AI agents. Semantic checkpoints (not conversation dumps), an idempotent action ledger that refuses duplicate side effects, and a hash-chaine…

    Python 27 27

  4. H-CoAtNet-Ichthyosis H-CoAtNet-Ichthyosis Public

    This repository contains the reference implementation of H-CoAtNet, a hierarchically enhanced hybrid convolution–transformer framework for multi-class Ichthyosis subtype classification from dermato…

    Python

  5. SPPS-Mac-Os-Code-Base SPPS-Mac-Os-Code-Base Public

    Experimental code base for "Signed Positional Prüfer Sequences (SPPS)" — a novel O(n) tree serialization algorithm. Benchmarked on Apple M1 (arm64) against LOUDS, FlatBuffers & Protobuf. Review-only

    C++

  6. kibo-v7- kibo-v7- Public

    Kibo is a production-grade, full-stack career acceleration engine designed to optimize the technical recruitment lifecycle for software engineers. It integrates gamification mechanics with real-tim…

    TypeScript