2

Remote Machine Learning Compiler Engineer Jobs in Connecticut

Python Tutor

Norwalk, CT ยท Remote

$18 - $40/hr

Emphasizes readable, maintainable code and connects Python to machine learning, web scraping, scientific computing, and DevOps applications. * Curriculum Awareness & Adaptive Instruction: Familiar ...

Python Tutor

Bridgeport, CT ยท Remote

$18 - $40/hr

Emphasizes readable, maintainable code and connects Python to machine learning, web scraping, scientific computing, and DevOps applications. * Curriculum Awareness & Adaptive Instruction: Familiar ...

Python Tutor

Hartford, CT ยท Remote

$18 - $40/hr

Emphasizes readable, maintainable code and connects Python to machine learning, web scraping, scientific computing, and DevOps applications. * Curriculum Awareness & Adaptive Instruction: Familiar ...

Python Tutor

New Haven, CT ยท Remote

$18 - $40/hr

Emphasizes readable, maintainable code and connects Python to machine learning, web scraping, scientific computing, and DevOps applications. * Curriculum Awareness & Adaptive Instruction: Familiar ...

Python Tutor

Stamford, CT ยท Remote

$18 - $40/hr

Emphasizes readable, maintainable code and connects Python to machine learning, web scraping, scientific computing, and DevOps applications. * Curriculum Awareness & Adaptive Instruction: Familiar ...

Strong programming skills in Python, R, SQL, or similar tools. * Hands-on experience with machine learning frameworks such as Scikit-learn, TensorFlow, or PyTorch. * Experience developing predictive ...

Data Engineer II - Snowflake, dbt, AWS

Hartford, CT ยท On-site +1

$126K - $208K/yr

As a Data Engineer, you will play a key role in growing and transforming our analytics landscape ... Machine Learning and business intelligence/insights. What Will You Do? * Build and operationalize ...

Jr. Systems Engineer - Hybrid

Stamford, CT ยท On-site +1

$55K - $75K/yr

... learning and accelerated technical growth. This role will provide direct support to client users ... Provide onsite and remote IT support to client users. * Troubleshoot and resolve desktop, software ...

Linear Algebra Tutor

Stamford, CT ยท Remote

$18 - $40/hr

... data science, engineering, and advanced mathematics. * Conceptual Teaching & Problem-Solving ... machine learning, and quantum mechanics applications. * Curriculum Awareness & Adaptive Instruction:

Linear Algebra Tutor

Bridgeport, CT ยท Remote

$18 - $40/hr

... data science, engineering, and advanced mathematics. * Conceptual Teaching & Problem-Solving ... machine learning, and quantum mechanics applications. * Curriculum Awareness & Adaptive Instruction:

Linear Algebra Tutor

Norwalk, CT ยท Remote

$18 - $40/hr

... data science, engineering, and advanced mathematics. * Conceptual Teaching & Problem-Solving ... machine learning, and quantum mechanics applications. * Curriculum Awareness & Adaptive Instruction:

Showing results 41-60

Remote Machine Learning Compiler Engineer information

What is a remote machine learning compiler engineer?

A Remote Machine Learning Compiler Engineer is a software engineer who specializes in developing and optimizing compilers specifically for machine learning workloads, while working from a remote location. Their primary responsibilities include designing and implementing compiler features that translate machine learning models into efficient code for various hardware platforms, such as CPUs, GPUs, or specialized accelerators. They collaborate closely with machine learning researchers, hardware engineers, and software developers to ensure high performance and compatibility. In addition to strong programming skills, they typically require expertise in compiler theory, machine learning frameworks, and hardware architectures. This role allows for flexible, location-independent work while contributing to cutting-edge AI technologies.

How does a remote machine learning compiler engineer typically collaborate with cross-functional teams to optimize model deployment?

As a Remote Machine Learning Compiler Engineer, you will frequently collaborate with data scientists, hardware engineers, and software developers to ensure that machine learning models are efficiently compiled and deployed on target platforms. Communication often takes place through virtual meetings, code reviews, and shared documentation tools. You'll be responsible for translating research models into optimized code, troubleshooting performance bottlenecks, and integrating feedback from various stakeholders. Effective teamwork is crucial, as the success of deployments often depends on iterative feedback and close alignment with both the ML research and hardware teams.

What are the key skills and qualifications needed to thrive as a remote machine learning compiler engineer, and why are they important?

To thrive as a Remote Machine Learning Compiler Engineer, you need a strong background in computer science, proficiency in programming languages like C++ and Python, and expertise in compiler theory and machine learning frameworks. Familiarity with ML compilers such as TVM or XLA, and experience using version control and CI/CD systems are commonly required, along with a relevant bachelor's or master's degree. Outstanding problem-solving, collaboration, and communication skills are essential for working effectively in distributed teams and across technical domains. These skills and qualities enable the development of efficient, scalable ML solutions that bridge software and hardware, ensuring high performance and innovation.

What is the difference between Remote Machine Learning Compiler Engineer vs Remote Data Scientist?

