Talent.com

Web application developer Jobs in Seattle, WA

Create a job alert for this search

Web application developer • seattle wa

Last updated: 2 days ago

Software Development Engineer, Kiro Web

Amazon Development Center U.S., Inc.Seattle, Washington, USA
Full-time

The future of software development is agentic.AWS is building Kiro — a frontier AI-powered development environment that autonomously tackles development tasks, maintains context across interactions... Show more

Developer

Onramp LabSeattle, WA, US
Remote
Full-time
Quick Apply

As an AI first company, our team excels across 3 specialized divisions.Our conversational AI division pioneers cutting edge customer engagement solutions.The publishing team focuses on sidehustles.... Show more

Principal Enterprise Application TRIRIGA

Implify, Inc.Seattle, WA, United States
Full-time +1

Principal Enterprise Application TRIRIGA.Job Title: Principal Enterprise Application TRIRIGA Application Real Estate module Location: Seattle, WA/Cupertino, CA.This position will require 100% trave... Show more

Web Operations Manager, Amazon Leo, Amazon Leo

Amazon Kuiper Commercial Services LLCBellevue, Washington, USA
Full-time +1

Amazon Leo is Amazon's low Earth orbit satellite network.Our mission is to deliver fast, reliable broadband connectivity to customers beyond the reach of existing networks.From households to small ... Show more

Field Application Engineer- AI/Datacom

MolexSeattle, US
$150,000.00–$190,000.00 yearly
Full-time

Your Job Molex is seeking a dynamic and proactive Field Application Engineer (FAE) to lead, promote, and resolve all technical and engineering related barriers in designing Molex connectors,... Show more

Java Developer (Spring-Boot Microservices developer)

Sumeru SolutionsBellevue, WA, United States
Full-time
Quick Apply

Java Developer (Spring-Boot Microservices developer)</td> <td>Location: Seattle WA</td> </tr> </tbody> </table>. Show more

Java Developer

VDart IncSeattle, WA, United States
Full-time
Quick Apply

Job Title: <b>Java Developer</b></p> <p>Location: <b>Seattle, WA</b></p> <p>Duration: / Term: <b>Contract</b></p> <p>Experien... Show more

Manager, Developer Experience, AWS Developer Experience

Amazon Web Services, Inc.Seattle, Washington, USA
Full-time

AWS Developer Experience is looking for a Manager to lead a team of developer advocates.This team is responsible for how millions of developers learn, build with, and talk about AWS.You'll own the ... Show more

Application Security Engineer, Proactive Security

Amazon.com Services LLCSeattle, Washington, USA
Full-time

The Application Security (AppSec) Security Engineer is responsible for conducting security assessments and reviews of applications and services to identify vulnerabilities and ensure adherence to s... Show more

General Application

Kohr ConsultingSeattle, WA, United States
Full-time

We are a boutique recruitment agency that focuses on recruiting and talent acquisition for tech startups.This is a generic post for candidates to include themselves in our database.A desire to be a... Show more

Power Field Application Engineer

HumCap, Inc.Seattle, WA, USA
Full-time

HumCap's client is seeking a Power Field Application Engineer.This highly visible, customer-facing role is ideal for a hands-on electrical engineering professional with expertise in power electroni... Show more

General Manager | Seattle Regional Application

Swickard Auto GroupSeattle, WA, United States
Full-time

General Manager Opportunity at Swickard Auto Group.This is a general application for Swickard Auto Group's Seattle Area locations for candidates who are flexible based on location/brand availabilit... Show more

Java Application Developer – Spring Boot

SynergisticITBellevue, WA
Full-time

Junior Java Spring Boot Developer — Build Enterprise-Style Applications.Many enterprise teams rely on Java and Spring Boot for backend applications, APIs, and business-critical systems.If you are i... Show more

Application Development Engineer

Amphenol TCSSeattle, WA, US
Full-time

Amphenol Communications Solutions (ACS), a division of Amphenol Corporation, is a world leader in interconnect solutions for Communications, Mobile, RF, Optics, and Commercial electronics markets.A... Show more

Senior Embedded Application Software Engineer

PACCARKirkland, WA, US
Full-time

The Senior Embedded Application Software Engineer is responsible for leading the development and delivery of embedded control systems for commercial autonomous vehicle technologies.This role collab... Show more

Facets Developer

American IT SystemsSeatle, WA, United States
Full-time
Quick Apply

Role-Facets Developer</p> <p>Skill-FACETS, C#,.Net</p> <p>Location-Seatle, WA (3 days in office is must), no remote</p> <p>Rate-$65-70, you can above the rate fo... Show more

Python Developer

TuringSeattle, Washington, United States
Full-time
Quick Apply

Based in San Francisco, California, Turing is the world’s leading research accelerator for frontier AI labs and a trusted partner for global enterprises deploying advanced AI systems.Turing support... Show more

Cybersecurity Engineer IV Application Security

