דרושים » הנדסה » Staff Software Engineer

משרות על המפה
 
בדיקת קורות חיים
VIP
הפוך ללקוח VIP
רגע, משהו חסר!
נשאר לך להשלים רק עוד פרט אחד:
 
שירות זה פתוח ללקוחות VIP בלבד
AllJObs VIP
כל החברות >
סגור
דיווח על תוכן לא הולם או מפלה
מה השם שלך?
תיאור
שליחה
סגור
v נשלח
תודה על שיתוף הפעולה
מודים לך שלקחת חלק בשיפור התוכן שלנו :)
21/08/2026
חברה חסויה
Location: Tel Aviv-Yafo
Job Type: Full Time
LLM optimization is a young field with no settled playbook, so the optimizations you invent here are genuinely new - and they ship into production, not a paper. And they matter: real enterprises run enormous volumes of LLM traffic and feel every wasted token, so the work you do lands on live customer requests and solves a problem they actually have. It's about as close to the frontier, and as close to the product, as engineering gets.

03What you'll do
Invent and ship optimizations. Design new strategies across every layer of a request - prompt and context compression, tool pruning, file and dev-command trimming, semantic caching, cache-prefix stabilization - and take them all the way to the hot path. Each one has to cut tokens on real traffic without degrading output.
Prove every win. Build the evals and the token/quality instrumentation that separate a genuine saving from a plausible-sounding one. An optimization only ships when the numbers back it.
Live in the caching trade-offs. Provider prompt caches only pay off on byte-stable prefixes, and a naive rewrite can cost more than it saves. Knowing exactly when an optimization actually wins - deterministic transforms, per-session decision pins, semantic dedup - is a lot of the job.
Build and own the gateway that runs them. The real-time proxy that carries production LLM traffic - streaming, retries, backpressure - executing every optimization on the live request path.
Keep it fast and deploy anywhere. Defend a tight latency budget on the hot path, and package the whole thing so it installs cleanly into any customer's cloud - AWS, GCP, Azure, containers, Kubernetes - and upgrades without drama.
Own systems end to end. From first commit to code serving live customer traffic - plus the spend-visibility and governance product built on top - with a direct line to the founders.
Requirements:
You've built and run backend or infrastructure systems in production, owned them end to end, and care about latency, correctness, and observability.
You're comfortable in the request hot path - concurrency, streaming, tail latency, and failure modes are things you reason about by default.
You've shipped to cloud environments and can build something that installs cleanly in someone else's.
You're strong in TypeScript/Node, which is our stack, or fluent enough in a systems language that picking it up is quick.
You already build AI-native - coding agents and LLM tooling are part of how you ship.
You understand, or want to go deep on, LLMs, tokens, and how model APIs actually behave.
This position is open to all candidates.
 
Hide
הגשת מועמדותהגש מועמדות
עדכון קורות החיים לפני שליחה
עדכון קורות החיים לפני שליחה
8791557
סגור
שירות זה פתוח ללקוחות VIP בלבד
משרות דומות שיכולות לעניין אותך
סגור
דיווח על תוכן לא הולם או מפלה
מה השם שלך?
תיאור
שליחה
סגור
v נשלח
תודה על שיתוף הפעולה
מודים לך שלקחת חלק בשיפור התוכן שלנו :)
21/08/2026
חברה חסויה
Location: Tel Aviv-Yafo
Job Type: Full Time
The role is simple to state and hard to do well: make that optimization save more tokens without ever costing output quality or breaking a provider's cache. It's a research-heavy engineering role - you form theories from real traffic and ship the ones that prove out on live customer requests.

Why this role
LLM optimization is a young field with no settled playbook, so the optimizations you invent here are genuinely new - and they ship into production, not a paper. And they matter: real enterprises run enormous volumes of LLM traffic and feel every wasted token, so the work you do lands on live customer requests and solves a problem they actually have. It's about as close to the frontier, and as close to the product, as engineering gets.
Requirements:
Strong engineering fundamentals, and the judgment to tell when something is actually correct, fast and safe rather than just green in CI.
A real research instinct. You're fine with ambiguity, you form theories and drop them when the data says no, and you'd rather be right than clever.
You already build AI-native. Coding agents and LLM pipelines are part of your day, and you've used them to do work that used to take a team.
You know LLMs at a low level: tokenization, context windows, how caching actually behaves, streaming, tool calls, and how the various providers bill.
Staff-level range. You've carried big, vague pieces of work on your own and shaped how a team builds.
This position is open to all candidates.
 