AspectRemote Machine Learning Compiler EngineerRemote Data Scientist
Required CredentialsBachelor's or Master's in Computer Science, Software Engineering, or related fields; knowledge of compiler design and ML frameworksBachelor's or Master's in Data Science, Statistics, or related fields; proficiency in programming, statistics, and data analysis
Work EnvironmentPrimarily software development, compiler optimization, and ML model deploymentData analysis, model building, and interpretation of results
Industry UsageTech companies, AI startups, hardware firms focusing on ML hardware accelerationTech, finance, healthcare, and research organizations

While both roles involve working with machine learning, the Remote Machine Learning Compiler Engineer focuses on developing and optimizing compilers for ML models, whereas the Remote Data Scientist concentrates on analyzing data and building predictive models. The roles share some technical skills but differ in their core responsibilities and work environments.

What are popular job titles related to Remote Machine Learning Compiler Engineer jobs in Connecticut?

For Remote Machine Learning Compiler Engineer jobs in Connecticut, the most frequently searched job titles are:

What cities in Connecticut are hiring for Remote Machine Learning Compiler Engineer jobs?

Cities in Connecticut with the most Remote Machine Learning Compiler Engineer job openings:

Software Engineer - Senior

West Coast Consulting

Westbrook, CT โ€ข On-site, Remote

$55 - $60/hr

Full-time

Posted 28 days ago


Job description

Job Description Location: Hybrid in Westbrook, CT or Remote - EST Job Description: Responsibilities: Your primary focus: Predicate & invariant framework for data contracts - the core of the role. Design and implement declarative contract classes that attach to Python methods (design-by-contract decorators - no relation to the ML data annotations below) and trigger verification of the code inside, using AST-level analysis. Predicates enforce data contracts: they state what a method must guarantee about the data it produces or consumes, and the verifier checks the implementation against those statements.

Invariants constrain evolution: they state properties of the codebase that must survive change, so that modifications - human- or AI-authored - that would break them fail at verification time, not in production. You'll shape the vocabulary of predicates and invariants together with the architect, build the verifier and its diagnostics, and make violation messages clear enough that they teach the contract they enforce. Your secondary focus: Annotation data platform evolution.

Extend a shipped canonical schema (Avro) and adapter layer that normalize ML annotation data from multiple commercial labeling platforms into a shared representation. Add adapters for new platforms, evolve the schema under a versioned spec and ADR process, and keep validation utilities and Python typing overlays in sync with the schema. Design and implement the predicate/invariant framework: contract classes, the AST-based verifier, and CI integration.

Turn abstract contract concepts into APIs and diagnostics that working engineers adopt willingly - making the ideas graspable is part of the job, not an afterthought. Extend and evolve schemas, adapters, and validation layers for the annotation platform under its established change process. Investigate verification and validation failures and determine whether the fix belongs in the contract, the code, or the source system, documenting your reasoning.

Document the framework thoroughly and transfer knowledge continuously - by the end of the engagement, the team must be able to own and extend it without you. Work closely with a senior architect on initial designs, then independently own implementation in your areas. Qualifications: We're flexible on background, but you should be able to demonstrate: Comfort with formal and abstract structures - logic, type systems, program analysis, algebraic thinking - demonstrated by working software you built from them.

Vision and execution together; neither alone is enough. Deep production Python: decorators, descriptors, metaclasses, type hints, and the standard library. Strong analytical reasoning: comfort working from ambiguous or underspecified ideas and finding structure.

Ability to communicate technical ideas clearly in writing (design docs, code reviews, documentation, async messaging). Independence in scoping and delivering work, with the judgment to escalate complex design questions. Bonus Qualifications: A computer-science degree, or any particular number of years of experience.

Prior data engineering or ML experience (the role is adjacent to ML, not part of model training). Experience with our exact stack (Avro, Databricks, Spark, dbt, etc. can be learned on the job).

Experience in any of these areas is a genuine plus: Contracts and verification Design-by-contract tooling (icontract, deal, Eiffel, JML, Dafny) or other program-verification exposure. Property-based testing (Hypothesis or similar). Code-as-data work Parsing or analyzing source code (Python ast / libcst, tree-sitter, or equivalents); codemods; mypy plugins or typing internals.

Code generation, templating, or compiler back-ends - especially if you've maintained a code generator in production. Rule and constraint systems DSLs, OPA/Rego, rule engines, or knowledge-representation/constraint languages (OWL, RDF, SHACL, Datalog). Translating declarative business rules into executable validation logic.

Schema and validation tooling Avro, JSON Schema, OpenAPI/Swagger, LinkML, CUE, or similar; Pydantic, Marshmallow, or attrs with validators. What success looks like: In your first 30 days, you'll internalize the contract model and the platform's spec/ADR process, and ship a first working predicate end-to-end - decorator, verification, diagnostics. By 90 days, the framework core will be enforcing real data contracts in CI on at least one system, and teammates will be writing predicates without your help.

By end of term, the framework will be documented, adopted, and owned by the team; invariants will be guarding codebase evolution; and the extension conversation will be about what to build next, not whether it worked.