Skip to content
View tylergibbs1's full-sized avatar

Highlights

  • Pro

Block or report tylergibbs1

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

Tyler

Messing around with AI and shipping things that help people. Roughly 30 so far, spanning agent infrastructure, healthcare tooling, grid forecasting, and text-to-CAD. Some are open-source, some are live products.

Python · TypeScript · Rust · Node.js · Next.js

Applied Tensors, building in public on YouTube

⭐ Featured

foresight · agent safety
Stops AI agents from making destructive mistakes. Predicts what a tool call will do before it runs, and blocks it if the outcome is wrong.

surge · ML / grid forecasting
Open day-ahead load forecasts for the US grid. A Chronos-2 fine-tune at MASE 0.45 across 7 ISOs, matching utility-internal accuracy. Free and open-source.

Verity · healthcare, live
Coverage intelligence for healthcare. Search Medicare, Medicaid, and commercial payer policies in plain English.

Faraday · product, live
Platform for electrical contractors: estimating, invoicing, scheduling, GC portal, and an AI assistant.

🤖 Agent infrastructure

sieve - Virtual browser for AI agents, no Chromium. Parses HTML, builds accessibility trees, clicks, fills forms, handles cookies.

Stratus - TypeScript agent SDK for Azure OpenAI with tools, handoffs, and streaming.

grepvec - Grep-style vector similarity search over local files. No index build step, no daemons. turbovec + fastembed.

arxivcli - Agent-first arXiv CLI, no API key. Scrapes HTML, outputs JSON, introspects schemas, filters fields to save context.

🛰️ Systems and networking

bytehaul - QUIC-based fast file transfer protocol. More than 2x faster than scp on high-latency links.

🕸️ Web and data

Feedstock - Web crawler for TypeScript and Bun. Fetch-first engines, deep crawling, 50+ metadata fields.

Helm - Semantic browser automation MCP server. Click by label, not selector.

extractr - Template-based data extraction from web pages, configured in YAML.

domql - SQL syntax for the DOM. Query web pages like databases.

schemasniff - Infers scraping schemas automatically from pages with repeated content.

🩺 Healthcare

FirstClaim - AI agent that extracts and scores medical billing claims from clinical notes.

ClaimGuard - Autonomous medical billing denial prediction. HIPAA-safe by design.

CT-Search - Semantic search over chest CT archives in natural language.

MedFlow - Generates professional SOAP notes in seconds with AI.

ClaimGraph - Turns research questions into interactive knowledge graphs.

GutCheck - Does today's AI spot colon polyps better than a 2020 model? The old one still wins.

⚡ Products

Substrate - Desktop app for AI-generated raster slide decks. The prompt is the only editable artifact, so humans and agents co-author the same prompts over MCP.

Typeset - Deterministic document pipelines. Render, verify, and extract with full audit lineage.

betterhn - A fast, modern Hacker News client built with Next.js 16, Convex, and React 19.

🔬 Research and fun

LLM Robotic Dog - Natural language control for robotic dogs via Claude.

IRIS - Forces vision LLMs to verify with SAM 3 segmentation masks.

Lattice - 10 parallel agents analyze stocks through Munger's mental models.

Tradecraft - Autonomous trading TUI with strategy evolution and backtesting.

slidegen - Agent-first CLI for generating PowerPoint decks from prompts.

Chess AI - Alpha-beta vs Monte Carlo. No neural nets, just algorithms.

Traffic Simulation - Can AVs eliminate traffic lights? Neural MPC says maybe.

Connect

X · GitHub

Pinned Loading

  1. stratus stratus Public

    A Better TypeScript agent SDK for Azure OpenAI

    TypeScript 1

  2. toolmux toolmux Public

    Smart MCP proxy — connect N MCP servers, expose one endpoint with discover/describe/call meta-tools

    TypeScript 2 1

  3. sandcastle sandcastle Public

    The fastest way to run untrusted JavaScript safely. Zero config, auto-detects Bun/Node.js, 380K ops/sec.

    C++ 1 1

  4. sieve sieve Public

    A virtual browser for AI agents. No rendering. No Chromium. Just the parts that matter.

    TypeScript