Skip to content
View pxlcrtiv's full-sized avatar
🐺
#
🐺
#
  • Remote
  • 01:27 (UTC -03:00)

Block or report pxlcrtiv

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

πŸ‘‹ pxlcrtiv

AI/ML Γ— Blockchain Engineer

I build production tooling where machine learning meets smart contracts.

Profile views Open to work


🧭 What I do

  • AI/ML engineering β€” zero-shot models at the edge, offline-first ML pipelines, agent frameworks, Hugging Face ecosystems (datasets, transformers, Hub CLI).
  • Blockchain engineering β€” Solidity + Foundry smart contracts, on-chain provenance, audit-ready security tooling, Sepolia deployments, ethers.js/web3.py.
  • Full-stack glue β€” Python, TypeScript, React β€” shipping tools that humans actually run.

Everything below is open source, tested, and under active development.


πŸš€ Featured projects

Repo What it is Stack
model-ledger On-chain provenance for ML models β€” hash a Hugging Face manifest, register it, let anyone verify it. No trusted third party. Solidity Β· Foundry Β· Python Β· ethers.js
slither-chat Smart-contract audit copilot: explains every Slither finding in plain English (offline KB, on-device HF zero-shot model, or any LLM), with patches, SVG reports, and a benchmark vs. real audited contracts (recall 0.97). Python Β· Slither Β· Hugging Face Β· transformers
trait-gpt Rarity score + AI-written descriptions for any NFT collection β€” trait statistics, CLIP zero-shot attribute tags, BLIP captions, Streamlit gallery, all CPU, zero keys. Python Β· transformers Β· Streamlit
hf-hub-lint Lint Hugging Face Hub repos: model-card completeness, license declaration, metadata hygiene, config sanity β€” weighted 0–100 score with actionable fixes, live Hub or offline fixtures, zero keys, zero runtime deps. Python Β· pure stdlib
inject-scout On-device prompt injection & jailbreak scanner for LLM apps β€” 22 deterministic rules (leaks, role-escape, encoded payloads, indirect injection), 0–100 score, --strict CI gate, 29-attack golden corpus, no API keys. Python Β· pure stdlib
pocket-eval The LLM eval harness that fits in your pocket β€” CPU-only, keyless, offline: perplexity + a 12-item QA mini-benchmark over a bundled DeFi/ML corpus, deterministic n-gram & seeded random baselines, optional tiny HF models (tiny-gpt2, Qwen2.5-0.5B). Real-run results table, 23 offline golden tests. Python Β· pure stdlib Β· transformers (optional)
embed-playground Compare lexical (TF-IDF) vs dense (sentence-transformers) vs hybrid (RRF) search on a bundled 36-doc DeFi/Web3 corpus β€” 16-query recall@5/MRR benchmark (lexical 75% vs dense 94%, real runs), Streamlit playground, zero keys. Python Β· pure stdlib Β· sentence-transformers Β· Streamlit
card-forge Forge complete Hugging Face model cards from config facts β€” architecture β†’ task inference, honest parameter estimates, license detection, A–D documentation score, config diffing between revisions (live Hub fetch optional). 26 offline golden tests. Python Β· pure stdlib
chain-chat Ask on-chain history in plain English ("which token moved the most yesterday?") — schema-aware LLM → SQL over a bundled DuckDB/parquet snapshot. Zero keys, offline demo, 65 tests. Python · DuckDB · Streamlit · NL→SQL
agent-wallet AI agent for safe testnet transactions (built on my own agent-lab): inspects a wallet, checks allowances, dry-runs the tx via eth_call, and explains risk in plain English before anything is signed β€” Sepolia only, mainnet default-off, 67 offline tests. Python Β· agent-lab Β· web3.py Β· click
chain-scout AI wallet risk scanner: paste any Ethereum address β†’ plain-English risk report β€” rug-pulled tokens, dangerous approvals, holder concentration, estimated PnL β€” transparent weighted score, keyless demo, testnet-first. Python Β· Streamlit Β· web3.py Β· CoinGecko
position-guard DeFi health monitor: watches Aave v3 / Compound v3 positions via The Graph subgraphs + CoinGecko, computes health factors, and pushes LLM-written plain-English alerts ("your ETH collateral is at 1.12 HF…") β€” Telegram optional, keyless web-preview demo by default. Python Β· The Graph Β· httpx Β· SQLite
agent-lab Zero-dependency AI agent framework in pure Python β€” tool use, persistent memory, retries, guards. Python
whale-watch-tg Telegram whale tracker β€” subscribe to any wallet, instant alerts with LLM summaries ("3,000 ETH to Binance β€” likely sell pressure"), zero-key demo. Python Β· python-telegram-bot Β· web3.py
KARYX Military-grade edge AI model optimization & deployment suite. Python Β· ONNX
hive Multi-agent harness for production AI. Python
mobile-profile-shell A phone-OS style portfolio β€” React + Vite + Tailwind + shadcn. TypeScript Β· React Β· Tailwind

