Skip to content
View CodedVibesX's full-sized avatar

Block or report CodedVibesX

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
CodedVibesX/README.md
Cracked Vibe Coder

Most agents run on one model. Mine runs on two. I gave my Claude agent its own AI, xAI's Grok, to pull live data Claude can't reach and to grade every output as an independent cross vendor judge. The division of labor keeps Claude lean and token efficient, and a second model family catching its mistakes makes the results sharper and less biased. Built model agnostic, ready for xAI's next releases as they ship, including the upcoming 10T parameter Grok.

TypeScript Python Next.js Node.js MCP Zod Anthropic API xAI Grok

Currently building

I'm building what usually takes a quant team, solo. Claude and xAI Grok research the markets independently and cross check each other, reading live on chain wallet flow through Hyperliquid, where every position, size, and liquidation is public, alongside the news, then synthesizing one long or short view across crypto and equities and firing real time alerts. It is signal research, not a profit claim. Two model vendors, three live data streams, one call.


i built a mini game

bug hunter, a playable mini game, click to play

the claude code buddy shoots the bugs before they ship. play it


email codedvibesx@gmail.com    X @CodedVibes

Pinned Loading

  1. trustline trustline Public

    A cite-or-abstain consistency gate for startup data. Run live on Harmonic's own public Hot 25, it found a real self-contradiction (DualEntry's Series A dated two different ways across their own pag…

    HTML

  2. agentgate agentgate Public

    A human-in-the-loop approval gate for agent-run operations: score every agent action by risk, auto-run the safe ones, hold the dangerous ones for a human, escalate the critical ones. MCP-pluggable.…

    TypeScript

  3. edgar-preflight edgar-preflight Public

    Preflight validation gate for SEC EDGAR filings: inline XBRL and N-PORT checks against live filings, cross-checked with Arelle.

    HTML

  4. ophelia-execution-verifier ophelia-execution-verifier Public

    Independent reference implementation for a founding-engineer application to Ophelia: an MCP server that books a restaurant and verifies the booking actually happened.

    Python

  5. router-preflight router-preflight Public

    Preflight adoption gate for the Weave Router: replays a 60-prompt corpus through POST /v1/route and audits the routing decisions, zero LLM spend.

    Python

  6. truss-preflight truss-preflight Public

    A promotion gate for the Baseten Truss dev-to-prod handoff. Blocks truss push --promote until a dev deployment clears latency, schema, error-rate, cold-start, and cost checks.

    Python