Show more...
הגשת מועמדותהגש מועמדות
עדכון קורות החיים לפני שליחה
עדכון קורות החיים לפני שליחה
8791558
סגור
שירות זה פתוח ללקוחות VIP בלבד
סגור
דיווח על תוכן לא הולם או מפלה
מה השם שלך?
תיאור
שליחה
סגור
v נשלח
תודה על שיתוף הפעולה
מודים לך שלקחת חלק בשיפור התוכן שלנו :)
לפני 2 שעות
חברה חסויה
Location: Tel Aviv-Yafo
Job Type: Full Time
We are looking for a Senior AI Engineer to design and build production-grade, LLM-powered systems. You'll work at the intersection of software engineering and applied AI - shipping agents, RAG pipelines, and tool-using systems that solve real problems at scale. This is a hands-on, high-ownership role for someone who thrives at the frontier of what's possible with modern LLMs and isn't afraid to write the glue, the infrastructure, and the prompts that make it all work.
This is a **cross-functional, company-wide role**. You won't be embedded in a single product team - instead, you'll partner with every department to identify high-leverage opportunities and build AI-powered tools and workflows that boost productivity and efficiency across the entire organization.
This is a great opportunity to be part of one of the fastest-growing infrastructure companies in history, an organization that is in the center of the hurricane being created by the revolution in artificial intelligence.
What You'll Do:
- Design, build, and operate LLM-powered applications, agents, and workflows end-to-end - from prototype to production.
- Architect retrieval, context engineering, and tool-use strategies that make models reliable, accurate, and cost-efficient.
- Integrate LLMs with internal services, third-party APIs, and data stores to automate complex business and engineering workflows.
- Build, evaluate, and continuously improve evaluation harnesses for non-deterministic systems.
- Collaborate closely with product, research, and platform teams to translate ambiguous problems into shipped capabilities.
- Stay ahead of the rapidly evolving LLM ecosystem (models, frameworks, agentic patterns) and bring the best ideas into our stack.
Requirements:
Engineering Foundations:
- Strong Python skills- you write clean, idiomatic, well-tested code and understand the language deeply.
- Hands-on experience using coding agents(Cursor, Claude Code, GitHub Copilot, or similar) to build complex software systems. You know how to delegate effectively to AI assistants and review their output critically.
- Experience with multiple database paradigms- both SQL (PostgreSQL, MySQL) and NoSQL (MongoDB, Redis, DynamoDB, or similar). You can choose the right tool for the job.
- Experience designing and integrating with third-party APIs- REST and gRPC. Comfortable building robust clients, handling auth, retries, rate limits, and schema evolution.
- Production experience with Docker and Kubernetes- containerizing services, writing manifests, and debugging deployments.
- Strong Linux fundamentals- confident in bash and the terminal; you can navigate, script, and troubleshoot a server without reaching for a GUI.
- Experience building cloud-native tools on AWS, GCP, or Azure (compute, storage, queues, serverless, IAM).
AI / LLM Expertise:
- Solid understanding of what an LLM is and how it works- tokenization, attention, context windows, sampling, and the practical implications of each for system design.
Strong grasp of modern patterns for integrating LLMs into real workflows, including RAG, MCP (Model Context Protocol), vector databases, agents, tool use, and context engineering- with hands-on experience building with several of them.
- Production experience implementing LLM-powered systems end-to-end, using relevant tools and frameworks (e.g. LangChain, LlamaIndex, LangGraph, Haystack, Pydantic AI, vector stores like Pinecone/Weaviate/pgvector, observability tools like LangSmith or Langfuse).
- Solid foundation in core ML concepts; embeddings, evaluation, overfitting, generalization, and how classical ML relates to and differs from modern LLM-based approaches.
Nice to Have:
- Experience fine-tuning or distilling open-source models.
- Contributions to open-source AI/ML projects.
- Experience with streaming, real-time systems, or low-latency inference.
- Familiarity with prompt evaluation frameworks and LLM-as-judge methodologies.
This position is open to all candidates.
 
