Skip to content
View 0xACE3's full-sized avatar
💥
grinding
💥
grinding
  • XD

Highlights

  • Pro

Block or report 0xACE3

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

I write production software — automations, API integrations, and libraries other people can build on.

A lot of my work is getting systems to talk to services that never published an interface: working out undocumented endpoints and auth flows, handling TLS and browser fingerprinting, then wrapping what I learn into something reusable. ezhttp came directly out of that. The rest of my time goes to automation and to the infrastructure underneath AI agents.

I pick the language to fit the problem — Go for concurrency and a single tight binary, TypeScript for services and pipelines, Python where the data tooling already lives. Whatever the stack, the same things matter: typed boundaries, real test suites, and as few dependencies as I can get away with.


Selected work

Go · HTTP client

Built straight on net/http, no framework underneath. HTTP/1.1, HTTP/2 and HTTP/3; TLS and user-agent fingerprint rotation; WebSockets with automatic reconnect; JSON path traversal without declaring structs; CSS-selector extraction; SOCKS5 and HTTP proxies; retry with exponential backoff.

Go · agent runtime

Provider-agnostic LLM runtime. Tool schemas are derived from Go structs by reflection, so a plain typed function becomes a model capability. Agents compose — any agent can be handed to another as a tool. Parallel dispatch, context compaction under token pressure, and typed lifecycle events carrying token usage and per-model cost.

TypeScript · agent tooling

Portable capabilities for coding agents: a codebase indexer, a browser-automation driver and a research CLI, packaged as skills that carry between machines.


What I work on

API reverse engineering Undocumented endpoints, auth flows, TLS and browser fingerprinting, anti-bot surfaces
Automation Browser automation, structured scraping, data pipelines, internal tooling
Libraries & services Dependency-light packages, typed public APIs, tested and documented
Agent infrastructure Tool-calling loops, parallel dispatch, context management, multi-agent composition
LLM systems Retrieval, judge models and quality gating, tracing, per-request cost attribution

Contact

Happy to talk about API work, automation, or anything agent-shaped. Reach me at 0xbitshot@gmail.com.

~ 0xACE3

Popular repositories Loading

  1. tiktok_video_downloader tiktok_video_downloader Public

    This program will download tiktok videos when provided with video id

    Python 2

  2. ninetails_wps ninetails_wps Public

    Ninetails WPS is a powerful program designed to streamline data entry and transcription tasks. With its advanced features, it simplifies the process by capturing live screenshots, extracting text, …

    Python 2

  3. fauxica_webdesign fauxica_webdesign Public

    CSS 1

  4. story_booksV2 story_booksV2 Public

    StoryBooks is a story adding web app built with NodeJs, ExpressJs app and GoogleAuth

    JavaScript 1

  5. phone_email_extractor phone_email_extractor Public

    The program will take a piece of string and return neatly formatted phone numbers and email addresses from that string.

    1

  6. guessing_game guessing_game Public

    Rust