高级软件工程师
Greentown Labs
公司概况
他们的工作
Greentown Labs 是一家领先的气候科技孵化器,专注于促进电力、建筑、交通、农业和制造等各个领域的创新。该组织提供共享的原型设施,而不是开发自己的技术,这使得早期气候科技初创企业能够在支持性环境中蓬勃发展。Greentown Labs 拥有10万平方英尺的实验室空间,提供湿实验室、机械车间、电子实验室和环境测试室等基本资源,以满足其成员初创企业的独特需求(来源: climatebase.org)。孵化器还为450多名企业家提供办公空间和可容纳500人的活动空间,确保初创企业能够获得成功所需的工具和设施(来源: greentownlabs.com)。Greentown Labs 建立了一个策划的生态系统,促进合作、指导和投资者介绍,这对硬件聚焦的初创企业的成长至关重要。
项目与业绩
虽然 Greentown Labs 并不直接执行项目,但它在帮助其成员初创企业实现重大里程碑方面发挥了关键作用。显著的影响包括原始租户 Promethean Power Systems 的成功,该公司开发了离网制冷解决方案,受益于印度超过17,000名农村农民,在孵化器进行原型开发后(来源: news.mit.edu)。到2018年,成员初创企业共创造了超过1,000个就业机会,并筹集了3.4亿美元,展示了孵化器在培育创新方面的有效性。根据最近的统计,Greentown Labs 已支持超过360家初创企业,筹集超过15亿美元的资金,显示出其对气候科技领域的重大影响(来源: climatebase.org)。孵化器的持续努力专注于接待当前的早期公司,并扩大其设施以满足对气候科技创新日益增长的需求。
近期发展
在过去两年中,Greentown Labs 并未宣布任何重大合同、收购或融资轮,重点仍然放在历史里程碑上,例如2018年全球清洁技术创新中心的开幕和2021年工具车间的建立(来源: greentownlabs.com)。该组织继续保持北美最大的气候科技孵化器的地位,成员初创企业共筹集了15亿美元,这突显了 Greentown Labs 在气候科技领域的持续相关性和影响力(来源: climatebase.org)。尽管最近没有记录具体的奖项或认证,但孵化器作为气候科技创新领导者的声誉依然强大。
在这里工作
Greentown Labs 提供多种支持其孵化器运营的职位,包括原型实验室、活动、合作伙伴关系、招聘和管理等职位。该组织由首席执行官 Emily Reichert 领导,拥有一支专业的员工团队,自成立以来显著扩大了组织规模(来源: news.mit.edu)。职位空缺主要位于索默维尔和休斯顿校区,招聘咨询请发送至 [email protected]。公司文化强调合作、社区和创业精神,这源于创始人共同的经历和挑战。这种文化营造了一个专业的环境,在这里知识共享、投资者介绍和团队成员之间的友谊被高度重视(来源: greentownlabs.com)。
最后更新于 2月 23, 2026 | 报告问题
Job Description
Titan Advanced Energy Solutions, headquartered in Salem, MA, develops revolutionary, ultrasound-based battery cell inspection systems for gigafactories. Using non-destructive, high-resolution, high-speed ultrasound technology, Titan's IonSight analyses cell morphology to detect critical manufacturing anomalies, directly addressing safety concerns and improving processes.
Located in Salem, MA, Titan's innovative strides have been recognized with numerous awards and funding from multi-national corporate investment groups, venture capital and top clean energy programs and institutions, including Greentown Labs, the Massachusetts Clean Energy Center (MassCEC) and the Department of Energy. Growing and poised to continue their positive momentum, this is an exciting time to join the Titan team!
We are looking for a Senior Software Engineer to join our innovative and dynamic team. Our mission is to propel the shift toward world electrification and decarbonization by scaling battery manufacturing technology more efficiently.
Summary
The Sr. Software Engineer will own end-to-end delivery across AWS infrastructure, CI/CD, backend services, and a TypeScript/React web application. You will also shape how that software runs in two very different places: in the cloud, and on-prem at the edge on a customer's factory floor, from the same codebase. A scan takes about a second and produces hundreds of thousands of data points, so how that data moves, queues, and gets processed is an architectural problem as much as an application one. You'll build new product areas and improve reliability, security, and developer velocity.
What you'll do
- Design, implement, and operate AWS infrastructure using IaC (we use Terragrunt/Terraform): VPC/networking, IAM, ECS/Fargate, ALB, WAF, RDS/Aurora Postgres, S3, CloudWatch, Route53/ACM, and application auth (we use Clerk).
- Architect for dual deployment: the same product delivered as a cloud service and as an on-prem/edge install, with the packaging, configuration, update, and observability story that makes both dependable.
- Design the path data takes from the scanner to the customer: messaging and event-driven patterns (we use RabbitMQ), queuing, backpressure, and asynchronous processing of high-volume scan data.
- Model, store, and serve the time-series data coming off live scans: continuous ingest, retention and down-sampling, streaming results to the application in real time, and query performance that holds as sites and history accumulate.
- Own CI/CD in GitHub Actions: build/test pipelines, container build/publish, environment deployments, on-prem release artifacts, and release/versioning automation.
- Build backend APIs in Python (FastAPI): async patterns, Postgres data modeling, migrations, and production-grade observability and error handling.
- Build frontend features in React/TypeScript with server-side rendering: routing, data loading and mutations, component patterns, and secure integrations with backend and AWS services.
- Apply AI and LLM capabilities where they earn their place, both in the product and in how we build: retrieval over inspection data, natural-language access to results, and agentic tooling for internal workflows.
- Lead architecture and execution: break down ambiguous work, drive cross-cutting improvements (performance/security/cost), review code, and mentor engineers.
- Partner with the Machine Learning team, who own the models and ML pipelines, and provide the platform, edge runtime, transport, and application those models run on.
Required skills
- Strong AWS experience in production and comfort operating distributed systems.
- Infrastructure-as-code experience, such as Terragrunt/Terraform.
- Ownership of the architecture of a non-trivial distributed system: the trade-offs, the failure modes, and how the design evolved as load and deployments grew.
- Messaging and event-driven systems with asynchronous processing at volume, such as RabbitMQ: exchanges and queues, worker patterns, idempotency, retries and dead-lettering, and backpressure.
- Strong TypeScript and React experience; server-side rendering experience, such as Next.js, preferred.
- Experience with time-series data and live streaming: a purpose-built time-series store, real-time delivery to clients (WebSockets or SSE), and handling sustained high-rate ingest.
- Strong Python backend experience (FastAPI or similar) with relational databases (Postgres) and migrations.
- Docker/container workflows, CI/CD ownership, and secure auth fundamentals (JWT/OIDC, RBAC/scopes).
- Practical experience building on AI/LLM APIs, with a clear sense of where they help and where they do not.
Nice to have
- Edge or on-prem delivery: shipping software onto hardware you do not control, with constrained networking, offline operation, and remote update.
- Deep AWS security/operations: WAF hardening, least-privilege IAM, secrets management, audit readiness.
- Multi-environment and multi-tenant deployment experience.
- Experience integrating managed ML/inference services (e.g., SageMaker/Triton) and handling data-heavy workflows.
- Industrial, manufacturing, or IoT settings where software meets physical equipment.
- Startup experience, and comfort in a small team where scope is broad and priorities move.
Personal Values
- Bias to action, self-motivated and entrepreneurial spirit
- Attention to detail, effective time management, and pride in work
- Dependable, trustworthy, empathetic & full of integrity
- Strong collaborative communication skills; able to build consensus internally and externally
Seniority level
Mid-Senior level
Employment type
Full-time
Job function
Engineering and Information Technology
Industries
Climate Technology Product Manufacturing
立即申请
职位已过期?请告知 Greentown Labs 您是在 Rejobs 上找到这份工作的。这有助于我们发展,并让更多人进入可再生能源行业。
立即申请
职位已过期?请告知 Greentown Labs 您是在 Rejobs 上找到这份工作的。这有助于我们发展,并让更多人进入可再生能源行业。
获取职位提醒
获取 皮博迪,美国 地区的职位提醒
加入人才库
让顶尖清洁能源雇主找到你
职位详情
2026年9月1日
2026年9月2日
全职
现场
非营利
- 皮博迪,美国
Mid-Senior level
UTC-05:00