Show more...
הגשת מועמדותהגש מועמדות
עדכון קורות החיים לפני שליחה
עדכון קורות החיים לפני שליחה
8805503
סגור
שירות זה פתוח ללקוחות VIP בלבד
סגור
דיווח על תוכן לא הולם או מפלה
מה השם שלך?
תיאור
שליחה
סגור
v נשלח
תודה על שיתוף הפעולה
מודים לך שלקחת חלק בשיפור התוכן שלנו :)
23/08/2026
Location: Tel Aviv-Yafo
Job Type: Full Time
We're backed by tier-1 global VCs, led by second-time founders, and moving fast because the problem demands it. There are no silos here. No "that's not my area." If it ships, you own it.
We're hiring a full-stack software engineer who wants end-to-end ownership - backend, frontend, infrastructure touchpoints, and AI-driven workflows.
If you're looking for narrow scope or strict boundaries, this is not the role. If you like building real systems and taking responsibility for outcomes, read on.
What you'll do:
Own systems end-to-end - infrastructure, pipelines, and their behavior in production
Run and evolve our cloud infrastructure - Kubernetes, Kafka, Terraform, GitOps (AWS today, multi-cloud ahead)
Build the data backbone - ingestion, streaming, and pipelines into our lakehouse that stay correct and affordable as volume grows
Build AI-native engineering workflows: Sandboxes and dev environments, Automated verification and guardrails, Feedback loops that keep quality up as output scales.
Build golden paths - repo to production without a human bottleneck
Use Claude / Codex / AI copilots as default tools - not optional helpers
Debug production issues across the stack (no handoffs)
Ship fast, learn fast, fix fast
Take responsibility for what you build - including after it's live
Requirements:
6+ years as a software engineer, with real infrastructure and platform ownership
You build systems, not just configure them
Deep Kubernetes: you've run production clusters and debugged them at 2am, not just deployed to them
Production experience with distributed data systems - Kafka or equivalent streaming, plus pipelines at meaningful scale
Infrastructure as Code fluency, Terraform specifically
Deep cloud experience - AWS, Azure, or GCP; networking, identity, and cost are things you actually think about
Daily, heavy usage of AI coding tools (Claude Code, Codex, Cursor - this is how we work)
High ownership, low ego, high output
Willing to work 5 days a week from our Tel Aviv office
This position is open to all candidates.
 
Show more...
הגשת מועמדותהגש מועמדות
עדכון קורות החיים לפני שליחה
עדכון קורות החיים לפני שליחה
8792616
סגור
שירות זה פתוח ללקוחות VIP בלבד
סגור
דיווח על תוכן לא הולם או מפלה
מה השם שלך?
תיאור
שליחה
סגור
v נשלח
תודה על שיתוף הפעולה
מודים לך שלקחת חלק בשיפור התוכן שלנו :)
6 ימים
חברה חסויה
Location: Tel Aviv-Yafo
Job Type: Full Time
A senior, hands-on engineer joining a small team that is already shipping a live platform. You own whole features end to end, from a rough problem to something running in production that a hospital relies on. You will not wait for a spec, and you help set the bar for how we build as we grow.
What you'll own
Whole feature verticals across frontend, backend, data, and cloud: the auditable AI record, the workflows around it, and the ingestion behind them.
The reliability of what you ship, including incidents on your own code.
Local architecture and tooling calls, made without escalating everything.
The engineering-quality bar a small team compounds on: review, testing, and the habits later hires inherit.
Requirements:
5 to 9 years shipping production software, with at least one seed to Series B stint where you owned a system end to end rather than a ticket queue.
Full-stack breadth over narrow depth. Modern TypeScript, React, Node, and a major cloud with containers. You are AI-native: you build, test, and ship with AI coding and agents, and stay in control of what you ship.
You scope your own work and have shipped where real users or revenue were on the line. Resume tell: employee #2 to #10 somewhere, "built X from scratch."
You can hold a conversation with hospital IT without hiding behind jargon.
Nice to have
Healthcare or health-tech exposure.
ML, data-pipeline, or model-monitoring experience.
Prior early-hire or founding-engineer experience.
This position is open to all candidates.
 
