Aaron
Altergott
Operations engineer building with cloud and AI. If a workflow is slow or doesn't have a good solution yet, I build one.
About
AWS Certified operations specialist who builds tools to make life easier. Worked across customer ops, marketing, finance, sales, and engineering which gives me a different perspective than someone who came up through one track.
I've automated workflows, fixed recurring failures, and tightened up processes that were wasting time and money at work. That is what pulled me towards tech.
I enjoy figuring out why something isn't working and making it work, or taking something that kind of works and making it more efficient. Cloud and AI is where that clicks for me. They overlap enough that you can't really work on one without running into the other.
Skills
AWS Bedrock · Lambda · API Gateway · S3 · CloudFront · IAM · CloudWatch · Serverless · AWS CLI
RAG · Vector DB (Pinecone, FAISS) · Embeddings · HDBSCAN Clustering · LSH MinHash · Semantic Search
Python · FastAPI · REST APIs · SQL · SQLite · CI/CD
Claude Code · GitHub · Docker · Codex · Linux · PowerShell · Notion · Vercel · Supabase · Sitelink ERP
Customer & tech support · Financial reporting · Competitive analysis · Client outreach · Accounts Payable
Experience
Operations Specialist (CSR)
- Eliminated 60+ monthly AMEX and Discover autopay failures by tracing them to an AVS misconfiguration
- Cut auction mail certification processing time by 90% with an automated workflow using file conversion and AI-assisted parsing; authored the company process document
- Reduced average monthly past-due balances by 13% after configuring automatic SMS to overdue accounts
- Reconcile daily financial reports in ERP; monitor AP for duplicates, fraud, and errors before payment
- Run customer support for 500 tenants, handling inquiries and account issues through to resolution
- Analyze competitors and adjust weekly pricing and promotions to stay competitive while maintaining monthly KPIs
Operations Volunteer
- Lead sponsor outreach for a cybersecurity research group, secured 2 gear sponsorships
- Designed the Null404 sponsorship package PDF; assist in development of CTF challenges
Intern
- Analyzed voter records across NYC districts to identify demographic patterns and developed targeted policy recommendations for a councilmember
- Vetted ~100 NYC organizations across industries and wrote partnership proposals that shaped client outreach decisions
Projects
Orchestration runtime that routes each part of a goal to the right agent, holds each to a contract, and returns a merge recommendation with the evidence attached.
- Delegates each task to the right agent automatically: Claude handles implementation, Codex handles review, and your CI gates run verification. No copy-pasting between windows, no re-explaining context
- Before any agent runs, Orca translates the goal into specific, checkable obligations. Conditions like "tests in internal/store must pass" are defined upfront so every agent works against a contract, not an open-ended instruction
- Each agent run is isolated in an Execution Capsule with exactly the files it needs, a token budget, and verification gates; a patch only advances when the gates clear and evidence is attached
Installs a plan-build-audit-commit workflow into any Claude Code project with a single command.
- Twelve slash commands step through planning, phase splitting, test-first building, diff auditing, and commit — each stage runs in its own cleared context so Claude does not carry assumptions from prior work
- Four stdlib Python hooks handle scope drift warnings at end-of-turn, git push confirmation prompts, build log sync reminders, and session state injection after /clear so Claude picks up where it left off
- The installer merges settings.json without clobbering existing hooks and runs a 58-test suite to confirm the install is clean; idempotent and safe to re-run on existing projects
Tracks financial narratives across news, SEC filings, and Reddit, scores their momentum, and maps them to S&P 500 tickers.
- Deduplicates incoming documents with LSH MinHash (0.85 Jaccard threshold), clusters survivors into narratives using HDBSCAN, and tracks centroid drift over time as a signal of narrative mutation
- Maps narratives to S&P 500 tickers by computing cosine similarity between narrative embeddings and a pre-built library of ticker embeddings generated from SEC 10-K summaries
- Flags coordinated campaigns: five or more sources posting about the same narrative within 300 seconds triggers the adversarial burst detector
Answers questions about AWS services by retrieving relevant documentation and generating grounded responses with Claude.
- Scraped about 120 pages across five AWS services, split into 1000-character chunks with 200-character overlap, embedded with Amazon Titan v2 (1024 dimensions), and indexed in Pinecone with cosine similarity
- At query time: embeds the question with the same Titan model, retrieves the top 5 chunks from Pinecone, assembles a grounded prompt with anti-hallucination instructions, calls Claude via Bedrock, and returns the answer with source URLs
- Each ingestion script writes a manifest and checks that the previous stage completed before running, so partial failures do not corrupt the index
Contact
Connect with me here:
Download Resume ↓