TgAiJobsv1.1.1

ВакансииКак это работаетО нас
Как поддержать проектСписок источников вакансий
@tgaijobs— основной канал@tgaijobs_board— доска объявлений@tgaijobs_admin— администратор

© 2026 TgAiJobs. Все права защищены.

Разработано командой Great Goals Labs

Поиск вакансий из Telegram

При публикации вакансий в нашей официальной группе @tgaijobs_board — карточка вакансии получит метку ⭐VIP и приоритет в фильтрации

Найдено 1302 вакансий

Показывать по:
102050

Фильтры

Фильтры

2

Технологии и домены

Выберите источник данных для поиска

⭐VIP

UVM Verification Engineer Remote

ID: 29746
QA Automation
YADRO
Россия, Москва
19 февраля 2026 г.
Опыт: От 3 до 6 лет
Формат: Удаленная работа
Зарплата: 150 000 ₽ - 400 000 ₽

• Вакансия: UVM Verification Engineer • Компания: YADRO • Грейд: junior/middle/senior • Формат работы: удаленка, гибридный, офис: Москва, Санкт-Петербург, Нижний Новгород, Екатеринбург, Минск • Уровень ЗП: от 150 000 до 400 000 gross (зависит от грейда) Основные задачи: • Разработка и реализация верификационных планов. • Разработка, интеграция и поддержка автоматизированных тестовых окружений на UVM для IP/SoC. • Подключение, конфигурация и использование готовых VIP для стандартных интерфейсов. • Создание тестовых сценариев, тестов и системных стимулов для функционального тестирования. • Написание SVA и функционального покрытия, анализ результатов. • Интеграция модульных сред на системный уровень, постановка и поддержка регрессионного тестирования. • Локализация и анализ ошибок на всех уровнях (от блока до системы) в сотрудничестве с командами разработки. • Взаимодействие с архитекторами, RTL-инженерами и программистами для обеспечения качества продукта. Мы ждем от кандидата: • Опыт работы от 2 лет в области верификации цифровых схем или разработки RTL, включая академический опыт. • Хорошее знание Verilog/SystemVerilog и практический опыт построения тестовых окружений. • Опыт с RTL-симуляторами (VCS, Xcelium, QuestaSim). • Опыт работы в Linux-окружении и с системами контроля версий (Git). • Навыки написания и отладки скриптов для автоматизации задач (Python/Perl/Tcl/Shell). • Понимание основ цифровой схемотехники и принципов функциональной верификации. • Знание английского языка на уровне чтения технической документации и умения вести переписку на технические темы. Будет плюсом: • Опыт работы с высокоскоростными интерфейсам (1G Ethernet, PCIe, SATA, USB, DDR3) и/или VIP для них. • Использование формальной верификации. • Умение работать с FPGA Xilinx. • Знание языков программирования С/С++ или ASM. • Знания в области цифровой обработки сигналов (DSP). • Опыт работы с DPI. • Знакомство с современными AMBA-интерфейсами (AXI4/5, AHB, AXI-Lite, AXI-Stream). • Знакомство с PyUVM, cocotb. • Понимание пирамиды тестирования, стратегии покрытия. • Опыт работы с Jira и Confluence. Подробнее о вакансии и откликнуться тут Контакт для связи: @recruiter_yadro [Ссылка: https://clc.to/Czfcug]

AHB
AXI4
AXI-Lite
+21
английский

Senior Backend Engineer Remote

ID: 20088
Backend разработчик
Yolk
Не указано
19 февраля 2026 г.
Опыт: От 3 до 6 лет
Тип: Полная занятость
Формат: Удаленная работа
Зарплата: 4 000 $ - 8 000 $

#vacancy #remote #backend Senior Backend Engineer, Remote/Full-time, Salary: $4,000 - $8,000+ (depending on experience) About Yolk: Yolk is a VC-backed startup on a bold mission: to build the best sales departments in the world with elite AI coaching available to every team. About the Role: Your code will ingest data from live sales calls, analyze them to find skill gaps, and autonomously trigger personalized AI roleplay sessions to fix those gaps. What You'll Build (Key Engineering Initiatives) Core Simulation Architecture Design the backend systems that power our interactive training loops. You will move us beyond simple request/response cycles into stateful, persistent WebSocket connections that can handle interruptions, context switching, and dynamic feedback in real-time. The Async Evaluation Engine You will architect the analysis pipeline that processes both Real Calls and Simulated Roleplays. This system must scale to handle long-form audio processing, utilizing LLMs to extract structured rubric data (e.g., "Did they ask for budget?") and feeding it into our analytics layer. Observability & Resilience Enhance our "blind spots" in production. You will implement distributed tracing to visualize the full lifecycle of an AI conversation—from packet arrival to LLM inference to audio generation—ensuring we can debug race conditions and latency spikes effectively. The "Gap-to-Game" Orchestrator You will write the algorithms that: ingest performance data from real calls, identify specific skill gaps and assign the correct AI Roleplay scenario to the user. Idempotency & Data Integrity: Ensuring that if something fails, we never corrupt the user's performance metrics. Technical Challenges You'll Solve ● State Management in Stateless Environments: Maintain the precise context of a 20-minute AI conversation when services scale up/down or when connections drop ● Complex LLM Orchestration: Work along our AI research on "Chain-of-thought" pipelines that can branch dynamically based on user input without adding perceptible delay. ● Strict Latency Budgets: Optimizing our Python async loop to handle audio stream chunks and vendor API calls within strict millisecond windows. ● Concurrency at Scale: Designing the system to handle hundreds of concurrent audio streams and LLM contexts without blocking the event loop. Tech Stack ● Core: Python 3.12+ | FastAPI | SQLAlchemy 2.0 (async) | PostgreSQL ● Async & Messaging: RabbitMQ + FastStream | WebSockets | Redis (Optional) ● AI & Data: OpenAI/Anthropic APIs | Vector Stores | Real-time Audio Protocols (WebRTC/RTMP, Pipecat) ● Tooling: uv | ruff | basedpyright (strict) | OpenTelemetry Must-Have: ● 5+ years backend engineering experience, with deep expertise in Python 3.10+. ● Mastery of AsyncIO: You understand the Python event loop inside out. You know how to write non-blocking code that handles concurrent WebSocket connections efficiently. ● API Design Excellence: You build clean, RESTful (or GraphQL/RPC) interfaces that frontend teams love to use. You use Pydantic and strict typing to enforce contracts. ● Database Design: You are comfortable writing complex SQL queries and designing normalized schemas in PostgreSQL/SQLAlchemy. ● Architectural Pattern Knowledge: You understand State Machines, Event-Driven Architecture, and how to decouple services cleanly. Nice-to-Have (But DevOps handles the heavy lifting): Docker basics, RabbitMQ/FastStream, WebSocket scaling. 🌟 Why You’ll Love Working at Yolk - Ground-floor ownership: Shape the core AI systems at a fast-moving, venture-backed startup. - High visibility & impact: Work directly with the CEO and leadership team. - Upside: Competitive salary, stock options, build something that matters. - Culture: A dynamic, collaborative, and supportive team that moves fast and wins together. - Perks: Bi-annual retreats abroad, performance based comp, advance through the ranks fast. 🚫 Who This Role Isn’t For People avoiding hands-on coding or seeking corporate stability. Apply now: @ekulianova

Anthropic
basedpyright
FastAPI
+15
AI
Sales
◀
1...646566
▶