Talent.com

Web developer Jobs in Bellevue, WA

Create a job alert for this search

Web developer • bellevue wa

Last updated: 13 hours 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

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

AI Web Scraping Engineer (Stealth Data Acquisition)

WorkanaSeattle, WA, US
Remote
Full-time
Quick Apply

Pinwheel API is a leading data infrastructure company enabling seamless access to employment and income verification data through secure APIs.The company powers payroll connectivity for fintechs, l... Show more

Marketo Developer

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

Job description</u></p> <ul> <li class="wordsection1" style="text-align:start; -webkit-text-stroke-width:0px">We are looking for a Marketing Technology D... 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

Apache Kafka Developer

Bright Vision TechnologiesRenton, WA, US
$100,000.00–$150,000.00 yearly
Full-time
Quick Apply

Apache Kafka Developer - Remote    Bright Vision Technologies is a technology consulting and software development company delivering cloud, AI, data, and enterprise solutions across ... Show more

Web Research Specialist

TuringSeattle, Washington, United States
$30.00–$50.00 hourly
Full-time
Quick Apply

Turing is one of the world’s fastest-growing AI companies, accelerating the advancement and deployment of powerful AI systems.Turing helps customers in two ways: Working with the world’s leading AI... 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

Senior Software Developer - Web Applications

CIeNET InternationalSeattle, WA, US
Full-time
Quick Apply

CIeNET is seeking a Senior Full Stack Software Developer to design, develop, and enhance a suite of web-based business applications.In this role, you will work closely with customer stakeholders, p... Show more

Frontend Developer - Remote

YO AI LabsSeattle, WA, USA
Remote
Full-time
Quick Apply

AI training project by creating reinforcement learning environments that evaluate AI models on complex software engineering tasks using.You will design reproducible environments, deterministic veri... Show more

Application Developer

Central Business Solutions, IncRedmond, Washington, United States
Full-time

As a Mid-Level Application Developer, you will be responsible for developing and maintaining ASP.You will work closely with the project team to ensure timely delivery of high-quality software solut... Show more

Marketo Developer

Apptad IncRedmond, WA, United States
Full-time
Quick Apply

Job Description:</b></p> <p> </p> <ul> <li>We are looking for a Marketing Technology Developer with strong technical experience in Adobe Marketo Engage.This rol... Show more

Principal Software Developer

OracleSeattle, Washington, US
Full-time

The Oracle Cloud Infrastructure (OCI) team can provide you the opportunity to build and operate a suite of massive scale, integrated cloud services in a broadly distributed, multi-tenant cloud envi... Show more

Developer III

PDS Inc, LLCSeattle, WA, US
$80.00–$84.00 hourly
Full-time
Quick Apply

Anaplan experience is the primary requirement.Looking for someone with Level 3 – Solution Architecture Certification.Year Experience working with cross functional teams.Experience with program... 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

 • New!

Web Content Strategy and Digital Experience Director

University Of WashingtonSeattle, WA, United States
$120,000.00 yearly
Full-time +1

Content And Digital Experience Director.UW Medicine has an outstanding opportunity for a Content and Digital Experience Director to join their team.Reporting to the Assistant Vice President, Digita... Show more

Web Operations & Program Management Lead

MicrosoftRedmond, WA, United States
Full-time

Web Operations And Program Management Lead.Microsoft's mission is to empower every person and every organization on the planet to achieve more.In Consumer Marketing, we bring that mission to life b... Show more

Web Operations Manager, Amazon Leo, Amazon Leo

AmazonBellevue, WA, United States
Permanent

Web Content Operations Manager.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 net... 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.