Globenet Consulting CorpBELLEVUE, WA, US
$70.00 hourly
Full-time

Cybersecurity Engineer IV – Application Security.Chicago, IL | Peoria, IL | Dallas, TX.Let's create our future together at The AES Group!.Secure high-visibility web and eCommerce applications.Partn... Show more

Senior GIS Application Development Analyst

Puget Sound EnergyBellevue, WA, US
Full-time

Puget Sound Energy is looking to grow our community with top talented individuals like you!  With our rapidly growing, award winning energy efficiency programs, our pathway to an exciting and innov... Show more

Entry Level Application Development Opportunity

Year Up UnitedSeattle, WA, US
Full-time

Year Up United is a one-year or less, intensive job training program that provides young adults with in-classroom skill development, access to internships and/or job placement services, and persona... Show more

People also ask
Software Development Engineer, Kiro Web

Software Development Engineer, Kiro Web

Amazon Development Center U.S., Inc.Seattle, Washington, USA
30+ days ago
Job type
  • Full-time
Job description

The future of software development is agentic. AWS is building Kiro — a frontier AI-powered development environment that autonomously tackles development tasks, maintains context across interactions, and continuously learns from its work. Kiro is already transforming how developers build and maintain software, and we're just getting started.

We're looking for a Software Development Engineer to build the server-side systems that power Kiro Web — a local web application that manages multiple AI agent sessions through the Agent Client Protocol (ACP). You'll own the backend that spawns, orchestrates, and communicates with kiro-cli processes, handling JSON-RPC 2.0 messaging over stdin/stdout, WebSocket fan-out to connected browsers, and the REST APIs that enable multi-agent team coordination.

The challenges are systems-level and novel: managing a pool of AI agent child processes with independent lifecycles, building a WebSocket gateway that multiplexes real-time notifications from dozens of concurrent sessions, implementing tool approval interception and relay, and designing the inter-agent communication layer that lets orchestrator agents delegate work to specialized agents via REST. You'll also build the distribution infrastructure that delivers Kiro to millions of developers — multi-platform builds, CDN-backed metadata services, and update delivery mechanisms.

Your impact spans both the local development experience and global distribution. Every developer managing AI sessions through the Kiro Web UI depends on your server layer. Every developer downloading Kiro for the first time uses your distribution systems.

This is your chance to build the engine behind the agent that builds the future.

Key job responsibilities
- Build and maintain the Kiro Web server (Fastify/Node.js/TypeScript) — session manager, ACP client adapter, WebSocket gateway, and REST API
- Implement the process-per-session architecture: spawning kiro-cli ACP child processes, managing JSON-RPC 2.0 communication over stdin/stdout, and handling lifecycle events (crash recovery, session resume, stale PID handling)
- Build the multi-agent team orchestration layer — team session lifecycle, inter-agent prompt routing with topology validation, parallel dispatch, and skill injection
- Design and implement the WebSocket fan-out system that multiplexes notifications from multiple ACP processes onto browser clients, tagged by session/team/role
- Build and operate Kiro's multi-platform distribution system — metadata services, platform detection, CDN configuration (CloudFront), custom channel authorization, and release automation
- Implement tool approval interception: hold execution when agents request permissions, emit approval requests to the frontend, and relay user decisions back to the agent
- Write comprehensive tests, build monitoring/alerting, and participate in on-call rotations
- Contribute to API design, architecture reviews, and team technical direction

About the team
Kiro Web builds the web-based experiences and platform services for Kiro. Our server layer is the bridge between browser UIs and kiro-cli's Agent Client Protocol — we spawn and manage AI agent processes, multiplex their real-time output to the browser via WebSocket, and orchestrate multi-agent teams through REST APIs. We also own the distribution platform that delivers Kiro builds worldwide via CloudFront. Tech stack: TypeScript, Node.js 22, Fastify, WebSockets, JSON-RPC 2.0, pnpm monorepo. The team is between Seattle and Portland, shipping weekly.

BASIC QUALIFICATIONS

- 3+ years of non-internship professional software development experience
- 2+ years of non-internship design or architecture (design patterns, reliability and scaling) of new and existing systems experience
- 1+ years of software development engineer or related occupational experience
- 1+ years of designing and developing large-scale, multi-tiered, multi-threaded, embedded or distributed software applications, tools, systems, and services using: C#, C++, Java, or Perl experience
- 1+ years of Object Oriented Design experience
- Bachelor's degree or foreign equivalent in Computer Science, Engineering, Mathematics, or a related field
- Experience programming with at least one software programming language

PREFERRED QUALIFICATIONS

- 3+ years of full software development life cycle, including coding standards, code reviews, source control management, build processes, testing, and operations experience
- Bachelor's degree in computer science or equivalent

Amazon is an equal opportunity employer and does not discriminate on the basis of protected veteran status, disability, or other legally protected status.

Our inclusive culture empowers Amazonians to deliver the best results for our customers.