Newest ships: model-ledger (Solidity registry + Foundry tests + Python CLI + web viewer, Sepolia-ready), slither-chat (56 tests passing, benchmarked against a 1,748-contract HF corpus), agent-wallet (AI agent for safe testnet transactions β€” agent-lab core, dry-run + plain-English risk notes, mainnet default-off, 67 offline tests), position-guard (DeFi health monitor β€” 52 tests, golden health-factor math, keyless demo), hf-hub-lint (HF Hub repo linter), inject-scout (prompt-injection scanner β€” 20 tests, 27/29 attack-corpus recall), pocket-eval (keyless CPU LLM eval harness β€” real-run table: n-gram 83% vs tiny-gpt2 17% on the bundled mini-benchmark), embed-playground (lexical vs dense search β€” recall@5 75% vs 94% on the bundled DeFi/Web3 benchmark) and card-forge (model-card generator + config diff β€” 26 tests, A–D checklist score) β€” all feature-complete, documented, and contribution-ready.


🧠 AI/ML experience

  • Hugging Face zero-shot classification in production pipelines β€” DeBERTa-v3 vulnerable-class tagger running on-device (CPU, no API key) inside slither-chat.
  • Benchmarking ML pipelines β€” precision/recall/F1 scoring against real-world ground truth from the HF Hub (recall 0.968 on Slither-audited contracts).
  • Agent frameworks β€” tool use, function calling, memory, retries (agent-lab, hive).
  • Edge model optimization (KARYX).

⛓️ Blockchain experience

  • Smart contracts with Foundry β€” zero-dependency Solidity 0.8.26, 18/18 tests incl. fuzzing and golden cross-language hashes (model-ledger).
  • AI + Web3 intersection β€” content-addressed model provenance on-chain, AI-assisted security auditing (slither-chat).
  • Contract security β€” Slither-based static analysis, patch-diff generation, severity triage.
  • Tooling β€” web3.py, ethereumjs/ethers.js, Sepolia deploy + Etherscan verify scripts, local anvil chains.

πŸ“Š GitHub activity

GitHub stats GitHub streak
Top languages
Contribution graph

πŸ“Œ How I work

  • Small shippable deltas β€” I land changes in increments that are easy to test and review, and every repo carries a roadmap of what's next.
  • Tests before claims β€” every numeric claim in my READMEs is reproduced by a command in the repo (benchmarks, golden fixtures, live demo transcripts).
  • Honest engineering β€” no empty commits, no exaggerated badges.

πŸ“¬ Let's connect

  • πŸ’Ό Open to Software Engineering / AI-ML / Web3 roles β€” fully remote or EU relocation.
  • πŸ“– Read the code: github.com/pxlcrtiv
  • βœ‰οΈ Best way to reach me: open an issue or GitHub discussion on any repo β€” or star one of the projects above, it genuinely helps.
Liked what you see? ⭐ Star a repo. It's the best feedback a solo builder gets.

Pinned Loading

  1. Adiva Adiva Public

    A cutting-edge, AI-powered advertising creation platform that leverages Google's Gemini AI to generate compelling ad copy and stunning visuals for multiple social media platforms. Built with React …

    TypeScript 2 2

  2. anahata anahata Public

    Anahata β€” a calm, precise dual-channel tone studio for binaural beats, brainwave entrainment, and audio experimentation. Live waveform visualizer + timeline sequencer. Built with React, TypeScript,…

    TypeScript 2

  3. KARYX KARYX Public

    Military-grade edge AI model optimization and deployment suite

    Python 5

  4. Ivy-Eval-Engine Ivy-Eval-Engine Public

    A precision benchmarking framework for evaluating local LLMs on tool-calling and JSON integrity.

    Python

  5. agent-lab agent-lab Public

    Zero-dependency AI agent framework in pure Python: tool use, function calling, persistent memory, workflow automation (retries, guards, compensation).

    Python

  6. agent-wallet agent-wallet Public

    AI agent for safe testnet transactions: inspects a wallet, checks allowances, dry-runs a tx, and explains risk in plain English before anything is signed β€” Sepolia only, safety by design.

    Python