Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Graph Engineering in Practice: An Agentic Workflow That Tailors Resumes and Applies to Jobs
Discover how to build an agentic workflow for job applications. This talk details a graph-based system that finds roles, tailors resumes, and automates applications with human approval.
AppliedIn is an agentic workflow that finds matching roles, tailors your resume, and helps automate job applications.
It turns the job search into a reviewable pipeline:
discover → score → tailor résumé → review → approve → apply
Rather than relying on one large prompt or a simple form-filling script, AppliedIn uses a graph of specialized agents:
- A discovery agent finds and normalizes job postings.
- A scoring agent produces a structured match score.
- A tailoring agent updates the résumé for the specific role.
- A critic agent reviews the changes and sends them back for revision when needed.
- A human approval step handles review, missing information, and final confirmation.
- A browser agent completes the employer application and verifies submission.
During the demo, I’ll run a job through the full workflow and trace each step back to its implementation in the source code.
Generated 3 days ago
Generating a talk summary...
View full transcript
AppliedIn is an agentic workflow that automates job applications by finding roles, tailoring resumes, and filling forms, using Python, Google ADK, OpenAI, and Claude.
AppliedIn is an open-source agent graph for job applications, using OpenAI and Claude Code.
- Python 3Python 3 delivers a high-level, interpreted environment optimized for readability and rapid deployment across data science, web backends, and automation.Python 3 (released December 2008) refined the language core to eliminate legacy inconsistencies and improve Unicode support. Developers leverage its clean syntax to manage complex workloads: Django powers high-traffic web apps (Instagram), while NumPy and Pandas drive intensive data analysis. Its standard library provides robust tools for every task from JSON parsing to HTTP requests. This ecosystem sustains a massive community (over 8 million developers) and powers critical infrastructure at Google and NASA.
- OpenAIOpenAI is an AI research and deployment company: We build safe artificial general intelligence (AGI) to benefit all of humanity.OpenAI is a premier AI research and deployment company, focused on developing safe Artificial General Intelligence (AGI) for global benefit. The organization operates under a unique structure: a non-profit Foundation governs a for-profit Group, which functions as a public benefit corporation. Its technology portfolio includes industry-defining models like the GPT series (e.g., GPT-4o, GPT-5.1), the conversational platform ChatGPT, and the text-to-video model Sora. These tools drive innovation across multiple sectors, providing powerful, accessible AI capabilities for developers, businesses, and consumers worldwide.
- Google ADKThe Agent Development Kit (ADK) is Google's open-source, model-agnostic framework for building, deploying, and orchestrating complex multi-agent AI systems.ADK is a flexible, modular, open-source framework: it streamlines the end-to-end development of AI agents and multi-agent systems. While optimized for the Gemini model and the Google ecosystem, the kit is both model-agnostic (supporting models via LiteLLM) and deployment-agnostic. It’s built for modern software development: developers can utilize SDKs in Python, TypeScript, Go, and Java. The framework supports sophisticated architectures, including multi-agent composition and structured control flows (SequentialAgent, ParallelAgent). For production readiness, Google recommends deployment to the fully managed Vertex AI Agent Engine Runtime.
- PydanticPydantic is Python's most-used data validation library: it enforces data schemas using standard type hints and boasts a Rust-core for exceptional speed.Pydantic is the premier data validation and parsing library for Python. It mandates data structure using pure, canonical Python type annotations, drastically reducing boilerplate code. With over 360M monthly downloads, Pydantic is battle-tested: all FAANG companies and major frameworks (FastAPI, SQLModel, LangChain) rely on it for robust data handling. Its core validation logic is written in Rust, ensuring high performance. Pydantic models also generate JSON Schema, facilitating seamless integration and documentation for API development.
- RedisRedis is the ultra-fast, open-source, in-memory data structure store: a powerful NoSQL key/value database.This is your go-to for low-latency data operations. Redis operates primarily in memory, delivering sub-millisecond response times for real-time applications (think: session storage, leaderboards, and caching). It functions as more than just a key/value store; it’s a versatile data structure server supporting Strings, Hashes, Lists, Sets, Sorted Sets, and JSON. Leverage its Pub/Sub capabilities for message brokering, or rely on its optional persistence for durability. Deploy it for high-speed caching to offload your primary database, or use it as a primary database for high-throughput microservices.
Related talks
More from the community
From Tool Call to React Component: Building Generative UI for Agentic Workflows
San Diego
See how AI agents generate interactive React components directly in chat for agentic workflows. Learn about the callback…
AI that edits your resume
Seattle
Live demo of a resume builder that uses AI to suggest targeted edits, streaming tool calls, and preview‑before‑apply…
Agentic AI for the real world
Seattle
See how an agentic AI platform builds a Japanese medical transcription service, validating terms against a lexicon for…
Actual AI Architecture Agent Demo
Seattle
See how an AI architecture agent analyzes code, maps structure, and plans changes before writing, grounding agent-assisted development…
AI-native workspace
Seattle
Discover how to build AI-native workspaces by integrating product development, coding, and scaled operations to enable effective AI…
AI oncall engineer that actually works
Seattle
See an AI oncall engineer that resolves software incidents. This exhibit showcases a product with successful early customers,…
Compose Email
Loading recent emails...