Show more...
הגשת מועמדותהגש מועמדות
עדכון קורות החיים לפני שליחה
עדכון קורות החיים לפני שליחה
8798798
סגור
שירות זה פתוח ללקוחות VIP בלבד
סגור
דיווח על תוכן לא הולם או מפלה
מה השם שלך?
תיאור
שליחה
סגור
v נשלח
תודה על שיתוף הפעולה
מודים לך שלקחת חלק בשיפור התוכן שלנו :)
03/08/2026
Location: Tel Aviv-Yafo
Job Type: Full Time
We're looking for a Senior Data Engineer to help build next-generation data platform - the lakehouse foundation that will power data processing across the entire product. This is not a "write pipelines on top of someone else's platform" role, and it's not a pure infrastructure role either. It's both, deliberately.

You'll own the platform end to end: the infrastructure it runs on (Spark on Kubernetes, Apache Iceberg, AWS Glue, Airflow), the frameworks and tooling that let dozens of other engineers build on it without reinventing the wheel, and the design of the data pipelines themselves. Everything you build becomes leverage for the teams around you - your abstractions, base images, CI/CD flows, and operational patterns are what make the platform usable at scale.

You'll also own one of the hardest ongoing trade-offs in a high-scale data platform: balancing cost and performance. Compute sizing, storage layout, partitioning and compaction strategy, job scheduling - every decision has a price tag and a latency profile, and you'll be the one making those calls with data.

This role is ideal for an engineer who is equally comfortable debugging a Spark executor OOM on Kubernetes at 10am, designing a clean Python framework API at noon, and modeling the cost impact of a table layout change in the afternoon.



What You'll Do

Platform & Infrastructure

- Design, deploy, and operate our Spark-on-Kubernetes compute platform, including autoscaling, resource tuning, and multi-tenancy considerations.

- Own the lakehouse storage layer built on Apache Iceberg and AWS Glue catalog - table design, partitioning, compaction, schema evolution, and retention.

- Build and operate orchestration on Airflow: DAG standards, deployment flows, environment promotion, and reliability.

- Own production operations of the platform: monitoring, alerting, incident response, and continuous hardening.

Frameworks & Developer Enablement

- Build the code frameworks, libraries, and templates that other engineers use to write pipelines - so that spinning up a new production-grade Spark job is measured in hours, not weeks.

- Define and enforce standards for pipeline structure, testing, observability, and deployment across teams.

- Own CI/CD for data workloads: image builds, artifact promotion, and GitOps-based delivery.

- Act as a technical partner to product and research teams building on the platform - your customers are other engineers.

Data Pipelines & Architecture

- Design and build scalable batch and streaming pipelines processing complex, high-volume datasets from diverse sources.

- Lead large-scale backfills and migration initiatives, ensuring data consistency and integrity across evolving storage and compute platforms.

- Design event-driven data flows over large-scale queue systems (Kafka) for reliable, efficient data movement.

Cost & Performance

- Continuously balance cost against performance: right-size compute, tune queries and jobs, optimize storage layout and file sizes, and choose the correct engine for each workload.

- Build cost visibility and attribution into the platform so trade-offs are made with data, not guesswork.
דרישות:
- 5+ years of experience in software engineering, with meaningful time spent building and operating large-scale data platforms.

- Strong hands-on experience with distributed processing engines (Spark strongly preferred), including performance tuning and debugging in production.

- Practical experience deploying and operating workloads in Kubernetes-based environments - you're not afraid of infra work; you enjoy it.

- Experience building shared frameworks, libraries, or internal tooling used by other engineers, with the product mindset that comes with it (clean APIs, docs, versioning, backward compatibility).

- Strong proficiency in SQL and data modeling: complex analytical queries, query tuning, partitioning strategies.

- Solid software engineerin המשרה מיועדת לנשים ולגברים כאחד.
 
