These inference systems offer significant performance and efficiency gains over traditional GPU-based systems, delivering advantages in both performance per dollar and performance per watt.Positron...Show moreLast updated: 7 days ago
Geographic Sales Engineer
Schneider ElectricSpokane, WA, US
Full-time
The compensation range for this full-time position applies to candidates located within the United States.Our salary ranges are determined by reviewing roles of similar responsibility and level.Wit...Show moreLast updated: 2 days ago
Promoted
Field Applications Engineer
CienaVeradale, WA, United States
Full-time
As the global leader in high-speed connectivity, Ciena is committed to a people-first approach.Our teams enjoy a culture focused on prioritizing a flexible work environment that empowers individual...Show moreLast updated: 7 days ago
Project Engineer (Rail Project Engineer)
Trilon GroupSpokane, Washington, US
Full-time
Quick Apply
At Horrocks, we believe the best work comes from companies with values, that our people are our greatest resource, and that we have a responsibility to the communities where we live and work.We are...Show moreLast updated: 30+ days ago
Electronic Engineer
AZAD Technology PartnersSpokane, WA, US
Full-time
Join AZAD as an Electronics Engineer in the Operations Technology, Control Center Communications Operations organization in the Information Services business line.This position works within a team ...Show moreLast updated: 30+ days ago
Promoted
Sales Engineer
AIR Control ConceptsSpokane, WA, United States
Full-time
A member of the AIR Control Concepts family.Dorse and Company represents the leading manufacturers in the air movement industry in Washington State.We specialize in supplying our customers with hig...Show moreLast updated: 7 days ago
Remote Software Engineer - AI Trainer ($100-$160 per hour)
MercorSpokane, Washington, US
Remote
Part-time
Mercor is hiring **Software Engineers** on behalf of a leading AI Lab building scalable systems to power the next generation of **intelligent, autonomous agents**.This role sits at the intersection...Show moreLast updated: 5 days ago
Promoted
Senior Software Engineer, Windows/Desktop Applications - Spokane Valley, USA
SpeechifySpokane Valley, WA, United States
Full-time
The mission of Speechify is to make sure that reading is never a barrier to learning.Over 50 million people use Speechify's text-to-speech products to turn whatever they're reading - PDFs, books, G...Show moreLast updated: 3 days ago
Promoted
Facilities Engineer
Providence ServiceSpokane, WA, United States
Full-time
Provides maintenance on all mechanical/electrical systems except that equipment designated Bio-Medical.Also operates and maintains, one or more gas/oil fired high pressure boilers and associated au...Show moreLast updated: 1 day ago
Promoted
Manufacturing Engineer I
AmphenolLiberty Lake, WA, United States
Full-time
Amphenol Network Solutions, headquartered in Liberty Lake, WA is a division of Amphenol Corporation, based in Wallingford, CT.Amphenol is one of the largest manufacturers of interconnect products i...Show moreLast updated: 1 day ago
Promoted
Software Engineer II
OpenEyeLiberty Lake, WA, United States
Full-time
Software Engineer II - Apex Server.OpenEye, the cloud video platform company, is seeking a Software Engineer II to join our growing Apex team.If you thrive in an innovative, collaborative, and casu...Show moreLast updated: 5 days ago
Senior AI/ML Software Engineer
MaximusSpokane, WA, US
Permanent
Essential Duties and Responsibilities: - Lead, develop, collaborate, and advance the applied and responsible use of AI, ML, mathematical, and data science solutions throughout the enterprise by fin...Show moreLast updated: 4 days ago
Promoted
Project Engineer
Coast2Coast Staffing, Inc.Spokane, WA, United States
Full-time
C2C is a reputable national staffing company known for delivering high-quality electrical solutions to commercial and industrial clients.With a focus on precision and expertise, we pride ourselves ...Show moreLast updated: 7 days ago
Promoted
junior data engineer/Data scientist/Java developer
SynergisticITSpokane, WA, United States
Full-time
No Responses to Applications? Make Recruiters Notice You.If your applications disappear into a black hole, you're experiencing the modern hiring funnel.Most resumes never reach a hiring manager.The...Show moreLast updated: 7 days ago
Promoted
Senior Civil Engineer
JacobsSpokane, WA, United States
Full-time
What we do is more than building roads, we work every day to make the world better for everyone.If you want to join a company invested in you, your success and the global community, join us as a Se...Show moreLast updated: 1 day ago
New!
Junior Software Engineer/Remote
SynergisticitSpokane
Remote
Full-time
Since 2010 and almost 14 years SynergisticIT has helped jobseekers get employed in the tech job market by providing candidates the requisite skills, experience, and technical competence to outperfo...Show moreLast updated: 19 hours ago
Promoted
Electronic Engineer
AzadSpokane, WA, United States
Full-time
Join AZAD as an Electronics Engineer in the.Operations Technology, Control Center Communications Operations.Information Services business line.This position works within a team and provides enginee...Show moreLast updated: 8 days ago
Promoted
Hydraulic Structures Engineer
CDM SmithSpokane, WA, United States
Full-time
CDM Smith is a multi-discipline engineering and architectural firm.Our firm is responsible for large-scale flood protection projects, water supply, water and wastewater plant design, transit facili...Show moreLast updated: 8 days ago
Promoted
Senior Geotechnical Engineer
GeoEngineersSpokane, WA, United States
Full-time
As a Senior Geotechnical Engineer, you will play a key role in managing exciting and technically challenging projects ranging from major highway improvements to substations, transmission lines and ...Show moreLast updated: 1 day ago
Positron.ai specializes in developing custom hardware systems to accelerate AI inference. These inference systems offer significant performance and efficiency gains over traditional GPU-based systems, delivering advantages in both performance per dollar and performance per watt. Positron exists to create the world's best AI inference systems.
We are seeking a Senior Software Engineer to contribute to the development of high-performance software that powers execution of open-source large language models (LLMs) on our custom appliance. This appliance leverages a combination of FPGAs and x86 CPUs to accelerate transformer-based models. The software stack is written primarily in modern C++ (C++17/20) and heavily relies on templates, SIMD optimizations, and efficient parallel computing techniques.
Key Areas of Focus & Responsibilities
Design and implement high-performance inference software for LLMs on custom hardware.
Develop and optimize C++-based libraries that efficiently utilize SIMD instructions, threading, and memory hierarchy.
Work closely with FPGA and systems engineers to ensure efficient data movement and computational offloading between x86 CPUs and FPGAs.
Optimize model execution via low-level optimizations, including vectorization, cache efficiency, and hardware-aware scheduling.
Contribute to performance profiling tools and methodologies to analyze execution bottlenecks at the instruction and data flow levels.
Apply NUMA-aware memory management techniques to optimize memory access patterns for large-scale inference workloads.
Implement ML system-level optimizations such as token streaming, KV cache optimizations, and efficient batching for transformer execution.
Collaborate with ML researchers and software engineers to integrate model quantization techniques, sparsity optimizations, and mixed-precision execution.
Ensure all code contributions include unit, performance, acceptance, and regression tests as part of a continuous integration-based development process.
Required Skills & Experience
7+ years of professional experience in C++ software development, with a focus on performance-critical applications.
Strong understanding of C++ templates and modern memory management.
Hands-on experience with SIMD programming (AVX-512, SSE, or equivalent) and intrinsics-based vectorization.
Experience in high-performance computing (HPC), numerical computing, or ML inference optimization.
Experience with ML model execution optimizations, including efficient tensor computations and memory access patterns.
Knowledge of multi-threading, NUMA architectures, and low-level CPU optimization.
Proficiency with systems-level software development, profiling tools (perfetto, VTune, Valgrind), and benchmarking.
Experience working with hardware accelerators (FPGAs, GPUs, or custom ASICs) and designing efficient software-hardware interfaces.
Preferred Skills (Nice to Have)
Familiarity with LLVM/Clang or GCC compiler optimizations.
Experience in LLM quantization, sparsity optimizations, and mixed-precision computation.
Knowledge of distributed inference techniques and networking optimizations.
Understanding of graph partitioning and execution scheduling for large-scale ML models.
Why Join Us?
Work on a cutting-edge ML inference platform that redefines performance and efficiency for LLMs.
Tackle challenging low-level performance engineering problems in AI and HPC.
Collaborate with a team of hardware, software, and ML experts building an industry-first product.
Opportunity to contribute to and shape the future of open-source AI inference software.