1

Math Internship Jobs in Beaverton, OR (NOW HIRING)

BASIC QUALIFICATIONS - 3+ years of non-internship professional software development experience - 2+ ... Mathematics, or a related field - Experience programming with at least one software programming ...

Engineering Intern I

Vancouver, WA ยท On-site

$17.25/hr

Comfortable with basic math, record-keeping, and inventory-related tasks. * Ability to use (and ... Opportunity to return for future internships based on performance * A collaborative team ...

... experience, internship experience and / or schoolwork/classes/research. The preferred ... Mathematics, or in a STEM-related field. * 6+ years of industry experience in one or more of the ...

Engineering Intern I

Vancouver, WA ยท On-site

$17.25/hr

Comfortable with basic math, record-keeping, and inventory-related tasks. * Ability to use (and ... Opportunity to return for future internships based on performance * A collaborative team ...

Engineering Intern I

Vancouver, WA ยท On-site

$17.25/hr

Comfortable with basic math, record-keeping, and inventory-related tasks. * Ability to use (and ... Opportunity to return for future internships based on performance * A collaborative team ...

D. degree in Mathematics, Physics, Computer Science, or a relevant STEM field. * 5+ years of ... internship experiences and/or schoolwork/classes/research. Job Type:Experienced Hire Shift:Shift 1 ...

Showing results 21-40

Math Internship information

See Beaverton, OR salary details

$12

$20

$35

How much do math internship jobs pay per hour?

As of Aug 21, 2026, the average hourly pay for math internship in Beaverton, OR is $20.12, according to ZipRecruiter salary data. Most workers in this role earn between $16.01 and $22.50 per hour, depending on experience, location, and employer.

What is a math internship?

A math internship is a temporary position that allows students or recent graduates to gain practical experience by applying mathematical concepts and skills in a real-world setting. These internships often involve working on projects related to data analysis, research, statistical modeling, or problem solving in industries such as finance, engineering, technology, or academia. Math internships provide valuable opportunities to learn from professionals, build a network, and enhance a resume, all while exploring potential career paths in mathematics.

What types of projects or tasks can I expect to work on during a math internship?

As a Math Intern, you'll typically engage in a variety of analytical tasks such as data analysis, statistical modeling, and assisting with research projects. Depending on the organization, you might work on real-world problems like optimizing processes, interpreting large datasets, or supporting ongoing studies with mathematical computations. Interns often collaborate with experienced mathematicians, data analysts, and other team members, which provides valuable opportunities to learn industry-standard tools and methodologies. These experiences help build both technical and professional skills, laying a strong foundation for future career growth.

What are the key skills and qualifications needed to thrive as a math intern, and why are they important?

To thrive as a Math Intern, you need a strong grasp of mathematical concepts, analytical thinking, and problem-solving abilities, often supported by coursework in mathematics or related fields. Familiarity with data analysis tools (like Excel, MATLAB, or Python), and statistical software is typically required. Strong communication, teamwork, and a willingness to learn help you stand out in collaborative, project-based environments. These skills are crucial for effectively contributing to real-world projects, interpreting data, and supporting more experienced professionals in the field.

What is the difference between Math Internship vs Data Analyst?

AspectMath InternshipData Analyst
Required CredentialsTypically pursuing or recent graduate in Mathematics, Statistics, or related fieldsBachelor's degree in Mathematics, Statistics, Computer Science, or related fields
Work EnvironmentInternship programs in corporate, research, or academic settingsFull-time roles in corporate, finance, tech, or healthcare industries
Employer & Industry UsageEducational institutions, research labs, companies offering internship programsBusinesses analyzing data to inform decisions, improve processes, or develop products

Math internships are typically short-term, entry-level opportunities for students or recent graduates to gain practical experience in mathematical applications. Data analysts are full-time professionals responsible for interpreting data, creating reports, and supporting business decisions. While both roles require strong math skills, internships focus on learning and exposure, whereas data analyst roles involve ongoing responsibilities in data management and analysis.

What internships can I get with a math internship?

A math internship can lead to internships in data analysis, finance, actuarial science, software development, and research roles that require strong quantitative and problem-solving skills. These positions often involve working with statistical tools, programming languages like Python or R, and may require a background in mathematics or related fields.

What are the most commonly searched types of Math jobs in Beaverton, OR?

The most popular types of Math jobs in Beaverton, OR are:

What job categories do people searching Math Internship jobs in Beaverton, OR look for?

The top searched job categories for Math Internship jobs in Beaverton, OR are:

What cities near Beaverton, OR are hiring for Math Internship jobs?

Cities near Beaverton, OR with the most Math Internship job openings:

Infographic showing various Math Internship job openings in Beaverton, OR as of August 2026, with employment types broken down into 73% Full Time, 23% Part Time, 1% Temporary, 2% Contract, and 1% Nights. Highlights an 97% Physical, and 3% Remote job distribution, with an average salary of $41,860 per year, or $20.1 per hour.

Software Development Engineer, Kiro Web

Socket.dev

Portland, OR โ€ข On-site

$144 - $194/hr

Other

Medical, Dental, Vision, Life, Retirement, PTO

Posted 3 days ago

New


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. If you have a disability and need a workplace accommodation or adjustment during the application and hiring process, including support for the interview or onboarding process, please visit https://amazon.jobs/content/en/how-we-hire/accommodations for more information. If the country/region youโ€™re applying in isnโ€™t listed, please contact your Recruiting Partner.

The base salary range for this position is listed below. Your Amazon package will include sign-on payments and restricted stock units (RSUs). Final compensation will be determined based on factors including experience, qualifications, and location. Amazon also offers comprehensive benefits including health insurance (medical, dental, vision, prescription, Basic Life & AD&D insurance and option for Supplemental life plans, EAP, Mental Health Support, Medical Advice Line, Flexible Spending Accounts, Adoption and Surrogacy Reimbursement coverage), 401(k) matching, paid time off, and parental leave. Learn more about our benefits at https://amazon.jobs/en/benefits.

USA, OR, Portland - 143,700.00 - 194,400.00 USD annually

#J-18808-Ljbffr