Show more...
הגשת מועמדותהגש מועמדות
עדכון קורות החיים לפני שליחה
עדכון קורות החיים לפני שליחה
8766023
סגור
שירות זה פתוח ללקוחות VIP בלבד
סגור
דיווח על תוכן לא הולם או מפלה
מה השם שלך?
תיאור
שליחה
סגור
v נשלח
תודה על שיתוף הפעולה
מודים לך שלקחת חלק בשיפור התוכן שלנו :)
09/08/2026
Location: Tel Aviv-Yafo
Job Type: Full Time
we are building the technical layer that brings AI-native code quality into real engineering workflows. As our partnership ecosystem grows, were looking for a principal-level engineer to turn strategic integrations into shipped products.
In this role, youll be a technical visionary and builder. You will design and implement the next generation of Model Context Protocol (MCP) servers, APIs, and platform integrations for key strategic partners like cloud providers, Anthropic, Cursor, and OpenAI. This is a high-leverage role where your expertise will directly shape how our company- the missing quality-focused system-plugs into the complex, autonomous, multi-agent development environments of tomorrow.
Ideal for someone who thinks deeply about developer experience, moves fast, and enjoys building technical infrastructure that scales through partnerships.
Mission: Make our company unavoidable across the Agentic SDLC. Own the integration playbook that brings our company into every critical developer surface - IDEs, repos, CI/CD, code review, cloud platforms, and the AI agents shaping how software gets built. Build the technical layer that turns our company into the default quality, governance, and trust gate across the SDLC, translating cutting-edge research into integrations that scale, ship, and become embedded in how teams work.
Responsibilities
Wrap our companys capabilities as a public, composable surface. Turn our company Review, Aware, and Skills into clean, documented building blocks that any partners engineering team can adopt without hand-holding. Treat the public API, SDK, and MCP surface as a product - versioned, stable, well-documented, and obsessively focused on DX.
Be the engineering counterpart on partner conversations. Sit shoulder-to-shoulder with the Product Partnerships Lead in partner discussions. Translate ambiguous we want to integrate conversations into concrete technical scopes, integration paths (MCP vs. SDK vs. API), and shipping timelines. Be credible enough that a partners principal engineer takes the conversation seriously the first time.
Ship marketplace and cloud integrations. Own the technical execution behind cloud marketplace launches (AWS, Azure, GCP) - deployment artifacts, SaaS metering, private offer plumbing - so the commercial motion is never bottlenecked by engineering.
Define the integration playbook. Make the path from new partner interested to integration live repeatable. Document the patterns, build the reusable primitives, and reduce the per-partner engineering cost over time so the team can scale partnership volume without scaling headcount linearly.
Hold the DX bar across every partner-facing surface. Docs that work the first time. SDKs that dont surprise. Errors that explain themselves. Examples that run. If a partners engineer cant get to hello world in 15 minutes, thats on you.
Requirements:
5+ years of backend or platform engineering experience, with at least 2 years building developer-facing products (SDKs, APIs, integrations, or open source libraries that external engineers consumed)
Preferable to have worked at or with AWS, Microsoft Azure or Google Cloud specifically on dev related products
Shipped production integrations with third-party platforms - point us to the code, the package, or the partner that went live because of you
Practical, hands-on fluency with MCPs and SDKs
Strong API design instincts - knows when to wrap vs. expose, when to version, when to break compatibility, and how to make errors that explain themselves
Comfortable in customer-facing technical conversations - can scope an integration with a partners principal engineer in a 30-minute call and walk out with a working spec
Ships fast under ambiguity - has a track record of going from partner asked for X to something working in days, not sprints
Owns the full lifecycle: design, code, docs, release, support. No throwing things over the wall.
This position is open to all candidates.
 
Show more...
הגשת מועמדותהגש מועמדות
עדכון קורות החיים לפני שליחה
עדכון קורות החיים לפני שליחה
8773495
סגור
שירות זה פתוח ללקוחות VIP בלבד
סגור
דיווח על תוכן לא הולם או מפלה
מה השם שלך?
תיאור
שליחה
סגור
v נשלח
תודה על שיתוף הפעולה
מודים לך שלקחת חלק בשיפור התוכן שלנו :)
2 ימים
Location: Tel Aviv-Yafo
Job Type: Full Time
What you'll be doing
Agent architecture: Design the evolution from today's production single-agent system to a multi-agent one: orchestration, task decomposition, runtime and framework choices, and a migration path that does not break what design partners already rely on.
Agent capability: Own the prompts, context, skills, and tool design that make the agent genuinely good at detection engineering across multiple security platforms, not just plausible-sounding.
Evaluation platform: Build the harnesses, judges, and golden datasets that turn "the agent feels better" into a number, plus the CI gates that keep regressions from shipping.
Reliability and safety: Keep long-running agentic sessions healthy in production, and build the isolation and guardrails required of an agent working inside enterprise security environments.
Production debugging: Work real failures from production traces, and turn each one into an eval case that can never regress silently.
Technical direction: Make the calls on architecture, sequencing, and quality bar and be accountable for the outcome, including raising how AI-natively the whole team builds.
Cross-team partnership: Partner with product and customer-facing teams on what the agent should do, and with platform teams on the data and integrations it depends on.
Requirements:
Senior engineering depth: You have 6+ years of experience building and operating production software, with strong backend and distributed-systems fundamentals and experience designing APIs and services.
Shipped agents, not demos: You have taken an LLM agent system with tool use, multi-turn interaction, and planning to real users, and you can talk concretely about how it failed and what you did about it.
Architectural judgment: Informed opinions on single-agent vs. multi-agent design, orchestration patterns, and the current framework and SDK landscape, with the pragmatism to pick the boring option when boring wins.
Eval discipline: You have built or owned evaluation for an LLM system, including golden datasets, LLM-as-judge with calibration, and regression gates in CI, and you can quote the metrics you moved.
Tool design instincts: You know when a deterministic tool beats a model call, how to design tool contracts an LLM will not misuse, and how to keep cost and latency under control.
Distributed systems fluency: Streaming, stateful services, and the operational instincts to keep long-running agent sessions alive in production.
Ownership in ambiguity: You can lead an area as a hands-on IC in an early-stage environment with little existing structure. Security domain experience such as SIEM platforms, SOC workflows, detection engineering, or security query languages, and experience with modern agent SDKs and protocols such as MCP, are strong advantages.
This position is open to all candidates.
 
