Skip to content
View jay-tank's full-sized avatar

Block or report jay-tank

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

Hi ๐Ÿ‘‹, I'm Jay

Building reliable systems - including the ones that think for themselves.


For the better part of a decade, I've helped fast-moving teams build, scale, and trust the systems their business runs on - and lately, that's meant building the infrastructure layer underneath AI agents and agentic tooling, not just the services around them.

I care as much about how something is built as whether it works. I value clarity over cleverness, judgment over hype, and work that holds up under pressure - whether that's a production rate-limiter, a Zero Trust network, or an MCP server connecting an agent to a real system.

How I work

  • Start with the problem, not the tooling.
  • Favor solutions that are simple to run and hard to break.
  • Optimize for the long term - clarity, reliability, and trust.
  • Treat AI tooling like any other production system: it needs to be secure, observable, and boring in the right ways.

What I'm building toward

Infrastructure and security for agentic AI systems - MCP integrations, self-hosted Zero Trust architectures, and abuse-prevention at scale. The unglamorous, load-bearing layer that makes AI products safe to run in production.

Contact

Open to conversations about AI infrastructure, agentic systems, and platform security.

LinkedIn ย ย ย  Hashnode ย ย ย  Email

Pinned Loading

  1. kubectl-ai-explain kubectl-ai-explain Public

    A kubectl plugin that diagnoses a failing Kubernetes pod with an LLM - plain-English root cause and suggested fix, in one command. Provider-agnostic (Claude, OpenAI, or local Ollama).

    Python

  2. alertsift alertsift Public

    Turn an alert storm into the few incidents that actually matter - dedupe, correlate, rank, and AI-explain alerts from any source, with Slack digests.

    Python

  3. secmend secmend Public

    Find leaked secrets and get an exact, AI-generated remediation playbook โ€” revoke, rotate, and scrub from git history.

    Python

  4. laravel-ecs-ec2 laravel-ecs-ec2 Public

    Production-ready blueprint to deploy a containerized Laravel app on AWS ECS (EC2 launch type) with Nginx + PHP-FPM, an ALB, ECR, and CI/CD.

    PHP

  5. hookseal hookseal Public

    A zero-config gate that finds webhook handlers which never verify the signature - so a forgeable webhook can't reach production. Single Go binary; covers Stripe, GitHub, Shopify, Slack, Twilio, Sviโ€ฆ

    Go

  6. mocksmith mocksmith Public

    Zero-config mock API server from an OpenAPI spec โ€” schema-valid responses, latency/error injection, one static Go binary.

    Go