Show more...
הגשת מועמדותהגש מועמדות
עדכון קורות החיים לפני שליחה
עדכון קורות החיים לפני שליחה
8802488
סגור
שירות זה פתוח ללקוחות VIP בלבד
סגור
דיווח על תוכן לא הולם או מפלה
מה השם שלך?
תיאור
שליחה
סגור
v נשלח
תודה על שיתוף הפעולה
מודים לך שלקחת חלק בשיפור התוכן שלנו :)
04/08/2026
חברה חסויה
Location: Tel Aviv-Yafo
Job Type: Full Time
The same systems work as our senior role, aimed at someone earlier in their career who gets real work done in a hard codebase with agentic tools. Systems programming has a reputation for being locked behind ten years of experience. We don't fully buy that. Someone with solid fundamentals, real curiosity about how machines work, and deep control of agentic coding tools can contribute here much sooner - as long as they have the judgment to check what the tools hand back. That judgment matters more here than almost anywhere: the agent runs as root and SYSTEM, and the codebase forbids unwrap, panic, and unchecked indexing, so you can't ship code you don't actually understand.

What you'll work on

Real pieces of the sensor across macOS and Windows: inventory, telemetry, the policy enforcement path, installers, and the integrations that hook into AI coding tools and browser extensions.

Moving through unfamiliar OS APIs quickly with agentic tools, then checking the result against the docs, the tests, and a real machine.

Small tools and tests that make the codebase easier for everyone to work in.

Tech you'll work with

The work is low-level systems development in Rust, close to the operating system across Windows, macOS, and Linux - memory, processes, files, and the OS internals that expose them. Alongside that, you'll lean hard on agentic coding tools; deep fluency with at least one is central to how we work, not a bonus. Expect to range across the stack - OS internals, AI tooling internals, CI, and a fair amount of reverse engineering - and to learn the parts you don't know yet.
Requirements:
What we're looking for (the part that matters most)

You've built real, working software and can show it. Projects that run count for more than a CV.

Deep, hands-on control of at least one agentic coding tool: you steer it, feed it the right context, and know when to trust it and when to verify.

Solid fundamentals (memory, processes, files) and enough systems knowledge to read what the tools produce and catch what's wrong.

The discipline to verify. Here, it compiled is not the same as it's correct.

Genuine curiosity about operating systems and low-level work, and drive to learn the parts you don't know yet.

Explicitly not required

A specific degree, a set number of years, or prior Rust or systems experience in a paid job. If you taught yourself this with good tools, that's the whole point.
This position is open to all candidates.
 
Show more...
הגשת מועמדותהגש מועמדות
עדכון קורות החיים לפני שליחה
עדכון קורות החיים לפני שליחה
8767827
סגור
שירות זה פתוח ללקוחות VIP בלבד
סגור
דיווח על תוכן לא הולם או מפלה
מה השם שלך?
תיאור
שליחה
סגור
v נשלח
תודה על שיתוף הפעולה
מודים לך שלקחת חלק בשיפור התוכן שלנו :)
6 ימים
חברה חסויה
Location: Tel Aviv-Yafo
Job Type: Full Time
Were looking for a talented AI-native Software Engineer to join our innovative R&D team!
we help its customers acquire better users and spend less doing it - and our core team owns the engine behind it. We turn raw customer data into ad-network conversions, end-to-end: through large-scale ML and data pipelines, event-driven delivery services on AWS, and the UI that ties it together. There's no narrow lane here - you own problems wherever they live in the stack.
We're an AI-native team: we treat AI and agentic tooling as a first-class part of how we build, and it's how a small team credibly owns this much surface area. We're looking for a high-ownership generalist who works this way (or is hungry to), and who thrives in a correctness-critical domain where a bug means real customer ad-spend going the wrong way.
Responsibilities:
Turn raw customer data into ad-network conversions end to end, building across the whole stack: ML and data pipelines, delivery services, and the customer-facing UI.
Take features from idea to production largely on your own, designing, shipping, monitoring, and iterating, using AI and agentic tooling as a force multiplier, and owning your systems in production where mistakes translate directly into customer spend.
Collaborate closely with the team lead, product, and data scientists to take models and ideas from prototype to reliable, scaled-up production.
Requirements:
3+ years of hands-on experience building production cloud systems end to end: architecture, development, testing, and cloud-native work in production.
Strong Python (our primary language), and solid software engineering foundations: software design principles, concurrency, data structures, and cost/performance trade-offs.
An AI-native, can-do generalist: you use (or are eager to adopt) AI and agentic tooling as a core part of how you ship, you're comfortable across the whole stack and unafraid of unfamiliar territory, and you take strong ownership of systems end to end on a small team.
A team player with excellent communication skills, strong independent-learning ability, and curiosity to explore new fields and constantly improve.
Advantage:
SQL and modern data warehouses (Snowflake, BigQuery or Databricks equivalent).
Experience with ad-network, martech, attribution, or measurement ecosystems (Google Ads, Meta, MMPs, conversion APIs).
Experience with modern cloud and orchestration tooling: Temporal, Airflow, Docker, Kubernetes, ArgoCD, Terraform, and AWS.
Background in analytics, data science, or product: you think like an analyst or PM about what makes a signal correct and valuable, not just whether the code runs. We value this highly.
This position is open to all candidates.
 
Show more...
הגשת מועמדותהגש מועמדות
עדכון קורות החיים לפני שליחה
עדכון קורות החיים לפני שליחה
8797628
סגור
שירות זה פתוח ללקוחות VIP בלבד
סגור
דיווח על תוכן לא הולם או מפלה
מה השם שלך?
תיאור
שליחה
סגור
v נשלח
תודה על שיתוף הפעולה
מודים לך שלקחת חלק בשיפור התוכן שלנו :)
04/08/2026
חברה חסויה
Location: Tel Aviv-Yafo
Job Type: Full Time
Own the pipeline that turns raw endpoint telemetry into security intelligence. You'll work at the core of Neo: the ingestion and enrichment path that takes reports from tens of thousands of endpoints, extracts and deduplicates software, and runs an AI research pipeline that classifies and risk-scores every tool. You'll design the data model, the public API our dashboard and customers depend on, and the auth and identity layer that ties it all to real organizations.

What you'll work on

The event-driven ingestion pipeline: S3 uploads → Lambda processors → Postgres, with idempotent processing, stale-work reaping, and back-pressure at scale.

The AI enrichment and researcher system - orchestrating LLM-backed agents, handling contradictions, and keeping cost and latency in check.

The public REST API (Hono), its typed schemas, and the generated clients that consume it.

Authentication, SSO/SAML federation, and multi-tenant identity and authorization.

Data modeling and schema evolution you can ship without downtime.
Requirements:
6+ years building and operating production backend systems, ideally distributed or event-driven on a major cloud (AWS a strong plus).

Deep SQL and relational data modeling - you think in terms of indexes, transactions, and safe schema migrations, and you've been burned by a bad one and learned from it.

Strong API design instincts and a bias for typed, contract-first interfaces.

Comfortable owning reliability and observability for the services you build.

Fluent - or eager to become fluent - with agentic coding tools as a force multiplier.
This position is open to all candidates.
 
Show more...
הגשת מועמדותהגש מועמדות
עדכון קורות החיים לפני שליחה
עדכון קורות החיים לפני שליחה
8767850
סגור
שירות זה פתוח ללקוחות VIP בלבד