{"workflow":{"id":14037,"name":"Automate LinkedIn job search, AI scoring, and resume creation with OpenRouter, OpenAI, Google Sheets & Docs","views":945,"recentViews":14,"totalViews":945,"createdAt":"2026-03-14T10:47:10.312Z","description":"## Who is this for?\n\nJob seekers who want to **automate their entire job search pipeline** — from discovering new listings to generating tailored resumes and cover letters — without manually browsing LinkedIn every day.\n\n## What does this workflow do?\n\nThis workflow runs on a schedule, scrapes LinkedIn jobs via Apify, filters out spam recruiters and wrong locations, then uses a **2-stage AI evaluation** to find the best matches for your profile. Matching jobs are logged to Google Sheets and you get a Telegram notification. When you're ready to apply, a second trigger generates a **tailored resume + cover letter** using AI and fills in your Google Docs templates automatically.\n\n## How it works\n\n**Stage 1 — Scrape & Filter (runs on schedule)**\n\n1. **Schedule Trigger** fires hourly (customizable cron)\n2. **Apify LinkedIn Scraper** pulls fresh job listings based on your keywords and location\n3. **Filter nodes** remove unwanted recruiter companies and jobs outside your target country\n4. **HTML → Markdown** converts job descriptions for better AI processing\n5. **GateKeeper AI** (fast, cheap model) does a quick yes/no — rejects 90% of irrelevant jobs\n6. Results are saved to a \"Gatekeeper Results\" Google Sheet\n\n**Stage 2 — Score & Notify (for GateKeeper matches)**\n\n7. **Job Match Scorer AI** (smarter model) evaluates matches in detail with a 0–100 score\n8. Jobs above your threshold are added to a \"Roles to Apply\" Google Sheet\n9. **Telegram notification** alerts you about new matches\n\n**Stage 3 — Generate Resume & Apply (triggered from Google Sheets)**\n\n10. When you update a row in your sheet, the workflow triggers\n11. **AI Resume Writer** generates a tailored resume + cover letter in JSON format\n12. **Language detection** routes to EN or DE templates (extensible to more languages)\n13. **Google Drive** copies your template documents and fills in all variables\n14. Links and status are updated back in Google Sheets — ready to submit\n\n## Setup Guide\n\n### Prerequisites\n\n- n8n instance (self-hosted or cloud)\n- Apify account (free tier works) — for LinkedIn scraping\n- OpenRouter account — for AI models (GateKeeper + Job Match Scorer)\n- OpenAI API key — for resume generation\n- Google Workspace — Sheets, Docs, Drive (OAuth2)\n- Telegram Bot — for notifications\n\n### Step 1: Credentials\n\nAdd the following credentials in n8n (do **not** hardcode API keys):\n\n- `HTTP Query Auth` → Apify API token\n- `OpenRouter API` → your OpenRouter key\n- `OpenAI API` → your OpenAI key\n- `Google Sheets OAuth2` → connect your Google account\n- `Google Docs OAuth2` → same Google account\n- `Google Drive OAuth2` → same Google account\n- `Telegram API` → your bot token\n\n### Step 2: Google Sheets\n\nCreate **two** Google Sheets:\n\n**Sheet 1 — Gatekeeper Results**\nColumns: `title`, `company`, `location`, `url`, `score`, `reason`, `match`\n\n**Sheet 2 — Roles to Apply**\nColumns: `title`, `company`, `url`, `job_description`, `status`, `resume_link`\n\nPaste each sheet's ID into the corresponding Google Sheets nodes.\n\n### Step 3: Google Docs Templates\n\nCreate resume and cover letter templates in Google Docs with placeholder variables like `{{summary}}`, `{{experience_1_title}}`, `{{experience_1_company}}`, etc. The AI output JSON keys map directly to these variables.\n\n### Step 4: Customize the Workflow\n\n1. **Set Profile node** — Replace the placeholder with your full career profile (the more detailed, the better the AI results)\n2. **LinkedIn URLs** — Update the Apify scraper with your own search URLs (keywords, geoId, filters)\n3. **GateKeeper prompt** — Customize rejection criteria, \"sweet spot\" description, and location preferences\n4. **Job Match Scorer prompt** — Adjust scoring criteria to your skills\n5. **Filter nodes** — Update country filter and recruiter blocklist\n6. **Telegram Chat ID** — Set your personal chat ID for notifications\n7. **Google Sheet/Doc/Drive IDs** — Link all nodes to your own documents\n\n### Step 5: Activate\n\nTurn on the Schedule Trigger and the Google Sheets Trigger. You're live!\n\n## Nodes used in this workflow\n\n- Schedule Trigger\n- HTTP Request (Apify)\n- Filter, Switch, Merge\n- Markdown (HTML to Markdown)\n- LangChain LLM Chain (OpenRouter — Haiku for GateKeeper, Sonnet for Scorer)\n- OpenAI (GPT for resume generation)\n- Code (JSON parsing)\n- Google Sheets, Google Docs, Google Drive\n- Telegram\n\n\n## Questions or need help?\n \nIf you have any questions about this workflow or want the ready-made Google Docs/Sheets templates to get started faster, feel free to reach out:\n \n👉 [Connect with me on LinkedIn](https://www.linkedin.com/in/wassim-abid-iot/)\n","workflow":{"id":"NpGhpIGVb9oVFGmJ","meta":{"instanceId":"7dfc72c0bc7d09e873a86bc40d9eda63ac82c41b6681e93257e62ceb9f6c69ad","templateCredsSetupCompleted":true},"name":"Auto-Apply-Template","tags":[],"nodes":[{"id":"d3e041d0-f045-445e-8da3-ba03bf19cc3d","name":"Scrape Linkedin w/Apify","type":"n8n-nodes-base.httpRequest","position":[576,272],"parameters":{"url":"https://api.apify.com/v2/acts/curious_coder~linkedin-jobs-scraper/run-sync-get-dataset-items","method":"POST","options":{},"jsonBody":"{\n    \"count\": 100,\n    \"scrapeCompany\": true,\n    \"splitByLocation\": false,\n    \"urls\": [\n        \"https://www.linkedin.com/jobs/search/?f_TPR=r3600&f_WT=1%2C3&geoId=YOUR_GEO_ID&keywords=YOUR_KEYWORD_1&origin=JOB_SEARCH_PAGE_SEARCH_BUTTON&refresh=true\",\n        \"https://www.linkedin.com/jobs/search/?f_TPR=r3600&f_WT=1%2C3&geoId=YOUR_GEO_ID&keywords=YOUR_KEYWORD_2&origin=JOB_SEARCH_PAGE_SEARCH_BUTTON&refresh=true\"\n    ]\n}","sendBody":true,"specifyBody":"json","authentication":"genericCredentialType","genericAuthType":"httpQueryAuth"},"credentials":{"httpQueryAuth":{"id":"gh3TYUZ72hgcSvPo","name":"Query Auth Resume Andynocode"}},"typeVersion":4.2},{"id":"f7bb8b8f-efea-42f4-b177-f1406234ee60","name":"Job Description","type":"n8n-nodes-base.markdown","position":[1328,272],"parameters":{"html":"={{ $('Keep only CH').item.json.descriptionHtml }}","options":{},"destinationKey":"job_description"},"typeVersion":1},{"id":"83e7145d-1374-4689-877a-4805ca8a8658","name":"Schedule Trigger","type":"n8n-nodes-base.scheduleTrigger","position":[272,272],"parameters":{"rule":{"interval":[{"field":"cronExpression","expression":"0 0 7-23 * * *"}]}},"typeVersion":1.2},{"id":"f167e6d7-8c9c-4e7e-b5a7-c7aa52646061","name":"Sticky Note1","type":"n8n-nodes-base.stickyNote","position":[464,128],"parameters":{"color":5,"width":308,"height":316,"content":"## 1️⃣ Scrape LinkedIn Jobs\nScrapes LinkedIn job listings via Apify.\n**Setup:** Add your Apify API key and customize LinkedIn search URLs with your keywords and location."},"typeVersion":1},{"id":"ebe3186c-2da0-4297-8094-0fd047edcddf","name":"Remove Big Recruiters","type":"n8n-nodes-base.filter","position":[880,272],"parameters":{"options":{},"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"f5998b23-2dba-4bbe-9a7d-1fb74fe7e1de","operator":{"type":"string","operation":"notEquals"},"leftValue":"={{ $('Scrape Linkedin w/Apify').item.json.companyName }}","rightValue":"=Recruiter Company 1"},{"id":"2e8YOUR_FOLDER_OR_FILE_ID","operator":{"type":"string","operation":"notEquals"},"leftValue":"={{ $json.companyName }}","rightValue":"=Recruiter Company 2"},{"id":"fd2YOUR_FOLDER_OR_FILE_ID","operator":{"type":"string","operation":"notEquals"},"leftValue":"={{ $json.companyName }}","rightValue":"=Recruiter Company 3"},{"id":"2ff6fd6a-8110-40c7-aa83-031ed8f3da2e","operator":{"type":"string","operation":"notEquals"},"leftValue":"={{ $json.companyName }}","rightValue":"=Recruiter Company 4"},{"id":"f6a4a1fd-b23c-42cd-a776-8d2111154c98","operator":{"type":"string","operation":"notEquals"},"leftValue":"={{ $json.companyName }}","rightValue":"=Recruiter Company 5"},{"id":"f978d0b0-2d6e-4ee4-94ec-5d25ef58d6d4","operator":{"type":"string","operation":"notEquals"},"leftValue":"={{ $json.companyName }}","rightValue":"=Recruiter Company 6"}]}},"typeVersion":2.2},{"id":"001d0ce3-741a-41dc-acb5-96e01c464600","name":"Keep only [Your Country]","type":"n8n-nodes-base.filter","position":[1120,272],"parameters":{"options":{},"conditions":{"options":{"version":3,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"3bd86823-36dc-436a-8edb-aa34df75523e","operator":{"type":"string","operation":"contains"},"leftValue":"={{ $('Scrape Linkedin w/Apify').item.json.location }}","rightValue":"YOUR_COUNTRY"}]}},"typeVersion":2.3},{"id":"271ff232-81eb-4e20-bf52-325c47ac095e","name":"Set Profile","type":"n8n-nodes-base.set","position":[592,496],"parameters":{"options":{},"assignments":{"assignments":[{"id":"f349a972-4e83-45ba-a2e7-753f6df56f66","name":"Profile","type":"string","value":"=# Master Career Profile: [YOUR NAME]\n\n**Location:** [Your City, Country]\n**Target Roles:** [Your Target Role 1], [Your Target Role 2], [Your Target Role 3]\n**Unique Value Proposition:** [One sentence describing what makes you unique as a candidate]\n\n---\n\n## Section 1: Professional Identity and Future Goals\n*   **Current Identity:** [Your current professional title/identity]\n*   **Background:** [Brief background - education, location, key focus areas]\n*   **Career Objective:** [2-3 sentences about your career goals and the types of projects/companies you want to work for]\n\n---\n\n## Section 2: Professional Experience and Impact\n\n### [Job Title] | [Company Name] | [Location] | [Start Date] – [End Date]\n*   [Key responsibility or achievement 1]\n*   [Key responsibility or achievement 2]\n*   [Key responsibility or achievement 3]\n\n### [Job Title] | [Company Name] | [Location] | [Start Date] – [End Date]\n*   [Key responsibility or achievement 1]\n*   [Key responsibility or achievement 2]\n\n---\n\n## Section 3: Technical Skills\n*   **Core Skills:** [Skill 1, Skill 2, Skill 3, ...]\n*   **Tools & Platforms:** [Tool 1, Tool 2, Tool 3, ...]\n*   **Languages:** [Programming or spoken languages]\n\n---\n\n## Section 4: Education\n*   **[Degree]** | [University] | [Year]\n\n---\n\n## Section 5: Key Strengths & Soft Skills\n*   [Strength 1]\n*   [Strength 2]\n*   [Strength 3]\n\n---\n\n## INSTRUCTIONS FOR THIS TEMPLATE:\nFill in ALL sections above with YOUR real information. The AI nodes (GateKeeper, Job Match Scorer, Create Resume) reference this profile to evaluate jobs and generate tailored resumes. The more detailed and accurate your profile, the better the results."}]}},"typeVersion":3.4},{"id":"02268d02-da57-42ae-85b2-f2f45607918a","name":"Job Match Scorer","type":"@n8n/n8n-nodes-langchain.chainLlm","position":[2384,160],"parameters":{"text":"=You are an expert Technical Recruiter and Career Coach. \n\nYour task is to evaluate a Job Description against my Master Profile and provide a \"Match Score\" and a brief analysis.\n\n**My Master Profile:**\n{{ $('Set Profile').first().json.Profile }}\n\n**The Job Description:**\n{{ $('Job Description').item.json.job_description }}\n\n**Analysis Instructions:**\n1. **Analyze Key Requirements:** Look for matches in Hard Skills, Soft Skills, and Industry experience.\n2. **Identify Dealbreakers:** Are there mandatory requirements the candidate completely lacks?\n3. **Calculate Score (0-100):**\n   - **90-100:** Perfect match. All key skills and industry experience present.\n   - **75-89:** Strong match. Most skills present, maybe lacking one nice-to-have.\n   - **60-74:** Moderate match. Can do the job but would be pivoting.\n   - **<60:** Weak match. Wrong industry, wrong tech stack, or seniority mismatch.\n\n**Output Format (JSON ONLY):**\n{\n  \"match_score\": number,\n  \"reasoning\": \"One short sentence explaining the score.\",\n  \"missing_critical_skills\": [\"Skill A\", \"Skill B\"],\n  \"matching_strong_skills\": [\"Skill C\", \"Skill D\"]\n}\n\nCRITICAL OUTPUT RULES:\n- Output RAW JSON only.\n- Do NOT wrap in markdown.\n- Do NOT add explanations.\n- Do NOT add notes.\n- Do NOT add text before or after the JSON.\n- The response MUST start with { and end with }.\nIf you add anything outside the JSON object, the response is invalid.","batching":{},"promptType":"define"},"typeVersion":1.9},{"id":"46624637-2442-41a3-ba51-b5124f034198","name":"GateKeeper","type":"@n8n/n8n-nodes-langchain.chainLlm","onError":"continueErrorOutput","position":[1552,160],"parameters":{"text":"=You are a cynical, strict Technical Recruiter. Your job is to REJECT 90% of applicants to save time. \nI will give you a \"Candidate Profile\" and a \"Job Description\". \n\n**Your Default Answer is NO.** Only say YES if the job is a strong match for the candidate's profile.\n\n**Candidate Profile:**\n- **Core Identity:** [CUSTOMIZE: Describe your professional identity in one line]\n- **The \"Sweet Spot\":** [CUSTOMIZE: What combination of skills makes a job perfect for you?]\n- **Experience Level:** [CUSTOMIZE: e.g., Mid-Level (1-3 years)]\n- **Location:** [CUSTOMIZE: Your city/country (or Remote)]\n- **Languages:** [CUSTOMIZE: Your working languages]\n\n**Automatic REJECT Criteria (Kill List):**\n1. [CUSTOMIZE: Rejection rule 1 - e.g., Pure web dev roles with no hardware context]\n2. [CUSTOMIZE: Rejection rule 2 - e.g., Pure manual labor with no programming]\n3. **Seniority Mismatch:** Reject roles requiring significantly more/less experience than you have. Reject Internships.\n4. **Wrong Location:** Reject if outside your target region (unless fully remote).\n5. [CUSTOMIZE: Rejection rule 3 - e.g., Wrong tech stack]\n\n**Job Description:**\n{{ $json.job_description }}\n\n**Evaluation Logic:**\n1. Does this job match your core skills and identity? -> If YES, +50 points.\n2. Is the location acceptable? -> If YES, +20 points.\n3. Is the experience level right? -> If YES, +20 points.\n4. Are there \"Kill List\" keywords present? -> If YES, Score = 0.\n\n**Output JSON ONLY:**\n{\n  \"match\": boolean, // true ONLY if score > 70\n  \"score\": number, // 0-100\n  \"reason\": \"Short, blunt reason. E.g., 'Rejected: Pure electrician role, no software' or 'Accepted: Perfect match'.\"\n}","batching":{},"promptType":"define"},"typeVersion":1.9},{"id":"76405c7c-cbde-4199-84c3-310c565da9ef","name":"Merge w/ Original Data","type":"n8n-nodes-base.merge","position":[1904,272],"parameters":{"mode":"combine","options":{},"combineBy":"combineByPosition"},"typeVersion":3.2},{"id":"61329973-e4d0-4fbb-8eea-9315d275b2cb","name":"Keep Matches","type":"n8n-nodes-base.switch","position":[2112,272],"parameters":{"rules":{"values":[{"conditions":{"options":{"version":3,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"8b861c85-1b5e-45f7-8fb9-2120d1bcd31f","operator":{"type":"string","operation":"contains"},"leftValue":"={{ $('GateKeeper').item.json.text }}","rightValue":"\"match\": true"}]}}]},"options":{"allMatchingOutputs":false}},"typeVersion":3.4},{"id":"8e9ff572-a97e-474b-97d1-96932e7962c3","name":"Merge w/ Original Data1","type":"n8n-nodes-base.merge","position":[2928,352],"parameters":{"mode":"combine","options":{},"combineBy":"combineByPosition"},"typeVersion":3.2},{"id":"bcdc1666-522d-4f3a-8563-3e84cab46a7e","name":"Keep Matches1","type":"n8n-nodes-base.switch","position":[864,720],"parameters":{"rules":{"values":[{"conditions":{"options":{"version":3,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"8b861c85-1b5e-45f7-8fb9-2120d1bcd31f","operator":{"type":"number","operation":"gte"},"leftValue":"={{ $json.match_score }}","rightValue":80}]}}]},"options":{"allMatchingOutputs":false}},"typeVersion":3.4},{"id":"96f999e7-0ca0-4fe4-825e-a0d21507d702","name":"Add Roles to apply","type":"n8n-nodes-base.googleSheets","position":[1120,720],"parameters":{"columns":{"value":{},"schema":[{"id":"id","type":"string","display":true,"removed":false,"required":false,"displayName":"id","defaultMatch":true,"canBeUsedToMatch":true},{"id":"trackingId","type":"string","display":true,"removed":false,"required":false,"displayName":"trackingId","defaultMatch":false,"canBeUsedToMatch":true},{"id":"refId","type":"string","display":true,"removed":false,"required":false,"displayName":"refId","defaultMatch":false,"canBeUsedToMatch":true},{"id":"link","type":"string","display":true,"removed":false,"required":false,"displayName":"link","defaultMatch":false,"canBeUsedToMatch":true},{"id":"title","type":"string","display":true,"removed":false,"required":false,"displayName":"title","defaultMatch":false,"canBeUsedToMatch":true},{"id":"companyName","type":"string","display":true,"removed":false,"required":false,"displayName":"companyName","defaultMatch":false,"canBeUsedToMatch":true},{"id":"companyLinkedinUrl","type":"string","display":true,"removed":false,"required":false,"displayName":"companyLinkedinUrl","defaultMatch":false,"canBeUsedToMatch":true},{"id":"companyLogo","type":"string","display":true,"removed":false,"required":false,"displayName":"companyLogo","defaultMatch":false,"canBeUsedToMatch":true},{"id":"location","type":"string","display":true,"removed":false,"required":false,"displayName":"location","defaultMatch":false,"canBeUsedToMatch":true},{"id":"salaryInfo","type":"string","display":true,"removed":false,"required":false,"displayName":"salaryInfo","defaultMatch":false,"canBeUsedToMatch":true},{"id":"postedAt","type":"string","display":true,"removed":false,"required":false,"displayName":"postedAt","defaultMatch":false,"canBeUsedToMatch":true},{"id":"benefits","type":"string","display":true,"removed":false,"required":false,"displayName":"benefits","defaultMatch":false,"canBeUsedToMatch":true},{"id":"descriptionHtml","type":"string","display":true,"removed":false,"required":false,"displayName":"descriptionHtml","defaultMatch":false,"canBeUsedToMatch":true},{"id":"applicantsCount","type":"string","display":true,"removed":false,"required":false,"displayName":"applicantsCount","defaultMatch":false,"canBeUsedToMatch":true},{"id":"applyUrl","type":"string","display":true,"removed":false,"required":false,"displayName":"applyUrl","defaultMatch":false,"canBeUsedToMatch":true},{"id":"salary","type":"string","display":true,"removed":false,"required":false,"displayName":"salary","defaultMatch":false,"canBeUsedToMatch":true},{"id":"descriptionText","type":"string","display":true,"removed":false,"required":false,"displayName":"descriptionText","defaultMatch":false,"canBeUsedToMatch":true},{"id":"seniorityLevel","type":"string","display":true,"removed":false,"required":false,"displayName":"seniorityLevel","defaultMatch":false,"canBeUsedToMatch":true},{"id":"employmentType","type":"string","display":true,"removed":false,"required":false,"displayName":"employmentType","defaultMatch":false,"canBeUsedToMatch":true},{"id":"jobFunction","type":"string","display":true,"removed":false,"required":false,"displayName":"jobFunction","defaultMatch":false,"canBeUsedToMatch":true},{"id":"industries","type":"string","display":true,"removed":false,"required":false,"displayName":"industries","defaultMatch":false,"canBeUsedToMatch":true},{"id":"inputUrl","type":"string","display":true,"removed":false,"required":false,"displayName":"inputUrl","defaultMatch":false,"canBeUsedToMatch":true},{"id":"companyAddress","type":"string","display":true,"removed":false,"required":false,"displayName":"companyAddress","defaultMatch":false,"canBeUsedToMatch":true},{"id":"companyWebsite","type":"string","display":true,"removed":false,"required":false,"displayName":"companyWebsite","defaultMatch":false,"canBeUsedToMatch":true},{"id":"companyDescription","type":"string","display":true,"removed":false,"required":false,"displayName":"companyDescription","defaultMatch":false,"canBeUsedToMatch":true},{"id":"companyEmployeesCount","type":"string","display":true,"removed":false,"required":false,"displayName":"companyEmployeesCount","defaultMatch":false,"canBeUsedToMatch":true},{"id":"job_description","type":"string","display":true,"removed":false,"required":false,"displayName":"job_description","defaultMatch":false,"canBeUsedToMatch":true},{"id":"text","type":"string","display":true,"removed":false,"required":false,"displayName":"text","defaultMatch":false,"canBeUsedToMatch":true},{"id":"match_score","type":"string","display":true,"removed":false,"required":false,"displayName":"match_score","defaultMatch":false,"canBeUsedToMatch":true},{"id":"reasoning","type":"string","display":true,"removed":false,"required":false,"displayName":"reasoning","defaultMatch":false,"canBeUsedToMatch":true},{"id":"missing_critical_skills","type":"string","display":true,"removed":false,"required":false,"displayName":"missing_critical_skills","defaultMatch":false,"canBeUsedToMatch":true},{"id":"matching_strong_skills","type":"string","display":true,"removed":false,"required":false,"displayName":"matching_strong_skills","defaultMatch":false,"canBeUsedToMatch":true},{"id":"companySlogan","type":"string","display":true,"removed":false,"required":false,"displayName":"companySlogan","defaultMatch":false,"canBeUsedToMatch":true}],"mappingMode":"autoMapInputData","matchingColumns":["id"],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{"useAppend":true},"operation":"append","sheetName":{"__rl":true,"mode":"list","value":2000574340,"cachedResultUrl":"https://docs.google.com/spreadsheets/d/YOUR_SPREADSHEET_ID/edit","cachedResultName":"Validated"},"documentId":{"__rl":true,"mode":"list","value":"YOUR_DOCUMENTID","cachedResultUrl":"https://docs.google.com/spreadsheets/d/YOUR_SPREADSHEET_ID/edit","cachedResultName":"[Your documentId name]"}},"credentials":{"googleSheetsOAuth2Api":{"id":"ImHqX4ufnhGcTACE","name":"Google Sheets account {15.05.2025}"}},"typeVersion":4.7},{"id":"bed21ee0-9a82-4d11-a1d9-d34f911d92f4","name":"Parse in JSON","type":"n8n-nodes-base.code","position":[2736,160],"parameters":{"jsCode":"const items = $input.all();\n\nreturn items.map(item => {\n  let text = item.json.text;\n\n  // Extract JSON block safely (from first { to last })\n  const firstBrace = text.indexOf('{');\n  const lastBrace = text.lastIndexOf('}');\n  \n  if (firstBrace === -1 || lastBrace === -1) {\n    throw new Error(\"No valid JSON found in AI response.\");\n  }\n\n  const jsonString = text.slice(firstBrace, lastBrace + 1);\n\n  const parsed = JSON.parse(jsonString);\n\n  return {\n    json: {\n      ...item.json,\n      ...parsed\n    }\n  };\n});"},"typeVersion":2},{"id":"3975ed37-683e-4926-aacd-c12696fea48c","name":"Send a text message","type":"n8n-nodes-base.telegram","position":[1344,720],"webhookId":"7f92db69-a310-465f-9b06-259ede45b26f","parameters":{"text":"=New Jobs To Apply! Check your Excel! \n\nhttps://docs.google.com/spreadsheets/d/YOUR_SPREADSHEET_ID/edit","chatId":"YOUR_TELEGRAM_CHAT_ID","additionalFields":{"appendAttribution":false}},"credentials":{"telegramApi":{"id":"505G2OlEKTPRR4B7","name":"n8n_job_board"}},"typeVersion":1.2},{"id":"3e1b8e5d-9227-4d13-ba98-a19e53671e37","name":"Create Resume ","type":"@n8n/n8n-nodes-langchain.openAi","position":[1504,1152],"parameters":{"modelId":{"__rl":true,"mode":"list","value":"gpt-5.1","cachedResultName":"GPT-5.1"},"options":{"textFormat":{"textOptions":{"type":"json_object"}}},"responses":{"values":[{"content":"=You are an elite Career Strategist and Executive Resume Writer.\n\nYour task is to analyze the provided Job Description and my Master Profile to generate a highly tailored Resume and Cover Letter in strict JSON format.\n\n**My Master Profile:**\n{{ $('Set Profile1').first().json.Profile }}\n\n**The Job Description:**\n{{ $json.job_description }}\n\n### 1. Sources of Truth (No Hallucinations)\n- Use ONLY what is provided in my 'Master Profile'.\n- **HARD RULE:** Do NOT invent employers, client names, dates, degrees, certifications, metrics, or permits.\n- If a specific skill is missing, focus on adaptability and adjacent skills from the profile.\n\n### 2. Language Rules\n- **Detect Language:** Analyze the Job Description. Write ALL output in the SAME language as the job description.\n- Use formal, professional business language.\n\n### 3. Resume Writing Rules (Concise & Impactful)\n- **Summary:** Ultra-concise (Max 2-3 lines). Focus strictly on the \"Hook\" and \"Value Proposition\" for this specific role.\n- **Experience:** Select the 3 most relevant roles.\n- **Bullets:** Write **EXACTLY 2** high-impact bullet points per role.\n  - Focus on Results and Tech (Action Verb + Task + Impact).\n  - Keep them short and punchy.\n- **Skills:** Select the top 5 most relevant skills for each category.\n\n### 4. Cover Letter Writing Rules (Human, Concise)\n- **Length:** 180–260 words.\n- **Structure:** NO section headers. Text must flow naturally.\n- **Hook:** Start immediately with relevance to the company or your unique value. Avoid \"I am applying for...\".\n- **Show, don't tell:** Replace adjectives with evidence/metrics.\n- **Connect the dots:** Explain how a past challenge prepares you for this specific role.\n- **Closing:** Confident, polite closing expressing enthusiasm.\n\n### 5. Output Format (Strict JSON)\nYou must output ONLY valid JSON. Do not include markdown formatting (like ```json).\n\n{\n  \"meta\": {\n    \"language\": \"EN\" // or \"DE\" or adapt to job description language\n  },\n  \"resume\": {\n    \"summary\": \"...\",\n    \"experience_1\": {\n      \"title\": \"...\",\n      \"company\": \"...\",\n      \"date\": \"...\",\n      \"bullets\": \"Bullet 1\\nBullet 2\"\n    },\n    \"experience_2\": {\n      \"title\": \"...\",\n      \"company\": \"...\",\n      \"date\": \"...\",\n      \"bullets\": \"Bullet 1\\nBullet 2\"\n    },\n    \"experience_3\": {\n      \"title\": \"...\",\n      \"company\": \"...\",\n      \"date\": \"...\",\n      \"bullets\": \"Bullet 1\\nBullet 2\"\n    },\n    \"skills_tech\": \"Skill1, Skill2, Skill3, Skill4, Skill5\",\n    \"skills_industry\": \"Industry1, Industry2, Industry3\",\n    \"skills_soft\": \"Soft1, Soft2, Soft3\"\n  },\n  \"cover_letter\": {\n    \"recipient_name\": \"Hiring Team\",\n    \"company_name\": \"Target Company Name\",\n    \"salutation\": \"Dear Hiring Team,\",\n    \"body_text\": \"Paragraph 1 text...\\n\\nParagraph 2 text...\\n\\nParagraph 3 text...\"\n  }\n}"}]},"builtInTools":{}},"credentials":{"openAiApi":{"id":"s0fxeqHS5UoypSpa","name":"Sirocai System {13.05.2025}"}},"typeVersion":2.1},{"id":"965d7fd1-5f88-4b0f-a335-a7f662976665","name":"Google Sheets Trigger","type":"n8n-nodes-base.googleSheetsTrigger","position":[864,1152],"parameters":{"event":"rowUpdate","options":{},"pollTimes":{"item":[{"mode":"everyHour","minute":10}]},"sheetName":{"__rl":true,"mode":"list","value":2000574340,"cachedResultUrl":"https://docs.google.com/spreadsheets/d/YOUR_SPREADSHEET_ID/edit","cachedResultName":"Validated"},"documentId":{"__rl":true,"mode":"list","value":"YOUR_DOCUMENTID","cachedResultUrl":"https://docs.google.com/spreadsheets/d/YOUR_SPREADSHEET_ID/edit","cachedResultName":"[Your documentId name]"}},"credentials":{"googleSheetsTriggerOAuth2Api":{"id":"w0xzHtncEf7ySoWQ","name":"Google Sheets Trigger account"}},"typeVersion":1},{"id":"6b1ae6f6-f0d0-470f-9302-671b797c7a6d","name":"Update Link & Status","type":"n8n-nodes-base.googleSheets","position":[2976,1056],"parameters":{"columns":{"value":{"id":"={{ $('Get Job Description').item.json.id }}","Resume":"=https://docs.google.com/document/d/{{ $('Update all Resume Variables').item.json.documentId }}","Status":"created","Cover Letter":"=https://docs.google.com/document/d/{{ $('Update all CL Variables').item.json.documentId }}"},"schema":[{"id":"id","type":"string","display":true,"removed":false,"required":false,"displayName":"id","defaultMatch":true,"canBeUsedToMatch":true},{"id":"trackingId","type":"string","display":true,"removed":true,"required":false,"displayName":"trackingId","defaultMatch":false,"canBeUsedToMatch":true},{"id":"refId","type":"string","display":true,"removed":true,"required":false,"displayName":"refId","defaultMatch":false,"canBeUsedToMatch":true},{"id":"link","type":"string","display":true,"removed":true,"required":false,"displayName":"link","defaultMatch":false,"canBeUsedToMatch":true},{"id":"title","type":"string","display":true,"removed":true,"required":false,"displayName":"title","defaultMatch":false,"canBeUsedToMatch":true},{"id":"companyName","type":"string","display":true,"removed":true,"required":false,"displayName":"companyName","defaultMatch":false,"canBeUsedToMatch":true},{"id":"companyLinkedinUrl","type":"string","display":true,"removed":true,"required":false,"displayName":"companyLinkedinUrl","defaultMatch":false,"canBeUsedToMatch":true},{"id":"companyLogo","type":"string","display":true,"removed":true,"required":false,"displayName":"companyLogo","defaultMatch":false,"canBeUsedToMatch":true},{"id":"location","type":"string","display":true,"removed":true,"required":false,"displayName":"location","defaultMatch":false,"canBeUsedToMatch":true},{"id":"salaryInfo","type":"string","display":true,"removed":true,"required":false,"displayName":"salaryInfo","defaultMatch":false,"canBeUsedToMatch":true},{"id":"postedAt","type":"string","display":true,"removed":true,"required":false,"displayName":"postedAt","defaultMatch":false,"canBeUsedToMatch":true},{"id":"benefits","type":"string","display":true,"removed":true,"required":false,"displayName":"benefits","defaultMatch":false,"canBeUsedToMatch":true},{"id":"descriptionHtml","type":"string","display":true,"removed":true,"required":false,"displayName":"descriptionHtml","defaultMatch":false,"canBeUsedToMatch":true},{"id":"applicantsCount","type":"string","display":true,"removed":true,"required":false,"displayName":"applicantsCount","defaultMatch":false,"canBeUsedToMatch":true},{"id":"applyUrl","type":"string","display":true,"removed":true,"required":false,"displayName":"applyUrl","defaultMatch":false,"canBeUsedToMatch":true},{"id":"salary","type":"string","display":true,"removed":true,"required":false,"displayName":"salary","defaultMatch":false,"canBeUsedToMatch":true},{"id":"descriptionText","type":"string","display":true,"removed":true,"required":false,"displayName":"descriptionText","defaultMatch":false,"canBeUsedToMatch":true},{"id":"seniorityLevel","type":"string","display":true,"removed":true,"required":false,"displayName":"seniorityLevel","defaultMatch":false,"canBeUsedToMatch":true},{"id":"employmentType","type":"string","display":true,"removed":true,"required":false,"displayName":"employmentType","defaultMatch":false,"canBeUsedToMatch":true},{"id":"jobFunction","type":"string","display":true,"removed":true,"required":false,"displayName":"jobFunction","defaultMatch":false,"canBeUsedToMatch":true},{"id":"industries","type":"string","display":true,"removed":true,"required":false,"displayName":"industries","defaultMatch":false,"canBeUsedToMatch":true},{"id":"inputUrl","type":"string","display":true,"removed":true,"required":false,"displayName":"inputUrl","defaultMatch":false,"canBeUsedToMatch":true},{"id":"companyAddress","type":"string","display":true,"removed":true,"required":false,"displayName":"companyAddress","defaultMatch":false,"canBeUsedToMatch":true},{"id":"companyWebsite","type":"string","display":true,"removed":true,"required":false,"displayName":"companyWebsite","defaultMatch":false,"canBeUsedToMatch":true},{"id":"companyDescription","type":"string","display":true,"removed":true,"required":false,"displayName":"companyDescription","defaultMatch":false,"canBeUsedToMatch":true},{"id":"companyEmployeesCount","type":"string","display":true,"removed":true,"required":false,"displayName":"companyEmployeesCount","defaultMatch":false,"canBeUsedToMatch":true},{"id":"job_description","type":"string","display":true,"removed":true,"required":false,"displayName":"job_description","defaultMatch":false,"canBeUsedToMatch":true},{"id":"text","type":"string","display":true,"removed":true,"required":false,"displayName":"text","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Resume","type":"string","display":true,"required":false,"displayName":"Resume","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Cover Letter","type":"string","display":true,"removed":false,"required":false,"displayName":"Cover Letter","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Status","type":"string","display":true,"removed":false,"required":false,"displayName":"Status","defaultMatch":false,"canBeUsedToMatch":true},{"id":"match_score","type":"string","display":true,"removed":true,"required":false,"displayName":"match_score","defaultMatch":false,"canBeUsedToMatch":true},{"id":"reasoning","type":"string","display":true,"removed":true,"required":false,"displayName":"reasoning","defaultMatch":false,"canBeUsedToMatch":true},{"id":"missing_critical_skills","type":"string","display":true,"removed":true,"required":false,"displayName":"missing_critical_skills","defaultMatch":false,"canBeUsedToMatch":true},{"id":"matching_strong_skills","type":"string","display":true,"removed":true,"required":false,"displayName":"matching_strong_skills","defaultMatch":false,"canBeUsedToMatch":true},{"id":"companySlogan","type":"string","display":true,"removed":true,"required":false,"displayName":"companySlogan","defaultMatch":false,"canBeUsedToMatch":true},{"id":"jobPosterName","type":"string","display":true,"removed":true,"required":false,"displayName":"jobPosterName","defaultMatch":false,"canBeUsedToMatch":true},{"id":"jobPosterTitle","type":"string","display":true,"removed":true,"required":false,"displayName":"jobPosterTitle","defaultMatch":false,"canBeUsedToMatch":true},{"id":"jobPosterPhoto","type":"string","display":true,"removed":true,"required":false,"displayName":"jobPosterPhoto","defaultMatch":false,"canBeUsedToMatch":true},{"id":"jobPosterProfileUrl","type":"string","display":true,"removed":true,"required":false,"displayName":"jobPosterProfileUrl","defaultMatch":false,"canBeUsedToMatch":true},{"id":"row_number","type":"number","display":true,"removed":true,"readOnly":true,"required":false,"displayName":"row_number","defaultMatch":false,"canBeUsedToMatch":true}],"mappingMode":"defineBelow","matchingColumns":["id"],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{},"operation":"update","sheetName":{"__rl":true,"mode":"list","value":2000574340,"cachedResultUrl":"https://docs.google.com/spreadsheets/d/YOUR_SPREADSHEET_ID/edit","cachedResultName":"Validated"},"documentId":{"__rl":true,"mode":"list","value":"YOUR_DOCUMENTID","cachedResultUrl":"https://docs.google.com/spreadsheets/d/YOUR_SPREADSHEET_ID/edit","cachedResultName":"[Your documentId name]"}},"credentials":{"googleSheetsOAuth2Api":{"id":"ImHqX4ufnhGcTACE","name":"Google Sheets account {15.05.2025}"}},"typeVersion":4.7},{"id":"44cec529-1528-42fd-a3dc-c3a07331335c","name":"Get Job Description","type":"n8n-nodes-base.googleSheets","position":[1280,1152],"parameters":{"options":{},"filtersUI":{"values":[{"lookupValue":"apply","lookupColumn":"Status"}]},"sheetName":{"__rl":true,"mode":"list","value":2000574340,"cachedResultUrl":"https://docs.google.com/spreadsheets/d/YOUR_SPREADSHEET_ID/edit","cachedResultName":"Validated"},"documentId":{"__rl":true,"mode":"list","value":"YOUR_DOCUMENTID","cachedResultUrl":"https://docs.google.com/spreadsheets/d/YOUR_SPREADSHEET_ID/edit","cachedResultName":"[Your documentId name]"}},"credentials":{"googleSheetsOAuth2Api":{"id":"ImHqX4ufnhGcTACE","name":"Google Sheets account {15.05.2025}"}},"typeVersion":4.7},{"id":"84569bdf-c9cf-4e37-b80c-5e391c32ab58","name":"Select Language","type":"n8n-nodes-base.switch","position":[1856,1152],"parameters":{"rules":{"values":[{"outputKey":"EN","conditions":{"options":{"version":3,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"26bb051d-ca58-44f3-a28c-7b595b67d351","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.output[0].content[0].text.meta.language }}","rightValue":"EN"}]},"renameOutput":true},{"outputKey":"DE","conditions":{"options":{"version":3,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"7f332c3a-e717-4d07-bc56-e6ae16e8938c","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.output[0].content[0].text.meta.language }}","rightValue":"DE"}]},"renameOutput":true}]},"options":{}},"typeVersion":3.4},{"id":"92d23e4c-3f08-4926-bb1d-8b1e579751a0","name":"Make a Copy of EN Resume","type":"n8n-nodes-base.googleDrive","position":[2080,1056],"parameters":{"name":"=Resume_{{ $('Get Job Description').item.json.companyName }}_{{ $('Get Job Description').item.json.row_number }}","fileId":{"__rl":true,"mode":"id","value":"YOUR_FILEID"},"options":{},"operation":"copy"},"credentials":{"googleDriveOAuth2Api":{"id":"dA9r1lwXa7XaoYC3","name":"Google Drive account {15.05.2025}"}},"typeVersion":3},{"id":"b72b62f5-9f8d-48d9-bff3-b64c82caccdd","name":"Update all Resume Variables","type":"n8n-nodes-base.googleDocs","position":[2304,1056],"parameters":{"actionsUi":{"actionFields":[{"text":"{{summary}}","action":"replaceAll","matchCase":true,"replaceText":"={{ $('Create Resume ').item.json.output[0].content[0].text.resume.summary }}"},{"text":"{{experience_1.title}}","action":"replaceAll","matchCase":true,"replaceText":"={{ $('Create Resume ').item.json.output[0].content[0].text.resume.experience_1.title }}"},{"text":"{{experience_1.company}}","action":"replaceAll","matchCase":true,"replaceText":"={{ $('Create Resume ').item.json.output[0].content[0].text.resume.experience_1.company }}"},{"text":"{{experience_1.date}}","action":"replaceAll","matchCase":true,"replaceText":"={{ $('Create Resume ').item.json.output[0].content[0].text.resume.experience_1.date }}"},{"text":"{{experience_1.bullets}}","action":"replaceAll","matchCase":true,"replaceText":"={{ $('Create Resume ').item.json.output[0].content[0].text.resume.experience_1.bullets }}"},{"text":"{{experience_2.title}}","action":"replaceAll","matchCase":true,"replaceText":"={{ $('Create Resume ').item.json.output[0].content[0].text.resume.experience_2.title }}"},{"text":"{{experience_2.company}}","action":"replaceAll","matchCase":true,"replaceText":"={{ $('Create Resume ').item.json.output[0].content[0].text.resume.experience_2.company }}"},{"text":"{{experience_2.date}}","action":"replaceAll","matchCase":true,"replaceText":"={{ $('Create Resume ').item.json.output[0].content[0].text.resume.experience_2.date }}"},{"text":"{{experience_2.bullets}}","action":"replaceAll","matchCase":true,"replaceText":"={{ $('Create Resume ').item.json.output[0].content[0].text.resume.experience_2.bullets }}"},{"text":"{{experience_3.title}}","action":"replaceAll","matchCase":true,"replaceText":"={{ $('Create Resume ').item.json.output[0].content[0].text.resume.experience_3.title }}"},{"text":"{{experience_3.company}}","action":"replaceAll","matchCase":true,"replaceText":"={{ $('Create Resume ').item.json.output[0].content[0].text.resume.experience_3.company }}"},{"text":"{{experience_3.date}}","action":"replaceAll","matchCase":true,"replaceText":"={{ $('Create Resume ').item.json.output[0].content[0].text.resume.experience_3.date }}"},{"text":"{{experience_3.bullets}}","action":"replaceAll","matchCase":true,"replaceText":"={{ $('Create Resume ').item.json.output[0].content[0].text.resume.experience_3.bullets }}"},{"text":"{{skills_tech}}","action":"replaceAll","matchCase":true,"replaceText":"={{ $('Create Resume ').item.json.output[0].content[0].text.resume.skills_tech }}"},{"text":"{{skills_industry}}","action":"replaceAll","matchCase":true,"replaceText":"={{ $('Create Resume ').item.json.output[0].content[0].text.resume.skills_industry }}"},{"text":"{{skills_soft}}","action":"replaceAll","matchCase":true,"replaceText":"={{ $('Create Resume ').item.json.output[0].content[0].text.resume.skills_soft }}"}]},"operation":"update","documentURL":"={{ $('Make a Copy of EN Resume').item.json.id }}"},"credentials":{"googleDocsOAuth2Api":{"id":"qzRPYUFMrdwTzUoa","name":"Google Docs account"}},"typeVersion":2},{"id":"488402f0-3c50-4a68-bef8-2c3e1bfd9e8a","name":"Make a Copy of EN CL","type":"n8n-nodes-base.googleDrive","position":[2528,1056],"parameters":{"name":"=CoverLetter_{{ $('Get Job Description').item.json.companyName }}_{{ $('Get Job Description').item.json.row_number }}","fileId":{"__rl":true,"mode":"id","value":"YOUR_FILEID"},"options":{},"operation":"copy"},"credentials":{"googleDriveOAuth2Api":{"id":"dA9r1lwXa7XaoYC3","name":"Google Drive account {15.05.2025}"}},"typeVersion":3},{"id":"3df41a0b-ef34-417d-ac2e-2e3db19440a6","name":"Update all CL Variables","type":"n8n-nodes-base.googleDocs","position":[2752,1056],"parameters":{"actionsUi":{"actionFields":[{"text":"{{salutation}}","action":"replaceAll","matchCase":true,"replaceText":"={{ $('Create Resume ').item.json.output[0].content[0].text.cover_letter.salutation }}"},{"text":"{{body_text}}","action":"replaceAll","matchCase":true,"replaceText":"={{ $('Create Resume ').item.json.output[0].content[0].text.cover_letter.body_text }}"},{"text":"{{date}}","action":"replaceAll","matchCase":true,"replaceText":"={{$now.format('dd-MM-yyyy')}}"},{"text":"{{companyName}}","action":"replaceAll","replaceText":"={{ $('Get Job Description').item.json.companyName }}"}]},"operation":"update","documentURL":"={{ $('Make a Copy of EN CL').item.json.id }}"},"credentials":{"googleDocsOAuth2Api":{"id":"qzRPYUFMrdwTzUoa","name":"Google Docs account"}},"typeVersion":2},{"id":"317f97b8-df05-46e6-a782-e9ec3830e861","name":"Make a Copy of DE Resume","type":"n8n-nodes-base.googleDrive","position":[2080,1248],"parameters":{"name":"=Lebenslauf_{{ $('Get Job Description').item.json.companyName }}_{{ $('Get Job Description').item.json.row_number }}","fileId":{"__rl":true,"mode":"id","value":"YOUR_FILEID"},"options":{},"operation":"copy"},"credentials":{"googleDriveOAuth2Api":{"id":"dA9r1lwXa7XaoYC3","name":"Google Drive account {15.05.2025}"}},"typeVersion":3},{"id":"e753e291-94d4-4d31-9d8b-28829d431dbd","name":"Update all Lebenslauf Variables","type":"n8n-nodes-base.googleDocs","position":[2304,1248],"parameters":{"actionsUi":{"actionFields":[{"text":"{{summary}}","action":"replaceAll","matchCase":true,"replaceText":"={{ $('Create Resume ').item.json.output[0].content[0].text.resume.summary }}"},{"text":"{{experience_1.title}}","action":"replaceAll","matchCase":true,"replaceText":"={{ $('Create Resume ').item.json.output[0].content[0].text.resume.experience_1.title }}"},{"text":"{{experience_1.company}}","action":"replaceAll","matchCase":true,"replaceText":"={{ $('Create Resume ').item.json.output[0].content[0].text.resume.experience_1.company }}"},{"text":"{{experience_1.date}}","action":"replaceAll","matchCase":true,"replaceText":"={{ $('Create Resume ').item.json.output[0].content[0].text.resume.experience_1.date }}"},{"text":"{{experience_1.bullets}}","action":"replaceAll","matchCase":true,"replaceText":"={{ $('Create Resume ').item.json.output[0].content[0].text.resume.experience_1.bullets }}"},{"text":"{{experience_2.title}}","action":"replaceAll","matchCase":true,"replaceText":"={{ $('Create Resume ').item.json.output[0].content[0].text.resume.experience_2.title }}"},{"text":"{{experience_2.company}}","action":"replaceAll","matchCase":true,"replaceText":"={{ $('Create Resume ').item.json.output[0].content[0].text.resume.experience_2.company }}"},{"text":"{{experience_2.date}}","action":"replaceAll","matchCase":true,"replaceText":"={{ $('Create Resume ').item.json.output[0].content[0].text.resume.experience_2.date }}"},{"text":"{{experience_2.bullets}}","action":"replaceAll","matchCase":true,"replaceText":"={{ $('Create Resume ').item.json.output[0].content[0].text.resume.experience_2.bullets }}"},{"text":"{{experience_3.title}}","action":"replaceAll","matchCase":true,"replaceText":"={{ $('Create Resume ').item.json.output[0].content[0].text.resume.experience_3.title }}"},{"text":"{{experience_3.company}}","action":"replaceAll","matchCase":true,"replaceText":"={{ $('Create Resume ').item.json.output[0].content[0].text.resume.experience_3.company }}"},{"text":"{{experience_3.date}}","action":"replaceAll","matchCase":true,"replaceText":"={{ $('Create Resume ').item.json.output[0].content[0].text.resume.experience_3.date }}"},{"text":"{{experience_3.bullets}}","action":"replaceAll","matchCase":true,"replaceText":"={{ $('Create Resume ').item.json.output[0].content[0].text.resume.experience_3.bullets }}"},{"text":"{{skills_tech}}","action":"replaceAll","matchCase":true,"replaceText":"={{ $('Create Resume ').item.json.output[0].content[0].text.resume.skills_tech }}"},{"text":"{{skills_industry}}","action":"replaceAll","matchCase":true,"replaceText":"={{ $('Create Resume ').item.json.output[0].content[0].text.resume.skills_industry }}"},{"text":"{{skills_soft}}","action":"replaceAll","matchCase":true,"replaceText":"={{ $('Create Resume ').item.json.output[0].content[0].text.resume.skills_soft }}"}]},"operation":"update","documentURL":"={{ $('Make a Copy of DE Resume').item.json.id }}"},"credentials":{"googleDocsOAuth2Api":{"id":"qzRPYUFMrdwTzUoa","name":"Google Docs account"}},"typeVersion":2},{"id":"50a32592-a65e-4a94-b0c7-6925127e2925","name":"Make a Copy of DE Motivation","type":"n8n-nodes-base.googleDrive","position":[2528,1248],"parameters":{"name":"=Anschreiben_{{ $('Get Job Description').item.json.companyName }}_{{ $('Get Job Description').item.json.row_number }}","fileId":{"__rl":true,"mode":"id","value":"YOUR_FILEID"},"options":{},"operation":"copy"},"credentials":{"googleDriveOAuth2Api":{"id":"dA9r1lwXa7XaoYC3","name":"Google Drive account {15.05.2025}"}},"typeVersion":3},{"id":"0c00a640-bab2-48eb-9383-bc7dc3509218","name":"Update Link & Status for DE","type":"n8n-nodes-base.googleSheets","position":[2976,1248],"parameters":{"columns":{"value":{"id":"={{ $('Get Job Description').item.json.id }}","Resume":"=https://docs.google.com/document/d/{{ $('Update all Lebenslauf Variables').item.json.documentId }}","Status":"created","Cover Letter":"=https://docs.google.com/document/d/{{ $('Update all Anschreiben Variables').item.json.documentId }}"},"schema":[{"id":"id","type":"string","display":true,"removed":false,"required":false,"displayName":"id","defaultMatch":true,"canBeUsedToMatch":true},{"id":"trackingId","type":"string","display":true,"removed":true,"required":false,"displayName":"trackingId","defaultMatch":false,"canBeUsedToMatch":true},{"id":"refId","type":"string","display":true,"removed":true,"required":false,"displayName":"refId","defaultMatch":false,"canBeUsedToMatch":true},{"id":"link","type":"string","display":true,"removed":true,"required":false,"displayName":"link","defaultMatch":false,"canBeUsedToMatch":true},{"id":"title","type":"string","display":true,"removed":true,"required":false,"displayName":"title","defaultMatch":false,"canBeUsedToMatch":true},{"id":"companyName","type":"string","display":true,"removed":true,"required":false,"displayName":"companyName","defaultMatch":false,"canBeUsedToMatch":true},{"id":"companyLinkedinUrl","type":"string","display":true,"removed":true,"required":false,"displayName":"companyLinkedinUrl","defaultMatch":false,"canBeUsedToMatch":true},{"id":"companyLogo","type":"string","display":true,"removed":true,"required":false,"displayName":"companyLogo","defaultMatch":false,"canBeUsedToMatch":true},{"id":"location","type":"string","display":true,"removed":true,"required":false,"displayName":"location","defaultMatch":false,"canBeUsedToMatch":true},{"id":"salaryInfo","type":"string","display":true,"removed":true,"required":false,"displayName":"salaryInfo","defaultMatch":false,"canBeUsedToMatch":true},{"id":"postedAt","type":"string","display":true,"removed":true,"required":false,"displayName":"postedAt","defaultMatch":false,"canBeUsedToMatch":true},{"id":"benefits","type":"string","display":true,"removed":true,"required":false,"displayName":"benefits","defaultMatch":false,"canBeUsedToMatch":true},{"id":"descriptionHtml","type":"string","display":true,"removed":true,"required":false,"displayName":"descriptionHtml","defaultMatch":false,"canBeUsedToMatch":true},{"id":"applicantsCount","type":"string","display":true,"removed":true,"required":false,"displayName":"applicantsCount","defaultMatch":false,"canBeUsedToMatch":true},{"id":"applyUrl","type":"string","display":true,"removed":true,"required":false,"displayName":"applyUrl","defaultMatch":false,"canBeUsedToMatch":true},{"id":"salary","type":"string","display":true,"removed":true,"required":false,"displayName":"salary","defaultMatch":false,"canBeUsedToMatch":true},{"id":"descriptionText","type":"string","display":true,"removed":true,"required":false,"displayName":"descriptionText","defaultMatch":false,"canBeUsedToMatch":true},{"id":"seniorityLevel","type":"string","display":true,"removed":true,"required":false,"displayName":"seniorityLevel","defaultMatch":false,"canBeUsedToMatch":true},{"id":"employmentType","type":"string","display":true,"removed":true,"required":false,"displayName":"employmentType","defaultMatch":false,"canBeUsedToMatch":true},{"id":"jobFunction","type":"string","display":true,"removed":true,"required":false,"displayName":"jobFunction","defaultMatch":false,"canBeUsedToMatch":true},{"id":"industries","type":"string","display":true,"removed":true,"required":false,"displayName":"industries","defaultMatch":false,"canBeUsedToMatch":true},{"id":"inputUrl","type":"string","display":true,"removed":true,"required":false,"displayName":"inputUrl","defaultMatch":false,"canBeUsedToMatch":true},{"id":"companyAddress","type":"string","display":true,"removed":true,"required":false,"displayName":"companyAddress","defaultMatch":false,"canBeUsedToMatch":true},{"id":"companyWebsite","type":"string","display":true,"removed":true,"required":false,"displayName":"companyWebsite","defaultMatch":false,"canBeUsedToMatch":true},{"id":"companyDescription","type":"string","display":true,"removed":true,"required":false,"displayName":"companyDescription","defaultMatch":false,"canBeUsedToMatch":true},{"id":"companyEmployeesCount","type":"string","display":true,"removed":true,"required":false,"displayName":"companyEmployeesCount","defaultMatch":false,"canBeUsedToMatch":true},{"id":"job_description","type":"string","display":true,"removed":true,"required":false,"displayName":"job_description","defaultMatch":false,"canBeUsedToMatch":true},{"id":"text","type":"string","display":true,"removed":true,"required":false,"displayName":"text","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Resume","type":"string","display":true,"required":false,"displayName":"Resume","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Cover Letter","type":"string","display":true,"removed":false,"required":false,"displayName":"Cover Letter","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Status","type":"string","display":true,"removed":false,"required":false,"displayName":"Status","defaultMatch":false,"canBeUsedToMatch":true},{"id":"match_score","type":"string","display":true,"removed":true,"required":false,"displayName":"match_score","defaultMatch":false,"canBeUsedToMatch":true},{"id":"reasoning","type":"string","display":true,"removed":true,"required":false,"displayName":"reasoning","defaultMatch":false,"canBeUsedToMatch":true},{"id":"missing_critical_skills","type":"string","display":true,"removed":true,"required":false,"displayName":"missing_critical_skills","defaultMatch":false,"canBeUsedToMatch":true},{"id":"matching_strong_skills","type":"string","display":true,"removed":true,"required":false,"displayName":"matching_strong_skills","defaultMatch":false,"canBeUsedToMatch":true},{"id":"companySlogan","type":"string","display":true,"removed":true,"required":false,"displayName":"companySlogan","defaultMatch":false,"canBeUsedToMatch":true},{"id":"jobPosterName","type":"string","display":true,"removed":true,"required":false,"displayName":"jobPosterName","defaultMatch":false,"canBeUsedToMatch":true},{"id":"jobPosterTitle","type":"string","display":true,"removed":true,"required":false,"displayName":"jobPosterTitle","defaultMatch":false,"canBeUsedToMatch":true},{"id":"jobPosterPhoto","type":"string","display":true,"removed":true,"required":false,"displayName":"jobPosterPhoto","defaultMatch":false,"canBeUsedToMatch":true},{"id":"jobPosterProfileUrl","type":"string","display":true,"removed":true,"required":false,"displayName":"jobPosterProfileUrl","defaultMatch":false,"canBeUsedToMatch":true},{"id":"row_number","type":"number","display":true,"removed":true,"readOnly":true,"required":false,"displayName":"row_number","defaultMatch":false,"canBeUsedToMatch":true}],"mappingMode":"defineBelow","matchingColumns":["id"],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{},"operation":"update","sheetName":{"__rl":true,"mode":"list","value":2000574340,"cachedResultUrl":"https://docs.google.com/spreadsheets/d/YOUR_SPREADSHEET_ID/edit","cachedResultName":"Validated"},"documentId":{"__rl":true,"mode":"list","value":"YOUR_DOCUMENTID","cachedResultUrl":"https://docs.google.com/spreadsheets/d/YOUR_SPREADSHEET_ID/edit","cachedResultName":"[Your documentId name]"}},"credentials":{"googleSheetsOAuth2Api":{"id":"ImHqX4ufnhGcTACE","name":"Google Sheets account {15.05.2025}"}},"typeVersion":4.7},{"id":"7ebc47ad-aa30-4527-8fc3-e3c0cc8ebdcc","name":"Update all Anschreiben Variables","type":"n8n-nodes-base.googleDocs","position":[2752,1248],"parameters":{"actionsUi":{"actionFields":[{"text":"{{salutation}}","action":"replaceAll","matchCase":true,"replaceText":"={{ $('Create Resume ').item.json.output[0].content[0].text.cover_letter.salutation }}"},{"text":"{{body_text}}","action":"replaceAll","matchCase":true,"replaceText":"={{ $('Create Resume ').item.json.output[0].content[0].text.cover_letter.body_text }}"},{"text":"{{date}}","action":"replaceAll","matchCase":true,"replaceText":"={{$now.format('dd-MM-yyyy')}}"},{"text":"{{companyName}}","action":"replaceAll","replaceText":"={{ $('Get Job Description').item.json.companyName }}"}]},"operation":"update","documentURL":"={{ $('Make a Copy of DE Motivation').item.json.id }}"},"credentials":{"googleDocsOAuth2Api":{"id":"qzRPYUFMrdwTzUoa","name":"Google Docs account"}},"typeVersion":2},{"id":"123cab24-37d2-4a8d-9d5c-e7832327a02f","name":"Set Profile1","type":"n8n-nodes-base.set","position":[1056,1152],"parameters":{"options":{},"assignments":{"assignments":[{"id":"f349a972-4e83-45ba-a2e7-753f6df56f66","name":"Profile","type":"string","value":"=# Master Career Profile: [YOUR NAME]\n\n**Location:** [Your City, Country]\n**Target Roles:** [Your Target Role 1], [Your Target Role 2], [Your Target Role 3]\n**Unique Value Proposition:** [One sentence describing what makes you unique as a candidate]\n\n---\n\n## Section 1: Professional Identity and Future Goals\n*   **Current Identity:** [Your current professional title/identity]\n*   **Background:** [Brief background - education, location, key focus areas]\n*   **Career Objective:** [2-3 sentences about your career goals and the types of projects/companies you want to work for]\n\n---\n\n## Section 2: Professional Experience and Impact\n\n### [Job Title] | [Company Name] | [Location] | [Start Date] – [End Date]\n*   [Key responsibility or achievement 1]\n*   [Key responsibility or achievement 2]\n*   [Key responsibility or achievement 3]\n\n### [Job Title] | [Company Name] | [Location] | [Start Date] – [End Date]\n*   [Key responsibility or achievement 1]\n*   [Key responsibility or achievement 2]\n\n---\n\n## Section 3: Technical Skills\n*   **Core Skills:** [Skill 1, Skill 2, Skill 3, ...]\n*   **Tools & Platforms:** [Tool 1, Tool 2, Tool 3, ...]\n*   **Languages:** [Programming or spoken languages]\n\n---\n\n## Section 4: Education\n*   **[Degree]** | [University] | [Year]\n\n---\n\n## Section 5: Key Strengths & Soft Skills\n*   [Strength 1]\n*   [Strength 2]\n*   [Strength 3]\n\n---\n\n## INSTRUCTIONS FOR THIS TEMPLATE:\nFill in ALL sections above with YOUR real information. The AI nodes (GateKeeper, Job Match Scorer, Create Resume) reference this profile to evaluate jobs and generate tailored resumes. The more detailed and accurate your profile, the better the results."}]}},"typeVersion":3.4},{"id":"c95faf0a-c8f1-4184-b06f-9739e006ac34","name":"Sticky Note - Overview","type":"n8n-nodes-base.stickyNote","position":[224,-224],"parameters":{"color":7,"width":576,"height":316,"content":"## 🔎 Auto-Apply: Automated Job Search & Application Workflow\n\n**What this does:**\n1. Scrapes LinkedIn jobs on a schedule\n2. Filters out unwanted recruiters & wrong locations\n3. AI evaluates each job against YOUR profile (2-stage: GateKeeper + Scorer)\n4. Matching jobs get added to your Google Sheet\n5. Sends you a Telegram notification\n6. When you trigger an application, it generates a tailored Resume + Cover Letter\n7. Copies your Google Doc templates, fills in variables, and updates status\n\n**⚠️ SETUP REQUIRED (see notes below)**"},"typeVersion":1},{"id":"adaaa121-04f1-4799-b8cf-cfa1572acb72","name":"Sticky Note - Setup Guide","type":"n8n-nodes-base.stickyNote","position":[192,768],"parameters":{"color":6,"width":596,"height":556,"content":"## 📋 SETUP GUIDE\n\n**Step 1: Credentials**\n• Apify API key (for LinkedIn scraping)\n• Google Sheets/Docs/Drive OAuth\n• OpenRouter API key (for AI models)\n• OpenAI API key (for resume generation)\n• Telegram Bot token + Chat ID\n\n**Step 2: Google Sheets**\nCreate 2 sheets:\n• **Gatekeeper Results** — columns: title, company, location, url, score, reason, match\n• **Roles to Apply** — columns: title, company, url, job_description, status, resume_link\n\n**Step 3: Google Drive Templates**\nCreate template docs with placeholder variables:\n• Resume template (EN & optionally DE)\n• Cover letter template (EN & optionally DE)\nUse variables like {{summary}}, {{experience_1_title}}, etc.\n\n**Step 4: Customize**\n• Fill in your profile in \"Set Profile\" node\n• Update LinkedIn search URLs with your keywords & geoId\n• Adjust filters (country, excluded recruiters)\n• Customize AI prompts in GateKeeper & Scorer nodes\n• Set your Telegram chat ID\n• Link your Google Sheet/Doc/Drive IDs"},"typeVersion":1},{"id":"f62297ab-0535-4529-97b8-91d4d0dc6ec0","name":"Sticky Note - Filter","type":"n8n-nodes-base.stickyNote","position":[816,128],"parameters":{"color":4,"width":2348,"height":376,"content":"## 2️⃣ Filter & Evaluate\nRemoves spam recruiters, filters by country, then runs 2-stage AI evaluation:\n• **GateKeeper** (fast, cheap model): Quick yes/no filter\n• **Job Match Scorer** (smarter model): Detailed scoring for matches"},"typeVersion":1},{"id":"fec0e089-570e-49ce-a920-44c069e98246","name":"Sticky Note - Score","type":"n8n-nodes-base.stickyNote","position":[816,592],"parameters":{"color":3,"width":908,"height":304,"content":"## 3️⃣ Score & Notify\nParses AI response, merges with original job data, filters matches above threshold, adds to Google Sheet, and sends Telegram notification."},"typeVersion":1},{"id":"00414bf3-89ed-42ff-9209-80a796795c8d","name":"Sticky Note - Resume","type":"n8n-nodes-base.stickyNote","position":[816,992],"parameters":{"color":2,"width":2352,"height":436,"content":"## 4️⃣ Generate Resume & Apply\nTriggered from Google Sheets. Uses AI to generate tailored resume + cover letter, copies your template docs, fills in all variables, and updates status.\nSupports EN and DE (add more languages by extending the Select Language switch)."},"typeVersion":1},{"id":"a12b1325-4617-45af-af14-6fea084aeb6a","name":"Cheap Model","type":"@n8n/n8n-nodes-langchain.lmChatOpenRouter","position":[1488,384],"parameters":{"options":{}},"credentials":{"openRouterApi":{"id":"vFUpxD2RhkulZYIo","name":"OpenRouter account"}},"typeVersion":1},{"id":"8eb672dd-195e-448e-a617-66a3a7f2c0d0","name":"Better Model","type":"@n8n/n8n-nodes-langchain.lmChatOpenRouter","position":[2304,384],"parameters":{"model":"openai/gpt-4.1","options":{}},"credentials":{"openRouterApi":{"id":"vFUpxD2RhkulZYIo","name":"OpenRouter account"}},"typeVersion":1}],"active":false,"pinData":{"GateKeeper":[{"json":{"text":"{\n  \"match\": false,\n  \"score\": 40,\n  \"reason\": \"Rejected: Senior C++ software role focused on robotics control, minimal industrial automation or PLC content.\"\n}"}},{"json":{"text":"{\n  \"match\": false,\n  \"score\": 40,\n  \"reason\": \"Rejected: Senior role with 8+ years implied, focus on robotics software, no explicit industrial automation or PLC experience.\"\n}"}},{"json":{"text":"```json\n{\n  \"match\": false,\n  \"score\": 20,\n  \"reason\": \"Rejected: Procurement role, no Industrial Automation or Software skills.\"\n}\n```"}},{"json":{"text":"{\n  \"match\": false,\n  \"score\": 20,\n  \"reason\": \"Rejected: Senior DevOps role with 5+ years experience, pure IT/cloud focus, no PLC or industrial automation mentioned.\"\n}"}},{"json":{"text":"{\n  \"match\": false,\n  \"score\": 30,\n  \"reason\": \"Rejected: Senior role (10+ years) focusing on DevOps/Cloud infrastructure, no clear industrial automation/PLC involvement.\"\n}"}},{"json":{"text":"{\n  \"match\": false,\n  \"score\": 20,\n  \"reason\": \"Rejected: Senior role (5+ years) outside mid-level range; no explicit PLC/industrial automation focus, more robotics software lead.\"\n}"}},{"json":{"text":"{\n  \"match\": false,\n  \"score\": 20,\n  \"reason\": \"Rejected: Pure IT/ML role with no manufacturing or industrial automation context.\"\n}"}},{"json":{"text":"{\n  \"match\": false,\n  \"score\": 20,\n  \"reason\": \"Rejected: Pure finance IT role, no industrial automation or PLC experience required.\"\n}"}},{"json":{"text":"{\n  \"match\": false,\n  \"score\": 20,\n  \"reason\": \"Rejected: Pure cloud/infra role, no industrial automation or PLC involvement.\"\n}"}},{"json":{"text":"{\n  \"match\": false,\n  \"score\": 20,\n  \"reason\": \"Rejected: Strong software focus without explicit industrial automation/PLC or manufacturing hardware; not an IT/OT hybrid.\"\n}"}},{"json":{"text":"{\n  \"match\": false,\n  \"score\": 20,\n  \"reason\": \"Rejected: Senior management role without hands-on IT/OT technical work.\"\n}"}},{"json":{"text":"```json\n{\n  \"match\": false,\n  \"score\": 40,\n  \"reason\": \"Rejected: Role is pure support/maintenance of electrical/mechatronic systems, lacks Software skills like Python or Cloud.\"\n}\n```"}},{"json":{"text":"```json\n{\n  \"match\": false,\n  \"score\": 40,\n  \"reason\": \"Rejected: Pure IT automation (UiPath RPA) role with no Industrial Automation or PLC experience required.\"\n}\n```"}},{"json":{"text":"{\n  \"match\": false,\n  \"score\": 50,\n  \"reason\": \"Rejected: Experience requirement is 3-5 years, above mid-level range; also heavy focus on C# and machine learning, less clear PLC/OT involvement.\"\n}"}},{"json":{"text":"{\n  \"match\": false,\n  \"score\": 20,\n  \"reason\": \"Rejected: Pure software/ERP consulting role without industrial automation or PLC involvement.\"\n}"}},{"json":{"text":"{\n  \"match\": true,\n  \"score\": 90,\n  \"reason\": \"Accepted: Strong industrial automation with PLC and software development, located in Switzerland, mid-level experience.\"\n}"}}],"Set Profile":[{"json":{"Profile":"# Master Career Profile: YourName \n\n**Location:** [Your City, Country] (Familiennachzug / Resident)\n**Target Roles:** Industrial Automation Engineer, IT/OT Systems Engineer, Digital Twin Specialist, AI Solutions Developer  \n**Unique Value Proposition:** A Mechatronics Engineer who bridges the gap between traditional industrial shopfloors (OT) and modern software architecture (IT). \n\n---\n\n## Section 1: Professional Identity and Future Goals\n*   **Current Identity:** Industrial Automation & IT/OT Engineer.\n*   **Background:** Born in [Country], completed a comprehensive Mechatronics engineering degree in Germany ([City]) focusing on Robotics and Automation. Recently relocated to [Your City, Country].\n*   **Career Objective:** To leverage my deep understanding of physical manufacturing systems and modern software architecture to revolutionize industrial automation. I aim to work on forward-thinking projects (Edge-to-Cloud, PLC-less orchestration, digital twins, and AI-driven business processes) within the Swiss manufacturing, pharma, or high-tech sectors.\n\n---\n\n## Section 2: Professional Experience and Impact\n\n### Systems Engineer ([Company] Co-Innovation Project) | [Company] | [City, Country] | 06/2025 – 01/2026\n*Note: [Company] acquired the IP and the core team from [Company].*\n*   **Core Project:** Collaborated on the [Company] \"[Project Name]\" (SDZ) project, aimed at removing traditional PLCs and bringing production data directly to the cloud.\n*   **Edge-to-Cloud Integration:** Implemented direct OPC-UA communication to bypass classic PLC detours.\n*   **System Optimization:** Conducted comprehensive software refactoring and rigorous feature testing to ensure the \"Qube\" orchestration platform met enterprise-grade reliability.\n*   **Handover:** Successfully authored installation documentation and trained operational teams prior to my relocation to Switzerland.\n\n### System Engineer – Automation & IT | [Company] Holding | [City, Country] | 09/2023 – 05/2025\n*   **Overarching Goal:** Developed and validated \"[Company] Qube,\" a software designed to orchestrate manufacturing machines directly.\n*   **Digital Twin Architecture (Object Manager):** Designed central APIs and managed digital twins of factory instances. Led the database architecture migration from CrateDB to PostgreSQL (Time-Series Data).\n*   **IT/OT Connectivity:** Engineered hardware-in-the-loop solutions, connecting heterogeneous machine parks (Siemens, Beckhoff, RevPI, Legacy-Systems) to modern IT architectures (MES, Cloud) utilizing OPC-UA and MQTT.\n*   **High-Tech Traceability:** Designed and commissioned traceability systems for highly regulated production environments (Pharma/Automotive standards), improving Overall Equipment Effectiveness (OEE).\n*   **Cross-Functional Leadership:** Acted as the technical bridge between SPS programmers, IT departments, and external suppliers. Created 3D factory simulations (FactoryIO) and interactive marketing demos (e.g., digital twin of a car wash).\n\n### Development Engineer – ADAS & Sensorics | Bertrandt Technikum GmbH | [City, Country] | 09/2022 – 08/2023\n*   **Overarching Goal:** Executed hardware and software commissioning (Inbetriebnahme) for complex autonomous driving architectures (Mercedes-Benz Gen6 & Nvidia).\n*   **Hardware-in-the-Loop (HiL):** Designed, built, and programmed HiL test benches to validate new ECU (Steuergeräte) software.\n*   **Sensor Integration:** Calibrated and commissioned Lidar, Radar, and Camera systems on test vehicles.\n*   **Test Automation:** Developed custom Python scripts to automate the evaluation of measurement data and accelerate error diagnosis.\n\n### Automation Engineering Intern | EPG Group | Germany | 01/2022 - 05/2022\n*   **Key Contributions:** Developed a Python script to calculate, monitor, and optimize communication latency/speed between PLCs (SPS) and enterprise ERP systems.\n\n---\n\n## Section 3: Selected Technical Projects (Independent & Academic)\n\n### AI-Driven ERP Automation & Voice Assistants (Independent Developer) | 2025\n*   **The Work:** Architected local RAG (Retrieval-Augmented Generation) systems and integrated Large Language Models (LLMs) to automate complex business workflows.\n*   **The Tech:** Engineered end-to-end data flows between ERP systems and web applications using **n8n** and **Python**, and built functional AI voice assistant prototypes for SMBs using Lovable.\n\n### \"Smart Toolbox\" System (Bachelor Thesis) | Bertrandt | 2022 - 2023\n*   **The Work:** Engineered a hardware/software solution featuring an RFID central opening system linked to personal employee cards. Developed a custom Python GUI for automated tool tracking.\n\n### Rapid Control Prototyping (Inverse Pendulum) | 2022\n*   **The Work:** Developed a robust state controller in MATLAB and built a Hardware-in-the-Loop (HIL) system.\n\n### Mini-Conveyor Belt Automation | 2021\n*   **The Work:** Designed and implemented an automation solution for a conveyor belt using Siemens TIA Portal, simulating real manufacturing processes.\n\n---\n\n## Section 4: Comprehensive Skills Inventory\n\n*   **IT/OT & Protocols:** OPC-UA (Expert), MQTT, REST APIs, Modbus, Digital Twins, Traceability, Edge-to-Cloud, MES Interfaces.\n*   **Automation & Hardware:** PLC/SPS (TIA Portal, Codesys), RevPI, Automotive ECUs, HiL Testing, Sensor Integration, SCADA, 3D Printing/CAD.\n*   **Software & Data:** Python (Advanced - Automation & Data Analysis), PostgreSQL, CrateDB, SQL, C/C++, MATLAB.\n*   **Infrastructure:** Linux, Docker, Windows Server.\n*   **AI & Modern Automation:** n8n (Workflow Automation), LLM Integration, RAG Systems, AI Voice Assistants.\n*   **Methodologies:** Agile (Scrum), Requirements Engineering, Technical Documentation.\n*   **Languages:** German (C1 - Fluent), English (C1 - Fluent), French (B2 - Proficient), Arabic (Native).\n\n---\n\n## Section 5: Education\n\n*   **Bachelor of Engineering in Mechatronics**\n    *   *Institution:* Technische Hochschule [City], Germany\n    *   *Focus:* Robotics and Automation\n    *   *Dates:* 09/2017 – 02/2023\n\n---\n\n## Section 6: The Cover Letter Goldmine (Personal Narrative & Superpowers)\n\n*   **The \"Why\":** I am driven by the desire to modernize legacy industries. I saw firsthand how rigid traditional PLCs can be, which sparked my passion for software-defined manufacturing and direct machine orchestration. \n*   **The Superpower:** I speak both languages—the language of the mechanical/electrical engineer on the factory floor (TIA Portal, Sensors, Wiring), and the language of the modern software/AI developer (Python, Docker, APIs, LLMs). \n*   **Adaptability:** I have proven my ability to learn rapidly and adapt to new environments, from moving to Germany for my studies, to pivoting into advanced AI automation tools to solve modern business problems. I am highly resilient and proactive."}}],"Set Profile1":[{"json":{"Profile":"# Master Career Profile: YourName \n\n**Location:** [Your City, Country] (Familiennachzug / Resident)\n**Target Roles:** Industrial Automation Engineer, IT/OT Systems Engineer, Digital Twin Specialist, AI Solutions Developer  \n**Unique Value Proposition:** A Mechatronics Engineer who bridges the gap between traditional industrial shopfloors (OT) and modern software architecture (IT). \n\n---\n\n## Section 1: Professional Identity and Future Goals\n*   **Current Identity:** Industrial Automation & IT/OT Engineer.\n*   **Background:** Born in [Country], completed a comprehensive Mechatronics engineering degree in Germany ([City]) focusing on Robotics and Automation. Recently relocated to [Your City, Country].\n*   **Career Objective:** To leverage my deep understanding of physical manufacturing systems and modern software architecture to revolutionize industrial automation. I aim to work on forward-thinking projects (Edge-to-Cloud, PLC-less orchestration, digital twins, and AI-driven business processes) within the Swiss manufacturing, pharma, or high-tech sectors.\n\n---\n\n## Section 2: Professional Experience and Impact\n\n### Systems Engineer ([Company] Co-Innovation Project) | [Company] | [City, Country] | 06/2025 – 01/2026\n*Note: [Company] acquired the IP and the core team from [Company].*\n*   **Core Project:** Collaborated on the [Company] \"[Project Name]\" (SDZ) project, aimed at removing traditional PLCs and bringing production data directly to the cloud.\n*   **Edge-to-Cloud Integration:** Implemented direct OPC-UA communication to bypass classic PLC detours.\n*   **System Optimization:** Conducted comprehensive software refactoring and rigorous feature testing to ensure the \"Qube\" orchestration platform met enterprise-grade reliability.\n*   **Handover:** Successfully authored installation documentation and trained operational teams prior to my relocation to Switzerland.\n\n### System Engineer – Automation & IT | [Company] Holding | [City, Country] | 09/2023 – 05/2025\n*   **Overarching Goal:** Developed and validated \"[Company] Qube,\" a software designed to orchestrate manufacturing machines directly.\n*   **Digital Twin Architecture (Object Manager):** Designed central APIs and managed digital twins of factory instances. Led the database architecture migration from CrateDB to PostgreSQL (Time-Series Data).\n*   **IT/OT Connectivity:** Engineered hardware-in-the-loop solutions, connecting heterogeneous machine parks (Siemens, Beckhoff, RevPI, Legacy-Systems) to modern IT architectures (MES, Cloud) utilizing OPC-UA and MQTT.\n*   **High-Tech Traceability:** Designed and commissioned traceability systems for highly regulated production environments (Pharma/Automotive standards), improving Overall Equipment Effectiveness (OEE).\n*   **Cross-Functional Leadership:** Acted as the technical bridge between SPS programmers, IT departments, and external suppliers. Created 3D factory simulations (FactoryIO) and interactive marketing demos (e.g., digital twin of a car wash).\n\n### Development Engineer – ADAS & Sensorics | Bertrandt Technikum GmbH | [City, Country] | 09/2022 – 08/2023\n*   **Overarching Goal:** Executed hardware and software commissioning (Inbetriebnahme) for complex autonomous driving architectures (Mercedes-Benz Gen6 & Nvidia).\n*   **Hardware-in-the-Loop (HiL):** Designed, built, and programmed HiL test benches to validate new ECU (Steuergeräte) software.\n*   **Sensor Integration:** Calibrated and commissioned Lidar, Radar, and Camera systems on test vehicles.\n*   **Test Automation:** Developed custom Python scripts to automate the evaluation of measurement data and accelerate error diagnosis.\n\n### Automation Engineering Intern | EPG Group | Germany | 01/2022 - 05/2022\n*   **Key Contributions:** Developed a Python script to calculate, monitor, and optimize communication latency/speed between PLCs (SPS) and enterprise ERP systems.\n\n---\n\n## Section 3: Selected Technical Projects (Independent & Academic)\n\n### AI-Driven ERP Automation & Voice Assistants (Independent Developer) | 2025\n*   **The Work:** Architected local RAG (Retrieval-Augmented Generation) systems and integrated Large Language Models (LLMs) to automate complex business workflows.\n*   **The Tech:** Engineered end-to-end data flows between ERP systems and web applications using **n8n** and **Python**, and built functional AI voice assistant prototypes for SMBs using Lovable.\n\n### \"Smart Toolbox\" System (Bachelor Thesis) | Bertrandt | 2022 - 2023\n*   **The Work:** Engineered a hardware/software solution featuring an RFID central opening system linked to personal employee cards. Developed a custom Python GUI for automated tool tracking.\n\n### Rapid Control Prototyping (Inverse Pendulum) | 2022\n*   **The Work:** Developed a robust state controller in MATLAB and built a Hardware-in-the-Loop (HIL) system.\n\n### Mini-Conveyor Belt Automation | 2021\n*   **The Work:** Designed and implemented an automation solution for a conveyor belt using Siemens TIA Portal, simulating real manufacturing processes.\n\n---\n\n## Section 4: Comprehensive Skills Inventory\n\n*   **IT/OT & Protocols:** OPC-UA (Expert), MQTT, REST APIs, Modbus, Digital Twins, Traceability, Edge-to-Cloud, MES Interfaces.\n*   **Automation & Hardware:** PLC/SPS (TIA Portal, Codesys), RevPI, Automotive ECUs, HiL Testing, Sensor Integration, SCADA, 3D Printing/CAD.\n*   **Software & Data:** Python (Advanced - Automation & Data Analysis), PostgreSQL, CrateDB, SQL, C/C++, MATLAB.\n*   **Infrastructure:** Linux, Docker, Windows Server.\n*   **AI & Modern Automation:** n8n (Workflow Automation), LLM Integration, RAG Systems, AI Voice Assistants.\n*   **Methodologies:** Agile (Scrum), Requirements Engineering, Technical Documentation.\n*   **Languages:** German (C1 - Fluent), English (C1 - Fluent), French (B2 - Proficient), Arabic (Native).\n\n---\n\n## Section 5: Education\n\n*   **Bachelor of Engineering in Mechatronics**\n    *   *Institution:* Technische Hochschule [City], Germany\n    *   *Focus:* Robotics and Automation\n    *   *Dates:* 09/2017 – 02/2023\n\n---\n\n## Section 6: The Cover Letter Goldmine (Personal Narrative & Superpowers)\n\n*   **The \"Why\":** I am driven by the desire to modernize legacy industries. I saw firsthand how rigid traditional PLCs can be, which sparked my passion for software-defined manufacturing and direct machine orchestration. \n*   **The Superpower:** I speak both languages—the language of the mechanical/electrical engineer on the factory floor (TIA Portal, Sensors, Wiring), and the language of the modern software/AI developer (Python, Docker, APIs, LLMs). \n*   **Adaptability:** I have proven my ability to learn rapidly and adapt to new environments, from moving to Germany for my studies, to pivoting into advanced AI automation tools to solve modern business problems. I am highly resilient and proactive."}}],"Job Description":[{"json":{"id":"4374284501","link":"https://ch.linkedin.com/jobs/view/EXAMPLE_JOB_ID374284501?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=THSk8WkVd2Z0vQ%2Fb3d0HEQ%3D%3D&position=15&pageNum=0","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"(Senior) C++ Engineer (f/m/d) for Control","salary":"","applyUrl":"https://hexagon-robotics.onlyfy.jobs/job/98z2inl3yotoptr18y0fjh5lust1xp","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Zurich, Switzerland","postedAt":"2026-02-23","industries":"Machinery Manufacturing","salaryInfo":[""],"trackingId":"THSk8WkVd2Z0vQ/b3d0HEQ==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQESWwPef2karw/company-logo_100_100/B4EZd0GCR_GcAQ-/0/1749999429006/hexagon_ab_logo?e=1773273600&v=beta&t=O6D3iR2dN6PXNOHNuzVTiDL9iutuie3ZJdQHMKOFkYc","companyName":"Hexagon AB","jobFunction":"Engineering","companyAddress":{"type":"PostalAddress","postalCode":"SE-103 59","streetAddress":"Lilla Bantorget 15","addressCountry":"SE","addressLocality":"Stockholm"},"companyWebsite":"https://hexagon.com","employmentType":"Full-time","seniorityLevel":"Associate","applicantsCount":"25","descriptionHtml":"<p><strong>(Senior) C++ Engineer (f/m/d) for Control</strong></p><p><strong>100% Zürich</strong></p><p><br></p><p><strong><br>Hexagon Robotic</strong>s is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers</p><p><br></p><p>.<br>We are looking for <strong>a C++ Enginee</strong>r with a background in Control to design and develop robust software for Aeon, Hexagon’s humanoid robo</p><p><br></p><p><strong>t.<br>Your Miss</strong></p><ul><li>ionDesign, develop, test and maintain reliable software for the motion control of Aeon, providing real-time control and minimal laten</li><li>cy.Design, develop, test and maintain the infrastructure for training and evaluating locomotion, manipulation and whole-body controlle</li><li>rs.Work in a multicultural and interdisciplinary environment developing a novel robot from prototype to serial product</li><li>ionBeing part of an R&amp;D division with startup spirit in a globally active company: we work in an iterative fashion to solve complex real-world problems at the frontier of robot</li></ul><p><br></p><p><strong>ics<br>Your Skil</strong></p><p><strong>lsetMust h</strong></p><ul><li>ave:Strong fundamentals in Modern</li><li> C++Working knowledge of CMake and Py</li><li>thonPassion for developing robust, elegant and tested software to solve complex prob</li><li>lemsPragmatic and hands-on: have an idea and bring it all the way to produc</li><li>tionMotivated to learn new systems and be at the cutting edge of industrial robo</li></ul><p><strong>ticsExperience with any of the following is an advant</strong></p><ul><li>age:Developing and maintaining a complex codebase with high reliability requirem</li><li>entsSoft or hard realtime sys</li><li>temsTesting with Catch2 or g</li><li>testMath &amp; optimization libraries: Eigen, BLAS, LAPACK, Ceres, OSQP, </li><li>etc.Machine learning libraries and tools: PyTorch, JAX, Tensorflow, ONNX, MLflow, </li><li>etc.3D spatial algebra(poses, transforms, velocities), e.g. in game engines, simulators, robo</li><li>ticsROS2 basics: record, replay, subscribe, publish, visua</li></ul><p><br></p><p><strong>lise<br>What You’l</strong></p><ul><li>l GetFlexible working hours and a hybrid model for real work-life ba</li><li>lanceGenerous vacation: 25–30 days depending o</li><li>n ageCHF 500 mobility credit for sustainable comm</li><li>utingBonus system &amp; strong pension contribu</li><li>tionsTailored training &amp; development opportun</li><li>itiesRelocation support for a smooth </li><li>startDiscounts on health, mobility &amp; entertai</li><li>nmentTeam events and a flat hierarchy where your voice c</li><li>ountsA warm, international culture built on respect and collabor</li></ul><p><br></p><p><strong>ation<br>Great robots need great p</strong></p><p><br></p>eople.","descriptionText":"(Senior) C++ Engineer (f/m/d) for Control100% ZürichHexagon Robotics is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers.We are looking for a C++ Engineer with a background in Control to design and develop robust software for Aeon, Hexagon’s humanoid robot.Your MissionDesign, develop, test and maintain reliable software for the motion control of Aeon, providing real-time control and minimal latency.Design, develop, test and maintain the infrastructure for training and evaluating locomotion, manipulation and whole-body controllers.Work in a multicultural and interdisciplinary environment developing a novel robot from prototype to serial productionBeing part of an R&amp;D division with startup spirit in a globally active company: we work in an iterative fashion to solve complex real-world problems at the frontier of roboticsYour SkillsetMust have:Strong fundamentals in Modern C++Working knowledge of CMake and PythonPassion for developing robust, elegant and tested software to solve complex problemsPragmatic and hands-on: have an idea and bring it all the way to productionMotivated to learn new systems and be at the cutting edge of industrial roboticsExperience with any of the following is an advantage:Developing and maintaining a complex codebase with high reliability requirementsSoft or hard realtime systemsTesting with Catch2 or gtestMath &amp; optimization libraries: Eigen, BLAS, LAPACK, Ceres, OSQP, etc.Machine learning libraries and tools: PyTorch, JAX, Tensorflow, ONNX, MLflow, etc.3D spatial algebra(poses, transforms, velocities), e.g. in game engines, simulators, roboticsROS2 basics: record, replay, subscribe, publish, visualiseWhat You’ll GetFlexible working hours and a hybrid model for real work-life balanceGenerous vacation: 25–30 days depending on ageCHF 500 mobility credit for sustainable commutingBonus system &amp; strong pension contributionsTailored training &amp; development opportunitiesRelocation support for a smooth startDiscounts on health, mobility &amp; entertainmentTeam events and a flat hierarchy where your voice countsA warm, international culture built on respect and collaborationGreat robots need great people.","job_description":"**(Senior) C++ Engineer (f/m/d) for Control**\n\n**100% Zürich**\n  \n  \n**Hexagon Robotic**s is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers\n\n  \n.  \nWe are looking for **a C++ Enginee**r with a background in Control to design and develop robust software for Aeon, Hexagon’s humanoid robo\n\n  \n**t.** \n**Your Miss**\n\n* ionDesign, develop, test and maintain reliable software for the motion control of Aeon, providing real-time control and minimal laten\n* cy.Design, develop, test and maintain the infrastructure for training and evaluating locomotion, manipulation and whole-body controlle\n* rs.Work in a multicultural and interdisciplinary environment developing a novel robot from prototype to serial product\n* ionBeing part of an R&D division with startup spirit in a globally active company: we work in an iterative fashion to solve complex real-world problems at the frontier of robot\n\n  \n**ics** \n**Your Skil**\n\n**lsetMust h**\n\n* ave:Strong fundamentals in Modern\n* C++Working knowledge of CMake and Py\n* thonPassion for developing robust, elegant and tested software to solve complex prob\n* lemsPragmatic and hands-on: have an idea and bring it all the way to produc\n* tionMotivated to learn new systems and be at the cutting edge of industrial robo\n\n**ticsExperience with any of the following is an advant**\n\n* age:Developing and maintaining a complex codebase with high reliability requirem\n* entsSoft or hard realtime sys\n* temsTesting with Catch2 or g\n* testMath & optimization libraries: Eigen, BLAS, LAPACK, Ceres, OSQP,\n* etc.Machine learning libraries and tools: PyTorch, JAX, Tensorflow, ONNX, MLflow,\n* etc.3D spatial algebra(poses, transforms, velocities), e.g. in game engines, simulators, robo\n* ticsROS2 basics: record, replay, subscribe, publish, visua\n\n  \n**lise** \n**What You’l**\n\n* l GetFlexible working hours and a hybrid model for real work-life ba\n* lanceGenerous vacation: 25–30 days depending o\n* n ageCHF 500 mobility credit for sustainable comm\n* utingBonus system & strong pension contribu\n* tionsTailored training & development opportun\n* itiesRelocation support for a smooth\n* startDiscounts on health, mobility & entertai\n* nmentTeam events and a flat hierarchy where your voice c\n* ountsA warm, international culture built on respect and collabor\n\n  \n**ation** \n**Great robots need great p**\n\n  \neople.","companyDescription":"At Hexagon, we don’t just measure the world – we define its future.  \n\nAs the global leader in measurement technologies, we provide the confidence that vital industries rely on to build, navigate, and innovate.   \n\nFrom microns to Mars, our solutions drive productivity, quality, safety, and sustainability across aerospace, agriculture, automotive, construction, manufacturing, and mining.  \n\nWe bridge the physical and digital worlds with cutting-edge metrology, reality capture, and positioning solutions – making industries and cities safer, smarter, and more sustainable.  \n\nMeasurement is the foundation of progress. When it has to be right, it has to be Hexagon.","companyLinkedinUrl":"https://se.linkedin.com/company/hexagon-ab?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":918}},{"json":{"id":"4374295322","link":"https://ch.linkedin.com/jobs/view/senior-motion-planning-engineer-f-m-d-at-hexagon-ab-4374295322?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=7%2Fj2J6t7Az09ZBimoFW6nA%3D%3D&position=13&pageNum=0","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Senior Motion Planning Engineer (f/m/d)","salary":"","applyUrl":"https://hexagon-robotics.onlyfy.jobs/job/js2h05qeh4sq7yy6whmd6da7kzddpv","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Zurich, Switzerland","postedAt":"2026-02-23","industries":"Machinery Manufacturing","salaryInfo":[""],"trackingId":"7/j2J6t7Az09ZBimoFW6nA==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQESWwPef2karw/company-logo_100_100/B4EZd0GCR_GcAQ-/0/1749999429006/hexagon_ab_logo?e=1773273600&v=beta&t=O6D3iR2dN6PXNOHNuzVTiDL9iutuie3ZJdQHMKOFkYc","companyName":"Hexagon AB","jobFunction":"Engineering","companyAddress":{"type":"PostalAddress","postalCode":"SE-103 59","streetAddress":"Lilla Bantorget 15","addressCountry":"SE","addressLocality":"Stockholm"},"companyWebsite":"https://hexagon.com","employmentType":"Full-time","seniorityLevel":"Associate","applicantsCount":"25","descriptionHtml":"<p><strong>Senior Motion Planning Engineer (f/m/d)</strong></p><p><strong>100% Zürich</strong></p><p><br></p><p><strong><br>Hexagon Robotic</strong>s is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers</p><p><br></p><p>.<br>We are looking for <strong>a Senior Motion Planning Engine</strong>er to design and deploy advanced motion planning algorithms for our robotic systems, working across navigation, manipulation and optimization. You will develop production-ready software in close collaboration with cross-functional teams, helping bring our robotic platforms from prototype to productio</p><p><br></p><p><strong>n.<br>Your Miss</strong></p><ul><li>ionDevelop and deploy motion planning algorithms for mobile robots and manipulat</li><li>orsDesign optimization-based planners, including cost functions and constraints for embedded syst</li><li>emsImplement production-quality software in C++ and Python, including testing and validat</li><li>ionDevelop and debug ROS2 nodes and system integrati</li><li>onsDefine and own technical objectives aligned with the squad road</li><li>mapTroubleshoot and resolve issues in complex robotic software and hardware syst</li></ul><p><br></p><p><strong>ems<br>Your Skil</strong></p><ul><li>lsetStrong experience in robot motion planning (navigation, obstacle avoidance, manipulat</li><li>ion)Solid background in numerical optimization for motion plan</li><li>ningProven expertise in C++ and Python with production deployment experi</li><li>enceExperience with NumPy, PyTorch or</li><li> JAXAbility to work independently and drive topics end to</li><li> endHands-on experience with </li></ul><p><strong>ROS2Bonus Skil</strong></p><ul><li>lsetGPU development on NVIDIA Jetson platf</li><li>ormsExperience with generative models (e.g. flow mod</li><li>els)Experience with humanoid ro</li><li>botsFamiliarity with NVIDIA Omniv</li></ul><p><br></p><p><strong>erse<br>What You’l</strong></p><ul><li>l GetFlexible working hours and a hybrid model for real work-life ba</li><li>lanceGenerous vacation: 25–30 days depending o</li><li>n ageCHF 500 mobility credit for sustainable comm</li><li>utingBonus system &amp; strong pension contribu</li><li>tionsTailored training &amp; development opportun</li><li>itiesRelocation support for a smooth </li><li>startDiscounts on health, mobility &amp; entertai</li><li>nmentTeam events and a flat hierarchy where your voice c</li><li>ountsA warm, international culture built on respect and collabor</li></ul><p><br></p><p><strong>ation<br>Great robots need great p</strong></p><p><br></p>eople.","descriptionText":"Senior Motion Planning Engineer (f/m/d)100% ZürichHexagon Robotics is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers.We are looking for a Senior Motion Planning Engineer to design and deploy advanced motion planning algorithms for our robotic systems, working across navigation, manipulation and optimization. You will develop production-ready software in close collaboration with cross-functional teams, helping bring our robotic platforms from prototype to production.Your MissionDevelop and deploy motion planning algorithms for mobile robots and manipulatorsDesign optimization-based planners, including cost functions and constraints for embedded systemsImplement production-quality software in C++ and Python, including testing and validationDevelop and debug ROS2 nodes and system integrationsDefine and own technical objectives aligned with the squad roadmapTroubleshoot and resolve issues in complex robotic software and hardware systemsYour SkillsetStrong experience in robot motion planning (navigation, obstacle avoidance, manipulation)Solid background in numerical optimization for motion planningProven expertise in C++ and Python with production deployment experienceExperience with NumPy, PyTorch or JAXAbility to work independently and drive topics end to endHands-on experience with ROS2Bonus SkillsetGPU development on NVIDIA Jetson platformsExperience with generative models (e.g. flow models)Experience with humanoid robotsFamiliarity with NVIDIA OmniverseWhat You’ll GetFlexible working hours and a hybrid model for real work-life balanceGenerous vacation: 25–30 days depending on ageCHF 500 mobility credit for sustainable commutingBonus system &amp; strong pension contributionsTailored training &amp; development opportunitiesRelocation support for a smooth startDiscounts on health, mobility &amp; entertainmentTeam events and a flat hierarchy where your voice countsA warm, international culture built on respect and collaborationGreat robots need great people.","job_description":"**Senior Motion Planning Engineer (f/m/d)**\n\n**100% Zürich**\n  \n  \n**Hexagon Robotic**s is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers\n\n  \n.  \nWe are looking for **a Senior Motion Planning Engine**er to design and deploy advanced motion planning algorithms for our robotic systems, working across navigation, manipulation and optimization. You will develop production-ready software in close collaboration with cross-functional teams, helping bring our robotic platforms from prototype to productio\n\n  \n**n.** \n**Your Miss**\n\n* ionDevelop and deploy motion planning algorithms for mobile robots and manipulat\n* orsDesign optimization-based planners, including cost functions and constraints for embedded syst\n* emsImplement production-quality software in C++ and Python, including testing and validat\n* ionDevelop and debug ROS2 nodes and system integrati\n* onsDefine and own technical objectives aligned with the squad road\n* mapTroubleshoot and resolve issues in complex robotic software and hardware syst\n\n  \n**ems** \n**Your Skil**\n\n* lsetStrong experience in robot motion planning (navigation, obstacle avoidance, manipulat\n* ion)Solid background in numerical optimization for motion plan\n* ningProven expertise in C++ and Python with production deployment experi\n* enceExperience with NumPy, PyTorch or\n* JAXAbility to work independently and drive topics end to\n* endHands-on experience with\n\n**ROS2Bonus Skil**\n\n* lsetGPU development on NVIDIA Jetson platf\n* ormsExperience with generative models (e.g. flow mod\n* els)Experience with humanoid ro\n* botsFamiliarity with NVIDIA Omniv\n\n  \n**erse** \n**What You’l**\n\n* l GetFlexible working hours and a hybrid model for real work-life ba\n* lanceGenerous vacation: 25–30 days depending o\n* n ageCHF 500 mobility credit for sustainable comm\n* utingBonus system & strong pension contribu\n* tionsTailored training & development opportun\n* itiesRelocation support for a smooth\n* startDiscounts on health, mobility & entertai\n* nmentTeam events and a flat hierarchy where your voice c\n* ountsA warm, international culture built on respect and collabor\n\n  \n**ation** \n**Great robots need great p**\n\n  \neople.","companyDescription":"At Hexagon, we don’t just measure the world – we define its future.  \n\nAs the global leader in measurement technologies, we provide the confidence that vital industries rely on to build, navigate, and innovate.   \n\nFrom microns to Mars, our solutions drive productivity, quality, safety, and sustainability across aerospace, agriculture, automotive, construction, manufacturing, and mining.  \n\nWe bridge the physical and digital worlds with cutting-edge metrology, reality capture, and positioning solutions – making industries and cities safer, smarter, and more sustainable.  \n\nMeasurement is the foundation of progress. When it has to be right, it has to be Hexagon.","companyLinkedinUrl":"https://se.linkedin.com/company/hexagon-ab?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":918}},{"json":{"id":"4376810346","link":"https://ch.linkedin.com/jobs/view/senior-procurement-specialist-at-real-4376810346?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=s9oSneeugM1TqoyGPBpUJA%3D%3D&position=12&pageNum=0","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Senior Procurement Specialist","salary":"","applyUrl":"https://www.aplitrak.com/?adid=RkJNRC4zNjg0OC4xNTUwQHN0aHJlZWRlMi5hcGxpdHJhay5jb20","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Your City, Your Country","postedAt":"2026-02-23","industries":"Professional Services","salaryInfo":["CHF 1.00","CHF 1.00"],"trackingId":"s9oSneeugM1TqoyGPBpUJA==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQEdNu07qRHmRQ/company-logo_100_100/B4EZXHFFvEGYAQ-/0/1742801755451/real_staffing_group_logo?e=1773273600&v=beta&t=zV6-4pgCnxTsIHRGn7rc1hbqorvJAWWy1w5PPUF2Dgc","companyName":"Real","jobFunction":"Supply Chain","jobPosterName":"Fabiola Miranda","companyAddress":{"type":"PostalAddress","postalCode":"EC4N 7BE","streetAddress":"1st Floor","addressCountry":"GB","addressLocality":"London"},"companyWebsite":"http://www.realstaffing.com","employmentType":"Full-time","jobPosterPhoto":"https://media.licdn.com/dms/image/v2/D4D03AQGbmfnhiHo1jw/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1727689323086?e=1773273600&v=beta&t=KYOUR_FOLDER_OR_FILE_ID","jobPosterTitle":"Recruitment Consultant Pharma & Biotech","seniorityLevel":"Mid-Senior level","applicantsCount":"25","descriptionHtml":"<p><strong>LZAJP00006414 Senior Procurement Specialist 100%</strong></p><p><strong>Location: </strong>[Your City, Country]</p><p><strong>Languages: </strong>Fluent in English; knowledge of German, or French is an asset.</p><p><strong>Project Duration:</strong> 02.03.2026 - 30.06.2026</p><p> </p><p><strong>Role Summary</strong></p><p>We are seeking an experienced and strategic <strong>Senior Procurement Specialist</strong> with a strong background in <strong>company carve‑outs and divestments</strong> to support a major organizational transformation project. In this role, you will be responsible for driving and optimizing procurement processes within the indirect procurement categories <strong>Technology, Logistics, Professional Services, and MRO</strong> during and after carve‑out activities.</p><p>The ideal candidate brings deep expertise in indirect procurement within complex environments, strong negotiation and vendor‑management capabilities, and the ability to ensure procurement stability and continuity throughout change processes.</p><p><strong>Responsibilities:</strong></p><p><strong>Carve-out Support</strong></p><ul><li>Lead and support procurement activities related to carve‑out preparation, due diligence, planning, and execution.</li><li>Ensure smooth transition and integration of systems, tools, services, and supplier relationships.</li></ul><p><strong>Vendor Management</strong></p><ul><li>Build and maintain strong relationships with key suppliers.</li><li>Manage contract negotiations, vendor performance, and compliance with service and contractual obligations.</li></ul><p><strong>Strategic Sourcing</strong></p><ul><li>Identify and evaluate suppliers based on quality, cost, service level, and risk.</li><li>Conduct market research to identify trends, innovations, and best practices.</li></ul><p><strong>Contract Management</strong></p><ul><li>Oversee contract creation, negotiation, review, and lifecycle management.</li><li>Ensure compliance with legal requirements and company policies.</li></ul><p><strong>Cost Optimization</strong></p><ul><li>Analyze spend and identify potential savings across indirect categories.</li><li>Implement strategies to reduce cost, increase efficiency, and improve overall procurement value.</li></ul><p><strong>Risk Management</strong></p><ul><li>Identify and mitigate procurement, supplier, commercial, and contractual risks.</li><li>Ensure continuity planning and compliance with governance requirements.</li></ul><p><strong>Cross‑functional Collaboration</strong></p><ul><li>Work closely with IT, Automation, Quality, MRO, Finance, Legal, and other business units.</li><li>Ensure alignment with organizational strategies and carve‑out objectives.</li></ul><p><strong>Reporting &amp; Analytics</strong></p><ul><li>Develop procurement performance metrics and dashboards.</li><li>Provide actionable insights based on spend analysis and performance data.</li></ul><p><strong>Policy &amp; Process Development</strong></p><ul><li>Support the enhancement of procurement policies, guidelines, and process improvements.</li><li>Promote best practices and continuous improvement initiatives.</li></ul><p><strong>Qualifications: </strong></p><p><strong>Education:</strong></p><ul><li>Bachelor's degree in Information Technology, Business Administration, Supply Chain Management, or a related field.</li><li>A Master's degree or procurement‑related certification <strong>(e.g., CPSM, CIPS) is a plus.</strong></li></ul><p><strong>Professional Experience:</strong></p><ul><li>7-10 years of experience in indirect procurement.</li><li>At least 3-5 years of <strong>direct experience in carve‑out, divestment, or M&amp;A procurement</strong> activities.</li></ul><p><strong>Technical &amp; Professional Skills:</strong></p><ul><li>Strong knowledge of procurement processes, contract management, and supplier management.</li><li>Proven track record managing procurement within divestment environments.</li><li>Excellent negotiation, analytical, and problem‑solving abilities.</li><li>Proficiency with procurement tools, ERPs, and the MS Office Suite.</li></ul><p> </p><p>If you are interested in this position contact me as soon as possible! Send your CV over our home page to Fabiola Miranda or per mail directly to f.miranda(at)realstaffing.com<br></p><p>SThree_Germany is acting as an Employment Business in relation to this vacancy.</p>","descriptionText":"LZAJP00006414 Senior Procurement Specialist 100%Location: [Your City, Country]Languages: Fluent in English; knowledge of German, or French is an asset.Project Duration: 02.03.2026 - 30.06.2026 Role SummaryWe are seeking an experienced and strategic Senior Procurement Specialist with a strong background in company carve‑outs and divestments to support a major organizational transformation project. In this role, you will be responsible for driving and optimizing procurement processes within the indirect procurement categories Technology, Logistics, Professional Services, and MRO during and after carve‑out activities.The ideal candidate brings deep expertise in indirect procurement within complex environments, strong negotiation and vendor‑management capabilities, and the ability to ensure procurement stability and continuity throughout change processes.Responsibilities:Carve-out SupportLead and support procurement activities related to carve‑out preparation, due diligence, planning, and execution.Ensure smooth transition and integration of systems, tools, services, and supplier relationships.Vendor ManagementBuild and maintain strong relationships with key suppliers.Manage contract negotiations, vendor performance, and compliance with service and contractual obligations.Strategic SourcingIdentify and evaluate suppliers based on quality, cost, service level, and risk.Conduct market research to identify trends, innovations, and best practices.Contract ManagementOversee contract creation, negotiation, review, and lifecycle management.Ensure compliance with legal requirements and company policies.Cost OptimizationAnalyze spend and identify potential savings across indirect categories.Implement strategies to reduce cost, increase efficiency, and improve overall procurement value.Risk ManagementIdentify and mitigate procurement, supplier, commercial, and contractual risks.Ensure continuity planning and compliance with governance requirements.Cross‑functional CollaborationWork closely with IT, Automation, Quality, MRO, Finance, Legal, and other business units.Ensure alignment with organizational strategies and carve‑out objectives.Reporting &amp; AnalyticsDevelop procurement performance metrics and dashboards.Provide actionable insights based on spend analysis and performance data.Policy &amp; Process DevelopmentSupport the enhancement of procurement policies, guidelines, and process improvements.Promote best practices and continuous improvement initiatives.Qualifications: Education:Bachelor's degree in Information Technology, Business Administration, Supply Chain Management, or a related field.A Master's degree or procurement‑related certification (e.g., CPSM, CIPS) is a plus.Professional Experience:7-10 years of experience in indirect procurement.At least 3-5 years of direct experience in carve‑out, divestment, or M&amp;A procurement activities.Technical &amp; Professional Skills:Strong knowledge of procurement processes, contract management, and supplier management.Proven track record managing procurement within divestment environments.Excellent negotiation, analytical, and problem‑solving abilities.Proficiency with procurement tools, ERPs, and the MS Office Suite. If you are interested in this position contact me as soon as possible! Send your CV over our home page to Fabiola Miranda or per mail directly to f.miranda(at)realstaffing.comSThree_Germany is acting as an Employment Business in relation to this vacancy.","job_description":"**LZAJP00006414 Senior Procurement Specialist 100%**\n\n**Location:** [Your City, Country]\n\n**Languages:** Fluent in English; knowledge of German, or French is an asset.\n\n**Project Duration:** 02.03.2026 - 30.06.2026\n\n**Role Summary**\n\nWe are seeking an experienced and strategic **Senior Procurement Specialist** with a strong background in **company carve‑outs and divestments** to support a major organizational transformation project. In this role, you will be responsible for driving and optimizing procurement processes within the indirect procurement categories **Technology, Logistics, Professional Services, and MRO** during and after carve‑out activities.\n\nThe ideal candidate brings deep expertise in indirect procurement within complex environments, strong negotiation and vendor‑management capabilities, and the ability to ensure procurement stability and continuity throughout change processes.\n\n**Responsibilities:**\n\n**Carve-out Support**\n\n* Lead and support procurement activities related to carve‑out preparation, due diligence, planning, and execution.\n* Ensure smooth transition and integration of systems, tools, services, and supplier relationships.\n\n**Vendor Management**\n\n* Build and maintain strong relationships with key suppliers.\n* Manage contract negotiations, vendor performance, and compliance with service and contractual obligations.\n\n**Strategic Sourcing**\n\n* Identify and evaluate suppliers based on quality, cost, service level, and risk.\n* Conduct market research to identify trends, innovations, and best practices.\n\n**Contract Management**\n\n* Oversee contract creation, negotiation, review, and lifecycle management.\n* Ensure compliance with legal requirements and company policies.\n\n**Cost Optimization**\n\n* Analyze spend and identify potential savings across indirect categories.\n* Implement strategies to reduce cost, increase efficiency, and improve overall procurement value.\n\n**Risk Management**\n\n* Identify and mitigate procurement, supplier, commercial, and contractual risks.\n* Ensure continuity planning and compliance with governance requirements.\n\n**Cross‑functional Collaboration**\n\n* Work closely with IT, Automation, Quality, MRO, Finance, Legal, and other business units.\n* Ensure alignment with organizational strategies and carve‑out objectives.\n\n**Reporting & Analytics**\n\n* Develop procurement performance metrics and dashboards.\n* Provide actionable insights based on spend analysis and performance data.\n\n**Policy & Process Development**\n\n* Support the enhancement of procurement policies, guidelines, and process improvements.\n* Promote best practices and continuous improvement initiatives.\n\n**Qualifications:** \n\n**Education:**\n\n* Bachelor's degree in Information Technology, Business Administration, Supply Chain Management, or a related field.\n* A Master's degree or procurement‑related certification **(e.g., CPSM, CIPS) is a plus.**\n\n**Professional Experience:**\n\n* 7-10 years of experience in indirect procurement.\n* At least 3-5 years of **direct experience in carve‑out, divestment, or M&A procurement** activities.\n\n**Technical & Professional Skills:**\n\n* Strong knowledge of procurement processes, contract management, and supplier management.\n* Proven track record managing procurement within divestment environments.\n* Excellent negotiation, analytical, and problem‑solving abilities.\n* Proficiency with procurement tools, ERPs, and the MS Office Suite.\n\nIf you are interested in this position contact me as soon as possible! Send your CV over our home page to Fabiola Miranda or per mail directly to f.miranda(at)realstaffing.com  \n\nSThree\\_Germany is acting as an Employment Business in relation to this vacancy.","companyDescription":"Connecting experts with public sector and life sciences organisations \n\nReal is a Life Sciences specialist, part of SThree, the global STEM workforce consultancy. With expertise in biotechnology, pharmaceutical and medical technology, Real advises businesses, builds expert teams and delivers project solutions. In the UK, Real is also a specialist in Higher and Further Education, Central & Local Government, NHS and Healthcare services.\n\nOur consultants are truly specialised— focusing on regional market requirements. This allows us to provide organisations with market-specific advice, and place the right professionals into the right projects.\n\nWe deliver a high-quality service that is fully compliant, regularly audited, and meets regulations and standards locally and globally. The organisations and professionals we partner with benefit from our deep sector expertise, our local and global experience, and our dedicated service. This is how we outpace tomorrow, together.","companyLinkedinUrl":"https://uk.linkedin.com/company/real-staffing-group?trk=public_jobs_jserp-result_job-search-card-subtitle","jobPosterProfileUrl":"https://ch.linkedin.com/in/fabiola-miranda7","companyEmployeesCount":810}},{"json":{"id":"4374501256","link":"https://ch.linkedin.com/jobs/view/senior-devops-engineer-f-m-d-at-hexagon-ab-4374501256?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=2G1SE9iNXJUbvQOl53jkKg%3D%3D&position=14&pageNum=0","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Senior DevOps Engineer (f/m/d)","salary":"","applyUrl":"https://hexagon-robotics.onlyfy.jobs/job/l39q3vqpmozd1qmtnw5actemegig9c","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Zurich, Switzerland","postedAt":"2026-02-23","industries":"Machinery Manufacturing","salaryInfo":[""],"trackingId":"2G1SE9iNXJUbvQOl53jkKg==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQESWwPef2karw/company-logo_100_100/B4EZd0GCR_GcAQ-/0/1749999429006/hexagon_ab_logo?e=1773273600&v=beta&t=O6D3iR2dN6PXNOHNuzVTiDL9iutuie3ZJdQHMKOFkYc","companyName":"Hexagon AB","jobFunction":"Engineering","companyAddress":{"type":"PostalAddress","postalCode":"SE-103 59","streetAddress":"Lilla Bantorget 15","addressCountry":"SE","addressLocality":"Stockholm"},"companyWebsite":"https://hexagon.com","employmentType":"Full-time","seniorityLevel":"Associate","applicantsCount":"25","descriptionHtml":"<p><strong>Senior DevOps Engineer (f/m/d)</strong></p><p><strong>100% Zürich</strong></p><p><strong>Hexagon Robotics</strong> is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers.</p><p><br></p><p>We are looking for a <strong>Senior DevOps Engineer</strong> to take ownership of our cloud infrastructure and deployment pipelines, driving automation, scalability, and reliability across our robotics systems. In this role, you will work closely with cross-functional teams to enable fast, stable releases and high system availability, shaping the backbone that supports our transition from prototype to production at scale.</p><p><br></p><p><strong>Your Mission</strong></p><ul><li>Own and evolve our DevOps infrastructure, ensuring reliability, scalability, and performance</li><li>Design and maintain CI/CD pipelines to streamline build, test, and deployment processes</li><li>Automate infrastructure provisioning using tools like Terraform / OpenTofu (Hybrid Azure + on-prem)</li><li>Monitor systems and services proactively, define alerting strategies, and drive incident response</li><li>Collaborate closely with engineering teams to integrate DevOps best practices into development workflows</li><li>Support release management, versioning, and configuration across multiple product variants</li><li>Identify bottlenecks and continuously improve system efficiency, security, and maintainability</li><li>Contribute to a culture of ownership, learning, and high engineering standards</li></ul><p><br></p><p><strong>Your Skillset</strong></p><p><strong>Must-haves </strong></p><ul><li>5+ years of relevant industry experience with a strong track record in the DevOps domain within fast-scaling environments</li><li>Advanced degree in Computer Science, IT, or a related field</li><li>Proficiency in cloud infrastructure, especially Azure, Kubernetes (AKS), Terraform / OpenTofu</li><li>Solid scripting skills (Shell/Bash &amp; Python) and experience with Docker and containerization</li><li>Comfortable in Unix environments with strong debugging and automation capabilities</li><li>Deep understanding of scaling strategies, user management, release management, and versioning for multi-product configurations</li><li>Experience across different testing levels and a strong affinity for infrastructure automation and monitoring</li><li>Fluent in English (German is a plus)</li></ul><p><strong>Nice-to-haves </strong></p><ul><li>Familiarity with tools like Prometheus, InfluxDB, Grafana, and GitOps (e.g. ArgoCD or Flux)</li><li>Background in ROS2, C++ / CMake, or Nix-based systems</li><li>Experience with hardware-in-the-loop testing environments</li></ul><p><strong>What defines you </strong></p><ul><li>Pragmatic, structured, and execution-focused: you design, test, and adapt quickly</li><li>A true team player who communicates clearly and enjoys supporting others</li><li>Self-driven, solution-oriented, and motivated to maintain high standards</li><li>Curious mindset with a passion for continuous learning and diving deep into technical challenges</li></ul><p><br></p><p><strong>What You’ll Get</strong></p><ul><li>Flexible working hours and a hybrid model for real work-life balance</li><li>Generous vacation: 25–30 days depending on age</li><li>CHF 500 mobility credit for sustainable commuting</li><li>Bonus system &amp; strong pension contributions</li><li>Tailored training &amp; development opportunities</li><li>Relocation support for a smooth start</li><li>Discounts on health, mobility &amp; entertainment</li><li>Team events and a flat hierarchy where your voice counts</li><li>A warm, international culture built on respect and collaboration</li></ul><p><br></p><p><strong>Great robots need great people.</strong></p><p><br></p><p><strong>Contact</strong></p><p>David Rank</p><p>Senior Recruiter / HR Generalist</p><p>E-Mail: david.rank@hexagon.com</p>","descriptionText":"Senior DevOps Engineer (f/m/d)100% ZürichHexagon Robotics is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers.We are looking for a Senior DevOps Engineer to take ownership of our cloud infrastructure and deployment pipelines, driving automation, scalability, and reliability across our robotics systems. In this role, you will work closely with cross-functional teams to enable fast, stable releases and high system availability, shaping the backbone that supports our transition from prototype to production at scale.Your MissionOwn and evolve our DevOps infrastructure, ensuring reliability, scalability, and performanceDesign and maintain CI/CD pipelines to streamline build, test, and deployment processesAutomate infrastructure provisioning using tools like Terraform / OpenTofu (Hybrid Azure + on-prem)Monitor systems and services proactively, define alerting strategies, and drive incident responseCollaborate closely with engineering teams to integrate DevOps best practices into development workflowsSupport release management, versioning, and configuration across multiple product variantsIdentify bottlenecks and continuously improve system efficiency, security, and maintainabilityContribute to a culture of ownership, learning, and high engineering standardsYour SkillsetMust-haves 5+ years of relevant industry experience with a strong track record in the DevOps domain within fast-scaling environmentsAdvanced degree in Computer Science, IT, or a related fieldProficiency in cloud infrastructure, especially Azure, Kubernetes (AKS), Terraform / OpenTofuSolid scripting skills (Shell/Bash &amp; Python) and experience with Docker and containerizationComfortable in Unix environments with strong debugging and automation capabilitiesDeep understanding of scaling strategies, user management, release management, and versioning for multi-product configurationsExperience across different testing levels and a strong affinity for infrastructure automation and monitoringFluent in English (German is a plus)Nice-to-haves Familiarity with tools like Prometheus, InfluxDB, Grafana, and GitOps (e.g. ArgoCD or Flux)Background in ROS2, C++ / CMake, or Nix-based systemsExperience with hardware-in-the-loop testing environmentsWhat defines you Pragmatic, structured, and execution-focused: you design, test, and adapt quicklyA true team player who communicates clearly and enjoys supporting othersSelf-driven, solution-oriented, and motivated to maintain high standardsCurious mindset with a passion for continuous learning and diving deep into technical challengesWhat You’ll GetFlexible working hours and a hybrid model for real work-life balanceGenerous vacation: 25–30 days depending on ageCHF 500 mobility credit for sustainable commutingBonus system &amp; strong pension contributionsTailored training &amp; development opportunitiesRelocation support for a smooth startDiscounts on health, mobility &amp; entertainmentTeam events and a flat hierarchy where your voice countsA warm, international culture built on respect and collaborationGreat robots need great people.ContactDavid RankSenior Recruiter / HR GeneralistE-Mail: david.rank@hexagon.com","job_description":"**Senior DevOps Engineer (f/m/d)**\n\n**100% Zürich**\n\n**Hexagon Robotics** is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers.\n\n  \nWe are looking for a **Senior DevOps Engineer** to take ownership of our cloud infrastructure and deployment pipelines, driving automation, scalability, and reliability across our robotics systems. In this role, you will work closely with cross-functional teams to enable fast, stable releases and high system availability, shaping the backbone that supports our transition from prototype to production at scale.\n\n  \n**Your Mission**\n\n* Own and evolve our DevOps infrastructure, ensuring reliability, scalability, and performance\n* Design and maintain CI/CD pipelines to streamline build, test, and deployment processes\n* Automate infrastructure provisioning using tools like Terraform / OpenTofu (Hybrid Azure + on-prem)\n* Monitor systems and services proactively, define alerting strategies, and drive incident response\n* Collaborate closely with engineering teams to integrate DevOps best practices into development workflows\n* Support release management, versioning, and configuration across multiple product variants\n* Identify bottlenecks and continuously improve system efficiency, security, and maintainability\n* Contribute to a culture of ownership, learning, and high engineering standards\n\n  \n**Your Skillset**\n\n**Must-haves** \n\n* 5+ years of relevant industry experience with a strong track record in the DevOps domain within fast-scaling environments\n* Advanced degree in Computer Science, IT, or a related field\n* Proficiency in cloud infrastructure, especially Azure, Kubernetes (AKS), Terraform / OpenTofu\n* Solid scripting skills (Shell/Bash & Python) and experience with Docker and containerization\n* Comfortable in Unix environments with strong debugging and automation capabilities\n* Deep understanding of scaling strategies, user management, release management, and versioning for multi-product configurations\n* Experience across different testing levels and a strong affinity for infrastructure automation and monitoring\n* Fluent in English (German is a plus)\n\n**Nice-to-haves** \n\n* Familiarity with tools like Prometheus, InfluxDB, Grafana, and GitOps (e.g. ArgoCD or Flux)\n* Background in ROS2, C++ / CMake, or Nix-based systems\n* Experience with hardware-in-the-loop testing environments\n\n**What defines you** \n\n* Pragmatic, structured, and execution-focused: you design, test, and adapt quickly\n* A true team player who communicates clearly and enjoys supporting others\n* Self-driven, solution-oriented, and motivated to maintain high standards\n* Curious mindset with a passion for continuous learning and diving deep into technical challenges\n\n  \n**What You’ll Get**\n\n* Flexible working hours and a hybrid model for real work-life balance\n* Generous vacation: 25–30 days depending on age\n* CHF 500 mobility credit for sustainable commuting\n* Bonus system & strong pension contributions\n* Tailored training & development opportunities\n* Relocation support for a smooth start\n* Discounts on health, mobility & entertainment\n* Team events and a flat hierarchy where your voice counts\n* A warm, international culture built on respect and collaboration\n\n  \n**Great robots need great people.**\n\n  \n**Contact**\n\nDavid Rank\n\nSenior Recruiter / HR Generalist\n\nE-Mail: david.rank@hexagon.com","companyDescription":"At Hexagon, we don’t just measure the world – we define its future.  \n\nAs the global leader in measurement technologies, we provide the confidence that vital industries rely on to build, navigate, and innovate.   \n\nFrom microns to Mars, our solutions drive productivity, quality, safety, and sustainability across aerospace, agriculture, automotive, construction, manufacturing, and mining.  \n\nWe bridge the physical and digital worlds with cutting-edge metrology, reality capture, and positioning solutions – making industries and cities safer, smarter, and more sustainable.  \n\nMeasurement is the foundation of progress. When it has to be right, it has to be Hexagon.","companyLinkedinUrl":"https://se.linkedin.com/company/hexagon-ab?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":918}},{"json":{"id":"4374504198","link":"https://ch.linkedin.com/jobs/view/devops-tech-lead-f-m-d-at-hexagon-ab-4374504198?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=vPmICPY%2FaXpQ66BbhzB7gw%3D%3D&position=11&pageNum=0","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"DevOps Tech Lead (f/m/d)","salary":"","applyUrl":"https://hexagon-robotics.onlyfy.jobs/job/6hj0lb34u6yaulogiththpqquw2ug9","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Zurich, Switzerland","postedAt":"2026-02-23","industries":"Machinery Manufacturing","salaryInfo":[""],"trackingId":"vPmICPY/aXpQ66BbhzB7gw==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQESWwPef2karw/company-logo_100_100/B4EZd0GCR_GcAQ-/0/1749999429006/hexagon_ab_logo?e=1773273600&v=beta&t=O6D3iR2dN6PXNOHNuzVTiDL9iutuie3ZJdQHMKOFkYc","companyName":"Hexagon AB","jobFunction":"Engineering","companyAddress":{"type":"PostalAddress","postalCode":"SE-103 59","streetAddress":"Lilla Bantorget 15","addressCountry":"SE","addressLocality":"Stockholm"},"companyWebsite":"https://hexagon.com","employmentType":"Full-time","seniorityLevel":"Associate","applicantsCount":"25","descriptionHtml":"<p><strong>DevOps Tech Lead (f/m/d)</strong></p><p><strong>100% Zürich</strong></p><p><br></p><p><strong><br>Hexagon Robotic</strong>s is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers</p><p><br></p><p>.<br>We are looking for an experience<strong>d DevOps Tech Le</strong>ad who combines strategic thinking with hands-on technical leadership. You understand how DevOps and infrastructure decisions impact business outcomes, stay calm and decisive in critical situations, and take full ownership of systems and results. You enjoy challenging the status quo, mentoring others, and building sustainable, scalable platforms that enable teams to deliver with confidenc</p><p><br></p><p><strong>e.<br>Your Miss</strong></p><p>ionAs DevOps Tech Lead, you own the end-to-end DevOps architecture across cloud and on-prem environments and shape it sustainably for the futu</p><ul><li>re.Define and evolve the DevOps architecture across Azure, on-prem, and Kubernetes environme</li><li>ntsAct as technical authority for CI/CD, infrastructure, and platform operations, setting standards and best practi</li><li>cesTranslate business needs into technical roadmaps, priorities, and long-term improvement initiati</li><li>vesLead and coordinate incident response for critical production issues and drive post-incident improveme</li><li>ntsProactively identify architectural risks and inefficiencies and drive modernization and simplificat</li><li>ionMentor and coach engineers, fostering ownership, autonomy, and high technical standa</li><li>rdsCollaborate closely with engineering, product, and management to enable fast, safe, and reliable deliv</li></ul><p><br></p><p><strong>ery<br>Your Skil</strong></p><ul><li>lset10+ years of experience in DevOps / Platform Engineering, including ownership of complex, business-critical sys</li><li>temsProven experience as a technical lead, architect, or principal engi</li><li>neerStrong expertise in hybrid environments (Azure &amp; on-prem), Kubernetes (AKS), and Infrastructure as Code (Terraform / OpenT</li><li>ofu)Solid understanding of CI/CD architectures, release strategies, and multi-environment se</li><li>tupsExperience leading incidents, performing root cause analysis, and implementing preventive meas</li><li>uresStrong communication skills across technical and non-technical stakehol</li><li>dersAbility to balance short-term operational demands with long-term architectural vi</li><li>sionAdvanced scripting and automation skills (Bash/Shell, Pyt</li><li>hon)Fluent in English (German is a p</li></ul><p><strong>lus)Nice-to-ha</strong></p><ul><li>ves Experience with hardware-in-the-loop testing or complex system integra</li><li>tionExposure to security, compliance, or regulated environm</li></ul><p><br></p><p><strong>ents<br>What You’l</strong></p><ul><li>l GetFlexible working hours and a hybrid model for real work-life ba</li><li>lanceGenerous vacation: 25–30 days depending o</li><li>n ageCHF 500 mobility credit for sustainable comm</li><li>utingBonus system &amp; strong pension contribu</li><li>tionsTailored training &amp; development opportun</li><li>itiesRelocation support for a smooth </li><li>startDiscounts on health, mobility &amp; entertai</li><li>nmentTeam events and a flat hierarchy where your voice c</li><li>ountsA warm, international culture built on respect and collabor</li></ul><p><br></p><p><strong>ation<br>Great robots need great p</strong></p><p><br></p>eople.","descriptionText":"DevOps Tech Lead (f/m/d)100% ZürichHexagon Robotics is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers.We are looking for an experienced DevOps Tech Lead who combines strategic thinking with hands-on technical leadership. You understand how DevOps and infrastructure decisions impact business outcomes, stay calm and decisive in critical situations, and take full ownership of systems and results. You enjoy challenging the status quo, mentoring others, and building sustainable, scalable platforms that enable teams to deliver with confidence.Your MissionAs DevOps Tech Lead, you own the end-to-end DevOps architecture across cloud and on-prem environments and shape it sustainably for the future.Define and evolve the DevOps architecture across Azure, on-prem, and Kubernetes environmentsAct as technical authority for CI/CD, infrastructure, and platform operations, setting standards and best practicesTranslate business needs into technical roadmaps, priorities, and long-term improvement initiativesLead and coordinate incident response for critical production issues and drive post-incident improvementsProactively identify architectural risks and inefficiencies and drive modernization and simplificationMentor and coach engineers, fostering ownership, autonomy, and high technical standardsCollaborate closely with engineering, product, and management to enable fast, safe, and reliable deliveryYour Skillset10+ years of experience in DevOps / Platform Engineering, including ownership of complex, business-critical systemsProven experience as a technical lead, architect, or principal engineerStrong expertise in hybrid environments (Azure &amp; on-prem), Kubernetes (AKS), and Infrastructure as Code (Terraform / OpenTofu)Solid understanding of CI/CD architectures, release strategies, and multi-environment setupsExperience leading incidents, performing root cause analysis, and implementing preventive measuresStrong communication skills across technical and non-technical stakeholdersAbility to balance short-term operational demands with long-term architectural visionAdvanced scripting and automation skills (Bash/Shell, Python)Fluent in English (German is a plus)Nice-to-haves Experience with hardware-in-the-loop testing or complex system integrationExposure to security, compliance, or regulated environmentsWhat You’ll GetFlexible working hours and a hybrid model for real work-life balanceGenerous vacation: 25–30 days depending on ageCHF 500 mobility credit for sustainable commutingBonus system &amp; strong pension contributionsTailored training &amp; development opportunitiesRelocation support for a smooth startDiscounts on health, mobility &amp; entertainmentTeam events and a flat hierarchy where your voice countsA warm, international culture built on respect and collaborationGreat robots need great people.","job_description":"**DevOps Tech Lead (f/m/d)**\n\n**100% Zürich**\n  \n  \n**Hexagon Robotic**s is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers\n\n  \n.  \nWe are looking for an experience**d DevOps Tech Le**ad who combines strategic thinking with hands-on technical leadership. You understand how DevOps and infrastructure decisions impact business outcomes, stay calm and decisive in critical situations, and take full ownership of systems and results. You enjoy challenging the status quo, mentoring others, and building sustainable, scalable platforms that enable teams to deliver with confidenc\n\n  \n**e.** \n**Your Miss**\n\nionAs DevOps Tech Lead, you own the end-to-end DevOps architecture across cloud and on-prem environments and shape it sustainably for the futu\n\n* re.Define and evolve the DevOps architecture across Azure, on-prem, and Kubernetes environme\n* ntsAct as technical authority for CI/CD, infrastructure, and platform operations, setting standards and best practi\n* cesTranslate business needs into technical roadmaps, priorities, and long-term improvement initiati\n* vesLead and coordinate incident response for critical production issues and drive post-incident improveme\n* ntsProactively identify architectural risks and inefficiencies and drive modernization and simplificat\n* ionMentor and coach engineers, fostering ownership, autonomy, and high technical standa\n* rdsCollaborate closely with engineering, product, and management to enable fast, safe, and reliable deliv\n\n  \n**ery** \n**Your Skil**\n\n* lset10+ years of experience in DevOps / Platform Engineering, including ownership of complex, business-critical sys\n* temsProven experience as a technical lead, architect, or principal engi\n* neerStrong expertise in hybrid environments (Azure & on-prem), Kubernetes (AKS), and Infrastructure as Code (Terraform / OpenT\n* ofu)Solid understanding of CI/CD architectures, release strategies, and multi-environment se\n* tupsExperience leading incidents, performing root cause analysis, and implementing preventive meas\n* uresStrong communication skills across technical and non-technical stakehol\n* dersAbility to balance short-term operational demands with long-term architectural vi\n* sionAdvanced scripting and automation skills (Bash/Shell, Pyt\n* hon)Fluent in English (German is a p\n\n**lus)Nice-to-ha**\n\n* ves Experience with hardware-in-the-loop testing or complex system integra\n* tionExposure to security, compliance, or regulated environm\n\n  \n**ents** \n**What You’l**\n\n* l GetFlexible working hours and a hybrid model for real work-life ba\n* lanceGenerous vacation: 25–30 days depending o\n* n ageCHF 500 mobility credit for sustainable comm\n* utingBonus system & strong pension contribu\n* tionsTailored training & development opportun\n* itiesRelocation support for a smooth\n* startDiscounts on health, mobility & entertai\n* nmentTeam events and a flat hierarchy where your voice c\n* ountsA warm, international culture built on respect and collabor\n\n  \n**ation** \n**Great robots need great p**\n\n  \neople.","companyDescription":"At Hexagon, we don’t just measure the world – we define its future.  \n\nAs the global leader in measurement technologies, we provide the confidence that vital industries rely on to build, navigate, and innovate.   \n\nFrom microns to Mars, our solutions drive productivity, quality, safety, and sustainability across aerospace, agriculture, automotive, construction, manufacturing, and mining.  \n\nWe bridge the physical and digital worlds with cutting-edge metrology, reality capture, and positioning solutions – making industries and cities safer, smarter, and more sustainable.  \n\nMeasurement is the foundation of progress. When it has to be right, it has to be Hexagon.","companyLinkedinUrl":"https://se.linkedin.com/company/hexagon-ab?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":918}},{"json":{"id":"4374506009","link":"https://ch.linkedin.com/jobs/view/robotics-technical-lead-teleoperation-f-m-d-at-hexagon-ab-4374506009?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=fKg2pHeec6i%2BFXsVdzyZdQ%3D%3D&position=9&pageNum=0","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Robotics Technical Lead - Teleoperation (f/m/d)","salary":"","applyUrl":"https://hexagon-robotics.onlyfy.jobs/job/eiszn4fasznblvhe2ubqz0jd7afi81","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Zurich, Switzerland","postedAt":"2026-02-23","industries":"Machinery Manufacturing","salaryInfo":[""],"trackingId":"fKg2pHeec6i+FXsVdzyZdQ==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQESWwPef2karw/company-logo_100_100/B4EZd0GCR_GcAQ-/0/1749999429006/hexagon_ab_logo?e=1773273600&v=beta&t=O6D3iR2dN6PXNOHNuzVTiDL9iutuie3ZJdQHMKOFkYc","companyName":"Hexagon AB","jobFunction":"Engineering","companyAddress":{"type":"PostalAddress","postalCode":"SE-103 59","streetAddress":"Lilla Bantorget 15","addressCountry":"SE","addressLocality":"Stockholm"},"companyWebsite":"https://hexagon.com","employmentType":"Full-time","seniorityLevel":"Associate","applicantsCount":"25","descriptionHtml":"<p><strong>Robotics Technical Lead - Teleoperation (f/m/d)</strong></p><p><strong>100% Zürich</strong></p><p><br></p><p><strong>Hexagon Robotics</strong> is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers.</p><p><br></p><p>As the <strong>Robotics Technical Lead</strong>, you will own the end-to-end experience of \"driving\" a humanoid. You will be responsible for the software stack that connects a human’s intent to a state-of-the-art industrial humanoid robot with precision and ease. You'll shape both the immediate roadmap and long-term vision for how humans interact with our robots, ensuring our solution scales effectively to meet customer needs across diverse industrial applications.</p><p><br></p><p><strong>Your Mission</strong></p><ul><li>Lead the development of our teleoperation software, ensuring a seamless connection between the teleoperator and the robot's control system. This includes bringing our prototype solution to product-level readiness.</li><li>Drive initiatives to minimize glass-to-glass latency and maximize control precision, ensuring the operator feels truly \"embodied\" in the robot.</li><li>Drive improvements in operator UI/UX to maximize efficiency, comfort, and ease of use.</li><li>Investigate and integrate next-gen input devices (haptic gloves, advanced motion tracking sensors) and workflows.</li><li>Define the long-term technical roadmap for teleoperation. Stay current with emerging technologies in VR/AR, haptics, robotics control, and human-robot interaction and bring promising solutions into or R&amp;D efforts.</li></ul><p><br></p><p><strong>Your Skillset</strong></p><ul><li>A strong background in Robotics, Mechatronics, or Computer Science. You understand robot kinematics, real-time control systems, and human machine interaction.</li><li>At least 5 years of professional experience, ideally with a focus on teleoperation or HMI. Proven experience in carrying out usability tests and experiments is a plus.</li><li>Experience (or a deep interest) in UX design. You understand that teleoperation is as much about the human as it is about the machine.</li><li>Proficiency in C++ and/or Python.</li><li>Experience with ROS2 and real-time communication protocols (WebRTC, DDS) are a plus.</li><li>Familiarity with VR/AR development frameworks (particularly WebXR) are a plus.</li><li>You are comfortable and excited to lead a high-impact project from research to industrial deployment.</li></ul><p><br></p><p><strong>What You’ll Get</strong></p><ul><li>Flexible working hours and a hybrid model for real work-life balance</li><li>Generous vacation: 25–30 days depending on age</li><li>CHF 500 mobility credit for sustainable commuting</li><li>Bonus system &amp; strong pension contributions</li><li>Tailored training &amp; development opportunities</li><li>Relocation support for a smooth start</li><li>Discounts on health, mobility &amp; entertainment</li><li>Team events and a flat hierarchy where your voice counts</li><li>A warm, international culture built on respect and collaboration</li></ul><p><br></p><p><strong>Great robots need great people.</strong></p><p></p>","descriptionText":"Robotics Technical Lead - Teleoperation (f/m/d)100% ZürichHexagon Robotics is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers.As the Robotics Technical Lead, you will own the end-to-end experience of \"driving\" a humanoid. You will be responsible for the software stack that connects a human’s intent to a state-of-the-art industrial humanoid robot with precision and ease. You'll shape both the immediate roadmap and long-term vision for how humans interact with our robots, ensuring our solution scales effectively to meet customer needs across diverse industrial applications.Your MissionLead the development of our teleoperation software, ensuring a seamless connection between the teleoperator and the robot's control system. This includes bringing our prototype solution to product-level readiness.Drive initiatives to minimize glass-to-glass latency and maximize control precision, ensuring the operator feels truly \"embodied\" in the robot.Drive improvements in operator UI/UX to maximize efficiency, comfort, and ease of use.Investigate and integrate next-gen input devices (haptic gloves, advanced motion tracking sensors) and workflows.Define the long-term technical roadmap for teleoperation. Stay current with emerging technologies in VR/AR, haptics, robotics control, and human-robot interaction and bring promising solutions into or R&amp;D efforts.Your SkillsetA strong background in Robotics, Mechatronics, or Computer Science. You understand robot kinematics, real-time control systems, and human machine interaction.At least 5 years of professional experience, ideally with a focus on teleoperation or HMI. Proven experience in carrying out usability tests and experiments is a plus.Experience (or a deep interest) in UX design. You understand that teleoperation is as much about the human as it is about the machine.Proficiency in C++ and/or Python.Experience with ROS2 and real-time communication protocols (WebRTC, DDS) are a plus.Familiarity with VR/AR development frameworks (particularly WebXR) are a plus.You are comfortable and excited to lead a high-impact project from research to industrial deployment.What You’ll GetFlexible working hours and a hybrid model for real work-life balanceGenerous vacation: 25–30 days depending on ageCHF 500 mobility credit for sustainable commutingBonus system &amp; strong pension contributionsTailored training &amp; development opportunitiesRelocation support for a smooth startDiscounts on health, mobility &amp; entertainmentTeam events and a flat hierarchy where your voice countsA warm, international culture built on respect and collaborationGreat robots need great people.","job_description":"**Robotics Technical Lead - Teleoperation (f/m/d)**\n\n**100% Zürich**\n\n  \n**Hexagon Robotics** is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers.\n\n  \nAs the **Robotics Technical Lead**, you will own the end-to-end experience of \"driving\" a humanoid. You will be responsible for the software stack that connects a human’s intent to a state-of-the-art industrial humanoid robot with precision and ease. You'll shape both the immediate roadmap and long-term vision for how humans interact with our robots, ensuring our solution scales effectively to meet customer needs across diverse industrial applications.\n\n  \n**Your Mission**\n\n* Lead the development of our teleoperation software, ensuring a seamless connection between the teleoperator and the robot's control system. This includes bringing our prototype solution to product-level readiness.\n* Drive initiatives to minimize glass-to-glass latency and maximize control precision, ensuring the operator feels truly \"embodied\" in the robot.\n* Drive improvements in operator UI/UX to maximize efficiency, comfort, and ease of use.\n* Investigate and integrate next-gen input devices (haptic gloves, advanced motion tracking sensors) and workflows.\n* Define the long-term technical roadmap for teleoperation. Stay current with emerging technologies in VR/AR, haptics, robotics control, and human-robot interaction and bring promising solutions into or R&D efforts.\n\n  \n**Your Skillset**\n\n* A strong background in Robotics, Mechatronics, or Computer Science. You understand robot kinematics, real-time control systems, and human machine interaction.\n* At least 5 years of professional experience, ideally with a focus on teleoperation or HMI. Proven experience in carrying out usability tests and experiments is a plus.\n* Experience (or a deep interest) in UX design. You understand that teleoperation is as much about the human as it is about the machine.\n* Proficiency in C++ and/or Python.\n* Experience with ROS2 and real-time communication protocols (WebRTC, DDS) are a plus.\n* Familiarity with VR/AR development frameworks (particularly WebXR) are a plus.\n* You are comfortable and excited to lead a high-impact project from research to industrial deployment.\n\n  \n**What You’ll Get**\n\n* Flexible working hours and a hybrid model for real work-life balance\n* Generous vacation: 25–30 days depending on age\n* CHF 500 mobility credit for sustainable commuting\n* Bonus system & strong pension contributions\n* Tailored training & development opportunities\n* Relocation support for a smooth start\n* Discounts on health, mobility & entertainment\n* Team events and a flat hierarchy where your voice counts\n* A warm, international culture built on respect and collaboration\n\n  \n**Great robots need great people.**","companyDescription":"At Hexagon, we don’t just measure the world – we define its future.  \n\nAs the global leader in measurement technologies, we provide the confidence that vital industries rely on to build, navigate, and innovate.   \n\nFrom microns to Mars, our solutions drive productivity, quality, safety, and sustainability across aerospace, agriculture, automotive, construction, manufacturing, and mining.  \n\nWe bridge the physical and digital worlds with cutting-edge metrology, reality capture, and positioning solutions – making industries and cities safer, smarter, and more sustainable.  \n\nMeasurement is the foundation of progress. When it has to be right, it has to be Hexagon.","companyLinkedinUrl":"https://se.linkedin.com/company/hexagon-ab?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":918}},{"json":{"id":"4375725049","link":"https://ch.linkedin.com/jobs/view/research-engineer-tr-labs-at-thomson-reuters-4375725049?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=63Dh3oSGeTjDkj8WLWMJ0w%3D%3D&position=8&pageNum=0","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Research Engineer - TR Labs","salary":"","applyUrl":"https://thomsonreuters.wd5.myworkdayjobs.com/External_Career_Site/job/Switzerland-Zug-Zug/Research-Engineer\\u002d\\u002d-TR-Labs_JREQ198584?source=LinkedIn","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Zug, Zug, Switzerland","postedAt":"2026-02-23","industries":"Software Development","salaryInfo":[""],"trackingId":"63Dh3oSGeTjDkj8WLWMJ0w==","companyLogo":"https://media.licdn.com/dms/image/v2/D560BAQHtf0NHyUa92g/company-logo_100_100/company-logo_100_100/0/1719933220460/thomson_reuters_logo?e=1773273600&v=beta&t=_zk5mViHNQh8Ea6SOx-ylHQmBi3Y8lbwy27aV9O7uSo","companyName":"Thomson Reuters","jobFunction":"Engineering and Information Technology","companyAddress":{"type":"PostalAddress","postalCode":"M5H 3G6","addressRegion":"ON","streetAddress":"19 Duncan Street ","addressCountry":"CA","addressLocality":"Toronto"},"companyWebsite":"http://tr.com","employmentType":"Full-time","seniorityLevel":"Entry level","applicantsCount":"25","descriptionHtml":"Do you love creating innovative solutions for customers? Then come and apply your skills and passion for technology at Thomson Reuters Labs. We are seeking a <strong>Research Engineer</strong> who will bring expertise in AI and ML and is interested in building data-driven capabilities that transform the way legal, accounting, and government professionals work across the globe. As a member of Thomson Reuters Labs in  London, you will have a direct impact on our company and develop products and features that will delight our customers.<br><br>What does Thomson Reuters Labs do? <br><br>We experiment, we build, we deliver. We obsess over our customers through applied research and development of new products and technologies. In TR Labs, we act fast and learn fast, innovating collaboratively across our core segments in Legal, Tax &amp; Accounting, Government, and Reuters News.<br><br>As a <strong>Research Engineer</strong> at Thomson Reuters Labs, you will be part of a global interdisciplinary team of experts. We hire engineers and specialists across a variety of AI research areas to drive the company’s digital transformation.  The science and engineering of AI are rapidly evolving.  We are looking for an adaptable learner who can design with the customer in mind, think in code and likes to learn and develop new skills as they are needed; someone comfortable with jumping into new problem spaces. <br><br>Is this you? Come join us!   <br><br><strong>About The Role   <br><br></strong>In this opportunity as a <strong>Research Engineer,</strong> you will:    <br><br><ul><li>Develop and Deliver: Applying modern software development practices, you will be involved in the entire software development lifecycle, designing, building, testing and delivering high-quality solutions.  </li><li>Build Scalable ML Solutions: You will create large scale data processing pipelines to help researchers build and train novel machine learning algorithms.  You will develop high performing scalable systems in the context of large online delivery environments.  </li><li>Be a Team Player: Working in a collaborative team-oriented environment, you will share information, value diverse ideas, and partner with cross-functional and remote teams.  </li><li>Be an Agile Person: With a strong sense of urgency and a desire to work in a fast-paced, dynamic environment, you will deliver timely solutions.    </li><li>Be Innovative: You are empowered to try new approaches and learn new technologies. You will contribute innovative ideas, create solutions, and be accountable for end-to-end deliveries.    </li><li>Be an Effective Communicator: Through dynamic engagement and communication with cross-functional partners and team members, you will effectively articulate ideas and collaborate on technical developments.    <br><br></li></ul> <br><br><strong>About You    <br><br></strong>Essential skills &amp; experience   <br><br><ul><li>A Bachelor of Science degree, computer science or related field   </li><li>At least 2 years software engineering experience, ideally in the context of machine learning and natural language processing  </li><li>Experience and understanding of Python software development stacks and ecosystems, ideally also experience with other programming languages and ecosystems.  </li><li>Ability to understand, apply, integrate and deploy Machine Learning capabilities and techniques into other systems.   </li><li>Familiarity with the Python data science stack through exposure to libraries such as Numpy, Scipy, Pandas, Dask, spaCy, NLTK, scikit-learn   </li><li>Take pride in writing clean, reusable, maintainable and well-tested code   </li><li>A desire to learn and embrace new and emerging technology   </li><li>Familiarity with probabilistic models and understand the mathematical concepts underlying machine learning methods  <br><br></li></ul><strong> Preferred Skills &amp; Experience   <br><br></strong><ul><li>Proficiency in automation, system monitoring, and cloud-native applications, with familiarity in AWS or Azure (or a related cloud platform)   </li><li>Previous exposure to Natural Language Processing (NLP) problems and have familiarity with key tasks such as Named Entity Recognition (NER), Information Extraction, Information Retrieval, etc.  </li><li>Ability to understand and translate between language and methodologies used both in research and engineering fields   </li><li>Ability to take and integrate Machine Learning solutions to production-grade software  <br><br></li></ul><strong>What’s in it For You?<br><br></strong><ul><li>Hybrid Work Model: We’ve adopted a flexible hybrid working environment (2-3 days a week in the office depending on the role) for our office-based roles while delivering a seamless experience that is digitally and physically connected.</li><li>Flexibility &amp; Work-Life Balance: Flex My Way is a set of supportive workplace policies designed to help manage personal and professional responsibilities, whether caring for family, giving back to the community, or finding time to refresh and reset. This builds upon our flexible work arrangements, including work from anywhere for up to 8 weeks per year, empowering employees to achieve a better work-life balance.</li><li>Career Development and Growth: By fostering a culture of continuous learning and skill development, we prepare our talent to tackle tomorrow’s challenges and deliver real-world solutions. Our Grow My Way programming and skills-first approach ensures you have the tools and knowledge to grow, lead, and thrive in an AI-enabled future.</li><li>Industry Competitive Benefits: We offer comprehensive benefit plans to include flexible vacation, two company-wide Mental Health Days off, access to the Headspace app, retirement savings, tuition reimbursement, employee incentive programs, and resources for mental, physical, and financial wellbeing.</li><li>Culture: Globally recognized, award-winning reputation for inclusion and belonging, flexibility, work-life balance, and more. We live by our values: Obsess over our Customers, Compete to Win, Challenge (Y)our Thinking, Act Fast / Learn Fast, and Stronger Together.</li><li>Social Impact: Make an impact in your community with our Social Impact Institute. We offer employees two paid volunteer days off annually and opportunities to get involved with pro-bono consulting projects and Environmental, Social, and Governance (ESG) initiatives.</li><li>Making a Real-World Impact: We are one of the few companies globally that helps its customers pursue justice, truth, and transparency. Together, with the professionals and institutions we serve, we help uphold the rule of law, turn the wheels of commerce, catch bad actors, report the facts, and provide trusted, unbiased information to people all over the world. <br><br></li></ul><em>DISCLAIMER <br><br></em><em>The above information in this description has been designed to indicate the general nature and level of work performed by employees within this classification. It is not designed to contain or be interpreted as a comprehensive inventory of all duties, responsibilities, and qualifications required of employees assigned to this job.<br><br></em><strong>About Us<br><br></strong>Thomson Reuters informs the way forward by bringing together the trusted content and technology that people and organizations need to make the right decisions. We serve professionals across legal, tax, accounting, compliance, government, and media. Our products combine highly specialized software and insights to empower professionals with the data, intelligence, and solutions needed to make informed decisions, and to help institutions in their pursuit of justice, truth, and transparency. Reuters, part of Thomson Reuters, is a world leading provider of trusted journalism and news.<br><br>We are powered by the talents of 26,000 employees across more than 70 countries, where everyone has a chance to contribute and grow professionally in flexible work environments. At a time when objectivity, accuracy, fairness, and transparency are under attack, we consider it our duty to pursue them. Sound exciting? Join us and help shape the industries that move society forward.<br><br>As a global business, we rely on the unique backgrounds, perspectives, and experiences of all employees to deliver on our business goals. To ensure we can do that, we seek talented, qualified employees in all our operations around the world regardless of race, color, sex/gender, including pregnancy, gender identity and expression, national origin, religion, sexual orientation, disability, age, marital status, citizen status, veteran status, or any other protected classification under applicable law. Thomson Reuters is proud to be an Equal Employment Opportunity Employer providing a drug-free workplace.<br><br>We also make reasonable accommodations for qualified individuals with disabilities and for sincerely held religious beliefs in accordance with applicable law. More information on requesting an accommodation here.<br><br>Learn more on how to protect yourself from fraudulent job postings here.<br><br>More information about Thomson Reuters can be found on thomsonreuters.com<br><br>","descriptionText":"Do you love creating innovative solutions for customers? Then come and apply your skills and passion for technology at Thomson Reuters Labs. We are seeking a Research Engineer who will bring expertise in AI and ML and is interested in building data-driven capabilities that transform the way legal, accounting, and government professionals work across the globe. As a member of Thomson Reuters Labs in  London, you will have a direct impact on our company and develop products and features that will delight our customers.What does Thomson Reuters Labs do? We experiment, we build, we deliver. We obsess over our customers through applied research and development of new products and technologies. In TR Labs, we act fast and learn fast, innovating collaboratively across our core segments in Legal, Tax &amp; Accounting, Government, and Reuters News.As a Research Engineer at Thomson Reuters Labs, you will be part of a global interdisciplinary team of experts. We hire engineers and specialists across a variety of AI research areas to drive the company’s digital transformation.  The science and engineering of AI are rapidly evolving.  We are looking for an adaptable learner who can design with the customer in mind, think in code and likes to learn and develop new skills as they are needed; someone comfortable with jumping into new problem spaces. Is this you? Come join us!   About The Role   In this opportunity as a Research Engineer, you will:    Develop and Deliver: Applying modern software development practices, you will be involved in the entire software development lifecycle, designing, building, testing and delivering high-quality solutions.  Build Scalable ML Solutions: You will create large scale data processing pipelines to help researchers build and train novel machine learning algorithms.  You will develop high performing scalable systems in the context of large online delivery environments.  Be a Team Player: Working in a collaborative team-oriented environment, you will share information, value diverse ideas, and partner with cross-functional and remote teams.  Be an Agile Person: With a strong sense of urgency and a desire to work in a fast-paced, dynamic environment, you will deliver timely solutions.    Be Innovative: You are empowered to try new approaches and learn new technologies. You will contribute innovative ideas, create solutions, and be accountable for end-to-end deliveries.    Be an Effective Communicator: Through dynamic engagement and communication with cross-functional partners and team members, you will effectively articulate ideas and collaborate on technical developments.     About You    Essential skills &amp; experience   A Bachelor of Science degree, computer science or related field   At least 2 years software engineering experience, ideally in the context of machine learning and natural language processing  Experience and understanding of Python software development stacks and ecosystems, ideally also experience with other programming languages and ecosystems.  Ability to understand, apply, integrate and deploy Machine Learning capabilities and techniques into other systems.   Familiarity with the Python data science stack through exposure to libraries such as Numpy, Scipy, Pandas, Dask, spaCy, NLTK, scikit-learn   Take pride in writing clean, reusable, maintainable and well-tested code   A desire to learn and embrace new and emerging technology   Familiarity with probabilistic models and understand the mathematical concepts underlying machine learning methods   Preferred Skills &amp; Experience   Proficiency in automation, system monitoring, and cloud-native applications, with familiarity in AWS or Azure (or a related cloud platform)   Previous exposure to Natural Language Processing (NLP) problems and have familiarity with key tasks such as Named Entity Recognition (NER), Information Extraction, Information Retrieval, etc.  Ability to understand and translate between language and methodologies used both in research and engineering fields   Ability to take and integrate Machine Learning solutions to production-grade software  What’s in it For You?Hybrid Work Model: We’ve adopted a flexible hybrid working environment (2-3 days a week in the office depending on the role) for our office-based roles while delivering a seamless experience that is digitally and physically connected.Flexibility &amp; Work-Life Balance: Flex My Way is a set of supportive workplace policies designed to help manage personal and professional responsibilities, whether caring for family, giving back to the community, or finding time to refresh and reset. This builds upon our flexible work arrangements, including work from anywhere for up to 8 weeks per year, empowering employees to achieve a better work-life balance.Career Development and Growth: By fostering a culture of continuous learning and skill development, we prepare our talent to tackle tomorrow’s challenges and deliver real-world solutions. Our Grow My Way programming and skills-first approach ensures you have the tools and knowledge to grow, lead, and thrive in an AI-enabled future.Industry Competitive Benefits: We offer comprehensive benefit plans to include flexible vacation, two company-wide Mental Health Days off, access to the Headspace app, retirement savings, tuition reimbursement, employee incentive programs, and resources for mental, physical, and financial wellbeing.Culture: Globally recognized, award-winning reputation for inclusion and belonging, flexibility, work-life balance, and more. We live by our values: Obsess over our Customers, Compete to Win, Challenge (Y)our Thinking, Act Fast / Learn Fast, and Stronger Together.Social Impact: Make an impact in your community with our Social Impact Institute. We offer employees two paid volunteer days off annually and opportunities to get involved with pro-bono consulting projects and Environmental, Social, and Governance (ESG) initiatives.Making a Real-World Impact: We are one of the few companies globally that helps its customers pursue justice, truth, and transparency. Together, with the professionals and institutions we serve, we help uphold the rule of law, turn the wheels of commerce, catch bad actors, report the facts, and provide trusted, unbiased information to people all over the world. DISCLAIMER The above information in this description has been designed to indicate the general nature and level of work performed by employees within this classification. It is not designed to contain or be interpreted as a comprehensive inventory of all duties, responsibilities, and qualifications required of employees assigned to this job.About UsThomson Reuters informs the way forward by bringing together the trusted content and technology that people and organizations need to make the right decisions. We serve professionals across legal, tax, accounting, compliance, government, and media. Our products combine highly specialized software and insights to empower professionals with the data, intelligence, and solutions needed to make informed decisions, and to help institutions in their pursuit of justice, truth, and transparency. Reuters, part of Thomson Reuters, is a world leading provider of trusted journalism and news.We are powered by the talents of 26,000 employees across more than 70 countries, where everyone has a chance to contribute and grow professionally in flexible work environments. At a time when objectivity, accuracy, fairness, and transparency are under attack, we consider it our duty to pursue them. Sound exciting? Join us and help shape the industries that move society forward.As a global business, we rely on the unique backgrounds, perspectives, and experiences of all employees to deliver on our business goals. To ensure we can do that, we seek talented, qualified employees in all our operations around the world regardless of race, color, sex/gender, including pregnancy, gender identity and expression, national origin, religion, sexual orientation, disability, age, marital status, citizen status, veteran status, or any other protected classification under applicable law. Thomson Reuters is proud to be an Equal Employment Opportunity Employer providing a drug-free workplace.We also make reasonable accommodations for qualified individuals with disabilities and for sincerely held religious beliefs in accordance with applicable law. More information on requesting an accommodation here.Learn more on how to protect yourself from fraudulent job postings here.More information about Thomson Reuters can be found on thomsonreuters.com","job_description":"Do you love creating innovative solutions for customers? Then come and apply your skills and passion for technology at Thomson Reuters Labs. We are seeking a **Research Engineer** who will bring expertise in AI and ML and is interested in building data-driven capabilities that transform the way legal, accounting, and government professionals work across the globe. As a member of Thomson Reuters Labs in London, you will have a direct impact on our company and develop products and features that will delight our customers.  \n  \nWhat does Thomson Reuters Labs do?   \n  \nWe experiment, we build, we deliver. We obsess over our customers through applied research and development of new products and technologies. In TR Labs, we act fast and learn fast, innovating collaboratively across our core segments in Legal, Tax & Accounting, Government, and Reuters News.  \n  \nAs a **Research Engineer** at Thomson Reuters Labs, you will be part of a global interdisciplinary team of experts. We hire engineers and specialists across a variety of AI research areas to drive the company’s digital transformation. The science and engineering of AI are rapidly evolving. We are looking for an adaptable learner who can design with the customer in mind, think in code and likes to learn and develop new skills as they are needed; someone comfortable with jumping into new problem spaces.   \n  \nIs this you? Come join us!   \n  \n**About The Role** \n  \nIn this opportunity as a **Research Engineer,** you will:   \n  \n* Develop and Deliver: Applying modern software development practices, you will be involved in the entire software development lifecycle, designing, building, testing and delivering high-quality solutions.\n* Build Scalable ML Solutions: You will create large scale data processing pipelines to help researchers build and train novel machine learning algorithms. You will develop high performing scalable systems in the context of large online delivery environments.\n* Be a Team Player: Working in a collaborative team-oriented environment, you will share information, value diverse ideas, and partner with cross-functional and remote teams.\n* Be an Agile Person: With a strong sense of urgency and a desire to work in a fast-paced, dynamic environment, you will deliver timely solutions.\n* Be Innovative: You are empowered to try new approaches and learn new technologies. You will contribute innovative ideas, create solutions, and be accountable for end-to-end deliveries.\n* Be an Effective Communicator: Through dynamic engagement and communication with cross-functional partners and team members, you will effectively articulate ideas and collaborate on technical developments.\n  \n  \n**About You** \n  \nEssential skills & experience   \n  \n* A Bachelor of Science degree, computer science or related field\n* At least 2 years software engineering experience, ideally in the context of machine learning and natural language processing\n* Experience and understanding of Python software development stacks and ecosystems, ideally also experience with other programming languages and ecosystems.\n* Ability to understand, apply, integrate and deploy Machine Learning capabilities and techniques into other systems.\n* Familiarity with the Python data science stack through exposure to libraries such as Numpy, Scipy, Pandas, Dask, spaCy, NLTK, scikit-learn\n* Take pride in writing clean, reusable, maintainable and well-tested code\n* A desire to learn and embrace new and emerging technology\n* Familiarity with probabilistic models and understand the mathematical concepts underlying machine learning methods\n **Preferred Skills & Experience** \n  \n* Proficiency in automation, system monitoring, and cloud-native applications, with familiarity in AWS or Azure (or a related cloud platform)\n* Previous exposure to Natural Language Processing (NLP) problems and have familiarity with key tasks such as Named Entity Recognition (NER), Information Extraction, Information Retrieval, etc.\n* Ability to understand and translate between language and methodologies used both in research and engineering fields\n* Ability to take and integrate Machine Learning solutions to production-grade software\n**What’s in it For You?** \n  \n* Hybrid Work Model: We’ve adopted a flexible hybrid working environment (2-3 days a week in the office depending on the role) for our office-based roles while delivering a seamless experience that is digitally and physically connected.\n* Flexibility & Work-Life Balance: Flex My Way is a set of supportive workplace policies designed to help manage personal and professional responsibilities, whether caring for family, giving back to the community, or finding time to refresh and reset. This builds upon our flexible work arrangements, including work from anywhere for up to 8 weeks per year, empowering employees to achieve a better work-life balance.\n* Career Development and Growth: By fostering a culture of continuous learning and skill development, we prepare our talent to tackle tomorrow’s challenges and deliver real-world solutions. Our Grow My Way programming and skills-first approach ensures you have the tools and knowledge to grow, lead, and thrive in an AI-enabled future.\n* Industry Competitive Benefits: We offer comprehensive benefit plans to include flexible vacation, two company-wide Mental Health Days off, access to the Headspace app, retirement savings, tuition reimbursement, employee incentive programs, and resources for mental, physical, and financial wellbeing.\n* Culture: Globally recognized, award-winning reputation for inclusion and belonging, flexibility, work-life balance, and more. We live by our values: Obsess over our Customers, Compete to Win, Challenge (Y)our Thinking, Act Fast / Learn Fast, and Stronger Together.\n* Social Impact: Make an impact in your community with our Social Impact Institute. We offer employees two paid volunteer days off annually and opportunities to get involved with pro-bono consulting projects and Environmental, Social, and Governance (ESG) initiatives.\n* Making a Real-World Impact: We are one of the few companies globally that helps its customers pursue justice, truth, and transparency. Together, with the professionals and institutions we serve, we help uphold the rule of law, turn the wheels of commerce, catch bad actors, report the facts, and provide trusted, unbiased information to people all over the world.\n_DISCLAIMER_ \n  \n_The above information in this description has been designed to indicate the general nature and level of work performed by employees within this classification. It is not designed to contain or be interpreted as a comprehensive inventory of all duties, responsibilities, and qualifications required of employees assigned to this job._ \n  \n**About Us** \n  \nThomson Reuters informs the way forward by bringing together the trusted content and technology that people and organizations need to make the right decisions. We serve professionals across legal, tax, accounting, compliance, government, and media. Our products combine highly specialized software and insights to empower professionals with the data, intelligence, and solutions needed to make informed decisions, and to help institutions in their pursuit of justice, truth, and transparency. Reuters, part of Thomson Reuters, is a world leading provider of trusted journalism and news.  \n  \nWe are powered by the talents of 26,000 employees across more than 70 countries, where everyone has a chance to contribute and grow professionally in flexible work environments. At a time when objectivity, accuracy, fairness, and transparency are under attack, we consider it our duty to pursue them. Sound exciting? Join us and help shape the industries that move society forward.  \n  \nAs a global business, we rely on the unique backgrounds, perspectives, and experiences of all employees to deliver on our business goals. To ensure we can do that, we seek talented, qualified employees in all our operations around the world regardless of race, color, sex/gender, including pregnancy, gender identity and expression, national origin, religion, sexual orientation, disability, age, marital status, citizen status, veteran status, or any other protected classification under applicable law. Thomson Reuters is proud to be an Equal Employment Opportunity Employer providing a drug-free workplace.  \n  \nWe also make reasonable accommodations for qualified individuals with disabilities and for sincerely held religious beliefs in accordance with applicable law. More information on requesting an accommodation here.  \n  \nLearn more on how to protect yourself from fraudulent job postings here.  \n  \nMore information about Thomson Reuters can be found on thomsonreuters.com  \n  ","companyDescription":"Thomson Reuters (TSX/NDAQ: TRI) informs the way forward by bringing together the trusted content and technology that people and organizations need to make the right decisions. We serve professionals across legal, tax, accounting, compliance, government, and media. Our products combine highly specialized software and insights to empower professionals with the data, intelligence, and solutions needed to make informed decisions, and to help institutions in their pursuit of justice, truth, and transparency. Reuters, part of Thomson Reuters, is a world leading provider of trusted journalism and news.\n\nFor more information on Thomson Reuters, visit tr.com and for the latest world news, reuters.com. ","companyLinkedinUrl":"https://ca.linkedin.com/company/thomson-reuters?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":36407}},{"json":{"id":"4374502152","link":"https://ch.linkedin.com/jobs/view/team-head-it-services-pe-fund-controlling-at-coni%2Bpartner-ag-4374502152?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=2GnB5gNlpTqbQUQ2JaPO8A%3D%3D&position=6&pageNum=0","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Team Head IT Services | PE Fund Controlling","salary":"","applyUrl":"https://join.com/companies/coni-partner/YOUR_FOLDER_OR_FILE_IDontrolling?pid=e65242534431eadcb0c9","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Zurich, Zurich, Switzerland","postedAt":"2026-02-23","industries":"Business Consulting and Services","salaryInfo":[""],"trackingId":"2GnB5gNlpTqbQUQ2JaPO8A==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQHY2zxYGH7_Nw/company-logo_100_100/company-logo_100_100/0/1733470467176?e=1773273600&v=beta&t=otpCYOUR_FOLDER_OR_FILE_ID","companyName":"coni+partner AG","jobFunction":"Finance","companySlogan":"Tailor-made solutions for all customers at a high level","companyWebsite":"www.coni-partner.com","employmentType":"Full-time","seniorityLevel":"Director","applicantsCount":"25","descriptionHtml":"<p>coni + partner, established 1993, is a consultancy company with headquarters in Zurich and subsidiaries in Düsseldorf and Shanghai. We are specialised in custom-fit staffing in tune with the corporate culture by ensuring a perfect match of professional skills, references and personal as well as social skills of successful candidates.</p><br><p>Our client is the asset management division of an international bank in Zurich. We are looking for a senior fund controller (m, f, d) with strong IT flair as</p><br><p><strong>Team Head IT Services | PE Fund Controlling</strong></p><br>Aufgaben<br><p>Responsible for the design and further evolvement of IT services for the group's fund controlling with all types of funds and fund portfolios, in an IT- and data-driven environment / Understanding of processes such as data extraction for fund controlling and reporting, including time management, ongoing adjustment of time intervals, deadlines, time control and best practices / Ensure that fund's data is made available to internal and external stakeholders at all times in accordance with high quality standards / Ensuring transparency in the convergence process of data from various sources, including, for example, contract or delivery data, which must be correctly adhered to / Assess and mitigate IT service risks and ensure high data quality for the key figures in the portfolios of the funds, especially for private market funds / Identify and implement continuous IT service improvements through ongoing change management, automation, Process improvement in accordance with ITIL practices / Ensure and maintain the IT service catalogue and service documentation / Ongoing communication with stakeholders / Participation in change initiatives of the group / Ad hoc projects.</p><br>Qualifikation<br><p>Bachelor's or Master's in Business Administration, Quantitative Finance, or Industrial Engineering / CISA, CAIA, or CFA certification is an advantage / Professional experience in the fund industry with all types of funds, e.g., in fund controlling, data analysis of business processes, portfolio monitoring, analytics, etc., or in advising fund companies / Experience in leading teams and specialists / Knowledge of investment metrics and KPIs at the fund and portfolio level / Knowledge of data models for private equity markets / Knowledge of data governance and data quality frameworks / Proven ability and experience in IT Service Management / Experience with implementations, process optimizations, and change management / Proactive personality with analytical thinking and high attention to detail / Ability to perform multiple tasks in parallel at the same at a high level of Quality / Ability to weigh problems and set priorities, strong analytical and problem solving skills / Excellent interpersonal and communication skills / Strong interest in IT and knowledge of private equity systems / Strong interest in exchange and communication / German and English.</p><br><p>Please send us your documents for an initial contact by e-mail to contact@coni-partner. com or call us on +41 44 254 90 10. Mr. Ivano Coni would like to support you. Your application will be kept strictly confidential.</p><br><p><strong>coni + partner ag</strong></p><br><p>Ivano Coni</p><br><p>Managing Director</p><br><p>Klosbachstrasse 107</p><br><p>CH-8032 Zürich</p><br><p>Tel.: +41 44 254 90 10</p>","descriptionText":"coni + partner, established 1993, is a consultancy company with headquarters in Zurich and subsidiaries in Düsseldorf and Shanghai. We are specialised in custom-fit staffing in tune with the corporate culture by ensuring a perfect match of professional skills, references and personal as well as social skills of successful candidates.Our client is the asset management division of an international bank in Zurich. We are looking for a senior fund controller (m, f, d) with strong IT flair asTeam Head IT Services | PE Fund ControllingAufgabenResponsible for the design and further evolvement of IT services for the group's fund controlling with all types of funds and fund portfolios, in an IT- and data-driven environment / Understanding of processes such as data extraction for fund controlling and reporting, including time management, ongoing adjustment of time intervals, deadlines, time control and best practices / Ensure that fund's data is made available to internal and external stakeholders at all times in accordance with high quality standards / Ensuring transparency in the convergence process of data from various sources, including, for example, contract or delivery data, which must be correctly adhered to / Assess and mitigate IT service risks and ensure high data quality for the key figures in the portfolios of the funds, especially for private market funds / Identify and implement continuous IT service improvements through ongoing change management, automation, Process improvement in accordance with ITIL practices / Ensure and maintain the IT service catalogue and service documentation / Ongoing communication with stakeholders / Participation in change initiatives of the group / Ad hoc projects.QualifikationBachelor's or Master's in Business Administration, Quantitative Finance, or Industrial Engineering / CISA, CAIA, or CFA certification is an advantage / Professional experience in the fund industry with all types of funds, e.g., in fund controlling, data analysis of business processes, portfolio monitoring, analytics, etc., or in advising fund companies / Experience in leading teams and specialists / Knowledge of investment metrics and KPIs at the fund and portfolio level / Knowledge of data models for private equity markets / Knowledge of data governance and data quality frameworks / Proven ability and experience in IT Service Management / Experience with implementations, process optimizations, and change management / Proactive personality with analytical thinking and high attention to detail / Ability to perform multiple tasks in parallel at the same at a high level of Quality / Ability to weigh problems and set priorities, strong analytical and problem solving skills / Excellent interpersonal and communication skills / Strong interest in IT and knowledge of private equity systems / Strong interest in exchange and communication / German and English.Please send us your documents for an initial contact by e-mail to contact@coni-partner. com or call us on +41 44 254 90 10. Mr. Ivano Coni would like to support you. Your application will be kept strictly confidential.coni + partner agIvano ConiManaging DirectorKlosbachstrasse 107CH-8032 ZürichTel.: +41 44 254 90 10","job_description":"coni + partner, established 1993, is a consultancy company with headquarters in Zurich and subsidiaries in Düsseldorf and Shanghai. We are specialised in custom-fit staffing in tune with the corporate culture by ensuring a perfect match of professional skills, references and personal as well as social skills of successful candidates.\n\n  \nOur client is the asset management division of an international bank in Zurich. We are looking for a senior fund controller (m, f, d) with strong IT flair as\n\n  \n**Team Head IT Services | PE Fund Controlling**\n\n  \nAufgaben  \n\nResponsible for the design and further evolvement of IT services for the group's fund controlling with all types of funds and fund portfolios, in an IT- and data-driven environment / Understanding of processes such as data extraction for fund controlling and reporting, including time management, ongoing adjustment of time intervals, deadlines, time control and best practices / Ensure that fund's data is made available to internal and external stakeholders at all times in accordance with high quality standards / Ensuring transparency in the convergence process of data from various sources, including, for example, contract or delivery data, which must be correctly adhered to / Assess and mitigate IT service risks and ensure high data quality for the key figures in the portfolios of the funds, especially for private market funds / Identify and implement continuous IT service improvements through ongoing change management, automation, Process improvement in accordance with ITIL practices / Ensure and maintain the IT service catalogue and service documentation / Ongoing communication with stakeholders / Participation in change initiatives of the group / Ad hoc projects.\n\n  \nQualifikation  \n\nBachelor's or Master's in Business Administration, Quantitative Finance, or Industrial Engineering / CISA, CAIA, or CFA certification is an advantage / Professional experience in the fund industry with all types of funds, e.g., in fund controlling, data analysis of business processes, portfolio monitoring, analytics, etc., or in advising fund companies / Experience in leading teams and specialists / Knowledge of investment metrics and KPIs at the fund and portfolio level / Knowledge of data models for private equity markets / Knowledge of data governance and data quality frameworks / Proven ability and experience in IT Service Management / Experience with implementations, process optimizations, and change management / Proactive personality with analytical thinking and high attention to detail / Ability to perform multiple tasks in parallel at the same at a high level of Quality / Ability to weigh problems and set priorities, strong analytical and problem solving skills / Excellent interpersonal and communication skills / Strong interest in IT and knowledge of private equity systems / Strong interest in exchange and communication / German and English.\n\n  \nPlease send us your documents for an initial contact by e-mail to contact@coni-partner. com or call us on +41 44 254 90 10\\. Mr. Ivano Coni would like to support you. Your application will be kept strictly confidential.\n\n  \n**coni + partner ag**\n\n  \nIvano Coni\n\n  \nManaging Director\n\n  \nKlosbachstrasse 107\n\n  \nCH-8032 Zürich\n\n  \nTel.: +41 44 254 90 10","companyLinkedinUrl":"https://www.linkedin.com/company/coni-partner-ag?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":1}},{"json":{"id":"4374284520","link":"https://ch.linkedin.com/jobs/view/senior-azure-platform-engineer-%E2%80%8B-%E2%80%8B%E2%80%8B%E2%80%8Bai%E2%80%8B-%E2%80%8B%E2%80%8B-%E2%80%8Bdata%E2%80%8B%E2%80%8B-%E2%80%8B-f-m-d-%E2%80%8B%E2%80%8B%E2%80%8B-100%25-at-orderfox-schweiz-ag-4374284520?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=NZGOBX2pE1xkrn4CRVfiIg%3D%3D&position=10&pageNum=0","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Senior Azure Platform Engineer - AI & Data (f/m/d) 100%","salary":"","applyUrl":"https://t.gohiring.com/h/49d4deYOUR_FOLDER_OR_FILE_ID149c364874178","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Zurich, Zurich, Switzerland","postedAt":"2026-02-23","industries":"Software Development","salaryInfo":[""],"trackingId":"NZGOBX2pE1xkrn4CRVfiIg==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQEbv1ee7IpGAg/company-logo_100_100/B4EZVHsNQVHcAQ-/0/1740664526911/orderfox_schweiz_ag_logo?e=1773273600&v=beta&t=cyoIfYqfJ571c0fXkqN-VqhVL3VVuN0cDlt58p5ceX8","companyName":"Orderfox Schweiz AG","jobFunction":"Information Technology","companySlogan":"We are dedicated to developing AI-based solutions to address the complex challenges of different industry sectors.","companyAddress":{"type":"PostalAddress","addressCountry":"CH","addressLocality":"Zürich"},"companyWebsite":"https://www.orderfox.com/","employmentType":"Full-time","seniorityLevel":"Mid-Senior level","applicantsCount":"25","descriptionHtml":"<strong>Help shape what's next for the industry - with Orderfox.<br><br></strong><em>Own the platform that powers AI agents at scale. <br><br></em>At Orderfox, we’re building AI agents that turn manufacturing data into action - identifying suppliers, revealing capacity, and enabling faster, smarter decisions. We're scaling quickly beyond CNC into injection moulding, sheet metal, additive manufacturing, and robotics.<br><br>Our Azure platform is live and delivering value. Now we’re standardising and hardening it into a repeatable foundation for more agents, higher data volumes, and new verticals - this is where you come in.<br><br>As Senior Azure Platform Engineer, you’ll own the platform’s evolution and readiness for what’s next.<br><br>You'll report to the CTO, work in a strong ~15-person engineering team, and ship with high autonomy - clear outcomes, fast decisions, no micromanagement, no heavyweight specs. We work AI-first (Claude, Cursor, Azure CLI) and favour building over meetings and slide decks.<br><br><strong>What You'll Make Happen<br><br></strong>Platform &amp; Infrastructure ownership<br><br><ul><li>Own and evolve our Azure environment (Container Apps, Functions, storage, networking, data pipelines)</li><li>Scale our scraping and vision extraction systems as data volumes grow</li><li>Automate provisioning and operations (IaC where it fits, AI-assisted tooling where it’s faster) -automation over manual work</li><li>Build observability that’s actionable: monitoring, alerting, and cost tracking that actually helps<br><br></li></ul>DevOps &amp; Team Enablement<br><br><ul><li>Create CI/CD pipelines that let engineers ship agents fast and safely</li><li>Keep the engineering team unblocked on infrastructure topics (deployments, environments, access, tooling)</li><li>Establish patterns and standards that make the platform easier to build on (templates, conventions, guardrails)</li><li>Document key decisions and systems clearly so the team scales without tribal knowledge<br><br></li></ul>Platform Evolution<br><br><ul><li>Architect for future needs: MLOps readiness, multi-vertical scaling, and agent orchestration at scale</li><li>Optimise Azure spend responsibly (including a $44 M commitment to use efficiently)</li><li>Support Microsoft partnership requirements when needed (co-sell, marketplace)<br><br></li></ul><strong>What Eases Your Start<br><br></strong><ul><li>You work AI-first. Claude, Cursor and Copilot are part of how you operate. You use LLMs to manage infrastructure, write automation, debug faster, and solve operational problems - for this role, that’s essential.</li><li>You’re at home on Azure in real environments. You’ve spent multiple (5+) years building and running systems on Azure. You know what it takes to operate reliably, and you have a strong sense for when to use Container Apps vs. Functions vs. other serverless patterns in practice.</li><li>You automate by default. Whether it’s Terraform, Bicep, or AI-assisted infrastructure management - you build automation that keeps the platform predictable, reproducible, and easy to run.</li><li>You take ownership and communicate clearly. You see what needs doing and drive it forward - proactively and pragmatically. You explain what you're building (and why) in a way that keeps the team aligned and reduces ambiguity.</li><li>You’re comfortable in Python when it helps. You script, build internal tools, and create small utilities that make systems easier to operate and teams faster.<br><br></li></ul>You'll stand out if you bring:<br><br>Experience scaling data acquisition and pipelines (ETL, scraping, feature engineering, reliability at volume)<br><br><ul><li> MLOps/DataOps exposure (Azure ML, Databricks, experiment tracking, model lifecycle thinking)</li><li> a track record of improving infrastructure without destabilising live systems</li><li> the ability to explain technical trade-offs to non-technical stakeholders in a crisp, pragmatic way<br><br></li></ul>Practical requirements: Swiss / EU / EFTA citizenship or a valid Swiss work permit AND availability to work on-site in Zurich (this is not a fully remote role)<br><br>This won't be right for you if<br><br><ul><li>You prefer clean specs over open-ended problems and ownership</li><li>You want to design systems, but not build and runt hem</li><li>You’re only interested in fully remote work</li><li>You're looking for a slow-moving, highly structured environment<br><br></li></ul><strong>What You Can Look Forward To<br><br></strong><ul><li>An inspiring location: Our Zurich HQ is in the historic Villa Windegg in Seefeld - right by the lake and just minutes from Stadelhofen station, with parks, cafés, and cultural spots nearby.</li><li>Flexibility that fits: A 42-hour flexitime week with regular office days, home-office options, and the opportunity to work up to 20 days a year from abroad.</li><li>A team that moves fast: Join a ~30-person international start-up where initiative, ownership, and quick decisions matter more than hierarchy. Direct access to the CTO and real influence on technical direction.</li><li>Work with purpose: Contribute to intelligent AI solutions that help industries solve real-world challenges. Your infrastructure enables the AI agents our customers use -you'll own the platform that makes it possible.</li><li>Benefits that support you: 25 vacation days, additional company holidays, full salary continuation during maternity, paternity, and military leave, plus modern workspaces, snacks, and evolving extras as we grow.<br><br></li></ul><strong>What Starts Your Journey With Us<br><br></strong>We look forward to seeing how you think, build, and create impact.<br><br>Please apply via the \"Apply for this position\" button and include:<br><br><ul><li>Your CV - concise and outcome-focused, highlighting platforms you’ve owned, what you scaled, and the measurable impact (reliability, cost, deployment speed, automation, incident reduction).</li><li>Your diplomas and reference letters - to complete your profile</li><li>If available: GitHub, technical writing, or anything showing how you approach infrastructure<br><br></li></ul>Here’s what happens next:<br><br>We review your application → we talk (structured interview) → you work on a take-home assignment → you get clear feedback and a decision.<br><br>Questions? Talk to Pietro Volpe, HR Generalist, at careers@orderfox.com (<em>Applications by email cannot be considered.</em>)<br><br>Equal opportunity: We welcome applications from all backgrounds regardless of gender, age, origin, sexual orientation, or religion.<br><br><strong>About Us<br><br></strong>We are Orderfox Schweiz AG, based in Zurich - a company that brings together technology, creativity and industry. With our brands Partfox and Gieni AI, we develop digital solutions that make manufacturing processes smarter, more transparent and future-ready. What drives us is curiosity and the ambition to shape the future of manufacturing. At Orderfox, you will join an international, forward-thinking team where ideas matter, collaboration is key and every individual has the chance to make an impact. We value creativity, openness and the courage to innovate - and we are looking for people who share this mindset and want to grow with us.","descriptionText":"Help shape what's next for the industry - with Orderfox.Own the platform that powers AI agents at scale. At Orderfox, we’re building AI agents that turn manufacturing data into action - identifying suppliers, revealing capacity, and enabling faster, smarter decisions. We're scaling quickly beyond CNC into injection moulding, sheet metal, additive manufacturing, and robotics.Our Azure platform is live and delivering value. Now we’re standardising and hardening it into a repeatable foundation for more agents, higher data volumes, and new verticals - this is where you come in.As Senior Azure Platform Engineer, you’ll own the platform’s evolution and readiness for what’s next.You'll report to the CTO, work in a strong ~15-person engineering team, and ship with high autonomy - clear outcomes, fast decisions, no micromanagement, no heavyweight specs. We work AI-first (Claude, Cursor, Azure CLI) and favour building over meetings and slide decks.What You'll Make HappenPlatform &amp; Infrastructure ownershipOwn and evolve our Azure environment (Container Apps, Functions, storage, networking, data pipelines)Scale our scraping and vision extraction systems as data volumes growAutomate provisioning and operations (IaC where it fits, AI-assisted tooling where it’s faster) -automation over manual workBuild observability that’s actionable: monitoring, alerting, and cost tracking that actually helpsDevOps &amp; Team EnablementCreate CI/CD pipelines that let engineers ship agents fast and safelyKeep the engineering team unblocked on infrastructure topics (deployments, environments, access, tooling)Establish patterns and standards that make the platform easier to build on (templates, conventions, guardrails)Document key decisions and systems clearly so the team scales without tribal knowledgePlatform EvolutionArchitect for future needs: MLOps readiness, multi-vertical scaling, and agent orchestration at scaleOptimise Azure spend responsibly (including a $44 M commitment to use efficiently)Support Microsoft partnership requirements when needed (co-sell, marketplace)What Eases Your StartYou work AI-first. Claude, Cursor and Copilot are part of how you operate. You use LLMs to manage infrastructure, write automation, debug faster, and solve operational problems - for this role, that’s essential.You’re at home on Azure in real environments. You’ve spent multiple (5+) years building and running systems on Azure. You know what it takes to operate reliably, and you have a strong sense for when to use Container Apps vs. Functions vs. other serverless patterns in practice.You automate by default. Whether it’s Terraform, Bicep, or AI-assisted infrastructure management - you build automation that keeps the platform predictable, reproducible, and easy to run.You take ownership and communicate clearly. You see what needs doing and drive it forward - proactively and pragmatically. You explain what you're building (and why) in a way that keeps the team aligned and reduces ambiguity.You’re comfortable in Python when it helps. You script, build internal tools, and create small utilities that make systems easier to operate and teams faster.You'll stand out if you bring:Experience scaling data acquisition and pipelines (ETL, scraping, feature engineering, reliability at volume) MLOps/DataOps exposure (Azure ML, Databricks, experiment tracking, model lifecycle thinking) a track record of improving infrastructure without destabilising live systems the ability to explain technical trade-offs to non-technical stakeholders in a crisp, pragmatic wayPractical requirements: Swiss / EU / EFTA citizenship or a valid Swiss work permit AND availability to work on-site in Zurich (this is not a fully remote role)This won't be right for you ifYou prefer clean specs over open-ended problems and ownershipYou want to design systems, but not build and runt hemYou’re only interested in fully remote workYou're looking for a slow-moving, highly structured environmentWhat You Can Look Forward ToAn inspiring location: Our Zurich HQ is in the historic Villa Windegg in Seefeld - right by the lake and just minutes from Stadelhofen station, with parks, cafés, and cultural spots nearby.Flexibility that fits: A 42-hour flexitime week with regular office days, home-office options, and the opportunity to work up to 20 days a year from abroad.A team that moves fast: Join a ~30-person international start-up where initiative, ownership, and quick decisions matter more than hierarchy. Direct access to the CTO and real influence on technical direction.Work with purpose: Contribute to intelligent AI solutions that help industries solve real-world challenges. Your infrastructure enables the AI agents our customers use -you'll own the platform that makes it possible.Benefits that support you: 25 vacation days, additional company holidays, full salary continuation during maternity, paternity, and military leave, plus modern workspaces, snacks, and evolving extras as we grow.What Starts Your Journey With UsWe look forward to seeing how you think, build, and create impact.Please apply via the \"Apply for this position\" button and include:Your CV - concise and outcome-focused, highlighting platforms you’ve owned, what you scaled, and the measurable impact (reliability, cost, deployment speed, automation, incident reduction).Your diplomas and reference letters - to complete your profileIf available: GitHub, technical writing, or anything showing how you approach infrastructureHere’s what happens next:We review your application → we talk (structured interview) → you work on a take-home assignment → you get clear feedback and a decision.Questions? Talk to Pietro Volpe, HR Generalist, at careers@orderfox.com (Applications by email cannot be considered.)Equal opportunity: We welcome applications from all backgrounds regardless of gender, age, origin, sexual orientation, or religion.About UsWe are Orderfox Schweiz AG, based in Zurich - a company that brings together technology, creativity and industry. With our brands Partfox and Gieni AI, we develop digital solutions that make manufacturing processes smarter, more transparent and future-ready. What drives us is curiosity and the ambition to shape the future of manufacturing. At Orderfox, you will join an international, forward-thinking team where ideas matter, collaboration is key and every individual has the chance to make an impact. We value creativity, openness and the courage to innovate - and we are looking for people who share this mindset and want to grow with us.","job_description":"**Help shape what's next for the industry - with Orderfox.** \n  \n_Own the platform that powers AI agents at scale._ \n  \nAt Orderfox, we’re building AI agents that turn manufacturing data into action - identifying suppliers, revealing capacity, and enabling faster, smarter decisions. We're scaling quickly beyond CNC into injection moulding, sheet metal, additive manufacturing, and robotics.  \n  \nOur Azure platform is live and delivering value. Now we’re standardising and hardening it into a repeatable foundation for more agents, higher data volumes, and new verticals - this is where you come in.  \n  \nAs Senior Azure Platform Engineer, you’ll own the platform’s evolution and readiness for what’s next.  \n  \nYou'll report to the CTO, work in a strong \\~15-person engineering team, and ship with high autonomy - clear outcomes, fast decisions, no micromanagement, no heavyweight specs. We work AI-first (Claude, Cursor, Azure CLI) and favour building over meetings and slide decks.  \n  \n**What You'll Make Happen** \n  \nPlatform & Infrastructure ownership  \n  \n* Own and evolve our Azure environment (Container Apps, Functions, storage, networking, data pipelines)\n* Scale our scraping and vision extraction systems as data volumes grow\n* Automate provisioning and operations (IaC where it fits, AI-assisted tooling where it’s faster) -automation over manual work\n* Build observability that’s actionable: monitoring, alerting, and cost tracking that actually helps\nDevOps & Team Enablement  \n  \n* Create CI/CD pipelines that let engineers ship agents fast and safely\n* Keep the engineering team unblocked on infrastructure topics (deployments, environments, access, tooling)\n* Establish patterns and standards that make the platform easier to build on (templates, conventions, guardrails)\n* Document key decisions and systems clearly so the team scales without tribal knowledge\nPlatform Evolution  \n  \n* Architect for future needs: MLOps readiness, multi-vertical scaling, and agent orchestration at scale\n* Optimise Azure spend responsibly (including a $44 M commitment to use efficiently)\n* Support Microsoft partnership requirements when needed (co-sell, marketplace)\n**What Eases Your Start** \n  \n* You work AI-first. Claude, Cursor and Copilot are part of how you operate. You use LLMs to manage infrastructure, write automation, debug faster, and solve operational problems - for this role, that’s essential.\n* You’re at home on Azure in real environments. You’ve spent multiple (5+) years building and running systems on Azure. You know what it takes to operate reliably, and you have a strong sense for when to use Container Apps vs. Functions vs. other serverless patterns in practice.\n* You automate by default. Whether it’s Terraform, Bicep, or AI-assisted infrastructure management - you build automation that keeps the platform predictable, reproducible, and easy to run.\n* You take ownership and communicate clearly. You see what needs doing and drive it forward - proactively and pragmatically. You explain what you're building (and why) in a way that keeps the team aligned and reduces ambiguity.\n* You’re comfortable in Python when it helps. You script, build internal tools, and create small utilities that make systems easier to operate and teams faster.\nYou'll stand out if you bring:  \n  \nExperience scaling data acquisition and pipelines (ETL, scraping, feature engineering, reliability at volume)  \n  \n* MLOps/DataOps exposure (Azure ML, Databricks, experiment tracking, model lifecycle thinking)\n* a track record of improving infrastructure without destabilising live systems\n* the ability to explain technical trade-offs to non-technical stakeholders in a crisp, pragmatic way\nPractical requirements: Swiss / EU / EFTA citizenship or a valid Swiss work permit AND availability to work on-site in Zurich (this is not a fully remote role)  \n  \nThis won't be right for you if  \n  \n* You prefer clean specs over open-ended problems and ownership\n* You want to design systems, but not build and runt hem\n* You’re only interested in fully remote work\n* You're looking for a slow-moving, highly structured environment\n**What You Can Look Forward To** \n  \n* An inspiring location: Our Zurich HQ is in the historic Villa Windegg in Seefeld - right by the lake and just minutes from Stadelhofen station, with parks, cafés, and cultural spots nearby.\n* Flexibility that fits: A 42-hour flexitime week with regular office days, home-office options, and the opportunity to work up to 20 days a year from abroad.\n* A team that moves fast: Join a \\~30-person international start-up where initiative, ownership, and quick decisions matter more than hierarchy. Direct access to the CTO and real influence on technical direction.\n* Work with purpose: Contribute to intelligent AI solutions that help industries solve real-world challenges. Your infrastructure enables the AI agents our customers use -you'll own the platform that makes it possible.\n* Benefits that support you: 25 vacation days, additional company holidays, full salary continuation during maternity, paternity, and military leave, plus modern workspaces, snacks, and evolving extras as we grow.\n**What Starts Your Journey With Us** \n  \nWe look forward to seeing how you think, build, and create impact.  \n  \nPlease apply via the \"Apply for this position\" button and include:  \n  \n* Your CV - concise and outcome-focused, highlighting platforms you’ve owned, what you scaled, and the measurable impact (reliability, cost, deployment speed, automation, incident reduction).\n* Your diplomas and reference letters - to complete your profile\n* If available: GitHub, technical writing, or anything showing how you approach infrastructure\nHere’s what happens next:  \n  \nWe review your application → we talk (structured interview) → you work on a take-home assignment → you get clear feedback and a decision.  \n  \nQuestions? Talk to Pietro Volpe, HR Generalist, at careers@orderfox.com (_Applications by email cannot be considered._)  \n  \nEqual opportunity: We welcome applications from all backgrounds regardless of gender, age, origin, sexual orientation, or religion.  \n  \n**About Us** \n  \nWe are Orderfox Schweiz AG, based in Zurich - a company that brings together technology, creativity and industry. With our brands Partfox and Gieni AI, we develop digital solutions that make manufacturing processes smarter, more transparent and future-ready. What drives us is curiosity and the ambition to shape the future of manufacturing. At Orderfox, you will join an international, forward-thinking team where ideas matter, collaboration is key and every individual has the chance to make an impact. We value creativity, openness and the courage to innovate - and we are looking for people who share this mindset and want to grow with us.","companyLinkedinUrl":"https://ch.linkedin.com/company/orderfox-schweiz-ag?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":22}},{"json":{"id":"4374294300","link":"https://ch.linkedin.com/jobs/view/software-engineer-product-at-adaptyv-4374294300?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=z4ZhJGJw0u7VO1gMRQYkLg%3D%3D&position=7&pageNum=0","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Software Engineer (Product)","salary":"","applyUrl":"https://jobs.ashbyhq.com/adaptyv/34e28741-b3fc-4536-b666-1e690c8f33f5","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Lausanne, Vaud, Switzerland","postedAt":"2026-02-23","salaryInfo":[""],"trackingId":"z4ZhJGJw0u7VO1gMRQYkLg==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQFl6lfO9BIbLQ/company-logo_100_100/B4EZld1r5MHEAQ-/0/1758215979002/adaptyvbio_logo?e=1773273600&v=beta&t=JViqgzvey2YOUR_FOLDER_OR_FILE_ID","companyName":"Adaptyv","companySlogan":"The cloud lab for protein designers","jobPosterName":"Julian Englert","companyAddress":{"type":"PostalAddress","addressCountry":"CH","addressLocality":"Lausanne"},"companyWebsite":"https://adaptyvbio.com","employmentType":"Full-time","jobPosterPhoto":"https://media.licdn.com/dms/image/v2/D4E03AQFFhkKPjAXymw/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1681397043835?e=1773273600&v=beta&t=k8mZQyUmTbcUJ9uT66HaW_7OlNS6McMREA9SPK4Gxb0","jobPosterTitle":"Co-Founder and CEO of Adaptyv — We're hiring!","applicantsCount":"25","descriptionHtml":"<p>Adaptyv is building an automated lab that lets AI agents run biology experiments.</p><p><br></p><p>We're entering the era of agentic science where AI models can now design novel proteins, propose hypotheses, and iterate on experimental results. But they can't run the experiments themselves - that's still a manual, months-long process. We're building the infrastructure that gives AI agents access to the physical world.</p><p><br></p><p>Today, over 50 companies are already running their wet lab experiments on Adaptyv, ranging from some of the biggest biopharmas, to frontier AI labs to dozens of techbio startups.</p><p><br></p><p>Our automated lab is powered by a deep software + hardware stack: lab instruments worth millions of USD reverse-engineered into API-controllable hardware, dozens of devices orchestrated through complex workflows, full observability on everything that happens in the lab, processing pipelines for messy physical-world data, and AI systems that troubleshoot production results and accelerate assay development.</p><p><br></p><p>We’re growing rapidly and are hiring for talented engineers to help us scale our software to support the massive demand for AI-driven wet lab experimentation.</p><p><br></p>The role<p>You'll work across LabOS — our internal software platform — building the orchestration layer that coordinates everything from experiment scheduling to execution to data capture and results processing. This is full-stack product engineering at the intersection of software and physical-world biology.</p><p><br></p><p>Day-to-day, that can mean things like:</p><ul><li>Creating interfaces and APIs that give scientists and AI agents visibility into what's happening in the lab in real time</li><li>Building custom AI agents and tooling that automate decisions across the experiment lifecycle, from protocol design to troubleshooting failed results</li><li>Turning proprietary hardware into API-controllable devices that agents and software can operate programmatically</li><li>Designing scheduling systems that coordinate dozens of lab instruments with complex dependency chains</li></ul><p><br></p><p>You'll own large areas of the product. We're a small team where individual engineers have large impact on what gets built and how.<br></p><strong>What we're looking for</strong><ul><li><strong>Full-stack production experience.</strong> We use TypeScript, React, Node, Postgres — but what matters is you can work across the stack.</li><li><strong>Product instinct.</strong> You've shipped, watched users, iterated, and shipped again.</li><li><strong>Comfortable in ambiguity.</strong> You start from a goal, not a spec. You scope problems down, decide what to build and what to skip, and write your own plan when none exists.</li><li><strong>Builds with AI.</strong> You use AI tools heavily, but you have enough experience without them to know what good looks like.</li><li><strong>Curious about biology.</strong> No background required, but running real experiments in the physical world should excite you.</li></ul><p><br></p>","descriptionText":"Adaptyv is building an automated lab that lets AI agents run biology experiments.We're entering the era of agentic science where AI models can now design novel proteins, propose hypotheses, and iterate on experimental results. But they can't run the experiments themselves - that's still a manual, months-long process. We're building the infrastructure that gives AI agents access to the physical world.Today, over 50 companies are already running their wet lab experiments on Adaptyv, ranging from some of the biggest biopharmas, to frontier AI labs to dozens of techbio startups.Our automated lab is powered by a deep software + hardware stack: lab instruments worth millions of USD reverse-engineered into API-controllable hardware, dozens of devices orchestrated through complex workflows, full observability on everything that happens in the lab, processing pipelines for messy physical-world data, and AI systems that troubleshoot production results and accelerate assay development.We’re growing rapidly and are hiring for talented engineers to help us scale our software to support the massive demand for AI-driven wet lab experimentation.The roleYou'll work across LabOS — our internal software platform — building the orchestration layer that coordinates everything from experiment scheduling to execution to data capture and results processing. This is full-stack product engineering at the intersection of software and physical-world biology.Day-to-day, that can mean things like:Creating interfaces and APIs that give scientists and AI agents visibility into what's happening in the lab in real timeBuilding custom AI agents and tooling that automate decisions across the experiment lifecycle, from protocol design to troubleshooting failed resultsTurning proprietary hardware into API-controllable devices that agents and software can operate programmaticallyDesigning scheduling systems that coordinate dozens of lab instruments with complex dependency chainsYou'll own large areas of the product. We're a small team where individual engineers have large impact on what gets built and how.What we're looking forFull-stack production experience. We use TypeScript, React, Node, Postgres — but what matters is you can work across the stack.Product instinct. You've shipped, watched users, iterated, and shipped again.Comfortable in ambiguity. You start from a goal, not a spec. You scope problems down, decide what to build and what to skip, and write your own plan when none exists.Builds with AI. You use AI tools heavily, but you have enough experience without them to know what good looks like.Curious about biology. No background required, but running real experiments in the physical world should excite you.","job_description":"Adaptyv is building an automated lab that lets AI agents run biology experiments.\n\n  \nWe're entering the era of agentic science where AI models can now design novel proteins, propose hypotheses, and iterate on experimental results. But they can't run the experiments themselves - that's still a manual, months-long process. We're building the infrastructure that gives AI agents access to the physical world.\n\n  \nToday, over 50 companies are already running their wet lab experiments on Adaptyv, ranging from some of the biggest biopharmas, to frontier AI labs to dozens of techbio startups.\n\n  \nOur automated lab is powered by a deep software + hardware stack: lab instruments worth millions of USD reverse-engineered into API-controllable hardware, dozens of devices orchestrated through complex workflows, full observability on everything that happens in the lab, processing pipelines for messy physical-world data, and AI systems that troubleshoot production results and accelerate assay development.\n\n  \nWe’re growing rapidly and are hiring for talented engineers to help us scale our software to support the massive demand for AI-driven wet lab experimentation.\n\n  \nThe role\n\nYou'll work across LabOS — our internal software platform — building the orchestration layer that coordinates everything from experiment scheduling to execution to data capture and results processing. This is full-stack product engineering at the intersection of software and physical-world biology.\n\n  \nDay-to-day, that can mean things like:\n\n* Creating interfaces and APIs that give scientists and AI agents visibility into what's happening in the lab in real time\n* Building custom AI agents and tooling that automate decisions across the experiment lifecycle, from protocol design to troubleshooting failed results\n* Turning proprietary hardware into API-controllable devices that agents and software can operate programmatically\n* Designing scheduling systems that coordinate dozens of lab instruments with complex dependency chains\n\n  \nYou'll own large areas of the product. We're a small team where individual engineers have large impact on what gets built and how.  \n\n**What we're looking for**\n* **Full-stack production experience.** We use TypeScript, React, Node, Postgres — but what matters is you can work across the stack.\n* **Product instinct.** You've shipped, watched users, iterated, and shipped again.\n* **Comfortable in ambiguity.** You start from a goal, not a spec. You scope problems down, decide what to build and what to skip, and write your own plan when none exists.\n* **Builds with AI.** You use AI tools heavily, but you have enough experience without them to know what good looks like.\n* **Curious about biology.** No background required, but running real experiments in the physical world should excite you.\n\n  ","companyDescription":"Proteins are the most advanced nanotechnology we know of. At Adaptyv Bio we’re building a next-gen protein foundry to allow you to synthesize and test any protein you design.\n","companyLinkedinUrl":"https://ch.linkedin.com/company/adaptyvbio?trk=public_jobs_jserp-result_job-search-card-subtitle","jobPosterProfileUrl":"https://ch.linkedin.com/in/julian-englert","companyEmployeesCount":30}},{"json":{"id":"4374286450","link":"https://ch.linkedin.com/jobs/view/ing%C3%A9nieur-production-ing%C3%A9nieure-production-at-bureau-ing%C3%A9nieur-infrastructures-transport-syst%C3%A8mes-4374286450?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=AB5b1HBpMEBb0%2B2%2BEExFGA%3D%3D&position=2&pageNum=0&trk=public_jobs_jserp-result_search-card","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Ingénieur production/Ingénieure production","salary":"","applyUrl":"","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Yverdon, Vaud, Switzerland","postedAt":"2026-02-23","industries":"Construction, Specialty Trade Contractors, and Engineering Services","salaryInfo":[""],"trackingId":"AB5b1HBpMEBb0+2+EExFGA==","companyLogo":"https://static.licdn.com/aero-v1/sc/h/6puxblwmhnodu6fjircz4dn4h","companyName":"Bureau Ingénieur infrastructures transport systèmes","jobFunction":"Production, Engineering, and Consulting","jobPosterName":"François Mazza","employmentType":"Full-time","jobPosterPhoto":"https://static.licdn.com/aero-v1/sc/h/9c8pery4andzj6ohjkjp54ma2","jobPosterTitle":"François Mazza - Consulting","seniorityLevel":"Director","applicantsCount":"25","descriptionHtml":"<p><strong>Directeur·trice de la Production (80–100 %) – Région Yverdon, Suisse francophone</strong></p><p><br></p><p>Notre client est un bureau d’ingénierie et de conseil à taille humaine, spécialisé dans les infrastructures de transport et les systèmes techniques complexes.</p><p><br></p><p>Depuis plusieurs années, il accompagne des acteurs de premier plan dans la conception, la planification et la réalisation de projets d’envergure, en Suisse et à l’international.</p><p><br></p><p>Dans le cadre du renforcement de son organisation, nous recherchons un·e <strong>Directeur·trice de la Production</strong> chargé·e de coordonner l’ensemble des activités des pôles Production, Études et Travaux.</p><p><br></p><p>Votre mission</p><p>Rattaché·e à la Direction Opérationnelle, vous assumez la responsabilité globale de la production, couvrant les pôles Études et Travaux. Vous occupez un rôle central dans l’organisation, la coordination et l’optimisation des ressources, tout en garantissant la qualité des livrables, la cohérence technique et le respect des engagements contractuels.</p><p>À ce titre, vous :</p><ul><li>pilotez l’ensemble des activités de production (Études et Travaux),</li><li>supervisez les chefs de projets et les ingénieur·e·s,</li><li>planifiez, priorisez et arbitrez les charges et ressources,</li><li>garantissez la qualité opérationnelle des livrables et la coordination Études–Travaux,</li><li>organisez et animez les instances de coordination opérationnelle,</li><li>collaborez étroitement avec les Directions Opérationnelle et Commerciale,</li><li>participez activement aux projets, avec une implication opérationnelle lorsque nécessaire,</li><li>contribuez à la validation technique, méthodologique et organisationnelle des offres.</li></ul><p>Management et gouvernance</p><p>Vous assurez un management de proximité des équipes de production, définissez et suivez les objectifs individuels, menez les entretiens d’évaluation et veillez à instaurer un climat de travail constructif et performant. Vous êtes également garant·e d’un reporting régulier, clair et structuré auprès de la Direction.</p><p>Votre profil</p><p>Vous disposez :</p><ul><li>d’une solide expérience en pilotage de production ou d’opérations au sein d’un bureau d’ingénieurs, d’une maîtrise d’œuvre ou d’une entreprise technique,</li><li>d’une excellente compréhension des processus Études et Travaux dans le domaine des infrastructures ou des systèmes de transport,</li><li>de compétences managériales affirmées, avec une capacité reconnue à décider, prioriser et fédérer,</li><li>d’un sens aigu de l’organisation, du résultat et de la qualité,</li><li>d’excellentes compétences en communication, à l’écrit comme à l’oral,</li><li>d’un leadership naturel, associé à fiabilité, intégrité et exemplarité.</li></ul><p>Une formation technique supérieure, idéalement de niveau ingénieur (EPF, HES ou équivalent) en informatique, automation ou électrotechnique est indispensable.. Une formation complémentaire en gestion de projets ou en management est appréciée.</p><p>Conditions proposées</p><ul><li>Déplacements réguliers en Suisse et ponctuellement à l’étranger,</li><li>Télétravail partiel possible dans le cadre légal (jusqu’à 40 % pour un ressortissant suisse),</li><li>Taux d’activité : 80 à 100 %,</li><li>Entrée en fonction : début 2026 ou à convenir.</li></ul><p><br></p><p>Vous évoluerez dans un environnement stimulant, au sein d’une entreprise en forte croissance, offrant des projets techniques à haute valeur ajoutée et de réelles perspectives de développement professionnel. L’effectif a doublé en 2025 et le carnet de commandes assure une visibilité de plus de cinq ans. L’esprit est résolument entrepreneurial, porté par des valeurs d’expertise technique, d’orientation client et d’agilité.</p><p><br></p><p>Veuillez postuler uniquement via Linkedin (bouton bleu).</p><p></p>","descriptionText":"Directeur·trice de la Production (80–100 %) – Région Yverdon, Suisse francophoneNotre client est un bureau d’ingénierie et de conseil à taille humaine, spécialisé dans les infrastructures de transport et les systèmes techniques complexes.Depuis plusieurs années, il accompagne des acteurs de premier plan dans la conception, la planification et la réalisation de projets d’envergure, en Suisse et à l’international.Dans le cadre du renforcement de son organisation, nous recherchons un·e Directeur·trice de la Production chargé·e de coordonner l’ensemble des activités des pôles Production, Études et Travaux.Votre missionRattaché·e à la Direction Opérationnelle, vous assumez la responsabilité globale de la production, couvrant les pôles Études et Travaux. Vous occupez un rôle central dans l’organisation, la coordination et l’optimisation des ressources, tout en garantissant la qualité des livrables, la cohérence technique et le respect des engagements contractuels.À ce titre, vous :pilotez l’ensemble des activités de production (Études et Travaux),supervisez les chefs de projets et les ingénieur·e·s,planifiez, priorisez et arbitrez les charges et ressources,garantissez la qualité opérationnelle des livrables et la coordination Études–Travaux,organisez et animez les instances de coordination opérationnelle,collaborez étroitement avec les Directions Opérationnelle et Commerciale,participez activement aux projets, avec une implication opérationnelle lorsque nécessaire,contribuez à la validation technique, méthodologique et organisationnelle des offres.Management et gouvernanceVous assurez un management de proximité des équipes de production, définissez et suivez les objectifs individuels, menez les entretiens d’évaluation et veillez à instaurer un climat de travail constructif et performant. Vous êtes également garant·e d’un reporting régulier, clair et structuré auprès de la Direction.Votre profilVous disposez :d’une solide expérience en pilotage de production ou d’opérations au sein d’un bureau d’ingénieurs, d’une maîtrise d’œuvre ou d’une entreprise technique,d’une excellente compréhension des processus Études et Travaux dans le domaine des infrastructures ou des systèmes de transport,de compétences managériales affirmées, avec une capacité reconnue à décider, prioriser et fédérer,d’un sens aigu de l’organisation, du résultat et de la qualité,d’excellentes compétences en communication, à l’écrit comme à l’oral,d’un leadership naturel, associé à fiabilité, intégrité et exemplarité.Une formation technique supérieure, idéalement de niveau ingénieur (EPF, HES ou équivalent) en informatique, automation ou électrotechnique est indispensable.. Une formation complémentaire en gestion de projets ou en management est appréciée.Conditions proposéesDéplacements réguliers en Suisse et ponctuellement à l’étranger,Télétravail partiel possible dans le cadre légal (jusqu’à 40 % pour un ressortissant suisse),Taux d’activité : 80 à 100 %,Entrée en fonction : début 2026 ou à convenir.Vous évoluerez dans un environnement stimulant, au sein d’une entreprise en forte croissance, offrant des projets techniques à haute valeur ajoutée et de réelles perspectives de développement professionnel. L’effectif a doublé en 2025 et le carnet de commandes assure une visibilité de plus de cinq ans. L’esprit est résolument entrepreneurial, porté par des valeurs d’expertise technique, d’orientation client et d’agilité.Veuillez postuler uniquement via Linkedin (bouton bleu).","job_description":"**Directeur·trice de la Production (80–100 %) – Région Yverdon, Suisse francophone**\n\n  \nNotre client est un bureau d’ingénierie et de conseil à taille humaine, spécialisé dans les infrastructures de transport et les systèmes techniques complexes.\n\n  \nDepuis plusieurs années, il accompagne des acteurs de premier plan dans la conception, la planification et la réalisation de projets d’envergure, en Suisse et à l’international.\n\n  \nDans le cadre du renforcement de son organisation, nous recherchons un·e **Directeur·trice de la Production** chargé·e de coordonner l’ensemble des activités des pôles Production, Études et Travaux.\n\n  \nVotre mission\n\nRattaché·e à la Direction Opérationnelle, vous assumez la responsabilité globale de la production, couvrant les pôles Études et Travaux. Vous occupez un rôle central dans l’organisation, la coordination et l’optimisation des ressources, tout en garantissant la qualité des livrables, la cohérence technique et le respect des engagements contractuels.\n\nÀ ce titre, vous :\n\n* pilotez l’ensemble des activités de production (Études et Travaux),\n* supervisez les chefs de projets et les ingénieur·e·s,\n* planifiez, priorisez et arbitrez les charges et ressources,\n* garantissez la qualité opérationnelle des livrables et la coordination Études–Travaux,\n* organisez et animez les instances de coordination opérationnelle,\n* collaborez étroitement avec les Directions Opérationnelle et Commerciale,\n* participez activement aux projets, avec une implication opérationnelle lorsque nécessaire,\n* contribuez à la validation technique, méthodologique et organisationnelle des offres.\n\nManagement et gouvernance\n\nVous assurez un management de proximité des équipes de production, définissez et suivez les objectifs individuels, menez les entretiens d’évaluation et veillez à instaurer un climat de travail constructif et performant. Vous êtes également garant·e d’un reporting régulier, clair et structuré auprès de la Direction.\n\nVotre profil\n\nVous disposez :\n\n* d’une solide expérience en pilotage de production ou d’opérations au sein d’un bureau d’ingénieurs, d’une maîtrise d’œuvre ou d’une entreprise technique,\n* d’une excellente compréhension des processus Études et Travaux dans le domaine des infrastructures ou des systèmes de transport,\n* de compétences managériales affirmées, avec une capacité reconnue à décider, prioriser et fédérer,\n* d’un sens aigu de l’organisation, du résultat et de la qualité,\n* d’excellentes compétences en communication, à l’écrit comme à l’oral,\n* d’un leadership naturel, associé à fiabilité, intégrité et exemplarité.\n\nUne formation technique supérieure, idéalement de niveau ingénieur (EPF, HES ou équivalent) en informatique, automation ou électrotechnique est indispensable.. Une formation complémentaire en gestion de projets ou en management est appréciée.\n\nConditions proposées\n\n* Déplacements réguliers en Suisse et ponctuellement à l’étranger,\n* Télétravail partiel possible dans le cadre légal (jusqu’à 40 % pour un ressortissant suisse),\n* Taux d’activité : 80 à 100 %,\n* Entrée en fonction : début 2026 ou à convenir.\n\n  \nVous évoluerez dans un environnement stimulant, au sein d’une entreprise en forte croissance, offrant des projets techniques à haute valeur ajoutée et de réelles perspectives de développement professionnel. L’effectif a doublé en 2025 et le carnet de commandes assure une visibilité de plus de cinq ans. L’esprit est résolument entrepreneurial, porté par des valeurs d’expertise technique, d’orientation client et d’agilité.\n\n  \nVeuillez postuler uniquement via Linkedin (bouton bleu).","jobPosterProfileUrl":"https://ch.linkedin.com/in/francoismazza1964"}},{"json":{"id":"4374283961","link":"https://ch.linkedin.com/jobs/view/automatiker-support-at-randstad-switzerland-4374283961?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=BEjQ0Z7XYjMsgigsbZ9PAg%3D%3D&position=3&pageNum=0","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Automatiker / Support","salary":"","applyUrl":"","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Arbon, Thurgau, Switzerland","postedAt":"2026-02-23","industries":"Machinery Manufacturing","salaryInfo":[""],"trackingId":"BEjQ0Z7XYjMsgigsbZ9PAg==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQGDbWaQdw5W-w/company-logo_100_100/company-logo_100_100/0/1690460414477/randstad_switzerland_logo?e=1773273600&v=beta&t=C6nMZCiKuCyJcy9tNWFFbUcD-psaOoA84U_2CkFXpkI","companyName":"Randstad Switzerland","jobFunction":"Customer Service","companySlogan":"We support people and organizations in realizing their true potential.","jobPosterName":"Roland Nägeli","companyAddress":{"type":"PostalAddress","postalCode":"8050","streetAddress":"Leutschenbachstrasse 45","addressCountry":"CH","addressLocality":"Zürich"},"companyWebsite":"http://www.randstad.ch","employmentType":"Full-time","jobPosterPhoto":"https://static.licdn.com/aero-v1/sc/h/9c8pery4andzj6ohjkjp54ma2","jobPosterTitle":"Branch Manager bei Randstad  |  HR Fachmann mit Eidg. FA  |  HR-Experte für Technik & MEM |","seniorityLevel":"Associate","applicantsCount":"25","descriptionHtml":"<p>Knifflige technische Probleme an High-Tech-Maschinen spornen Dich an? Möchtest Du Kunden und Servicetechniker weltweit mit Deinem Elektro- und Steuerungs-Know-how unterstützen und Dein Wissen in Schulungen weitergeben?</p><p><br></p><p>Unser Kunde ist ein international renommierter Schweizer Maschinenbauer und Technologieführer mit Sitz in der Bodenseeregion. Als traditionsreiches Familienunternehmen setzt unser Kunde auf Schweizer Präzision und Innovation. Für den Kundendienst suchen wir Dich als kommunikationsstarke/n und technisch versierte/n</p><p><br></p><p><strong>Automatiker / Supporter (m/w/d)</strong></p><p><br></p><p><br></p><p>Das wirst Du tun:</p><ul><li>Du leistest 1st &amp; 2nd Level Support für Steuerungs- &amp; Antriebstechnik für Kunden weltweit</li><li>Du bietest technische Unterstützung für Servicetechniker, sowohl remote als auch bei Bedarf vor Ort</li><li>Du analysierst Störungen und definierst passende Lösungen wie Ersatzteile oder Massnahmen</li><li>Du planst und führst technische Schulungen für Kunden und Kollegen durch</li><li>Du erstellst und pflegst Wissensdatenbank-Artikel sowie technische Dokumentationen</li></ul><p><br></p><p><br></p><p><br></p><p>Darauf darfst Du Dich freuen:</p><ul><li>Flexible Arbeitszeiten bei einer 40-Stunden-Woche ohne Blockzeiten</li><li>Moderne und ergonomische Arbeitsplätze</li><li>Ein subventioniertes Mittagessen und regelmässige Firmenevents wie Sommerfest oder Skitag</li><li>Gratis Parkplätze, gute Anbindung an den öffentlichen Verkehr und E-Ladestationen</li><li>Aktive Unterstützung bei Deiner Weiterbildung</li><li>Ein sicherer Arbeitsplatz in einem soliden Schweizer Familienunternehmen mit flachen Hierarchien und einem kollegialen Team</li></ul><p><br></p><p><br></p><p>Das bringst Du mit:</p><ul><li>Eine abgeschlossene technische Berufslehre (EFZ) als Automatiker/in, Elektromechaniker/in, Automobil-Mechatroniker/in, Diagnostiker/in oder in einem verwandten Bereich mit starkem Fokus auf Elektrotechnik und Steuerungssysteme</li><li>Mehrjährige Erfahrung im technischen Support, Kundendienst oder als Servicetechniker im Maschinenbau</li><li>Sehr gute Deutsch- und Englischkenntnisse / zusätzlich französisch oder italienisch ist von Vorteil</li><li>Eine analytische Denkweise, eine schnelle Auffassungsgabe und eine selbstständige Arbeitsweise</li><li>Ausgeprägte Kommunikationsfähigkeit sowie Freude am Kundenkontakt und an der Durchführung von Trainings</li><li>Freude am kontinuierlichen Lernen</li></ul><p></p>","descriptionText":"Knifflige technische Probleme an High-Tech-Maschinen spornen Dich an? Möchtest Du Kunden und Servicetechniker weltweit mit Deinem Elektro- und Steuerungs-Know-how unterstützen und Dein Wissen in Schulungen weitergeben?Unser Kunde ist ein international renommierter Schweizer Maschinenbauer und Technologieführer mit Sitz in der Bodenseeregion. Als traditionsreiches Familienunternehmen setzt unser Kunde auf Schweizer Präzision und Innovation. Für den Kundendienst suchen wir Dich als kommunikationsstarke/n und technisch versierte/nAutomatiker / Supporter (m/w/d)Das wirst Du tun:Du leistest 1st &amp; 2nd Level Support für Steuerungs- &amp; Antriebstechnik für Kunden weltweitDu bietest technische Unterstützung für Servicetechniker, sowohl remote als auch bei Bedarf vor OrtDu analysierst Störungen und definierst passende Lösungen wie Ersatzteile oder MassnahmenDu planst und führst technische Schulungen für Kunden und Kollegen durchDu erstellst und pflegst Wissensdatenbank-Artikel sowie technische DokumentationenDarauf darfst Du Dich freuen:Flexible Arbeitszeiten bei einer 40-Stunden-Woche ohne BlockzeitenModerne und ergonomische ArbeitsplätzeEin subventioniertes Mittagessen und regelmässige Firmenevents wie Sommerfest oder SkitagGratis Parkplätze, gute Anbindung an den öffentlichen Verkehr und E-LadestationenAktive Unterstützung bei Deiner WeiterbildungEin sicherer Arbeitsplatz in einem soliden Schweizer Familienunternehmen mit flachen Hierarchien und einem kollegialen TeamDas bringst Du mit:Eine abgeschlossene technische Berufslehre (EFZ) als Automatiker/in, Elektromechaniker/in, Automobil-Mechatroniker/in, Diagnostiker/in oder in einem verwandten Bereich mit starkem Fokus auf Elektrotechnik und SteuerungssystemeMehrjährige Erfahrung im technischen Support, Kundendienst oder als Servicetechniker im MaschinenbauSehr gute Deutsch- und Englischkenntnisse / zusätzlich französisch oder italienisch ist von VorteilEine analytische Denkweise, eine schnelle Auffassungsgabe und eine selbstständige ArbeitsweiseAusgeprägte Kommunikationsfähigkeit sowie Freude am Kundenkontakt und an der Durchführung von TrainingsFreude am kontinuierlichen Lernen","job_description":"Knifflige technische Probleme an High-Tech-Maschinen spornen Dich an? Möchtest Du Kunden und Servicetechniker weltweit mit Deinem Elektro- und Steuerungs-Know-how unterstützen und Dein Wissen in Schulungen weitergeben?\n\n  \nUnser Kunde ist ein international renommierter Schweizer Maschinenbauer und Technologieführer mit Sitz in der Bodenseeregion. Als traditionsreiches Familienunternehmen setzt unser Kunde auf Schweizer Präzision und Innovation. Für den Kundendienst suchen wir Dich als kommunikationsstarke/n und technisch versierte/n\n\n  \n**Automatiker / Supporter (m/w/d)**\n  \n  \nDas wirst Du tun:\n\n* Du leistest 1st & 2nd Level Support für Steuerungs- & Antriebstechnik für Kunden weltweit\n* Du bietest technische Unterstützung für Servicetechniker, sowohl remote als auch bei Bedarf vor Ort\n* Du analysierst Störungen und definierst passende Lösungen wie Ersatzteile oder Massnahmen\n* Du planst und führst technische Schulungen für Kunden und Kollegen durch\n* Du erstellst und pflegst Wissensdatenbank-Artikel sowie technische Dokumentationen\n  \n  \nDarauf darfst Du Dich freuen:\n\n* Flexible Arbeitszeiten bei einer 40-Stunden-Woche ohne Blockzeiten\n* Moderne und ergonomische Arbeitsplätze\n* Ein subventioniertes Mittagessen und regelmässige Firmenevents wie Sommerfest oder Skitag\n* Gratis Parkplätze, gute Anbindung an den öffentlichen Verkehr und E-Ladestationen\n* Aktive Unterstützung bei Deiner Weiterbildung\n* Ein sicherer Arbeitsplatz in einem soliden Schweizer Familienunternehmen mit flachen Hierarchien und einem kollegialen Team\n  \n  \nDas bringst Du mit:\n\n* Eine abgeschlossene technische Berufslehre (EFZ) als Automatiker/in, Elektromechaniker/in, Automobil-Mechatroniker/in, Diagnostiker/in oder in einem verwandten Bereich mit starkem Fokus auf Elektrotechnik und Steuerungssysteme\n* Mehrjährige Erfahrung im technischen Support, Kundendienst oder als Servicetechniker im Maschinenbau\n* Sehr gute Deutsch- und Englischkenntnisse / zusätzlich französisch oder italienisch ist von Vorteil\n* Eine analytische Denkweise, eine schnelle Auffassungsgabe und eine selbstständige Arbeitsweise\n* Ausgeprägte Kommunikationsfähigkeit sowie Freude am Kundenkontakt und an der Durchführung von Trainings\n* Freude am kontinuierlichen Lernen","companyDescription":"As the leading company in the field of Human Resources, Randstad understands all aspects of the world of work - worldwide and throughout Switzerland. Many years of successful work in this field and an internal network of specialists provide in-depth expertise and broad experience. \n\nThis makes Randstad unique in the personnel management field: Our consultants are experts in the local employment market and the various sectors. But our commitment goes even further. It is of great importance to us that we know our clients, their businesses and the jobs involved. \n\nWe also dedicate a great deal of time to job seekers; we not only want to know about their skills and experience, but also their personality and human qualities.\n\nIn this way, Randstad ensures that our clients obtain exactly the right people. To know, to serve, trust and continually strive for perfection while simultaneously promoting all interests are the core values on which Randstad has built the company. \n\nOur Services:\n- Staffing: For temporary and permanent positions\n- Professionals: For specialists and executive staff \n- Search & Selection: For middle and senior management levels \n- HR Solutions: Specialized HR Services for SMEs and large companies  \n- Inhouse Services: For companies with a flexible staff requirement\n- innoative HR Tech Tools: For workforce scheduling and video interviews","companyLinkedinUrl":"https://ch.linkedin.com/company/randstad-switzerland?trk=public_jobs_jserp-result_job-search-card-subtitle","jobPosterProfileUrl":"https://ch.linkedin.com/in/roland-naegeli-ch","companyEmployeesCount":318}},{"json":{"id":"4248207018","link":"https://ch.linkedin.com/jobs/view/uipath-rpa-automation-specialist-at-callista-4248207018?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=0Dz1EVF3tbkGQUWJDGe03A%3D%3D&position=1&pageNum=0","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"UiPath RPA Automation Specialist","salary":"","applyUrl":"https://callistaace.recruitee.com/o/uipath-rpa-automation-specialist/c/new?source=LinkedIn+Basic+Jobs","benefits":[],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Zurich, Zurich, Switzerland","postedAt":"2026-02-23","industries":"IT Services and IT Consulting","salaryInfo":[""],"trackingId":"0Dz1EVF3tbkGQUWJDGe03A==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQEEU4cIFiivTQ/company-logo_100_100/company-logo_100_100/0/1687280642407/callista_ch_logo?e=1773273600&v=beta&t=7dqnkas7towhmkCkG1_V5HBVLUiGIQ9WK_nUETWYmQs","companyName":"Callista","jobFunction":"Information Technology","companySlogan":"Data Platform Advisory | Agentic AI Solutions | On Demand Staffing","companyAddress":{"type":"PostalAddress","postalCode":"6300","streetAddress":"General-Guisan-Strasse 8","addressCountry":"CH","addressLocality":"Zug"},"companyWebsite":"https://www.callista.ch","employmentType":"Other","seniorityLevel":"Not Applicable","applicantsCount":"134","descriptionHtml":"Für die Weiterentwicklung und Optimierung unserer Geschäftsprozesse suchen wir eine/n erfahrene/n <strong>UiPath RPA Automation Specialist</strong>. In dieser Rolle analysieren Sie eigenständig Prozesse, entwickeln und betreiben Automatisierungslösungen mit UiPath und sind zentrale/r Ansprechpartner/in für die technische Umsetzung von RPA-Projekten.<br><br><strong>Aufgaben:<br><br></strong><ul><li>Analyse und Bewertung von Geschäftsprozessen hinsichtlich Automatisierungspotenzial</li><li>Entwicklung, Implementierung und Wartung neuer RPA-Robots mit UiPath</li><li>Eigenständige Mitarbeit in Projekten der Raiffeisen-Gruppe</li><li>Teilnahme an CCB-Meetings und Vertretung der IT in fachlichen Themen</li><li>Präsentation und Dokumentation der automatisierten Lösungen, inklusive Zeit- und Aufwandsschätzung sowie Darstellung der erzielten Einsparungen</li><li>Orchestrierung, Verwaltung, Deployment und Monitoring von Bots</li><li>Fehlerbehandlung, Debugging und Testautomatisierung</li><li>Sicherstellung der Einhaltung von IT-Sicherheits- und Datenschutzanforderungen<br><br><br></li></ul><strong>Anforderungen:<br><br></strong><ul><li>Fundierte Kenntnisse in der Prozessautomatisierung und Erfahrung in der Analyse und Optimierung von Geschäftsprozessen</li><li>Praktische Erfahrung mit mindestens einem gängigen RPA-Tool, idealerweise UiPath (alternativ: Automation Anywhere, Blue Prism, Microsoft Power Automate)</li><li>Kenntnisse in der Orchestrierung und Verwaltung von Bots</li><li>Grundkenntnisse in Programmiersprachen wie VB.NET, C#, Python oder JavaScript</li><li>Erfahrung mit regulären Ausdrücken, APIs und Datenbankabfragen (SQL)</li><li>Kenntnisse im Umgang mit Excel, CSV, XML, JSON sowie in der Datenextraktion (z. B. OCR, Screen Scraping)</li><li>Erfahrung mit Versionsverwaltung (z. B. Git), Deployment und Monitoring von Bots</li><li>Grundverständnis von IT-Sicherheit und Datenschutz</li><li>Selbständige, strukturierte Arbeitsweise und Teamfähigkeit</li><li>Deutsch fliessend<br><br><br></li></ul><strong>Rahmenbedingungen:<br><br></strong><ul><li>Laufzeit: 01. Juli 2025 – 31. Oktober 2025 (120 Projekttage)</li><li>Pensum: Vollzeit</li><li>Einsatzort: 40% Remote innerhalb der Schweiz, 60% Onsite in St. Gallen oder Zürich (The Circle, Flughafen Zürich)</li></ul>","descriptionText":"Für die Weiterentwicklung und Optimierung unserer Geschäftsprozesse suchen wir eine/n erfahrene/n UiPath RPA Automation Specialist. In dieser Rolle analysieren Sie eigenständig Prozesse, entwickeln und betreiben Automatisierungslösungen mit UiPath und sind zentrale/r Ansprechpartner/in für die technische Umsetzung von RPA-Projekten.Aufgaben:Analyse und Bewertung von Geschäftsprozessen hinsichtlich AutomatisierungspotenzialEntwicklung, Implementierung und Wartung neuer RPA-Robots mit UiPathEigenständige Mitarbeit in Projekten der Raiffeisen-GruppeTeilnahme an CCB-Meetings und Vertretung der IT in fachlichen ThemenPräsentation und Dokumentation der automatisierten Lösungen, inklusive Zeit- und Aufwandsschätzung sowie Darstellung der erzielten EinsparungenOrchestrierung, Verwaltung, Deployment und Monitoring von BotsFehlerbehandlung, Debugging und TestautomatisierungSicherstellung der Einhaltung von IT-Sicherheits- und DatenschutzanforderungenAnforderungen:Fundierte Kenntnisse in der Prozessautomatisierung und Erfahrung in der Analyse und Optimierung von GeschäftsprozessenPraktische Erfahrung mit mindestens einem gängigen RPA-Tool, idealerweise UiPath (alternativ: Automation Anywhere, Blue Prism, Microsoft Power Automate)Kenntnisse in der Orchestrierung und Verwaltung von BotsGrundkenntnisse in Programmiersprachen wie VB.NET, C#, Python oder JavaScriptErfahrung mit regulären Ausdrücken, APIs und Datenbankabfragen (SQL)Kenntnisse im Umgang mit Excel, CSV, XML, JSON sowie in der Datenextraktion (z. B. OCR, Screen Scraping)Erfahrung mit Versionsverwaltung (z. B. Git), Deployment und Monitoring von BotsGrundverständnis von IT-Sicherheit und DatenschutzSelbständige, strukturierte Arbeitsweise und TeamfähigkeitDeutsch fliessendRahmenbedingungen:Laufzeit: 01. Juli 2025 – 31. Oktober 2025 (120 Projekttage)Pensum: VollzeitEinsatzort: 40% Remote innerhalb der Schweiz, 60% Onsite in St. Gallen oder Zürich (The Circle, Flughafen Zürich)","job_description":"Für die Weiterentwicklung und Optimierung unserer Geschäftsprozesse suchen wir eine/n erfahrene/n **UiPath RPA Automation Specialist**. In dieser Rolle analysieren Sie eigenständig Prozesse, entwickeln und betreiben Automatisierungslösungen mit UiPath und sind zentrale/r Ansprechpartner/in für die technische Umsetzung von RPA-Projekten.  \n  \n**Aufgaben:** \n  \n* Analyse und Bewertung von Geschäftsprozessen hinsichtlich Automatisierungspotenzial\n* Entwicklung, Implementierung und Wartung neuer RPA-Robots mit UiPath\n* Eigenständige Mitarbeit in Projekten der Raiffeisen-Gruppe\n* Teilnahme an CCB-Meetings und Vertretung der IT in fachlichen Themen\n* Präsentation und Dokumentation der automatisierten Lösungen, inklusive Zeit- und Aufwandsschätzung sowie Darstellung der erzielten Einsparungen\n* Orchestrierung, Verwaltung, Deployment und Monitoring von Bots\n* Fehlerbehandlung, Debugging und Testautomatisierung\n* Sicherstellung der Einhaltung von IT-Sicherheits- und Datenschutzanforderungen\n**Anforderungen:** \n  \n* Fundierte Kenntnisse in der Prozessautomatisierung und Erfahrung in der Analyse und Optimierung von Geschäftsprozessen\n* Praktische Erfahrung mit mindestens einem gängigen RPA-Tool, idealerweise UiPath (alternativ: Automation Anywhere, Blue Prism, Microsoft Power Automate)\n* Kenntnisse in der Orchestrierung und Verwaltung von Bots\n* Grundkenntnisse in Programmiersprachen wie VB.NET, C#, Python oder JavaScript\n* Erfahrung mit regulären Ausdrücken, APIs und Datenbankabfragen (SQL)\n* Kenntnisse im Umgang mit Excel, CSV, XML, JSON sowie in der Datenextraktion (z. B. OCR, Screen Scraping)\n* Erfahrung mit Versionsverwaltung (z. B. Git), Deployment und Monitoring von Bots\n* Grundverständnis von IT-Sicherheit und Datenschutz\n* Selbständige, strukturierte Arbeitsweise und Teamfähigkeit\n* Deutsch fliessend\n**Rahmenbedingungen:** \n  \n* Laufzeit: 01\\. Juli 2025 – 31\\. Oktober 2025 (120 Projekttage)\n* Pensum: Vollzeit\n* Einsatzort: 40% Remote innerhalb der Schweiz, 60% Onsite in St. Gallen oder Zürich (The Circle, Flughafen Zürich)","companyDescription":"Callista is a Swiss IT company specializing in providing experts and teams for consulting and engineering. With many years of experience in designing and building enterprise platforms and a clear focus on Agentic AI, we are shaping the digital future of our clients. We combine the proximity and quality of a Swiss partner with the scalability of our Nearshore Center and our Managed AI Agents.\n\nWe combine consulting on Data Platforms & Agentic AI with flexible staffing – delivering the right experts to immediately strengthen your team.","companyLinkedinUrl":"https://ch.linkedin.com/company/callista-ch?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":56}},{"json":{"id":"4374503284","link":"https://ch.linkedin.com/jobs/view/d%C3%A9veloppeur-ihm-secteur-industriel-h-f-at-antaes-consulting-4374503284?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=MKLFhTDul%2FDeW7NKPxKFyA%3D%3D&position=4&pageNum=0","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Développeur IHM - Secteur Industriel H/F","salary":"","applyUrl":"","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Fribourg, Fribourg, Switzerland","postedAt":"2026-02-23","industries":"Business Consulting and Services","salaryInfo":[""],"trackingId":"MKLFhTDul/DeW7NKPxKFyA==","companyLogo":"https://media.licdn.com/dms/image/v2/D4D0BAQHEMyVCBPi60Q/company-logo_100_100/B4DZg7XOfxGgAQ-/0/1753342606383/antaes_consulting_logo?e=1773273600&v=beta&t=rynxbY2lUCeYk6elGIAlrUdd1yIlBNB7KVx5NkgbNvA","companyName":"Antaes Consulting","jobFunction":"Manufacturing, Engineering, and Production","jobPosterName":"Samir Kabli","companyAddress":{"type":"PostalAddress","postalCode":"1213","addressRegion":"Genève","streetAddress":"Avenue des Morgines 12","addressCountry":"CH","addressLocality":"PETIT LANCY"},"companyWebsite":"http://www.antaes.ch","employmentType":"Full-time","jobPosterPhoto":"https://media.licdn.com/dms/image/v2/D4E03AQE_4bhbcZzX5Q/profile-displayphoto-scale_100_100/B4EZrKrVj8GoAc-/0/1764336955753?e=1773273600&v=beta&t=Swgp9z08jj31oAUhCtcB0t8zf5ds0T7C5rAhJCpeL9Q","jobPosterTitle":"Recruitment Manager - Horlogerie & Industrie 🔎 chez Antaes Consulting 🏔","seniorityLevel":"Associate","applicantsCount":"25","descriptionHtml":"<p>Créée en 2007, Antaes est une société suisse de conseil en management et technologie classée dans le top 10 des sociétés de conseil en Suisse. Nous comptons plus de 300 ingénieurs expérimentés qui partagent notre passion.</p><p><br></p><p>Présents en Suisse, à Singapour, à Hong-Kong et en France, nous accompagnons nos clients suisses, et internationaux en intervenant dans les domaines suivants :</p><p><br></p><ul><li>Conseil en organisation et transformation</li><li>Ingénierie Industrielle</li><li>Management des systèmes d'Information</li></ul><p><br></p><p>En rejoignant nos équipes vous découvrirez :</p><p><br></p><ul><li>Une équipe dynamique dans un esprit start-up</li><li>Un accompagnement humain et un suivi de l’évolution de votre carrière</li><li>Des challenges pour contribuer au développement de votre réseau</li><li>Des événements : team building, meet-up, workshop, Winter Event …</li><li>Une entreprise certifiée @HappyAtWork et ayant une politique RSE engagée (médaille d’or Ecovadis2023)</li></ul><p><br></p><p><strong><u>Mission :</u></strong></p><p><br></p><p>Nous recrutons en CDI un Développeur IHM - Secteur Industriel H/F pour rejoindre notre pôle d'Expertise Industrielle, dans le cadre d'un projet de grande envergure et de longue durée d'extension des activités industrielles de notre partenaire.</p><p><br></p><p>En tant que Développeur IHM - Secteur Industriel H/F, vos missions seront :</p><p><br></p><ul><li>Concevoir l’architecture réseau des équipements et leur intégration dans l’infrastructure du client ;</li><li>Développer, configurer et mettre en service les applications HMI, les outils de reporting et les systèmes de collecte de données pour les machines d’assemblage ;</li><li>Intervenir sur l’ensemble du cycle projet : étude, développement, mise en service, tests et rédaction de la documentation ;</li><li>Organiser, planifier et assurer le suivi des projets en coordination avec l’équipe et le chef de projet ;</li><li>Fournir un support technique et effectuer des interventions sur site chez les clients ;</li><li>Contribuer aux projets d’innovation en R&amp;D, notamment en data analysis et machine learning.</li></ul><p><br></p><p><strong><u>Profil :</u></strong></p><p><br></p><ul><li>Diplômé d’un Bachelor ou d’un Master en automatisme ou en informatique industrielle ;</li><li>Expérience de 3 à 5 ans minimum en tant qu’ingénieur ;</li><li>Programmation en C#, Python ou technologies Web ;</li><li>Conception d’architectures réseau et serveurs ;</li><li>Gestion et exploitation de bases de données ;</li><li>Analyse de données et applications en machine learning.</li></ul><p><br></p><p><br></p><p><br></p><p><em>Nous aimerions remercier tous les candidats de leur intérêt pour notre organisation. Cependant, nous communiquerons seulement avec les candidats retenus.</em></p><p><em>La forme masculine désigne, lorsqu’il y a lieu, aussi bien les femmes que les hommes, l’emploi du masculin a pour but de faciliter la lecture du texte.</em></p>","descriptionText":"Créée en 2007, Antaes est une société suisse de conseil en management et technologie classée dans le top 10 des sociétés de conseil en Suisse. Nous comptons plus de 300 ingénieurs expérimentés qui partagent notre passion.Présents en Suisse, à Singapour, à Hong-Kong et en France, nous accompagnons nos clients suisses, et internationaux en intervenant dans les domaines suivants :Conseil en organisation et transformationIngénierie IndustrielleManagement des systèmes d'InformationEn rejoignant nos équipes vous découvrirez :Une équipe dynamique dans un esprit start-upUn accompagnement humain et un suivi de l’évolution de votre carrièreDes challenges pour contribuer au développement de votre réseauDes événements : team building, meet-up, workshop, Winter Event …Une entreprise certifiée @HappyAtWork et ayant une politique RSE engagée (médaille d’or Ecovadis2023)Mission :Nous recrutons en CDI un Développeur IHM - Secteur Industriel H/F pour rejoindre notre pôle d'Expertise Industrielle, dans le cadre d'un projet de grande envergure et de longue durée d'extension des activités industrielles de notre partenaire.En tant que Développeur IHM - Secteur Industriel H/F, vos missions seront :Concevoir l’architecture réseau des équipements et leur intégration dans l’infrastructure du client ;Développer, configurer et mettre en service les applications HMI, les outils de reporting et les systèmes de collecte de données pour les machines d’assemblage ;Intervenir sur l’ensemble du cycle projet : étude, développement, mise en service, tests et rédaction de la documentation ;Organiser, planifier et assurer le suivi des projets en coordination avec l’équipe et le chef de projet ;Fournir un support technique et effectuer des interventions sur site chez les clients ;Contribuer aux projets d’innovation en R&amp;D, notamment en data analysis et machine learning.Profil :Diplômé d’un Bachelor ou d’un Master en automatisme ou en informatique industrielle ;Expérience de 3 à 5 ans minimum en tant qu’ingénieur ;Programmation en C#, Python ou technologies Web ;Conception d’architectures réseau et serveurs ;Gestion et exploitation de bases de données ;Analyse de données et applications en machine learning.Nous aimerions remercier tous les candidats de leur intérêt pour notre organisation. Cependant, nous communiquerons seulement avec les candidats retenus.La forme masculine désigne, lorsqu’il y a lieu, aussi bien les femmes que les hommes, l’emploi du masculin a pour but de faciliter la lecture du texte.","job_description":"Créée en 2007, Antaes est une société suisse de conseil en management et technologie classée dans le top 10 des sociétés de conseil en Suisse. Nous comptons plus de 300 ingénieurs expérimentés qui partagent notre passion.\n\n  \nPrésents en Suisse, à Singapour, à Hong-Kong et en France, nous accompagnons nos clients suisses, et internationaux en intervenant dans les domaines suivants :\n\n  \n* Conseil en organisation et transformation\n* Ingénierie Industrielle\n* Management des systèmes d'Information\n\n  \nEn rejoignant nos équipes vous découvrirez :\n\n  \n* Une équipe dynamique dans un esprit start-up\n* Un accompagnement humain et un suivi de l’évolution de votre carrière\n* Des challenges pour contribuer au développement de votre réseau\n* Des événements : team building, meet-up, workshop, Winter Event …\n* Une entreprise certifiée @HappyAtWork et ayant une politique RSE engagée (médaille d’or Ecovadis2023)\n\n  \n**Mission :**\n\n  \nNous recrutons en CDI un Développeur IHM - Secteur Industriel H/F pour rejoindre notre pôle d'Expertise Industrielle, dans le cadre d'un projet de grande envergure et de longue durée d'extension des activités industrielles de notre partenaire.\n\n  \nEn tant que Développeur IHM - Secteur Industriel H/F, vos missions seront :\n\n  \n* Concevoir l’architecture réseau des équipements et leur intégration dans l’infrastructure du client ;\n* Développer, configurer et mettre en service les applications HMI, les outils de reporting et les systèmes de collecte de données pour les machines d’assemblage ;\n* Intervenir sur l’ensemble du cycle projet : étude, développement, mise en service, tests et rédaction de la documentation ;\n* Organiser, planifier et assurer le suivi des projets en coordination avec l’équipe et le chef de projet ;\n* Fournir un support technique et effectuer des interventions sur site chez les clients ;\n* Contribuer aux projets d’innovation en R&D, notamment en data analysis et machine learning.\n\n  \n**Profil :**\n\n  \n* Diplômé d’un Bachelor ou d’un Master en automatisme ou en informatique industrielle ;\n* Expérience de 3 à 5 ans minimum en tant qu’ingénieur ;\n* Programmation en C#, Python ou technologies Web ;\n* Conception d’architectures réseau et serveurs ;\n* Gestion et exploitation de bases de données ;\n* Analyse de données et applications en machine learning.\n  \n  \n_Nous aimerions remercier tous les candidats de leur intérêt pour notre organisation. Cependant, nous communiquerons seulement avec les candidats retenus._\n\n_La forme masculine désigne, lorsqu’il y a lieu, aussi bien les femmes que les hommes, l’emploi du masculin a pour but de faciliter la lecture du texte._","companyDescription":"Founded in 2007, Antaes is a Swiss management and technology consulting company ranked in the top 10 consulting firms in Switzerland. We have over 300 experienced engineers who share our passion. \n\nWith offices in Switzerland, Singapore, Hong Kong and France, we support our Swiss and international clients in the following areas :\n\n- Organisation and transformation consulting \n- Industrial Engineering \n- Information Systems Management\n\nWe place people at the heart of our strategy. We want to develop trust with our teams of consultants and our partners. The people who join our network share our values: Respect, Commitment, Mutual Aid, Performance.\n\nSince 2017, we are committed to a \"sustainable environment\" approach RSE-Ecovadis and ISO9001. We are also certified as a Happy@work company.\n\nDo not hesitate to contact us: info@antaes.ch\n","companyLinkedinUrl":"https://ch.linkedin.com/company/antaes-consulting?trk=public_jobs_jserp-result_job-search-card-subtitle","jobPosterProfileUrl":"https://ch.linkedin.com/in/samir-kabli-human-resources-business-partner-horlogerie-industrie","companyEmployeesCount":251}},{"json":{"id":"4281495510","link":"https://ch.linkedin.com/jobs/view/abacus-berater-finanzen-a-in-bern-at-axept-business-software-ag-4281495510?refId=jUENu6rPotvUkYbHWY%2B9Fw%3D%3D&trackingId=MRppDBhQZJnk9P12iDVbtQ%3D%3D&position=2&pageNum=0","refId":"jUENu6rPotvUkYbHWY+9Fw==","title":"Abacus Berater Finanzen (a) in Bern","salary":"","applyUrl":"","benefits":[],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Bern, Berne, Switzerland","postedAt":"2026-02-23","industries":"Software Development","salaryInfo":[""],"trackingId":"MRppDBhQZJnk9P12iDVbtQ==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQGyBVlHdGbZUA/company-logo_100_100/company-logo_100_100/0/1730468865080/axept_ag_logo?e=1773273600&v=beta&t=5y55mUkpJvyhHg-JB_Axl_BAsyh-l6TLBOLF6G5wxmw","companyName":"Axept Business Software AG","jobFunction":"Consulting, Information Technology, and Sales","companySlogan":"DIGITAL INNOVATION AT HIGH LEVEL","companyAddress":{"type":"PostalAddress","postalCode":"8310","addressRegion":"ZH","streetAddress":"Kemptpark 12","addressCountry":"CH","addressLocality":"Kemptthal"},"companyWebsite":"https://axept.ch/","employmentType":"Full-time","seniorityLevel":"Associate","applicantsCount":"54","descriptionHtml":"<strong>Pensum:</strong> 80 – 100%<br><br><strong>Antritt:</strong> per sofort oder nach Vereinbarung<br><br>Findest du Software und neue Technologien spannend? Kennst du dich schon etwas aus mit den Abläufen in einem KMU oder einem grösseren Unternehmen? Fasziniert dich die Digitalisierung und die sich daraus ergebenden Chancen für die Optimierung von Prozessen im Bereich Finanz- und Rechnungswesen? Kannst du dir vorstellen, Schweizer KMU bei der Einführung von cleveren Softwarelösungen zu unterstützen? Dann sollten wir uns unbedingt kennenlernen. Bei uns brummt der Laden und wir suchen neue Kolleginnen und Kollegen, die Lust haben, beruflich etwas Neues anzupacken.<br><br><strong>DEINE ZUKÜNFTIGEN AUFGABEN<br><br></strong><ul><li>Du unterstützt Schweizer KMUs bei der Einführung und Anpassung der Abacus-Software speziell im Bereich Finanz- und Rechnungswesen.</li><li>Nach einer sorgfältigen und persönlichen Einführung übernimmst du die Verantwortung für «dein» Projekt oder Kundenmandat. Dabei kannst du auf die kollegiale Unterstützung deiner Kolleginnen und Kollegen zählen.</li><li>Zusammen mit den Kunden analysierst du deren Prozesse beispielsweise im Bereich der Finanzbuchhaltung, nimmst die Bedürfnisse auf und dokumentierst sie.</li><li>Anschliessend parametrierst und führst du die massgeschneiderte Software-Lösung beim Kunden ein.</li><li>Natürlich wirst du bei uns auch Workshops sowie Anwenderschulungen für deine Kunden organisieren und durchführen.<br><br></li></ul><strong>DEINE SKILLS UND STÄRKEN:<br><br></strong><ul><li>Du musst noch kein Software-Profi sein, aber ein grosses Interesse an IT und Digitalisierungsthemen ist ebenso wichtig wie die Faszination für das Finanz- und Rechnungswesen.</li><li>Zusammenhänge begreifst du schnell, du lernst gerne Neues dazu und dich packt der Ehrgeiz, wenn es darum geht, das Business deiner Kunden zu verstehen und ihnen gute Lösungen aufzuzeigen.</li><li>Was wir uns in deinem Bildungsrucksack vorstellen? Gar nicht so einfach, viele Wege führen zu uns. Erfolgversprechend sind sicher eine kaufmännische Ausbildung ergänzt mit einer betriebswirtschaftlichen Weiterbildung auf Stufe FH/HF oder ein eidg. Fachausweis. Um unsere Kunden optimal auf Augenhöhe zu begleiten, bringst du bereits Berufserfahrung im Bereich Finanz- und Rechnungswesen mit.</li><li>Wenn du mit Abacus oder anderen ERP-Systemen schon einmal in Berührung gekommen bist, umso besser. Vielleicht als Anwender in der Buchhaltung. Ist aber nicht Bedingung.</li><li>Deine Kolleginnen und Kollegen freuen sich auf Verstärkung von einer unkomplizierten Person, die gerne lacht, auch über sich selber.<br><br></li></ul>Wir hätten noch viel mehr zu erzählen. Was deinen Job bei uns sonst noch spannend macht zum Beispiel. Wer wir sind und wie wir so ticken. Deshalb zögere nicht und macht dir dein eigenes Bild.<br><br><strong>Schon Feuer gefangen?</strong> Du willst lieber schon heute als morgen loslegen? Dann her mit deinem CV oder dem Link auf dein LinkedIn-Profil. Das Motivationsschreiben kannst du dir sparen, wir sind auch da völlig unkompliziert. jobs@axept.ch<br><br><strong>Und das (a) im Stellentitel?</strong> Es ist unser Statement für Vielfalt. Wir stehen auf durchmischte Teams. Alter, Herkunft, Hautfarbe oder Geschlecht sind uns egal. Bei uns sind <strong>(a)</strong>lle willkommen, die uns mit ihrem Talent weiterbringen.","descriptionText":"Pensum: 80 – 100%Antritt: per sofort oder nach VereinbarungFindest du Software und neue Technologien spannend? Kennst du dich schon etwas aus mit den Abläufen in einem KMU oder einem grösseren Unternehmen? Fasziniert dich die Digitalisierung und die sich daraus ergebenden Chancen für die Optimierung von Prozessen im Bereich Finanz- und Rechnungswesen? Kannst du dir vorstellen, Schweizer KMU bei der Einführung von cleveren Softwarelösungen zu unterstützen? Dann sollten wir uns unbedingt kennenlernen. Bei uns brummt der Laden und wir suchen neue Kolleginnen und Kollegen, die Lust haben, beruflich etwas Neues anzupacken.DEINE ZUKÜNFTIGEN AUFGABENDu unterstützt Schweizer KMUs bei der Einführung und Anpassung der Abacus-Software speziell im Bereich Finanz- und Rechnungswesen.Nach einer sorgfältigen und persönlichen Einführung übernimmst du die Verantwortung für «dein» Projekt oder Kundenmandat. Dabei kannst du auf die kollegiale Unterstützung deiner Kolleginnen und Kollegen zählen.Zusammen mit den Kunden analysierst du deren Prozesse beispielsweise im Bereich der Finanzbuchhaltung, nimmst die Bedürfnisse auf und dokumentierst sie.Anschliessend parametrierst und führst du die massgeschneiderte Software-Lösung beim Kunden ein.Natürlich wirst du bei uns auch Workshops sowie Anwenderschulungen für deine Kunden organisieren und durchführen.DEINE SKILLS UND STÄRKEN:Du musst noch kein Software-Profi sein, aber ein grosses Interesse an IT und Digitalisierungsthemen ist ebenso wichtig wie die Faszination für das Finanz- und Rechnungswesen.Zusammenhänge begreifst du schnell, du lernst gerne Neues dazu und dich packt der Ehrgeiz, wenn es darum geht, das Business deiner Kunden zu verstehen und ihnen gute Lösungen aufzuzeigen.Was wir uns in deinem Bildungsrucksack vorstellen? Gar nicht so einfach, viele Wege führen zu uns. Erfolgversprechend sind sicher eine kaufmännische Ausbildung ergänzt mit einer betriebswirtschaftlichen Weiterbildung auf Stufe FH/HF oder ein eidg. Fachausweis. Um unsere Kunden optimal auf Augenhöhe zu begleiten, bringst du bereits Berufserfahrung im Bereich Finanz- und Rechnungswesen mit.Wenn du mit Abacus oder anderen ERP-Systemen schon einmal in Berührung gekommen bist, umso besser. Vielleicht als Anwender in der Buchhaltung. Ist aber nicht Bedingung.Deine Kolleginnen und Kollegen freuen sich auf Verstärkung von einer unkomplizierten Person, die gerne lacht, auch über sich selber.Wir hätten noch viel mehr zu erzählen. Was deinen Job bei uns sonst noch spannend macht zum Beispiel. Wer wir sind und wie wir so ticken. Deshalb zögere nicht und macht dir dein eigenes Bild.Schon Feuer gefangen? Du willst lieber schon heute als morgen loslegen? Dann her mit deinem CV oder dem Link auf dein LinkedIn-Profil. Das Motivationsschreiben kannst du dir sparen, wir sind auch da völlig unkompliziert. jobs@axept.chUnd das (a) im Stellentitel? Es ist unser Statement für Vielfalt. Wir stehen auf durchmischte Teams. Alter, Herkunft, Hautfarbe oder Geschlecht sind uns egal. Bei uns sind (a)lle willkommen, die uns mit ihrem Talent weiterbringen.","job_description":"**Pensum:** 80 – 100%  \n  \n**Antritt:** per sofort oder nach Vereinbarung  \n  \nFindest du Software und neue Technologien spannend? Kennst du dich schon etwas aus mit den Abläufen in einem KMU oder einem grösseren Unternehmen? Fasziniert dich die Digitalisierung und die sich daraus ergebenden Chancen für die Optimierung von Prozessen im Bereich Finanz- und Rechnungswesen? Kannst du dir vorstellen, Schweizer KMU bei der Einführung von cleveren Softwarelösungen zu unterstützen? Dann sollten wir uns unbedingt kennenlernen. Bei uns brummt der Laden und wir suchen neue Kolleginnen und Kollegen, die Lust haben, beruflich etwas Neues anzupacken.  \n  \n**DEINE ZUKÜNFTIGEN AUFGABEN** \n  \n* Du unterstützt Schweizer KMUs bei der Einführung und Anpassung der Abacus-Software speziell im Bereich Finanz- und Rechnungswesen.\n* Nach einer sorgfältigen und persönlichen Einführung übernimmst du die Verantwortung für «dein» Projekt oder Kundenmandat. Dabei kannst du auf die kollegiale Unterstützung deiner Kolleginnen und Kollegen zählen.\n* Zusammen mit den Kunden analysierst du deren Prozesse beispielsweise im Bereich der Finanzbuchhaltung, nimmst die Bedürfnisse auf und dokumentierst sie.\n* Anschliessend parametrierst und führst du die massgeschneiderte Software-Lösung beim Kunden ein.\n* Natürlich wirst du bei uns auch Workshops sowie Anwenderschulungen für deine Kunden organisieren und durchführen.\n**DEINE SKILLS UND STÄRKEN:** \n  \n* Du musst noch kein Software-Profi sein, aber ein grosses Interesse an IT und Digitalisierungsthemen ist ebenso wichtig wie die Faszination für das Finanz- und Rechnungswesen.\n* Zusammenhänge begreifst du schnell, du lernst gerne Neues dazu und dich packt der Ehrgeiz, wenn es darum geht, das Business deiner Kunden zu verstehen und ihnen gute Lösungen aufzuzeigen.\n* Was wir uns in deinem Bildungsrucksack vorstellen? Gar nicht so einfach, viele Wege führen zu uns. Erfolgversprechend sind sicher eine kaufmännische Ausbildung ergänzt mit einer betriebswirtschaftlichen Weiterbildung auf Stufe FH/HF oder ein eidg. Fachausweis. Um unsere Kunden optimal auf Augenhöhe zu begleiten, bringst du bereits Berufserfahrung im Bereich Finanz- und Rechnungswesen mit.\n* Wenn du mit Abacus oder anderen ERP-Systemen schon einmal in Berührung gekommen bist, umso besser. Vielleicht als Anwender in der Buchhaltung. Ist aber nicht Bedingung.\n* Deine Kolleginnen und Kollegen freuen sich auf Verstärkung von einer unkomplizierten Person, die gerne lacht, auch über sich selber.\nWir hätten noch viel mehr zu erzählen. Was deinen Job bei uns sonst noch spannend macht zum Beispiel. Wer wir sind und wie wir so ticken. Deshalb zögere nicht und macht dir dein eigenes Bild.  \n  \n**Schon Feuer gefangen?** Du willst lieber schon heute als morgen loslegen? Dann her mit deinem CV oder dem Link auf dein LinkedIn-Profil. Das Motivationsschreiben kannst du dir sparen, wir sind auch da völlig unkompliziert. jobs@axept.ch  \n  \n**Und das (a) im Stellentitel?** Es ist unser Statement für Vielfalt. Wir stehen auf durchmischte Teams. Alter, Herkunft, Hautfarbe oder Geschlecht sind uns egal. Bei uns sind **(a)**lle willkommen, die uns mit ihrem Talent weiterbringen.","companyDescription":"DIGITAL INNOVATION AT HIGH LEVEL\n\nAls innovatives Schweizer Software-Unternehmen realisieren wir betriebswirtschaftliche Software-Lösungen mit Abacus Business Software und der Business Intelligence-Software Qlik für namhafte Schweizer Unternehmen.\n\nDie Axept Business Software AG wurde 2006 als privates Unternehmen gegründet und verfügt heute über Geschäftsstellen in Bern-Schönbühl, [Your City]-Pratteln, Zürich-Effretikon und St.Gallen mit über 100 Mitarbeitenden.\n\nUnsere Kompetenzen liegen auf den Gebieten Konzeption, Implementierung und Einführung sowie Betreuung und Weiterentwicklung von betriebswirtschaftlichen Lösungen mit Business Software – von der Beratung bis zur Umsetzung auf hohem Niveau.\n\nSo erreichen Sie uns:\n+41 58 871 94 11\nkontakt@axept.ch","companyLinkedinUrl":"https://ch.linkedin.com/company/axept-ag?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":196}},{"json":{"id":"4321119646","link":"https://ch.linkedin.com/jobs/view/projektingenieur-f%C3%BCr-automatisierung-steuerungssysteme-a-at-rittmeyer-group-4321119646?refId=IjGVQAZE%2FLZc87BPoUBNZw%3D%3D&trackingId=XwAqF2nCkcLnTpZ8%2BA5GLA%3D%3D&position=1&pageNum=0","refId":"IjGVQAZE/LZc87BPoUBNZw==","title":"Projektingenieur für Automatisierung & Steuerungssysteme (a)","salary":"","applyUrl":"https://brugg.onlyfy.jobs/application/apply/04ulzl58bibk5m9czgo2njqehnpi56?brugg.onlyfy.io%2Fjob%2Flist%2Fxh83tvlsn5ox3p8ss8nrr97d8n4uqor%3Fformat=xml&max_results=2","benefits":[],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Baar, Zug, Switzerland","postedAt":"2026-02-23","industries":"Measuring and Control Instrument Manufacturing","salaryInfo":[""],"trackingId":"XwAqF2nCkcLnTpZ8+A5GLA==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQGSl2kLSHrjdA/company-logo_100_100/company-logo_100_100/0/1686803158941/rittmeyer_group_logo?e=1773273600&v=beta&t=yfAxBFE4FavKC5S2Ci6364f0w8GWh5VhjBP5sAh5sc0","companyName":"Rittmeyer Group","jobFunction":"Engineering","companySlogan":"rethink. automate. innovate. ","companyAddress":{"type":"PostalAddress","postalCode":"CH-6341","addressRegion":"ZG","streetAddress":"Inwilerriedstrasse 57","addressCountry":"CH","addressLocality":"Baar"},"companyWebsite":"http://www.rittmeyer.com","employmentType":"Part-time","seniorityLevel":"Entry level","applicantsCount":"34","descriptionHtml":"<p>Leitsysteme, Steuerungen und Messtechnik von Rittmeyer sind die Basis für innovative Lösungen in Energie- und Wasserversorgungen, Wasserkraftwerken und Entsorgungsanlagen weltweit. Rittmeyer ist als Engineerings- und Dienstleistungsunternehmen mit höchstem Qualitätsanspruch auf Software- und Systemintegration für schlüsselfertige Anlagen im Infrastrukturbereich spezialisiert.</p><p><br></p><p>Zur Verstärkung unseres Teams, im Bereich <strong>Wasser- und Energieversorgung</strong>, suchen wir einen erfahrenen, selbständig arbeitenden und motivierten</p><p><br></p><p><strong>Projektingenieur für Automatisierung &amp; Steuerungssysteme (a) 80-100%</strong></p><p>Baar, Schweiz</p><p><br></p><p><strong>Dein Aufgabengebiet</strong></p><ul><li>Erstellen der anlagespezifischen Applikationssoftware für die Automatisierungsstationen RIFLEX (SPS) sowie des Rittmeyer eigenen Leitsystems RITOP für die Versorgungsbereiche Wasser, Gas und Strom</li><li>Unterstützen des Verkaufs und der Projektleitung bei der Ausarbeitung von Leittechnik und Netzwerkkonzepten</li><li>Umfangreiches Testen der Netzwerke und der Anlagensoftware auf ihre Funktionalität in der Schlusskontrolle</li><li>Mitarbeit bei der Inbetriebsetzung der Anlagen per Remote oder vor Ort bei unseren Kunden in der Schweiz</li></ul><p><br></p><p><strong>Was du mitbringst</strong></p><ul><li>Abgeschlossenes elektrotechnisches Studium oder gleichwertige Ausbildung</li><li>Du bringst nicht nur technisches Know-how mit, sondern auch mehrjährige Praxiserfahrung in der Umsetzung von EMSRL-Projekten und möchtest deine Expertise aktiv in ein engagiertes Team einbringen.</li><li>Deine Zuverlässigkeit und Eigeninitiative, dein Qualitätsbewusstsein, deine Teamfähigkeit und Kundenorientierung zeichnen dich aus</li><li>Prozesskenntnisse der Versorgungsbranchen Wasser, Gas und Strom sind ein zusätzlicher Vorteil</li><li>Sehr gute Deutschkenntnisse, Französisch oder Italienischkenntnisse sind von Vorteil</li></ul><p><br></p><p>Dossiers von Personalvermittlern werden nicht berücksichtigt.</p><p><br></p><p><strong>Was wir dir bieten</strong></p><p>Eine sehr selbständige Tätigkeit in einem zukunftsorientierten und umweltbewussten Unternehmen mit einer motivierenden und kollegialen Arbeitskultur. Flache Hierarchien sowie kurze Entscheidungswege bringen uns schnell und effizient an unsere gemeinsam erarbeiteten Ziele. Attraktive Anstellungsbedingungen in einer gut positionierten Firma in einem zukunftsorientierten Marktumfeld. </p><p><br></p><p><strong>Interessiert?</strong></p><p>Wir freuen uns auf deine Bewerbung!</p><p><br></p><p><strong>Dein Kontakt</strong></p><p>HR Team</p><p>hr@rittmeyer.com</p>","descriptionText":"Leitsysteme, Steuerungen und Messtechnik von Rittmeyer sind die Basis für innovative Lösungen in Energie- und Wasserversorgungen, Wasserkraftwerken und Entsorgungsanlagen weltweit. Rittmeyer ist als Engineerings- und Dienstleistungsunternehmen mit höchstem Qualitätsanspruch auf Software- und Systemintegration für schlüsselfertige Anlagen im Infrastrukturbereich spezialisiert.Zur Verstärkung unseres Teams, im Bereich Wasser- und Energieversorgung, suchen wir einen erfahrenen, selbständig arbeitenden und motiviertenProjektingenieur für Automatisierung &amp; Steuerungssysteme (a) 80-100%Baar, SchweizDein AufgabengebietErstellen der anlagespezifischen Applikationssoftware für die Automatisierungsstationen RIFLEX (SPS) sowie des Rittmeyer eigenen Leitsystems RITOP für die Versorgungsbereiche Wasser, Gas und StromUnterstützen des Verkaufs und der Projektleitung bei der Ausarbeitung von Leittechnik und NetzwerkkonzeptenUmfangreiches Testen der Netzwerke und der Anlagensoftware auf ihre Funktionalität in der SchlusskontrolleMitarbeit bei der Inbetriebsetzung der Anlagen per Remote oder vor Ort bei unseren Kunden in der SchweizWas du mitbringstAbgeschlossenes elektrotechnisches Studium oder gleichwertige AusbildungDu bringst nicht nur technisches Know-how mit, sondern auch mehrjährige Praxiserfahrung in der Umsetzung von EMSRL-Projekten und möchtest deine Expertise aktiv in ein engagiertes Team einbringen.Deine Zuverlässigkeit und Eigeninitiative, dein Qualitätsbewusstsein, deine Teamfähigkeit und Kundenorientierung zeichnen dich ausProzesskenntnisse der Versorgungsbranchen Wasser, Gas und Strom sind ein zusätzlicher VorteilSehr gute Deutschkenntnisse, Französisch oder Italienischkenntnisse sind von VorteilDossiers von Personalvermittlern werden nicht berücksichtigt.Was wir dir bietenEine sehr selbständige Tätigkeit in einem zukunftsorientierten und umweltbewussten Unternehmen mit einer motivierenden und kollegialen Arbeitskultur. Flache Hierarchien sowie kurze Entscheidungswege bringen uns schnell und effizient an unsere gemeinsam erarbeiteten Ziele. Attraktive Anstellungsbedingungen in einer gut positionierten Firma in einem zukunftsorientierten Marktumfeld. Interessiert?Wir freuen uns auf deine Bewerbung!Dein KontaktHR Teamhr@rittmeyer.com","job_description":"Leitsysteme, Steuerungen und Messtechnik von Rittmeyer sind die Basis für innovative Lösungen in Energie- und Wasserversorgungen, Wasserkraftwerken und Entsorgungsanlagen weltweit. Rittmeyer ist als Engineerings- und Dienstleistungsunternehmen mit höchstem Qualitätsanspruch auf Software- und Systemintegration für schlüsselfertige Anlagen im Infrastrukturbereich spezialisiert.\n\n  \nZur Verstärkung unseres Teams, im Bereich **Wasser- und Energieversorgung**, suchen wir einen erfahrenen, selbständig arbeitenden und motivierten\n\n  \n**Projektingenieur für Automatisierung & Steuerungssysteme (a) 80-100%**\n\nBaar, Schweiz\n\n  \n**Dein Aufgabengebiet**\n\n* Erstellen der anlagespezifischen Applikationssoftware für die Automatisierungsstationen RIFLEX (SPS) sowie des Rittmeyer eigenen Leitsystems RITOP für die Versorgungsbereiche Wasser, Gas und Strom\n* Unterstützen des Verkaufs und der Projektleitung bei der Ausarbeitung von Leittechnik und Netzwerkkonzepten\n* Umfangreiches Testen der Netzwerke und der Anlagensoftware auf ihre Funktionalität in der Schlusskontrolle\n* Mitarbeit bei der Inbetriebsetzung der Anlagen per Remote oder vor Ort bei unseren Kunden in der Schweiz\n\n  \n**Was du mitbringst**\n\n* Abgeschlossenes elektrotechnisches Studium oder gleichwertige Ausbildung\n* Du bringst nicht nur technisches Know-how mit, sondern auch mehrjährige Praxiserfahrung in der Umsetzung von EMSRL-Projekten und möchtest deine Expertise aktiv in ein engagiertes Team einbringen.\n* Deine Zuverlässigkeit und Eigeninitiative, dein Qualitätsbewusstsein, deine Teamfähigkeit und Kundenorientierung zeichnen dich aus\n* Prozesskenntnisse der Versorgungsbranchen Wasser, Gas und Strom sind ein zusätzlicher Vorteil\n* Sehr gute Deutschkenntnisse, Französisch oder Italienischkenntnisse sind von Vorteil\n\n  \nDossiers von Personalvermittlern werden nicht berücksichtigt.\n\n  \n**Was wir dir bieten**\n\nEine sehr selbständige Tätigkeit in einem zukunftsorientierten und umweltbewussten Unternehmen mit einer motivierenden und kollegialen Arbeitskultur. Flache Hierarchien sowie kurze Entscheidungswege bringen uns schnell und effizient an unsere gemeinsam erarbeiteten Ziele. Attraktive Anstellungsbedingungen in einer gut positionierten Firma in einem zukunftsorientierten Marktumfeld. \n\n  \n**Interessiert?**\n\nWir freuen uns auf deine Bewerbung!\n\n  \n**Dein Kontakt**\n\nHR Team\n\nhr@rittmeyer.com","companyDescription":"𝐓𝐡𝐞 𝐑𝐢𝐭𝐭𝐦𝐞𝐲𝐞𝐫 𝐆𝐫𝐨𝐮𝐩\nrethink. automate. innovate. \n\nThe Rittmeyer Group is a Swiss-based smart utility infrastructure and services company. We deliver innovative metering, automation and data solutions to maximize digital benefits for our customers in water and energy management. \n\nWe are an experienced and leading provider of solutions and services for both water networks – safe water supply, irrigation, urban drainage, wastewater treatment – and energy networks – hydro-electric power, gas and district heating. We serve commercial & industrial, and public-sector customers worldwide. \n\nDrawing on our extensive technology and application expertise, we are passionate about helping our customers managing their valuable water and energy resources better in the wake of climate change.\n\nRittmeyer is a Division of the BRUGG Group and part of the Group’s program focusing on energy transition, sustainability and security.\n\n𝐖𝐡𝐨 𝐰𝐞 𝐚𝐫𝐞\nAs part of the BRUGG Group, we are a utility infrastructure and services specialist, offering innovative metering and automation solutions and data provider services. \n\n𝐖𝐡𝐚𝐭 𝐰𝐞 𝐝𝐨\nWe provide solutions and services for water networks as well as for energy networks and serve commercial & industrial, and public-sector customers worldwide.\n\n𝐎𝐮𝐫 𝐬𝐨𝐥𝐮𝐭𝐢𝐨𝐧𝐬\nOur solutions and services help our customers to reliably and efficiently assume their responsibility in providing water and energy in the wake of climate change and energy transition.","companyLinkedinUrl":"https://ch.linkedin.com/company/rittmeyer-group?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":278}}],"Schedule Trigger":[{"json":{"Hour":"17","Year":"2026","Month":"February","Minute":"00","Second":"00","Timezone":"Europe/Berlin (UTC+01:00)","timestamp":"2026-02-23T17:00:00.013+01:00","Day of week":"Monday","Day of month":"23","Readable date":"February 23rd 2026, 5:00:00 pm","Readable time":"5:00:00 pm"}}],"Remove Big Recruiters":[{"json":{"id":"4374284501","link":"https://ch.linkedin.com/jobs/view/EXAMPLE_JOB_ID374284501?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=THSk8WkVd2Z0vQ%2Fb3d0HEQ%3D%3D&position=15&pageNum=0","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"(Senior) C++ Engineer (f/m/d) for Control","salary":"","applyUrl":"https://hexagon-robotics.onlyfy.jobs/job/98z2inl3yotoptr18y0fjh5lust1xp","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Zurich, Switzerland","postedAt":"2026-02-23","industries":"Machinery Manufacturing","salaryInfo":[""],"trackingId":"THSk8WkVd2Z0vQ/b3d0HEQ==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQESWwPef2karw/company-logo_100_100/B4EZd0GCR_GcAQ-/0/1749999429006/hexagon_ab_logo?e=1773273600&v=beta&t=O6D3iR2dN6PXNOHNuzVTiDL9iutuie3ZJdQHMKOFkYc","companyName":"Hexagon AB","jobFunction":"Engineering","companyAddress":{"type":"PostalAddress","postalCode":"SE-103 59","streetAddress":"Lilla Bantorget 15","addressCountry":"SE","addressLocality":"Stockholm"},"companyWebsite":"https://hexagon.com","employmentType":"Full-time","seniorityLevel":"Associate","applicantsCount":"25","descriptionHtml":"<p><strong>(Senior) C++ Engineer (f/m/d) for Control</strong></p><p><strong>100% Zürich</strong></p><p><br></p><p><strong><br>Hexagon Robotic</strong>s is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers</p><p><br></p><p>.<br>We are looking for <strong>a C++ Enginee</strong>r with a background in Control to design and develop robust software for Aeon, Hexagon’s humanoid robo</p><p><br></p><p><strong>t.<br>Your Miss</strong></p><ul><li>ionDesign, develop, test and maintain reliable software for the motion control of Aeon, providing real-time control and minimal laten</li><li>cy.Design, develop, test and maintain the infrastructure for training and evaluating locomotion, manipulation and whole-body controlle</li><li>rs.Work in a multicultural and interdisciplinary environment developing a novel robot from prototype to serial product</li><li>ionBeing part of an R&amp;D division with startup spirit in a globally active company: we work in an iterative fashion to solve complex real-world problems at the frontier of robot</li></ul><p><br></p><p><strong>ics<br>Your Skil</strong></p><p><strong>lsetMust h</strong></p><ul><li>ave:Strong fundamentals in Modern</li><li> C++Working knowledge of CMake and Py</li><li>thonPassion for developing robust, elegant and tested software to solve complex prob</li><li>lemsPragmatic and hands-on: have an idea and bring it all the way to produc</li><li>tionMotivated to learn new systems and be at the cutting edge of industrial robo</li></ul><p><strong>ticsExperience with any of the following is an advant</strong></p><ul><li>age:Developing and maintaining a complex codebase with high reliability requirem</li><li>entsSoft or hard realtime sys</li><li>temsTesting with Catch2 or g</li><li>testMath &amp; optimization libraries: Eigen, BLAS, LAPACK, Ceres, OSQP, </li><li>etc.Machine learning libraries and tools: PyTorch, JAX, Tensorflow, ONNX, MLflow, </li><li>etc.3D spatial algebra(poses, transforms, velocities), e.g. in game engines, simulators, robo</li><li>ticsROS2 basics: record, replay, subscribe, publish, visua</li></ul><p><br></p><p><strong>lise<br>What You’l</strong></p><ul><li>l GetFlexible working hours and a hybrid model for real work-life ba</li><li>lanceGenerous vacation: 25–30 days depending o</li><li>n ageCHF 500 mobility credit for sustainable comm</li><li>utingBonus system &amp; strong pension contribu</li><li>tionsTailored training &amp; development opportun</li><li>itiesRelocation support for a smooth </li><li>startDiscounts on health, mobility &amp; entertai</li><li>nmentTeam events and a flat hierarchy where your voice c</li><li>ountsA warm, international culture built on respect and collabor</li></ul><p><br></p><p><strong>ation<br>Great robots need great p</strong></p><p><br></p>eople.","descriptionText":"(Senior) C++ Engineer (f/m/d) for Control100% ZürichHexagon Robotics is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers.We are looking for a C++ Engineer with a background in Control to design and develop robust software for Aeon, Hexagon’s humanoid robot.Your MissionDesign, develop, test and maintain reliable software for the motion control of Aeon, providing real-time control and minimal latency.Design, develop, test and maintain the infrastructure for training and evaluating locomotion, manipulation and whole-body controllers.Work in a multicultural and interdisciplinary environment developing a novel robot from prototype to serial productionBeing part of an R&amp;D division with startup spirit in a globally active company: we work in an iterative fashion to solve complex real-world problems at the frontier of roboticsYour SkillsetMust have:Strong fundamentals in Modern C++Working knowledge of CMake and PythonPassion for developing robust, elegant and tested software to solve complex problemsPragmatic and hands-on: have an idea and bring it all the way to productionMotivated to learn new systems and be at the cutting edge of industrial roboticsExperience with any of the following is an advantage:Developing and maintaining a complex codebase with high reliability requirementsSoft or hard realtime systemsTesting with Catch2 or gtestMath &amp; optimization libraries: Eigen, BLAS, LAPACK, Ceres, OSQP, etc.Machine learning libraries and tools: PyTorch, JAX, Tensorflow, ONNX, MLflow, etc.3D spatial algebra(poses, transforms, velocities), e.g. in game engines, simulators, roboticsROS2 basics: record, replay, subscribe, publish, visualiseWhat You’ll GetFlexible working hours and a hybrid model for real work-life balanceGenerous vacation: 25–30 days depending on ageCHF 500 mobility credit for sustainable commutingBonus system &amp; strong pension contributionsTailored training &amp; development opportunitiesRelocation support for a smooth startDiscounts on health, mobility &amp; entertainmentTeam events and a flat hierarchy where your voice countsA warm, international culture built on respect and collaborationGreat robots need great people.","companyDescription":"At Hexagon, we don’t just measure the world – we define its future.  \n\nAs the global leader in measurement technologies, we provide the confidence that vital industries rely on to build, navigate, and innovate.   \n\nFrom microns to Mars, our solutions drive productivity, quality, safety, and sustainability across aerospace, agriculture, automotive, construction, manufacturing, and mining.  \n\nWe bridge the physical and digital worlds with cutting-edge metrology, reality capture, and positioning solutions – making industries and cities safer, smarter, and more sustainable.  \n\nMeasurement is the foundation of progress. When it has to be right, it has to be Hexagon.","companyLinkedinUrl":"https://se.linkedin.com/company/hexagon-ab?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":918}},{"json":{"id":"4374295322","link":"https://ch.linkedin.com/jobs/view/senior-motion-planning-engineer-f-m-d-at-hexagon-ab-4374295322?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=7%2Fj2J6t7Az09ZBimoFW6nA%3D%3D&position=13&pageNum=0","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Senior Motion Planning Engineer (f/m/d)","salary":"","applyUrl":"https://hexagon-robotics.onlyfy.jobs/job/js2h05qeh4sq7yy6whmd6da7kzddpv","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Zurich, Switzerland","postedAt":"2026-02-23","industries":"Machinery Manufacturing","salaryInfo":[""],"trackingId":"7/j2J6t7Az09ZBimoFW6nA==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQESWwPef2karw/company-logo_100_100/B4EZd0GCR_GcAQ-/0/1749999429006/hexagon_ab_logo?e=1773273600&v=beta&t=O6D3iR2dN6PXNOHNuzVTiDL9iutuie3ZJdQHMKOFkYc","companyName":"Hexagon AB","jobFunction":"Engineering","companyAddress":{"type":"PostalAddress","postalCode":"SE-103 59","streetAddress":"Lilla Bantorget 15","addressCountry":"SE","addressLocality":"Stockholm"},"companyWebsite":"https://hexagon.com","employmentType":"Full-time","seniorityLevel":"Associate","applicantsCount":"25","descriptionHtml":"<p><strong>Senior Motion Planning Engineer (f/m/d)</strong></p><p><strong>100% Zürich</strong></p><p><br></p><p><strong><br>Hexagon Robotic</strong>s is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers</p><p><br></p><p>.<br>We are looking for <strong>a Senior Motion Planning Engine</strong>er to design and deploy advanced motion planning algorithms for our robotic systems, working across navigation, manipulation and optimization. You will develop production-ready software in close collaboration with cross-functional teams, helping bring our robotic platforms from prototype to productio</p><p><br></p><p><strong>n.<br>Your Miss</strong></p><ul><li>ionDevelop and deploy motion planning algorithms for mobile robots and manipulat</li><li>orsDesign optimization-based planners, including cost functions and constraints for embedded syst</li><li>emsImplement production-quality software in C++ and Python, including testing and validat</li><li>ionDevelop and debug ROS2 nodes and system integrati</li><li>onsDefine and own technical objectives aligned with the squad road</li><li>mapTroubleshoot and resolve issues in complex robotic software and hardware syst</li></ul><p><br></p><p><strong>ems<br>Your Skil</strong></p><ul><li>lsetStrong experience in robot motion planning (navigation, obstacle avoidance, manipulat</li><li>ion)Solid background in numerical optimization for motion plan</li><li>ningProven expertise in C++ and Python with production deployment experi</li><li>enceExperience with NumPy, PyTorch or</li><li> JAXAbility to work independently and drive topics end to</li><li> endHands-on experience with </li></ul><p><strong>ROS2Bonus Skil</strong></p><ul><li>lsetGPU development on NVIDIA Jetson platf</li><li>ormsExperience with generative models (e.g. flow mod</li><li>els)Experience with humanoid ro</li><li>botsFamiliarity with NVIDIA Omniv</li></ul><p><br></p><p><strong>erse<br>What You’l</strong></p><ul><li>l GetFlexible working hours and a hybrid model for real work-life ba</li><li>lanceGenerous vacation: 25–30 days depending o</li><li>n ageCHF 500 mobility credit for sustainable comm</li><li>utingBonus system &amp; strong pension contribu</li><li>tionsTailored training &amp; development opportun</li><li>itiesRelocation support for a smooth </li><li>startDiscounts on health, mobility &amp; entertai</li><li>nmentTeam events and a flat hierarchy where your voice c</li><li>ountsA warm, international culture built on respect and collabor</li></ul><p><br></p><p><strong>ation<br>Great robots need great p</strong></p><p><br></p>eople.","descriptionText":"Senior Motion Planning Engineer (f/m/d)100% ZürichHexagon Robotics is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers.We are looking for a Senior Motion Planning Engineer to design and deploy advanced motion planning algorithms for our robotic systems, working across navigation, manipulation and optimization. You will develop production-ready software in close collaboration with cross-functional teams, helping bring our robotic platforms from prototype to production.Your MissionDevelop and deploy motion planning algorithms for mobile robots and manipulatorsDesign optimization-based planners, including cost functions and constraints for embedded systemsImplement production-quality software in C++ and Python, including testing and validationDevelop and debug ROS2 nodes and system integrationsDefine and own technical objectives aligned with the squad roadmapTroubleshoot and resolve issues in complex robotic software and hardware systemsYour SkillsetStrong experience in robot motion planning (navigation, obstacle avoidance, manipulation)Solid background in numerical optimization for motion planningProven expertise in C++ and Python with production deployment experienceExperience with NumPy, PyTorch or JAXAbility to work independently and drive topics end to endHands-on experience with ROS2Bonus SkillsetGPU development on NVIDIA Jetson platformsExperience with generative models (e.g. flow models)Experience with humanoid robotsFamiliarity with NVIDIA OmniverseWhat You’ll GetFlexible working hours and a hybrid model for real work-life balanceGenerous vacation: 25–30 days depending on ageCHF 500 mobility credit for sustainable commutingBonus system &amp; strong pension contributionsTailored training &amp; development opportunitiesRelocation support for a smooth startDiscounts on health, mobility &amp; entertainmentTeam events and a flat hierarchy where your voice countsA warm, international culture built on respect and collaborationGreat robots need great people.","companyDescription":"At Hexagon, we don’t just measure the world – we define its future.  \n\nAs the global leader in measurement technologies, we provide the confidence that vital industries rely on to build, navigate, and innovate.   \n\nFrom microns to Mars, our solutions drive productivity, quality, safety, and sustainability across aerospace, agriculture, automotive, construction, manufacturing, and mining.  \n\nWe bridge the physical and digital worlds with cutting-edge metrology, reality capture, and positioning solutions – making industries and cities safer, smarter, and more sustainable.  \n\nMeasurement is the foundation of progress. When it has to be right, it has to be Hexagon.","companyLinkedinUrl":"https://se.linkedin.com/company/hexagon-ab?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":918}},{"json":{"id":"4376810346","link":"https://ch.linkedin.com/jobs/view/senior-procurement-specialist-at-real-4376810346?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=s9oSneeugM1TqoyGPBpUJA%3D%3D&position=12&pageNum=0","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Senior Procurement Specialist","salary":"","applyUrl":"https://www.aplitrak.com/?adid=RkJNRC4zNjg0OC4xNTUwQHN0aHJlZWRlMi5hcGxpdHJhay5jb20","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Your City, Your Country","postedAt":"2026-02-23","industries":"Professional Services","salaryInfo":["CHF 1.00","CHF 1.00"],"trackingId":"s9oSneeugM1TqoyGPBpUJA==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQEdNu07qRHmRQ/company-logo_100_100/B4EZXHFFvEGYAQ-/0/1742801755451/real_staffing_group_logo?e=1773273600&v=beta&t=zV6-4pgCnxTsIHRGn7rc1hbqorvJAWWy1w5PPUF2Dgc","companyName":"Real","jobFunction":"Supply Chain","jobPosterName":"Fabiola Miranda","companyAddress":{"type":"PostalAddress","postalCode":"EC4N 7BE","streetAddress":"1st Floor","addressCountry":"GB","addressLocality":"London"},"companyWebsite":"http://www.realstaffing.com","employmentType":"Full-time","jobPosterPhoto":"https://media.licdn.com/dms/image/v2/D4D03AQGbmfnhiHo1jw/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1727689323086?e=1773273600&v=beta&t=KYOUR_FOLDER_OR_FILE_ID","jobPosterTitle":"Recruitment Consultant Pharma & Biotech","seniorityLevel":"Mid-Senior level","applicantsCount":"25","descriptionHtml":"<p><strong>LZAJP00006414 Senior Procurement Specialist 100%</strong></p><p><strong>Location: </strong>[Your City, Country]</p><p><strong>Languages: </strong>Fluent in English; knowledge of German, or French is an asset.</p><p><strong>Project Duration:</strong> 02.03.2026 - 30.06.2026</p><p> </p><p><strong>Role Summary</strong></p><p>We are seeking an experienced and strategic <strong>Senior Procurement Specialist</strong> with a strong background in <strong>company carve‑outs and divestments</strong> to support a major organizational transformation project. In this role, you will be responsible for driving and optimizing procurement processes within the indirect procurement categories <strong>Technology, Logistics, Professional Services, and MRO</strong> during and after carve‑out activities.</p><p>The ideal candidate brings deep expertise in indirect procurement within complex environments, strong negotiation and vendor‑management capabilities, and the ability to ensure procurement stability and continuity throughout change processes.</p><p><strong>Responsibilities:</strong></p><p><strong>Carve-out Support</strong></p><ul><li>Lead and support procurement activities related to carve‑out preparation, due diligence, planning, and execution.</li><li>Ensure smooth transition and integration of systems, tools, services, and supplier relationships.</li></ul><p><strong>Vendor Management</strong></p><ul><li>Build and maintain strong relationships with key suppliers.</li><li>Manage contract negotiations, vendor performance, and compliance with service and contractual obligations.</li></ul><p><strong>Strategic Sourcing</strong></p><ul><li>Identify and evaluate suppliers based on quality, cost, service level, and risk.</li><li>Conduct market research to identify trends, innovations, and best practices.</li></ul><p><strong>Contract Management</strong></p><ul><li>Oversee contract creation, negotiation, review, and lifecycle management.</li><li>Ensure compliance with legal requirements and company policies.</li></ul><p><strong>Cost Optimization</strong></p><ul><li>Analyze spend and identify potential savings across indirect categories.</li><li>Implement strategies to reduce cost, increase efficiency, and improve overall procurement value.</li></ul><p><strong>Risk Management</strong></p><ul><li>Identify and mitigate procurement, supplier, commercial, and contractual risks.</li><li>Ensure continuity planning and compliance with governance requirements.</li></ul><p><strong>Cross‑functional Collaboration</strong></p><ul><li>Work closely with IT, Automation, Quality, MRO, Finance, Legal, and other business units.</li><li>Ensure alignment with organizational strategies and carve‑out objectives.</li></ul><p><strong>Reporting &amp; Analytics</strong></p><ul><li>Develop procurement performance metrics and dashboards.</li><li>Provide actionable insights based on spend analysis and performance data.</li></ul><p><strong>Policy &amp; Process Development</strong></p><ul><li>Support the enhancement of procurement policies, guidelines, and process improvements.</li><li>Promote best practices and continuous improvement initiatives.</li></ul><p><strong>Qualifications: </strong></p><p><strong>Education:</strong></p><ul><li>Bachelor's degree in Information Technology, Business Administration, Supply Chain Management, or a related field.</li><li>A Master's degree or procurement‑related certification <strong>(e.g., CPSM, CIPS) is a plus.</strong></li></ul><p><strong>Professional Experience:</strong></p><ul><li>7-10 years of experience in indirect procurement.</li><li>At least 3-5 years of <strong>direct experience in carve‑out, divestment, or M&amp;A procurement</strong> activities.</li></ul><p><strong>Technical &amp; Professional Skills:</strong></p><ul><li>Strong knowledge of procurement processes, contract management, and supplier management.</li><li>Proven track record managing procurement within divestment environments.</li><li>Excellent negotiation, analytical, and problem‑solving abilities.</li><li>Proficiency with procurement tools, ERPs, and the MS Office Suite.</li></ul><p> </p><p>If you are interested in this position contact me as soon as possible! Send your CV over our home page to Fabiola Miranda or per mail directly to f.miranda(at)realstaffing.com<br></p><p>SThree_Germany is acting as an Employment Business in relation to this vacancy.</p>","descriptionText":"LZAJP00006414 Senior Procurement Specialist 100%Location: [Your City, Country]Languages: Fluent in English; knowledge of German, or French is an asset.Project Duration: 02.03.2026 - 30.06.2026 Role SummaryWe are seeking an experienced and strategic Senior Procurement Specialist with a strong background in company carve‑outs and divestments to support a major organizational transformation project. In this role, you will be responsible for driving and optimizing procurement processes within the indirect procurement categories Technology, Logistics, Professional Services, and MRO during and after carve‑out activities.The ideal candidate brings deep expertise in indirect procurement within complex environments, strong negotiation and vendor‑management capabilities, and the ability to ensure procurement stability and continuity throughout change processes.Responsibilities:Carve-out SupportLead and support procurement activities related to carve‑out preparation, due diligence, planning, and execution.Ensure smooth transition and integration of systems, tools, services, and supplier relationships.Vendor ManagementBuild and maintain strong relationships with key suppliers.Manage contract negotiations, vendor performance, and compliance with service and contractual obligations.Strategic SourcingIdentify and evaluate suppliers based on quality, cost, service level, and risk.Conduct market research to identify trends, innovations, and best practices.Contract ManagementOversee contract creation, negotiation, review, and lifecycle management.Ensure compliance with legal requirements and company policies.Cost OptimizationAnalyze spend and identify potential savings across indirect categories.Implement strategies to reduce cost, increase efficiency, and improve overall procurement value.Risk ManagementIdentify and mitigate procurement, supplier, commercial, and contractual risks.Ensure continuity planning and compliance with governance requirements.Cross‑functional CollaborationWork closely with IT, Automation, Quality, MRO, Finance, Legal, and other business units.Ensure alignment with organizational strategies and carve‑out objectives.Reporting &amp; AnalyticsDevelop procurement performance metrics and dashboards.Provide actionable insights based on spend analysis and performance data.Policy &amp; Process DevelopmentSupport the enhancement of procurement policies, guidelines, and process improvements.Promote best practices and continuous improvement initiatives.Qualifications: Education:Bachelor's degree in Information Technology, Business Administration, Supply Chain Management, or a related field.A Master's degree or procurement‑related certification (e.g., CPSM, CIPS) is a plus.Professional Experience:7-10 years of experience in indirect procurement.At least 3-5 years of direct experience in carve‑out, divestment, or M&amp;A procurement activities.Technical &amp; Professional Skills:Strong knowledge of procurement processes, contract management, and supplier management.Proven track record managing procurement within divestment environments.Excellent negotiation, analytical, and problem‑solving abilities.Proficiency with procurement tools, ERPs, and the MS Office Suite. If you are interested in this position contact me as soon as possible! Send your CV over our home page to Fabiola Miranda or per mail directly to f.miranda(at)realstaffing.comSThree_Germany is acting as an Employment Business in relation to this vacancy.","companyDescription":"Connecting experts with public sector and life sciences organisations \n\nReal is a Life Sciences specialist, part of SThree, the global STEM workforce consultancy. With expertise in biotechnology, pharmaceutical and medical technology, Real advises businesses, builds expert teams and delivers project solutions. In the UK, Real is also a specialist in Higher and Further Education, Central & Local Government, NHS and Healthcare services.\n\nOur consultants are truly specialised— focusing on regional market requirements. This allows us to provide organisations with market-specific advice, and place the right professionals into the right projects.\n\nWe deliver a high-quality service that is fully compliant, regularly audited, and meets regulations and standards locally and globally. The organisations and professionals we partner with benefit from our deep sector expertise, our local and global experience, and our dedicated service. This is how we outpace tomorrow, together.","companyLinkedinUrl":"https://uk.linkedin.com/company/real-staffing-group?trk=public_jobs_jserp-result_job-search-card-subtitle","jobPosterProfileUrl":"https://ch.linkedin.com/in/fabiola-miranda7","companyEmployeesCount":810}},{"json":{"id":"4374501256","link":"https://ch.linkedin.com/jobs/view/senior-devops-engineer-f-m-d-at-hexagon-ab-4374501256?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=2G1SE9iNXJUbvQOl53jkKg%3D%3D&position=14&pageNum=0","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Senior DevOps Engineer (f/m/d)","salary":"","applyUrl":"https://hexagon-robotics.onlyfy.jobs/job/l39q3vqpmozd1qmtnw5actemegig9c","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Zurich, Switzerland","postedAt":"2026-02-23","industries":"Machinery Manufacturing","salaryInfo":[""],"trackingId":"2G1SE9iNXJUbvQOl53jkKg==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQESWwPef2karw/company-logo_100_100/B4EZd0GCR_GcAQ-/0/1749999429006/hexagon_ab_logo?e=1773273600&v=beta&t=O6D3iR2dN6PXNOHNuzVTiDL9iutuie3ZJdQHMKOFkYc","companyName":"Hexagon AB","jobFunction":"Engineering","companyAddress":{"type":"PostalAddress","postalCode":"SE-103 59","streetAddress":"Lilla Bantorget 15","addressCountry":"SE","addressLocality":"Stockholm"},"companyWebsite":"https://hexagon.com","employmentType":"Full-time","seniorityLevel":"Associate","applicantsCount":"25","descriptionHtml":"<p><strong>Senior DevOps Engineer (f/m/d)</strong></p><p><strong>100% Zürich</strong></p><p><strong>Hexagon Robotics</strong> is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers.</p><p><br></p><p>We are looking for a <strong>Senior DevOps Engineer</strong> to take ownership of our cloud infrastructure and deployment pipelines, driving automation, scalability, and reliability across our robotics systems. In this role, you will work closely with cross-functional teams to enable fast, stable releases and high system availability, shaping the backbone that supports our transition from prototype to production at scale.</p><p><br></p><p><strong>Your Mission</strong></p><ul><li>Own and evolve our DevOps infrastructure, ensuring reliability, scalability, and performance</li><li>Design and maintain CI/CD pipelines to streamline build, test, and deployment processes</li><li>Automate infrastructure provisioning using tools like Terraform / OpenTofu (Hybrid Azure + on-prem)</li><li>Monitor systems and services proactively, define alerting strategies, and drive incident response</li><li>Collaborate closely with engineering teams to integrate DevOps best practices into development workflows</li><li>Support release management, versioning, and configuration across multiple product variants</li><li>Identify bottlenecks and continuously improve system efficiency, security, and maintainability</li><li>Contribute to a culture of ownership, learning, and high engineering standards</li></ul><p><br></p><p><strong>Your Skillset</strong></p><p><strong>Must-haves </strong></p><ul><li>5+ years of relevant industry experience with a strong track record in the DevOps domain within fast-scaling environments</li><li>Advanced degree in Computer Science, IT, or a related field</li><li>Proficiency in cloud infrastructure, especially Azure, Kubernetes (AKS), Terraform / OpenTofu</li><li>Solid scripting skills (Shell/Bash &amp; Python) and experience with Docker and containerization</li><li>Comfortable in Unix environments with strong debugging and automation capabilities</li><li>Deep understanding of scaling strategies, user management, release management, and versioning for multi-product configurations</li><li>Experience across different testing levels and a strong affinity for infrastructure automation and monitoring</li><li>Fluent in English (German is a plus)</li></ul><p><strong>Nice-to-haves </strong></p><ul><li>Familiarity with tools like Prometheus, InfluxDB, Grafana, and GitOps (e.g. ArgoCD or Flux)</li><li>Background in ROS2, C++ / CMake, or Nix-based systems</li><li>Experience with hardware-in-the-loop testing environments</li></ul><p><strong>What defines you </strong></p><ul><li>Pragmatic, structured, and execution-focused: you design, test, and adapt quickly</li><li>A true team player who communicates clearly and enjoys supporting others</li><li>Self-driven, solution-oriented, and motivated to maintain high standards</li><li>Curious mindset with a passion for continuous learning and diving deep into technical challenges</li></ul><p><br></p><p><strong>What You’ll Get</strong></p><ul><li>Flexible working hours and a hybrid model for real work-life balance</li><li>Generous vacation: 25–30 days depending on age</li><li>CHF 500 mobility credit for sustainable commuting</li><li>Bonus system &amp; strong pension contributions</li><li>Tailored training &amp; development opportunities</li><li>Relocation support for a smooth start</li><li>Discounts on health, mobility &amp; entertainment</li><li>Team events and a flat hierarchy where your voice counts</li><li>A warm, international culture built on respect and collaboration</li></ul><p><br></p><p><strong>Great robots need great people.</strong></p><p><br></p><p><strong>Contact</strong></p><p>David Rank</p><p>Senior Recruiter / HR Generalist</p><p>E-Mail: david.rank@hexagon.com</p>","descriptionText":"Senior DevOps Engineer (f/m/d)100% ZürichHexagon Robotics is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers.We are looking for a Senior DevOps Engineer to take ownership of our cloud infrastructure and deployment pipelines, driving automation, scalability, and reliability across our robotics systems. In this role, you will work closely with cross-functional teams to enable fast, stable releases and high system availability, shaping the backbone that supports our transition from prototype to production at scale.Your MissionOwn and evolve our DevOps infrastructure, ensuring reliability, scalability, and performanceDesign and maintain CI/CD pipelines to streamline build, test, and deployment processesAutomate infrastructure provisioning using tools like Terraform / OpenTofu (Hybrid Azure + on-prem)Monitor systems and services proactively, define alerting strategies, and drive incident responseCollaborate closely with engineering teams to integrate DevOps best practices into development workflowsSupport release management, versioning, and configuration across multiple product variantsIdentify bottlenecks and continuously improve system efficiency, security, and maintainabilityContribute to a culture of ownership, learning, and high engineering standardsYour SkillsetMust-haves 5+ years of relevant industry experience with a strong track record in the DevOps domain within fast-scaling environmentsAdvanced degree in Computer Science, IT, or a related fieldProficiency in cloud infrastructure, especially Azure, Kubernetes (AKS), Terraform / OpenTofuSolid scripting skills (Shell/Bash &amp; Python) and experience with Docker and containerizationComfortable in Unix environments with strong debugging and automation capabilitiesDeep understanding of scaling strategies, user management, release management, and versioning for multi-product configurationsExperience across different testing levels and a strong affinity for infrastructure automation and monitoringFluent in English (German is a plus)Nice-to-haves Familiarity with tools like Prometheus, InfluxDB, Grafana, and GitOps (e.g. ArgoCD or Flux)Background in ROS2, C++ / CMake, or Nix-based systemsExperience with hardware-in-the-loop testing environmentsWhat defines you Pragmatic, structured, and execution-focused: you design, test, and adapt quicklyA true team player who communicates clearly and enjoys supporting othersSelf-driven, solution-oriented, and motivated to maintain high standardsCurious mindset with a passion for continuous learning and diving deep into technical challengesWhat You’ll GetFlexible working hours and a hybrid model for real work-life balanceGenerous vacation: 25–30 days depending on ageCHF 500 mobility credit for sustainable commutingBonus system &amp; strong pension contributionsTailored training &amp; development opportunitiesRelocation support for a smooth startDiscounts on health, mobility &amp; entertainmentTeam events and a flat hierarchy where your voice countsA warm, international culture built on respect and collaborationGreat robots need great people.ContactDavid RankSenior Recruiter / HR GeneralistE-Mail: david.rank@hexagon.com","companyDescription":"At Hexagon, we don’t just measure the world – we define its future.  \n\nAs the global leader in measurement technologies, we provide the confidence that vital industries rely on to build, navigate, and innovate.   \n\nFrom microns to Mars, our solutions drive productivity, quality, safety, and sustainability across aerospace, agriculture, automotive, construction, manufacturing, and mining.  \n\nWe bridge the physical and digital worlds with cutting-edge metrology, reality capture, and positioning solutions – making industries and cities safer, smarter, and more sustainable.  \n\nMeasurement is the foundation of progress. When it has to be right, it has to be Hexagon.","companyLinkedinUrl":"https://se.linkedin.com/company/hexagon-ab?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":918}},{"json":{"id":"4374504198","link":"https://ch.linkedin.com/jobs/view/devops-tech-lead-f-m-d-at-hexagon-ab-4374504198?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=vPmICPY%2FaXpQ66BbhzB7gw%3D%3D&position=11&pageNum=0","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"DevOps Tech Lead (f/m/d)","salary":"","applyUrl":"https://hexagon-robotics.onlyfy.jobs/job/6hj0lb34u6yaulogiththpqquw2ug9","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Zurich, Switzerland","postedAt":"2026-02-23","industries":"Machinery Manufacturing","salaryInfo":[""],"trackingId":"vPmICPY/aXpQ66BbhzB7gw==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQESWwPef2karw/company-logo_100_100/B4EZd0GCR_GcAQ-/0/1749999429006/hexagon_ab_logo?e=1773273600&v=beta&t=O6D3iR2dN6PXNOHNuzVTiDL9iutuie3ZJdQHMKOFkYc","companyName":"Hexagon AB","jobFunction":"Engineering","companyAddress":{"type":"PostalAddress","postalCode":"SE-103 59","streetAddress":"Lilla Bantorget 15","addressCountry":"SE","addressLocality":"Stockholm"},"companyWebsite":"https://hexagon.com","employmentType":"Full-time","seniorityLevel":"Associate","applicantsCount":"25","descriptionHtml":"<p><strong>DevOps Tech Lead (f/m/d)</strong></p><p><strong>100% Zürich</strong></p><p><br></p><p><strong><br>Hexagon Robotic</strong>s is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers</p><p><br></p><p>.<br>We are looking for an experience<strong>d DevOps Tech Le</strong>ad who combines strategic thinking with hands-on technical leadership. You understand how DevOps and infrastructure decisions impact business outcomes, stay calm and decisive in critical situations, and take full ownership of systems and results. You enjoy challenging the status quo, mentoring others, and building sustainable, scalable platforms that enable teams to deliver with confidenc</p><p><br></p><p><strong>e.<br>Your Miss</strong></p><p>ionAs DevOps Tech Lead, you own the end-to-end DevOps architecture across cloud and on-prem environments and shape it sustainably for the futu</p><ul><li>re.Define and evolve the DevOps architecture across Azure, on-prem, and Kubernetes environme</li><li>ntsAct as technical authority for CI/CD, infrastructure, and platform operations, setting standards and best practi</li><li>cesTranslate business needs into technical roadmaps, priorities, and long-term improvement initiati</li><li>vesLead and coordinate incident response for critical production issues and drive post-incident improveme</li><li>ntsProactively identify architectural risks and inefficiencies and drive modernization and simplificat</li><li>ionMentor and coach engineers, fostering ownership, autonomy, and high technical standa</li><li>rdsCollaborate closely with engineering, product, and management to enable fast, safe, and reliable deliv</li></ul><p><br></p><p><strong>ery<br>Your Skil</strong></p><ul><li>lset10+ years of experience in DevOps / Platform Engineering, including ownership of complex, business-critical sys</li><li>temsProven experience as a technical lead, architect, or principal engi</li><li>neerStrong expertise in hybrid environments (Azure &amp; on-prem), Kubernetes (AKS), and Infrastructure as Code (Terraform / OpenT</li><li>ofu)Solid understanding of CI/CD architectures, release strategies, and multi-environment se</li><li>tupsExperience leading incidents, performing root cause analysis, and implementing preventive meas</li><li>uresStrong communication skills across technical and non-technical stakehol</li><li>dersAbility to balance short-term operational demands with long-term architectural vi</li><li>sionAdvanced scripting and automation skills (Bash/Shell, Pyt</li><li>hon)Fluent in English (German is a p</li></ul><p><strong>lus)Nice-to-ha</strong></p><ul><li>ves Experience with hardware-in-the-loop testing or complex system integra</li><li>tionExposure to security, compliance, or regulated environm</li></ul><p><br></p><p><strong>ents<br>What You’l</strong></p><ul><li>l GetFlexible working hours and a hybrid model for real work-life ba</li><li>lanceGenerous vacation: 25–30 days depending o</li><li>n ageCHF 500 mobility credit for sustainable comm</li><li>utingBonus system &amp; strong pension contribu</li><li>tionsTailored training &amp; development opportun</li><li>itiesRelocation support for a smooth </li><li>startDiscounts on health, mobility &amp; entertai</li><li>nmentTeam events and a flat hierarchy where your voice c</li><li>ountsA warm, international culture built on respect and collabor</li></ul><p><br></p><p><strong>ation<br>Great robots need great p</strong></p><p><br></p>eople.","descriptionText":"DevOps Tech Lead (f/m/d)100% ZürichHexagon Robotics is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers.We are looking for an experienced DevOps Tech Lead who combines strategic thinking with hands-on technical leadership. You understand how DevOps and infrastructure decisions impact business outcomes, stay calm and decisive in critical situations, and take full ownership of systems and results. You enjoy challenging the status quo, mentoring others, and building sustainable, scalable platforms that enable teams to deliver with confidence.Your MissionAs DevOps Tech Lead, you own the end-to-end DevOps architecture across cloud and on-prem environments and shape it sustainably for the future.Define and evolve the DevOps architecture across Azure, on-prem, and Kubernetes environmentsAct as technical authority for CI/CD, infrastructure, and platform operations, setting standards and best practicesTranslate business needs into technical roadmaps, priorities, and long-term improvement initiativesLead and coordinate incident response for critical production issues and drive post-incident improvementsProactively identify architectural risks and inefficiencies and drive modernization and simplificationMentor and coach engineers, fostering ownership, autonomy, and high technical standardsCollaborate closely with engineering, product, and management to enable fast, safe, and reliable deliveryYour Skillset10+ years of experience in DevOps / Platform Engineering, including ownership of complex, business-critical systemsProven experience as a technical lead, architect, or principal engineerStrong expertise in hybrid environments (Azure &amp; on-prem), Kubernetes (AKS), and Infrastructure as Code (Terraform / OpenTofu)Solid understanding of CI/CD architectures, release strategies, and multi-environment setupsExperience leading incidents, performing root cause analysis, and implementing preventive measuresStrong communication skills across technical and non-technical stakeholdersAbility to balance short-term operational demands with long-term architectural visionAdvanced scripting and automation skills (Bash/Shell, Python)Fluent in English (German is a plus)Nice-to-haves Experience with hardware-in-the-loop testing or complex system integrationExposure to security, compliance, or regulated environmentsWhat You’ll GetFlexible working hours and a hybrid model for real work-life balanceGenerous vacation: 25–30 days depending on ageCHF 500 mobility credit for sustainable commutingBonus system &amp; strong pension contributionsTailored training &amp; development opportunitiesRelocation support for a smooth startDiscounts on health, mobility &amp; entertainmentTeam events and a flat hierarchy where your voice countsA warm, international culture built on respect and collaborationGreat robots need great people.","companyDescription":"At Hexagon, we don’t just measure the world – we define its future.  \n\nAs the global leader in measurement technologies, we provide the confidence that vital industries rely on to build, navigate, and innovate.   \n\nFrom microns to Mars, our solutions drive productivity, quality, safety, and sustainability across aerospace, agriculture, automotive, construction, manufacturing, and mining.  \n\nWe bridge the physical and digital worlds with cutting-edge metrology, reality capture, and positioning solutions – making industries and cities safer, smarter, and more sustainable.  \n\nMeasurement is the foundation of progress. When it has to be right, it has to be Hexagon.","companyLinkedinUrl":"https://se.linkedin.com/company/hexagon-ab?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":918}},{"json":{"id":"4374506009","link":"https://ch.linkedin.com/jobs/view/robotics-technical-lead-teleoperation-f-m-d-at-hexagon-ab-4374506009?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=fKg2pHeec6i%2BFXsVdzyZdQ%3D%3D&position=9&pageNum=0","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Robotics Technical Lead - Teleoperation (f/m/d)","salary":"","applyUrl":"https://hexagon-robotics.onlyfy.jobs/job/eiszn4fasznblvhe2ubqz0jd7afi81","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Zurich, Switzerland","postedAt":"2026-02-23","industries":"Machinery Manufacturing","salaryInfo":[""],"trackingId":"fKg2pHeec6i+FXsVdzyZdQ==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQESWwPef2karw/company-logo_100_100/B4EZd0GCR_GcAQ-/0/1749999429006/hexagon_ab_logo?e=1773273600&v=beta&t=O6D3iR2dN6PXNOHNuzVTiDL9iutuie3ZJdQHMKOFkYc","companyName":"Hexagon AB","jobFunction":"Engineering","companyAddress":{"type":"PostalAddress","postalCode":"SE-103 59","streetAddress":"Lilla Bantorget 15","addressCountry":"SE","addressLocality":"Stockholm"},"companyWebsite":"https://hexagon.com","employmentType":"Full-time","seniorityLevel":"Associate","applicantsCount":"25","descriptionHtml":"<p><strong>Robotics Technical Lead - Teleoperation (f/m/d)</strong></p><p><strong>100% Zürich</strong></p><p><br></p><p><strong>Hexagon Robotics</strong> is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers.</p><p><br></p><p>As the <strong>Robotics Technical Lead</strong>, you will own the end-to-end experience of \"driving\" a humanoid. You will be responsible for the software stack that connects a human’s intent to a state-of-the-art industrial humanoid robot with precision and ease. You'll shape both the immediate roadmap and long-term vision for how humans interact with our robots, ensuring our solution scales effectively to meet customer needs across diverse industrial applications.</p><p><br></p><p><strong>Your Mission</strong></p><ul><li>Lead the development of our teleoperation software, ensuring a seamless connection between the teleoperator and the robot's control system. This includes bringing our prototype solution to product-level readiness.</li><li>Drive initiatives to minimize glass-to-glass latency and maximize control precision, ensuring the operator feels truly \"embodied\" in the robot.</li><li>Drive improvements in operator UI/UX to maximize efficiency, comfort, and ease of use.</li><li>Investigate and integrate next-gen input devices (haptic gloves, advanced motion tracking sensors) and workflows.</li><li>Define the long-term technical roadmap for teleoperation. Stay current with emerging technologies in VR/AR, haptics, robotics control, and human-robot interaction and bring promising solutions into or R&amp;D efforts.</li></ul><p><br></p><p><strong>Your Skillset</strong></p><ul><li>A strong background in Robotics, Mechatronics, or Computer Science. You understand robot kinematics, real-time control systems, and human machine interaction.</li><li>At least 5 years of professional experience, ideally with a focus on teleoperation or HMI. Proven experience in carrying out usability tests and experiments is a plus.</li><li>Experience (or a deep interest) in UX design. You understand that teleoperation is as much about the human as it is about the machine.</li><li>Proficiency in C++ and/or Python.</li><li>Experience with ROS2 and real-time communication protocols (WebRTC, DDS) are a plus.</li><li>Familiarity with VR/AR development frameworks (particularly WebXR) are a plus.</li><li>You are comfortable and excited to lead a high-impact project from research to industrial deployment.</li></ul><p><br></p><p><strong>What You’ll Get</strong></p><ul><li>Flexible working hours and a hybrid model for real work-life balance</li><li>Generous vacation: 25–30 days depending on age</li><li>CHF 500 mobility credit for sustainable commuting</li><li>Bonus system &amp; strong pension contributions</li><li>Tailored training &amp; development opportunities</li><li>Relocation support for a smooth start</li><li>Discounts on health, mobility &amp; entertainment</li><li>Team events and a flat hierarchy where your voice counts</li><li>A warm, international culture built on respect and collaboration</li></ul><p><br></p><p><strong>Great robots need great people.</strong></p><p></p>","descriptionText":"Robotics Technical Lead - Teleoperation (f/m/d)100% ZürichHexagon Robotics is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers.As the Robotics Technical Lead, you will own the end-to-end experience of \"driving\" a humanoid. You will be responsible for the software stack that connects a human’s intent to a state-of-the-art industrial humanoid robot with precision and ease. You'll shape both the immediate roadmap and long-term vision for how humans interact with our robots, ensuring our solution scales effectively to meet customer needs across diverse industrial applications.Your MissionLead the development of our teleoperation software, ensuring a seamless connection between the teleoperator and the robot's control system. This includes bringing our prototype solution to product-level readiness.Drive initiatives to minimize glass-to-glass latency and maximize control precision, ensuring the operator feels truly \"embodied\" in the robot.Drive improvements in operator UI/UX to maximize efficiency, comfort, and ease of use.Investigate and integrate next-gen input devices (haptic gloves, advanced motion tracking sensors) and workflows.Define the long-term technical roadmap for teleoperation. Stay current with emerging technologies in VR/AR, haptics, robotics control, and human-robot interaction and bring promising solutions into or R&amp;D efforts.Your SkillsetA strong background in Robotics, Mechatronics, or Computer Science. You understand robot kinematics, real-time control systems, and human machine interaction.At least 5 years of professional experience, ideally with a focus on teleoperation or HMI. Proven experience in carrying out usability tests and experiments is a plus.Experience (or a deep interest) in UX design. You understand that teleoperation is as much about the human as it is about the machine.Proficiency in C++ and/or Python.Experience with ROS2 and real-time communication protocols (WebRTC, DDS) are a plus.Familiarity with VR/AR development frameworks (particularly WebXR) are a plus.You are comfortable and excited to lead a high-impact project from research to industrial deployment.What You’ll GetFlexible working hours and a hybrid model for real work-life balanceGenerous vacation: 25–30 days depending on ageCHF 500 mobility credit for sustainable commutingBonus system &amp; strong pension contributionsTailored training &amp; development opportunitiesRelocation support for a smooth startDiscounts on health, mobility &amp; entertainmentTeam events and a flat hierarchy where your voice countsA warm, international culture built on respect and collaborationGreat robots need great people.","companyDescription":"At Hexagon, we don’t just measure the world – we define its future.  \n\nAs the global leader in measurement technologies, we provide the confidence that vital industries rely on to build, navigate, and innovate.   \n\nFrom microns to Mars, our solutions drive productivity, quality, safety, and sustainability across aerospace, agriculture, automotive, construction, manufacturing, and mining.  \n\nWe bridge the physical and digital worlds with cutting-edge metrology, reality capture, and positioning solutions – making industries and cities safer, smarter, and more sustainable.  \n\nMeasurement is the foundation of progress. When it has to be right, it has to be Hexagon.","companyLinkedinUrl":"https://se.linkedin.com/company/hexagon-ab?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":918}},{"json":{"id":"4375725049","link":"https://ch.linkedin.com/jobs/view/research-engineer-tr-labs-at-thomson-reuters-4375725049?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=63Dh3oSGeTjDkj8WLWMJ0w%3D%3D&position=8&pageNum=0","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Research Engineer - TR Labs","salary":"","applyUrl":"https://thomsonreuters.wd5.myworkdayjobs.com/External_Career_Site/job/Switzerland-Zug-Zug/Research-Engineer\\u002d\\u002d-TR-Labs_JREQ198584?source=LinkedIn","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Zug, Zug, Switzerland","postedAt":"2026-02-23","industries":"Software Development","salaryInfo":[""],"trackingId":"63Dh3oSGeTjDkj8WLWMJ0w==","companyLogo":"https://media.licdn.com/dms/image/v2/D560BAQHtf0NHyUa92g/company-logo_100_100/company-logo_100_100/0/1719933220460/thomson_reuters_logo?e=1773273600&v=beta&t=_zk5mViHNQh8Ea6SOx-ylHQmBi3Y8lbwy27aV9O7uSo","companyName":"Thomson Reuters","jobFunction":"Engineering and Information Technology","companyAddress":{"type":"PostalAddress","postalCode":"M5H 3G6","addressRegion":"ON","streetAddress":"19 Duncan Street ","addressCountry":"CA","addressLocality":"Toronto"},"companyWebsite":"http://tr.com","employmentType":"Full-time","seniorityLevel":"Entry level","applicantsCount":"25","descriptionHtml":"Do you love creating innovative solutions for customers? Then come and apply your skills and passion for technology at Thomson Reuters Labs. We are seeking a <strong>Research Engineer</strong> who will bring expertise in AI and ML and is interested in building data-driven capabilities that transform the way legal, accounting, and government professionals work across the globe. As a member of Thomson Reuters Labs in  London, you will have a direct impact on our company and develop products and features that will delight our customers.<br><br>What does Thomson Reuters Labs do? <br><br>We experiment, we build, we deliver. We obsess over our customers through applied research and development of new products and technologies. In TR Labs, we act fast and learn fast, innovating collaboratively across our core segments in Legal, Tax &amp; Accounting, Government, and Reuters News.<br><br>As a <strong>Research Engineer</strong> at Thomson Reuters Labs, you will be part of a global interdisciplinary team of experts. We hire engineers and specialists across a variety of AI research areas to drive the company’s digital transformation.  The science and engineering of AI are rapidly evolving.  We are looking for an adaptable learner who can design with the customer in mind, think in code and likes to learn and develop new skills as they are needed; someone comfortable with jumping into new problem spaces. <br><br>Is this you? Come join us!   <br><br><strong>About The Role   <br><br></strong>In this opportunity as a <strong>Research Engineer,</strong> you will:    <br><br><ul><li>Develop and Deliver: Applying modern software development practices, you will be involved in the entire software development lifecycle, designing, building, testing and delivering high-quality solutions.  </li><li>Build Scalable ML Solutions: You will create large scale data processing pipelines to help researchers build and train novel machine learning algorithms.  You will develop high performing scalable systems in the context of large online delivery environments.  </li><li>Be a Team Player: Working in a collaborative team-oriented environment, you will share information, value diverse ideas, and partner with cross-functional and remote teams.  </li><li>Be an Agile Person: With a strong sense of urgency and a desire to work in a fast-paced, dynamic environment, you will deliver timely solutions.    </li><li>Be Innovative: You are empowered to try new approaches and learn new technologies. You will contribute innovative ideas, create solutions, and be accountable for end-to-end deliveries.    </li><li>Be an Effective Communicator: Through dynamic engagement and communication with cross-functional partners and team members, you will effectively articulate ideas and collaborate on technical developments.    <br><br></li></ul> <br><br><strong>About You    <br><br></strong>Essential skills &amp; experience   <br><br><ul><li>A Bachelor of Science degree, computer science or related field   </li><li>At least 2 years software engineering experience, ideally in the context of machine learning and natural language processing  </li><li>Experience and understanding of Python software development stacks and ecosystems, ideally also experience with other programming languages and ecosystems.  </li><li>Ability to understand, apply, integrate and deploy Machine Learning capabilities and techniques into other systems.   </li><li>Familiarity with the Python data science stack through exposure to libraries such as Numpy, Scipy, Pandas, Dask, spaCy, NLTK, scikit-learn   </li><li>Take pride in writing clean, reusable, maintainable and well-tested code   </li><li>A desire to learn and embrace new and emerging technology   </li><li>Familiarity with probabilistic models and understand the mathematical concepts underlying machine learning methods  <br><br></li></ul><strong> Preferred Skills &amp; Experience   <br><br></strong><ul><li>Proficiency in automation, system monitoring, and cloud-native applications, with familiarity in AWS or Azure (or a related cloud platform)   </li><li>Previous exposure to Natural Language Processing (NLP) problems and have familiarity with key tasks such as Named Entity Recognition (NER), Information Extraction, Information Retrieval, etc.  </li><li>Ability to understand and translate between language and methodologies used both in research and engineering fields   </li><li>Ability to take and integrate Machine Learning solutions to production-grade software  <br><br></li></ul><strong>What’s in it For You?<br><br></strong><ul><li>Hybrid Work Model: We’ve adopted a flexible hybrid working environment (2-3 days a week in the office depending on the role) for our office-based roles while delivering a seamless experience that is digitally and physically connected.</li><li>Flexibility &amp; Work-Life Balance: Flex My Way is a set of supportive workplace policies designed to help manage personal and professional responsibilities, whether caring for family, giving back to the community, or finding time to refresh and reset. This builds upon our flexible work arrangements, including work from anywhere for up to 8 weeks per year, empowering employees to achieve a better work-life balance.</li><li>Career Development and Growth: By fostering a culture of continuous learning and skill development, we prepare our talent to tackle tomorrow’s challenges and deliver real-world solutions. Our Grow My Way programming and skills-first approach ensures you have the tools and knowledge to grow, lead, and thrive in an AI-enabled future.</li><li>Industry Competitive Benefits: We offer comprehensive benefit plans to include flexible vacation, two company-wide Mental Health Days off, access to the Headspace app, retirement savings, tuition reimbursement, employee incentive programs, and resources for mental, physical, and financial wellbeing.</li><li>Culture: Globally recognized, award-winning reputation for inclusion and belonging, flexibility, work-life balance, and more. We live by our values: Obsess over our Customers, Compete to Win, Challenge (Y)our Thinking, Act Fast / Learn Fast, and Stronger Together.</li><li>Social Impact: Make an impact in your community with our Social Impact Institute. We offer employees two paid volunteer days off annually and opportunities to get involved with pro-bono consulting projects and Environmental, Social, and Governance (ESG) initiatives.</li><li>Making a Real-World Impact: We are one of the few companies globally that helps its customers pursue justice, truth, and transparency. Together, with the professionals and institutions we serve, we help uphold the rule of law, turn the wheels of commerce, catch bad actors, report the facts, and provide trusted, unbiased information to people all over the world. <br><br></li></ul><em>DISCLAIMER <br><br></em><em>The above information in this description has been designed to indicate the general nature and level of work performed by employees within this classification. It is not designed to contain or be interpreted as a comprehensive inventory of all duties, responsibilities, and qualifications required of employees assigned to this job.<br><br></em><strong>About Us<br><br></strong>Thomson Reuters informs the way forward by bringing together the trusted content and technology that people and organizations need to make the right decisions. We serve professionals across legal, tax, accounting, compliance, government, and media. Our products combine highly specialized software and insights to empower professionals with the data, intelligence, and solutions needed to make informed decisions, and to help institutions in their pursuit of justice, truth, and transparency. Reuters, part of Thomson Reuters, is a world leading provider of trusted journalism and news.<br><br>We are powered by the talents of 26,000 employees across more than 70 countries, where everyone has a chance to contribute and grow professionally in flexible work environments. At a time when objectivity, accuracy, fairness, and transparency are under attack, we consider it our duty to pursue them. Sound exciting? Join us and help shape the industries that move society forward.<br><br>As a global business, we rely on the unique backgrounds, perspectives, and experiences of all employees to deliver on our business goals. To ensure we can do that, we seek talented, qualified employees in all our operations around the world regardless of race, color, sex/gender, including pregnancy, gender identity and expression, national origin, religion, sexual orientation, disability, age, marital status, citizen status, veteran status, or any other protected classification under applicable law. Thomson Reuters is proud to be an Equal Employment Opportunity Employer providing a drug-free workplace.<br><br>We also make reasonable accommodations for qualified individuals with disabilities and for sincerely held religious beliefs in accordance with applicable law. More information on requesting an accommodation here.<br><br>Learn more on how to protect yourself from fraudulent job postings here.<br><br>More information about Thomson Reuters can be found on thomsonreuters.com<br><br>","descriptionText":"Do you love creating innovative solutions for customers? Then come and apply your skills and passion for technology at Thomson Reuters Labs. We are seeking a Research Engineer who will bring expertise in AI and ML and is interested in building data-driven capabilities that transform the way legal, accounting, and government professionals work across the globe. As a member of Thomson Reuters Labs in  London, you will have a direct impact on our company and develop products and features that will delight our customers.What does Thomson Reuters Labs do? We experiment, we build, we deliver. We obsess over our customers through applied research and development of new products and technologies. In TR Labs, we act fast and learn fast, innovating collaboratively across our core segments in Legal, Tax &amp; Accounting, Government, and Reuters News.As a Research Engineer at Thomson Reuters Labs, you will be part of a global interdisciplinary team of experts. We hire engineers and specialists across a variety of AI research areas to drive the company’s digital transformation.  The science and engineering of AI are rapidly evolving.  We are looking for an adaptable learner who can design with the customer in mind, think in code and likes to learn and develop new skills as they are needed; someone comfortable with jumping into new problem spaces. Is this you? Come join us!   About The Role   In this opportunity as a Research Engineer, you will:    Develop and Deliver: Applying modern software development practices, you will be involved in the entire software development lifecycle, designing, building, testing and delivering high-quality solutions.  Build Scalable ML Solutions: You will create large scale data processing pipelines to help researchers build and train novel machine learning algorithms.  You will develop high performing scalable systems in the context of large online delivery environments.  Be a Team Player: Working in a collaborative team-oriented environment, you will share information, value diverse ideas, and partner with cross-functional and remote teams.  Be an Agile Person: With a strong sense of urgency and a desire to work in a fast-paced, dynamic environment, you will deliver timely solutions.    Be Innovative: You are empowered to try new approaches and learn new technologies. You will contribute innovative ideas, create solutions, and be accountable for end-to-end deliveries.    Be an Effective Communicator: Through dynamic engagement and communication with cross-functional partners and team members, you will effectively articulate ideas and collaborate on technical developments.     About You    Essential skills &amp; experience   A Bachelor of Science degree, computer science or related field   At least 2 years software engineering experience, ideally in the context of machine learning and natural language processing  Experience and understanding of Python software development stacks and ecosystems, ideally also experience with other programming languages and ecosystems.  Ability to understand, apply, integrate and deploy Machine Learning capabilities and techniques into other systems.   Familiarity with the Python data science stack through exposure to libraries such as Numpy, Scipy, Pandas, Dask, spaCy, NLTK, scikit-learn   Take pride in writing clean, reusable, maintainable and well-tested code   A desire to learn and embrace new and emerging technology   Familiarity with probabilistic models and understand the mathematical concepts underlying machine learning methods   Preferred Skills &amp; Experience   Proficiency in automation, system monitoring, and cloud-native applications, with familiarity in AWS or Azure (or a related cloud platform)   Previous exposure to Natural Language Processing (NLP) problems and have familiarity with key tasks such as Named Entity Recognition (NER), Information Extraction, Information Retrieval, etc.  Ability to understand and translate between language and methodologies used both in research and engineering fields   Ability to take and integrate Machine Learning solutions to production-grade software  What’s in it For You?Hybrid Work Model: We’ve adopted a flexible hybrid working environment (2-3 days a week in the office depending on the role) for our office-based roles while delivering a seamless experience that is digitally and physically connected.Flexibility &amp; Work-Life Balance: Flex My Way is a set of supportive workplace policies designed to help manage personal and professional responsibilities, whether caring for family, giving back to the community, or finding time to refresh and reset. This builds upon our flexible work arrangements, including work from anywhere for up to 8 weeks per year, empowering employees to achieve a better work-life balance.Career Development and Growth: By fostering a culture of continuous learning and skill development, we prepare our talent to tackle tomorrow’s challenges and deliver real-world solutions. Our Grow My Way programming and skills-first approach ensures you have the tools and knowledge to grow, lead, and thrive in an AI-enabled future.Industry Competitive Benefits: We offer comprehensive benefit plans to include flexible vacation, two company-wide Mental Health Days off, access to the Headspace app, retirement savings, tuition reimbursement, employee incentive programs, and resources for mental, physical, and financial wellbeing.Culture: Globally recognized, award-winning reputation for inclusion and belonging, flexibility, work-life balance, and more. We live by our values: Obsess over our Customers, Compete to Win, Challenge (Y)our Thinking, Act Fast / Learn Fast, and Stronger Together.Social Impact: Make an impact in your community with our Social Impact Institute. We offer employees two paid volunteer days off annually and opportunities to get involved with pro-bono consulting projects and Environmental, Social, and Governance (ESG) initiatives.Making a Real-World Impact: We are one of the few companies globally that helps its customers pursue justice, truth, and transparency. Together, with the professionals and institutions we serve, we help uphold the rule of law, turn the wheels of commerce, catch bad actors, report the facts, and provide trusted, unbiased information to people all over the world. DISCLAIMER The above information in this description has been designed to indicate the general nature and level of work performed by employees within this classification. It is not designed to contain or be interpreted as a comprehensive inventory of all duties, responsibilities, and qualifications required of employees assigned to this job.About UsThomson Reuters informs the way forward by bringing together the trusted content and technology that people and organizations need to make the right decisions. We serve professionals across legal, tax, accounting, compliance, government, and media. Our products combine highly specialized software and insights to empower professionals with the data, intelligence, and solutions needed to make informed decisions, and to help institutions in their pursuit of justice, truth, and transparency. Reuters, part of Thomson Reuters, is a world leading provider of trusted journalism and news.We are powered by the talents of 26,000 employees across more than 70 countries, where everyone has a chance to contribute and grow professionally in flexible work environments. At a time when objectivity, accuracy, fairness, and transparency are under attack, we consider it our duty to pursue them. Sound exciting? Join us and help shape the industries that move society forward.As a global business, we rely on the unique backgrounds, perspectives, and experiences of all employees to deliver on our business goals. To ensure we can do that, we seek talented, qualified employees in all our operations around the world regardless of race, color, sex/gender, including pregnancy, gender identity and expression, national origin, religion, sexual orientation, disability, age, marital status, citizen status, veteran status, or any other protected classification under applicable law. Thomson Reuters is proud to be an Equal Employment Opportunity Employer providing a drug-free workplace.We also make reasonable accommodations for qualified individuals with disabilities and for sincerely held religious beliefs in accordance with applicable law. More information on requesting an accommodation here.Learn more on how to protect yourself from fraudulent job postings here.More information about Thomson Reuters can be found on thomsonreuters.com","companyDescription":"Thomson Reuters (TSX/NDAQ: TRI) informs the way forward by bringing together the trusted content and technology that people and organizations need to make the right decisions. We serve professionals across legal, tax, accounting, compliance, government, and media. Our products combine highly specialized software and insights to empower professionals with the data, intelligence, and solutions needed to make informed decisions, and to help institutions in their pursuit of justice, truth, and transparency. Reuters, part of Thomson Reuters, is a world leading provider of trusted journalism and news.\n\nFor more information on Thomson Reuters, visit tr.com and for the latest world news, reuters.com. ","companyLinkedinUrl":"https://ca.linkedin.com/company/thomson-reuters?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":36407}},{"json":{"id":"4374502152","link":"https://ch.linkedin.com/jobs/view/team-head-it-services-pe-fund-controlling-at-coni%2Bpartner-ag-4374502152?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=2GnB5gNlpTqbQUQ2JaPO8A%3D%3D&position=6&pageNum=0","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Team Head IT Services | PE Fund Controlling","salary":"","applyUrl":"https://join.com/companies/coni-partner/YOUR_FOLDER_OR_FILE_IDontrolling?pid=e65242534431eadcb0c9","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Zurich, Zurich, Switzerland","postedAt":"2026-02-23","industries":"Business Consulting and Services","salaryInfo":[""],"trackingId":"2GnB5gNlpTqbQUQ2JaPO8A==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQHY2zxYGH7_Nw/company-logo_100_100/company-logo_100_100/0/1733470467176?e=1773273600&v=beta&t=otpCYOUR_FOLDER_OR_FILE_ID","companyName":"coni+partner AG","jobFunction":"Finance","companySlogan":"Tailor-made solutions for all customers at a high level","companyWebsite":"www.coni-partner.com","employmentType":"Full-time","seniorityLevel":"Director","applicantsCount":"25","descriptionHtml":"<p>coni + partner, established 1993, is a consultancy company with headquarters in Zurich and subsidiaries in Düsseldorf and Shanghai. We are specialised in custom-fit staffing in tune with the corporate culture by ensuring a perfect match of professional skills, references and personal as well as social skills of successful candidates.</p><br><p>Our client is the asset management division of an international bank in Zurich. We are looking for a senior fund controller (m, f, d) with strong IT flair as</p><br><p><strong>Team Head IT Services | PE Fund Controlling</strong></p><br>Aufgaben<br><p>Responsible for the design and further evolvement of IT services for the group's fund controlling with all types of funds and fund portfolios, in an IT- and data-driven environment / Understanding of processes such as data extraction for fund controlling and reporting, including time management, ongoing adjustment of time intervals, deadlines, time control and best practices / Ensure that fund's data is made available to internal and external stakeholders at all times in accordance with high quality standards / Ensuring transparency in the convergence process of data from various sources, including, for example, contract or delivery data, which must be correctly adhered to / Assess and mitigate IT service risks and ensure high data quality for the key figures in the portfolios of the funds, especially for private market funds / Identify and implement continuous IT service improvements through ongoing change management, automation, Process improvement in accordance with ITIL practices / Ensure and maintain the IT service catalogue and service documentation / Ongoing communication with stakeholders / Participation in change initiatives of the group / Ad hoc projects.</p><br>Qualifikation<br><p>Bachelor's or Master's in Business Administration, Quantitative Finance, or Industrial Engineering / CISA, CAIA, or CFA certification is an advantage / Professional experience in the fund industry with all types of funds, e.g., in fund controlling, data analysis of business processes, portfolio monitoring, analytics, etc., or in advising fund companies / Experience in leading teams and specialists / Knowledge of investment metrics and KPIs at the fund and portfolio level / Knowledge of data models for private equity markets / Knowledge of data governance and data quality frameworks / Proven ability and experience in IT Service Management / Experience with implementations, process optimizations, and change management / Proactive personality with analytical thinking and high attention to detail / Ability to perform multiple tasks in parallel at the same at a high level of Quality / Ability to weigh problems and set priorities, strong analytical and problem solving skills / Excellent interpersonal and communication skills / Strong interest in IT and knowledge of private equity systems / Strong interest in exchange and communication / German and English.</p><br><p>Please send us your documents for an initial contact by e-mail to contact@coni-partner. com or call us on +41 44 254 90 10. Mr. Ivano Coni would like to support you. Your application will be kept strictly confidential.</p><br><p><strong>coni + partner ag</strong></p><br><p>Ivano Coni</p><br><p>Managing Director</p><br><p>Klosbachstrasse 107</p><br><p>CH-8032 Zürich</p><br><p>Tel.: +41 44 254 90 10</p>","descriptionText":"coni + partner, established 1993, is a consultancy company with headquarters in Zurich and subsidiaries in Düsseldorf and Shanghai. We are specialised in custom-fit staffing in tune with the corporate culture by ensuring a perfect match of professional skills, references and personal as well as social skills of successful candidates.Our client is the asset management division of an international bank in Zurich. We are looking for a senior fund controller (m, f, d) with strong IT flair asTeam Head IT Services | PE Fund ControllingAufgabenResponsible for the design and further evolvement of IT services for the group's fund controlling with all types of funds and fund portfolios, in an IT- and data-driven environment / Understanding of processes such as data extraction for fund controlling and reporting, including time management, ongoing adjustment of time intervals, deadlines, time control and best practices / Ensure that fund's data is made available to internal and external stakeholders at all times in accordance with high quality standards / Ensuring transparency in the convergence process of data from various sources, including, for example, contract or delivery data, which must be correctly adhered to / Assess and mitigate IT service risks and ensure high data quality for the key figures in the portfolios of the funds, especially for private market funds / Identify and implement continuous IT service improvements through ongoing change management, automation, Process improvement in accordance with ITIL practices / Ensure and maintain the IT service catalogue and service documentation / Ongoing communication with stakeholders / Participation in change initiatives of the group / Ad hoc projects.QualifikationBachelor's or Master's in Business Administration, Quantitative Finance, or Industrial Engineering / CISA, CAIA, or CFA certification is an advantage / Professional experience in the fund industry with all types of funds, e.g., in fund controlling, data analysis of business processes, portfolio monitoring, analytics, etc., or in advising fund companies / Experience in leading teams and specialists / Knowledge of investment metrics and KPIs at the fund and portfolio level / Knowledge of data models for private equity markets / Knowledge of data governance and data quality frameworks / Proven ability and experience in IT Service Management / Experience with implementations, process optimizations, and change management / Proactive personality with analytical thinking and high attention to detail / Ability to perform multiple tasks in parallel at the same at a high level of Quality / Ability to weigh problems and set priorities, strong analytical and problem solving skills / Excellent interpersonal and communication skills / Strong interest in IT and knowledge of private equity systems / Strong interest in exchange and communication / German and English.Please send us your documents for an initial contact by e-mail to contact@coni-partner. com or call us on +41 44 254 90 10. Mr. Ivano Coni would like to support you. Your application will be kept strictly confidential.coni + partner agIvano ConiManaging DirectorKlosbachstrasse 107CH-8032 ZürichTel.: +41 44 254 90 10","companyLinkedinUrl":"https://www.linkedin.com/company/coni-partner-ag?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":1}},{"json":{"id":"4374284520","link":"https://ch.linkedin.com/jobs/view/senior-azure-platform-engineer-%E2%80%8B-%E2%80%8B%E2%80%8B%E2%80%8Bai%E2%80%8B-%E2%80%8B%E2%80%8B-%E2%80%8Bdata%E2%80%8B%E2%80%8B-%E2%80%8B-f-m-d-%E2%80%8B%E2%80%8B%E2%80%8B-100%25-at-orderfox-schweiz-ag-4374284520?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=NZGOBX2pE1xkrn4CRVfiIg%3D%3D&position=10&pageNum=0","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Senior Azure Platform Engineer - AI & Data (f/m/d) 100%","salary":"","applyUrl":"https://t.gohiring.com/h/49d4deYOUR_FOLDER_OR_FILE_ID149c364874178","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Zurich, Zurich, Switzerland","postedAt":"2026-02-23","industries":"Software Development","salaryInfo":[""],"trackingId":"NZGOBX2pE1xkrn4CRVfiIg==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQEbv1ee7IpGAg/company-logo_100_100/B4EZVHsNQVHcAQ-/0/1740664526911/orderfox_schweiz_ag_logo?e=1773273600&v=beta&t=cyoIfYqfJ571c0fXkqN-VqhVL3VVuN0cDlt58p5ceX8","companyName":"Orderfox Schweiz AG","jobFunction":"Information Technology","companySlogan":"We are dedicated to developing AI-based solutions to address the complex challenges of different industry sectors.","companyAddress":{"type":"PostalAddress","addressCountry":"CH","addressLocality":"Zürich"},"companyWebsite":"https://www.orderfox.com/","employmentType":"Full-time","seniorityLevel":"Mid-Senior level","applicantsCount":"25","descriptionHtml":"<strong>Help shape what's next for the industry - with Orderfox.<br><br></strong><em>Own the platform that powers AI agents at scale. <br><br></em>At Orderfox, we’re building AI agents that turn manufacturing data into action - identifying suppliers, revealing capacity, and enabling faster, smarter decisions. We're scaling quickly beyond CNC into injection moulding, sheet metal, additive manufacturing, and robotics.<br><br>Our Azure platform is live and delivering value. Now we’re standardising and hardening it into a repeatable foundation for more agents, higher data volumes, and new verticals - this is where you come in.<br><br>As Senior Azure Platform Engineer, you’ll own the platform’s evolution and readiness for what’s next.<br><br>You'll report to the CTO, work in a strong ~15-person engineering team, and ship with high autonomy - clear outcomes, fast decisions, no micromanagement, no heavyweight specs. We work AI-first (Claude, Cursor, Azure CLI) and favour building over meetings and slide decks.<br><br><strong>What You'll Make Happen<br><br></strong>Platform &amp; Infrastructure ownership<br><br><ul><li>Own and evolve our Azure environment (Container Apps, Functions, storage, networking, data pipelines)</li><li>Scale our scraping and vision extraction systems as data volumes grow</li><li>Automate provisioning and operations (IaC where it fits, AI-assisted tooling where it’s faster) -automation over manual work</li><li>Build observability that’s actionable: monitoring, alerting, and cost tracking that actually helps<br><br></li></ul>DevOps &amp; Team Enablement<br><br><ul><li>Create CI/CD pipelines that let engineers ship agents fast and safely</li><li>Keep the engineering team unblocked on infrastructure topics (deployments, environments, access, tooling)</li><li>Establish patterns and standards that make the platform easier to build on (templates, conventions, guardrails)</li><li>Document key decisions and systems clearly so the team scales without tribal knowledge<br><br></li></ul>Platform Evolution<br><br><ul><li>Architect for future needs: MLOps readiness, multi-vertical scaling, and agent orchestration at scale</li><li>Optimise Azure spend responsibly (including a $44 M commitment to use efficiently)</li><li>Support Microsoft partnership requirements when needed (co-sell, marketplace)<br><br></li></ul><strong>What Eases Your Start<br><br></strong><ul><li>You work AI-first. Claude, Cursor and Copilot are part of how you operate. You use LLMs to manage infrastructure, write automation, debug faster, and solve operational problems - for this role, that’s essential.</li><li>You’re at home on Azure in real environments. You’ve spent multiple (5+) years building and running systems on Azure. You know what it takes to operate reliably, and you have a strong sense for when to use Container Apps vs. Functions vs. other serverless patterns in practice.</li><li>You automate by default. Whether it’s Terraform, Bicep, or AI-assisted infrastructure management - you build automation that keeps the platform predictable, reproducible, and easy to run.</li><li>You take ownership and communicate clearly. You see what needs doing and drive it forward - proactively and pragmatically. You explain what you're building (and why) in a way that keeps the team aligned and reduces ambiguity.</li><li>You’re comfortable in Python when it helps. You script, build internal tools, and create small utilities that make systems easier to operate and teams faster.<br><br></li></ul>You'll stand out if you bring:<br><br>Experience scaling data acquisition and pipelines (ETL, scraping, feature engineering, reliability at volume)<br><br><ul><li> MLOps/DataOps exposure (Azure ML, Databricks, experiment tracking, model lifecycle thinking)</li><li> a track record of improving infrastructure without destabilising live systems</li><li> the ability to explain technical trade-offs to non-technical stakeholders in a crisp, pragmatic way<br><br></li></ul>Practical requirements: Swiss / EU / EFTA citizenship or a valid Swiss work permit AND availability to work on-site in Zurich (this is not a fully remote role)<br><br>This won't be right for you if<br><br><ul><li>You prefer clean specs over open-ended problems and ownership</li><li>You want to design systems, but not build and runt hem</li><li>You’re only interested in fully remote work</li><li>You're looking for a slow-moving, highly structured environment<br><br></li></ul><strong>What You Can Look Forward To<br><br></strong><ul><li>An inspiring location: Our Zurich HQ is in the historic Villa Windegg in Seefeld - right by the lake and just minutes from Stadelhofen station, with parks, cafés, and cultural spots nearby.</li><li>Flexibility that fits: A 42-hour flexitime week with regular office days, home-office options, and the opportunity to work up to 20 days a year from abroad.</li><li>A team that moves fast: Join a ~30-person international start-up where initiative, ownership, and quick decisions matter more than hierarchy. Direct access to the CTO and real influence on technical direction.</li><li>Work with purpose: Contribute to intelligent AI solutions that help industries solve real-world challenges. Your infrastructure enables the AI agents our customers use -you'll own the platform that makes it possible.</li><li>Benefits that support you: 25 vacation days, additional company holidays, full salary continuation during maternity, paternity, and military leave, plus modern workspaces, snacks, and evolving extras as we grow.<br><br></li></ul><strong>What Starts Your Journey With Us<br><br></strong>We look forward to seeing how you think, build, and create impact.<br><br>Please apply via the \"Apply for this position\" button and include:<br><br><ul><li>Your CV - concise and outcome-focused, highlighting platforms you’ve owned, what you scaled, and the measurable impact (reliability, cost, deployment speed, automation, incident reduction).</li><li>Your diplomas and reference letters - to complete your profile</li><li>If available: GitHub, technical writing, or anything showing how you approach infrastructure<br><br></li></ul>Here’s what happens next:<br><br>We review your application → we talk (structured interview) → you work on a take-home assignment → you get clear feedback and a decision.<br><br>Questions? Talk to Pietro Volpe, HR Generalist, at careers@orderfox.com (<em>Applications by email cannot be considered.</em>)<br><br>Equal opportunity: We welcome applications from all backgrounds regardless of gender, age, origin, sexual orientation, or religion.<br><br><strong>About Us<br><br></strong>We are Orderfox Schweiz AG, based in Zurich - a company that brings together technology, creativity and industry. With our brands Partfox and Gieni AI, we develop digital solutions that make manufacturing processes smarter, more transparent and future-ready. What drives us is curiosity and the ambition to shape the future of manufacturing. At Orderfox, you will join an international, forward-thinking team where ideas matter, collaboration is key and every individual has the chance to make an impact. We value creativity, openness and the courage to innovate - and we are looking for people who share this mindset and want to grow with us.","descriptionText":"Help shape what's next for the industry - with Orderfox.Own the platform that powers AI agents at scale. At Orderfox, we’re building AI agents that turn manufacturing data into action - identifying suppliers, revealing capacity, and enabling faster, smarter decisions. We're scaling quickly beyond CNC into injection moulding, sheet metal, additive manufacturing, and robotics.Our Azure platform is live and delivering value. Now we’re standardising and hardening it into a repeatable foundation for more agents, higher data volumes, and new verticals - this is where you come in.As Senior Azure Platform Engineer, you’ll own the platform’s evolution and readiness for what’s next.You'll report to the CTO, work in a strong ~15-person engineering team, and ship with high autonomy - clear outcomes, fast decisions, no micromanagement, no heavyweight specs. We work AI-first (Claude, Cursor, Azure CLI) and favour building over meetings and slide decks.What You'll Make HappenPlatform &amp; Infrastructure ownershipOwn and evolve our Azure environment (Container Apps, Functions, storage, networking, data pipelines)Scale our scraping and vision extraction systems as data volumes growAutomate provisioning and operations (IaC where it fits, AI-assisted tooling where it’s faster) -automation over manual workBuild observability that’s actionable: monitoring, alerting, and cost tracking that actually helpsDevOps &amp; Team EnablementCreate CI/CD pipelines that let engineers ship agents fast and safelyKeep the engineering team unblocked on infrastructure topics (deployments, environments, access, tooling)Establish patterns and standards that make the platform easier to build on (templates, conventions, guardrails)Document key decisions and systems clearly so the team scales without tribal knowledgePlatform EvolutionArchitect for future needs: MLOps readiness, multi-vertical scaling, and agent orchestration at scaleOptimise Azure spend responsibly (including a $44 M commitment to use efficiently)Support Microsoft partnership requirements when needed (co-sell, marketplace)What Eases Your StartYou work AI-first. Claude, Cursor and Copilot are part of how you operate. You use LLMs to manage infrastructure, write automation, debug faster, and solve operational problems - for this role, that’s essential.You’re at home on Azure in real environments. You’ve spent multiple (5+) years building and running systems on Azure. You know what it takes to operate reliably, and you have a strong sense for when to use Container Apps vs. Functions vs. other serverless patterns in practice.You automate by default. Whether it’s Terraform, Bicep, or AI-assisted infrastructure management - you build automation that keeps the platform predictable, reproducible, and easy to run.You take ownership and communicate clearly. You see what needs doing and drive it forward - proactively and pragmatically. You explain what you're building (and why) in a way that keeps the team aligned and reduces ambiguity.You’re comfortable in Python when it helps. You script, build internal tools, and create small utilities that make systems easier to operate and teams faster.You'll stand out if you bring:Experience scaling data acquisition and pipelines (ETL, scraping, feature engineering, reliability at volume) MLOps/DataOps exposure (Azure ML, Databricks, experiment tracking, model lifecycle thinking) a track record of improving infrastructure without destabilising live systems the ability to explain technical trade-offs to non-technical stakeholders in a crisp, pragmatic wayPractical requirements: Swiss / EU / EFTA citizenship or a valid Swiss work permit AND availability to work on-site in Zurich (this is not a fully remote role)This won't be right for you ifYou prefer clean specs over open-ended problems and ownershipYou want to design systems, but not build and runt hemYou’re only interested in fully remote workYou're looking for a slow-moving, highly structured environmentWhat You Can Look Forward ToAn inspiring location: Our Zurich HQ is in the historic Villa Windegg in Seefeld - right by the lake and just minutes from Stadelhofen station, with parks, cafés, and cultural spots nearby.Flexibility that fits: A 42-hour flexitime week with regular office days, home-office options, and the opportunity to work up to 20 days a year from abroad.A team that moves fast: Join a ~30-person international start-up where initiative, ownership, and quick decisions matter more than hierarchy. Direct access to the CTO and real influence on technical direction.Work with purpose: Contribute to intelligent AI solutions that help industries solve real-world challenges. Your infrastructure enables the AI agents our customers use -you'll own the platform that makes it possible.Benefits that support you: 25 vacation days, additional company holidays, full salary continuation during maternity, paternity, and military leave, plus modern workspaces, snacks, and evolving extras as we grow.What Starts Your Journey With UsWe look forward to seeing how you think, build, and create impact.Please apply via the \"Apply for this position\" button and include:Your CV - concise and outcome-focused, highlighting platforms you’ve owned, what you scaled, and the measurable impact (reliability, cost, deployment speed, automation, incident reduction).Your diplomas and reference letters - to complete your profileIf available: GitHub, technical writing, or anything showing how you approach infrastructureHere’s what happens next:We review your application → we talk (structured interview) → you work on a take-home assignment → you get clear feedback and a decision.Questions? Talk to Pietro Volpe, HR Generalist, at careers@orderfox.com (Applications by email cannot be considered.)Equal opportunity: We welcome applications from all backgrounds regardless of gender, age, origin, sexual orientation, or religion.About UsWe are Orderfox Schweiz AG, based in Zurich - a company that brings together technology, creativity and industry. With our brands Partfox and Gieni AI, we develop digital solutions that make manufacturing processes smarter, more transparent and future-ready. What drives us is curiosity and the ambition to shape the future of manufacturing. At Orderfox, you will join an international, forward-thinking team where ideas matter, collaboration is key and every individual has the chance to make an impact. We value creativity, openness and the courage to innovate - and we are looking for people who share this mindset and want to grow with us.","companyLinkedinUrl":"https://ch.linkedin.com/company/orderfox-schweiz-ag?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":22}},{"json":{"id":"4374294300","link":"https://ch.linkedin.com/jobs/view/software-engineer-product-at-adaptyv-4374294300?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=z4ZhJGJw0u7VO1gMRQYkLg%3D%3D&position=7&pageNum=0","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Software Engineer (Product)","salary":"","applyUrl":"https://jobs.ashbyhq.com/adaptyv/34e28741-b3fc-4536-b666-1e690c8f33f5","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Lausanne, Vaud, Switzerland","postedAt":"2026-02-23","salaryInfo":[""],"trackingId":"z4ZhJGJw0u7VO1gMRQYkLg==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQFl6lfO9BIbLQ/company-logo_100_100/B4EZld1r5MHEAQ-/0/1758215979002/adaptyvbio_logo?e=1773273600&v=beta&t=JViqgzvey2YOUR_FOLDER_OR_FILE_ID","companyName":"Adaptyv","companySlogan":"The cloud lab for protein designers","jobPosterName":"Julian Englert","companyAddress":{"type":"PostalAddress","addressCountry":"CH","addressLocality":"Lausanne"},"companyWebsite":"https://adaptyvbio.com","employmentType":"Full-time","jobPosterPhoto":"https://media.licdn.com/dms/image/v2/D4E03AQFFhkKPjAXymw/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1681397043835?e=1773273600&v=beta&t=k8mZQyUmTbcUJ9uT66HaW_7OlNS6McMREA9SPK4Gxb0","jobPosterTitle":"Co-Founder and CEO of Adaptyv — We're hiring!","applicantsCount":"25","descriptionHtml":"<p>Adaptyv is building an automated lab that lets AI agents run biology experiments.</p><p><br></p><p>We're entering the era of agentic science where AI models can now design novel proteins, propose hypotheses, and iterate on experimental results. But they can't run the experiments themselves - that's still a manual, months-long process. We're building the infrastructure that gives AI agents access to the physical world.</p><p><br></p><p>Today, over 50 companies are already running their wet lab experiments on Adaptyv, ranging from some of the biggest biopharmas, to frontier AI labs to dozens of techbio startups.</p><p><br></p><p>Our automated lab is powered by a deep software + hardware stack: lab instruments worth millions of USD reverse-engineered into API-controllable hardware, dozens of devices orchestrated through complex workflows, full observability on everything that happens in the lab, processing pipelines for messy physical-world data, and AI systems that troubleshoot production results and accelerate assay development.</p><p><br></p><p>We’re growing rapidly and are hiring for talented engineers to help us scale our software to support the massive demand for AI-driven wet lab experimentation.</p><p><br></p>The role<p>You'll work across LabOS — our internal software platform — building the orchestration layer that coordinates everything from experiment scheduling to execution to data capture and results processing. This is full-stack product engineering at the intersection of software and physical-world biology.</p><p><br></p><p>Day-to-day, that can mean things like:</p><ul><li>Creating interfaces and APIs that give scientists and AI agents visibility into what's happening in the lab in real time</li><li>Building custom AI agents and tooling that automate decisions across the experiment lifecycle, from protocol design to troubleshooting failed results</li><li>Turning proprietary hardware into API-controllable devices that agents and software can operate programmatically</li><li>Designing scheduling systems that coordinate dozens of lab instruments with complex dependency chains</li></ul><p><br></p><p>You'll own large areas of the product. We're a small team where individual engineers have large impact on what gets built and how.<br></p><strong>What we're looking for</strong><ul><li><strong>Full-stack production experience.</strong> We use TypeScript, React, Node, Postgres — but what matters is you can work across the stack.</li><li><strong>Product instinct.</strong> You've shipped, watched users, iterated, and shipped again.</li><li><strong>Comfortable in ambiguity.</strong> You start from a goal, not a spec. You scope problems down, decide what to build and what to skip, and write your own plan when none exists.</li><li><strong>Builds with AI.</strong> You use AI tools heavily, but you have enough experience without them to know what good looks like.</li><li><strong>Curious about biology.</strong> No background required, but running real experiments in the physical world should excite you.</li></ul><p><br></p>","descriptionText":"Adaptyv is building an automated lab that lets AI agents run biology experiments.We're entering the era of agentic science where AI models can now design novel proteins, propose hypotheses, and iterate on experimental results. But they can't run the experiments themselves - that's still a manual, months-long process. We're building the infrastructure that gives AI agents access to the physical world.Today, over 50 companies are already running their wet lab experiments on Adaptyv, ranging from some of the biggest biopharmas, to frontier AI labs to dozens of techbio startups.Our automated lab is powered by a deep software + hardware stack: lab instruments worth millions of USD reverse-engineered into API-controllable hardware, dozens of devices orchestrated through complex workflows, full observability on everything that happens in the lab, processing pipelines for messy physical-world data, and AI systems that troubleshoot production results and accelerate assay development.We’re growing rapidly and are hiring for talented engineers to help us scale our software to support the massive demand for AI-driven wet lab experimentation.The roleYou'll work across LabOS — our internal software platform — building the orchestration layer that coordinates everything from experiment scheduling to execution to data capture and results processing. This is full-stack product engineering at the intersection of software and physical-world biology.Day-to-day, that can mean things like:Creating interfaces and APIs that give scientists and AI agents visibility into what's happening in the lab in real timeBuilding custom AI agents and tooling that automate decisions across the experiment lifecycle, from protocol design to troubleshooting failed resultsTurning proprietary hardware into API-controllable devices that agents and software can operate programmaticallyDesigning scheduling systems that coordinate dozens of lab instruments with complex dependency chainsYou'll own large areas of the product. We're a small team where individual engineers have large impact on what gets built and how.What we're looking forFull-stack production experience. We use TypeScript, React, Node, Postgres — but what matters is you can work across the stack.Product instinct. You've shipped, watched users, iterated, and shipped again.Comfortable in ambiguity. You start from a goal, not a spec. You scope problems down, decide what to build and what to skip, and write your own plan when none exists.Builds with AI. You use AI tools heavily, but you have enough experience without them to know what good looks like.Curious about biology. No background required, but running real experiments in the physical world should excite you.","companyDescription":"Proteins are the most advanced nanotechnology we know of. At Adaptyv Bio we’re building a next-gen protein foundry to allow you to synthesize and test any protein you design.\n","companyLinkedinUrl":"https://ch.linkedin.com/company/adaptyvbio?trk=public_jobs_jserp-result_job-search-card-subtitle","jobPosterProfileUrl":"https://ch.linkedin.com/in/julian-englert","companyEmployeesCount":30}},{"json":{"id":"4374286450","link":"https://ch.linkedin.com/jobs/view/ing%C3%A9nieur-production-ing%C3%A9nieure-production-at-bureau-ing%C3%A9nieur-infrastructures-transport-syst%C3%A8mes-4374286450?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=AB5b1HBpMEBb0%2B2%2BEExFGA%3D%3D&position=2&pageNum=0&trk=public_jobs_jserp-result_search-card","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Ingénieur production/Ingénieure production","salary":"","applyUrl":"","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Yverdon, Vaud, Switzerland","postedAt":"2026-02-23","industries":"Construction, Specialty Trade Contractors, and Engineering Services","salaryInfo":[""],"trackingId":"AB5b1HBpMEBb0+2+EExFGA==","companyLogo":"https://static.licdn.com/aero-v1/sc/h/6puxblwmhnodu6fjircz4dn4h","companyName":"Bureau Ingénieur infrastructures transport systèmes","jobFunction":"Production, Engineering, and Consulting","jobPosterName":"François Mazza","employmentType":"Full-time","jobPosterPhoto":"https://static.licdn.com/aero-v1/sc/h/9c8pery4andzj6ohjkjp54ma2","jobPosterTitle":"François Mazza - Consulting","seniorityLevel":"Director","applicantsCount":"25","descriptionHtml":"<p><strong>Directeur·trice de la Production (80–100 %) – Région Yverdon, Suisse francophone</strong></p><p><br></p><p>Notre client est un bureau d’ingénierie et de conseil à taille humaine, spécialisé dans les infrastructures de transport et les systèmes techniques complexes.</p><p><br></p><p>Depuis plusieurs années, il accompagne des acteurs de premier plan dans la conception, la planification et la réalisation de projets d’envergure, en Suisse et à l’international.</p><p><br></p><p>Dans le cadre du renforcement de son organisation, nous recherchons un·e <strong>Directeur·trice de la Production</strong> chargé·e de coordonner l’ensemble des activités des pôles Production, Études et Travaux.</p><p><br></p><p>Votre mission</p><p>Rattaché·e à la Direction Opérationnelle, vous assumez la responsabilité globale de la production, couvrant les pôles Études et Travaux. Vous occupez un rôle central dans l’organisation, la coordination et l’optimisation des ressources, tout en garantissant la qualité des livrables, la cohérence technique et le respect des engagements contractuels.</p><p>À ce titre, vous :</p><ul><li>pilotez l’ensemble des activités de production (Études et Travaux),</li><li>supervisez les chefs de projets et les ingénieur·e·s,</li><li>planifiez, priorisez et arbitrez les charges et ressources,</li><li>garantissez la qualité opérationnelle des livrables et la coordination Études–Travaux,</li><li>organisez et animez les instances de coordination opérationnelle,</li><li>collaborez étroitement avec les Directions Opérationnelle et Commerciale,</li><li>participez activement aux projets, avec une implication opérationnelle lorsque nécessaire,</li><li>contribuez à la validation technique, méthodologique et organisationnelle des offres.</li></ul><p>Management et gouvernance</p><p>Vous assurez un management de proximité des équipes de production, définissez et suivez les objectifs individuels, menez les entretiens d’évaluation et veillez à instaurer un climat de travail constructif et performant. Vous êtes également garant·e d’un reporting régulier, clair et structuré auprès de la Direction.</p><p>Votre profil</p><p>Vous disposez :</p><ul><li>d’une solide expérience en pilotage de production ou d’opérations au sein d’un bureau d’ingénieurs, d’une maîtrise d’œuvre ou d’une entreprise technique,</li><li>d’une excellente compréhension des processus Études et Travaux dans le domaine des infrastructures ou des systèmes de transport,</li><li>de compétences managériales affirmées, avec une capacité reconnue à décider, prioriser et fédérer,</li><li>d’un sens aigu de l’organisation, du résultat et de la qualité,</li><li>d’excellentes compétences en communication, à l’écrit comme à l’oral,</li><li>d’un leadership naturel, associé à fiabilité, intégrité et exemplarité.</li></ul><p>Une formation technique supérieure, idéalement de niveau ingénieur (EPF, HES ou équivalent) en informatique, automation ou électrotechnique est indispensable.. Une formation complémentaire en gestion de projets ou en management est appréciée.</p><p>Conditions proposées</p><ul><li>Déplacements réguliers en Suisse et ponctuellement à l’étranger,</li><li>Télétravail partiel possible dans le cadre légal (jusqu’à 40 % pour un ressortissant suisse),</li><li>Taux d’activité : 80 à 100 %,</li><li>Entrée en fonction : début 2026 ou à convenir.</li></ul><p><br></p><p>Vous évoluerez dans un environnement stimulant, au sein d’une entreprise en forte croissance, offrant des projets techniques à haute valeur ajoutée et de réelles perspectives de développement professionnel. L’effectif a doublé en 2025 et le carnet de commandes assure une visibilité de plus de cinq ans. L’esprit est résolument entrepreneurial, porté par des valeurs d’expertise technique, d’orientation client et d’agilité.</p><p><br></p><p>Veuillez postuler uniquement via Linkedin (bouton bleu).</p><p></p>","descriptionText":"Directeur·trice de la Production (80–100 %) – Région Yverdon, Suisse francophoneNotre client est un bureau d’ingénierie et de conseil à taille humaine, spécialisé dans les infrastructures de transport et les systèmes techniques complexes.Depuis plusieurs années, il accompagne des acteurs de premier plan dans la conception, la planification et la réalisation de projets d’envergure, en Suisse et à l’international.Dans le cadre du renforcement de son organisation, nous recherchons un·e Directeur·trice de la Production chargé·e de coordonner l’ensemble des activités des pôles Production, Études et Travaux.Votre missionRattaché·e à la Direction Opérationnelle, vous assumez la responsabilité globale de la production, couvrant les pôles Études et Travaux. Vous occupez un rôle central dans l’organisation, la coordination et l’optimisation des ressources, tout en garantissant la qualité des livrables, la cohérence technique et le respect des engagements contractuels.À ce titre, vous :pilotez l’ensemble des activités de production (Études et Travaux),supervisez les chefs de projets et les ingénieur·e·s,planifiez, priorisez et arbitrez les charges et ressources,garantissez la qualité opérationnelle des livrables et la coordination Études–Travaux,organisez et animez les instances de coordination opérationnelle,collaborez étroitement avec les Directions Opérationnelle et Commerciale,participez activement aux projets, avec une implication opérationnelle lorsque nécessaire,contribuez à la validation technique, méthodologique et organisationnelle des offres.Management et gouvernanceVous assurez un management de proximité des équipes de production, définissez et suivez les objectifs individuels, menez les entretiens d’évaluation et veillez à instaurer un climat de travail constructif et performant. Vous êtes également garant·e d’un reporting régulier, clair et structuré auprès de la Direction.Votre profilVous disposez :d’une solide expérience en pilotage de production ou d’opérations au sein d’un bureau d’ingénieurs, d’une maîtrise d’œuvre ou d’une entreprise technique,d’une excellente compréhension des processus Études et Travaux dans le domaine des infrastructures ou des systèmes de transport,de compétences managériales affirmées, avec une capacité reconnue à décider, prioriser et fédérer,d’un sens aigu de l’organisation, du résultat et de la qualité,d’excellentes compétences en communication, à l’écrit comme à l’oral,d’un leadership naturel, associé à fiabilité, intégrité et exemplarité.Une formation technique supérieure, idéalement de niveau ingénieur (EPF, HES ou équivalent) en informatique, automation ou électrotechnique est indispensable.. Une formation complémentaire en gestion de projets ou en management est appréciée.Conditions proposéesDéplacements réguliers en Suisse et ponctuellement à l’étranger,Télétravail partiel possible dans le cadre légal (jusqu’à 40 % pour un ressortissant suisse),Taux d’activité : 80 à 100 %,Entrée en fonction : début 2026 ou à convenir.Vous évoluerez dans un environnement stimulant, au sein d’une entreprise en forte croissance, offrant des projets techniques à haute valeur ajoutée et de réelles perspectives de développement professionnel. L’effectif a doublé en 2025 et le carnet de commandes assure une visibilité de plus de cinq ans. L’esprit est résolument entrepreneurial, porté par des valeurs d’expertise technique, d’orientation client et d’agilité.Veuillez postuler uniquement via Linkedin (bouton bleu).","jobPosterProfileUrl":"https://ch.linkedin.com/in/francoismazza1964"}},{"json":{"id":"4374283961","link":"https://ch.linkedin.com/jobs/view/automatiker-support-at-randstad-switzerland-4374283961?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=BEjQ0Z7XYjMsgigsbZ9PAg%3D%3D&position=3&pageNum=0","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Automatiker / Support","salary":"","applyUrl":"","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Arbon, Thurgau, Switzerland","postedAt":"2026-02-23","industries":"Machinery Manufacturing","salaryInfo":[""],"trackingId":"BEjQ0Z7XYjMsgigsbZ9PAg==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQGDbWaQdw5W-w/company-logo_100_100/company-logo_100_100/0/1690460414477/randstad_switzerland_logo?e=1773273600&v=beta&t=C6nMZCiKuCyJcy9tNWFFbUcD-psaOoA84U_2CkFXpkI","companyName":"Randstad Switzerland","jobFunction":"Customer Service","companySlogan":"We support people and organizations in realizing their true potential.","jobPosterName":"Roland Nägeli","companyAddress":{"type":"PostalAddress","postalCode":"8050","streetAddress":"Leutschenbachstrasse 45","addressCountry":"CH","addressLocality":"Zürich"},"companyWebsite":"http://www.randstad.ch","employmentType":"Full-time","jobPosterPhoto":"https://static.licdn.com/aero-v1/sc/h/9c8pery4andzj6ohjkjp54ma2","jobPosterTitle":"Branch Manager bei Randstad  |  HR Fachmann mit Eidg. FA  |  HR-Experte für Technik & MEM |","seniorityLevel":"Associate","applicantsCount":"25","descriptionHtml":"<p>Knifflige technische Probleme an High-Tech-Maschinen spornen Dich an? Möchtest Du Kunden und Servicetechniker weltweit mit Deinem Elektro- und Steuerungs-Know-how unterstützen und Dein Wissen in Schulungen weitergeben?</p><p><br></p><p>Unser Kunde ist ein international renommierter Schweizer Maschinenbauer und Technologieführer mit Sitz in der Bodenseeregion. Als traditionsreiches Familienunternehmen setzt unser Kunde auf Schweizer Präzision und Innovation. Für den Kundendienst suchen wir Dich als kommunikationsstarke/n und technisch versierte/n</p><p><br></p><p><strong>Automatiker / Supporter (m/w/d)</strong></p><p><br></p><p><br></p><p>Das wirst Du tun:</p><ul><li>Du leistest 1st &amp; 2nd Level Support für Steuerungs- &amp; Antriebstechnik für Kunden weltweit</li><li>Du bietest technische Unterstützung für Servicetechniker, sowohl remote als auch bei Bedarf vor Ort</li><li>Du analysierst Störungen und definierst passende Lösungen wie Ersatzteile oder Massnahmen</li><li>Du planst und führst technische Schulungen für Kunden und Kollegen durch</li><li>Du erstellst und pflegst Wissensdatenbank-Artikel sowie technische Dokumentationen</li></ul><p><br></p><p><br></p><p><br></p><p>Darauf darfst Du Dich freuen:</p><ul><li>Flexible Arbeitszeiten bei einer 40-Stunden-Woche ohne Blockzeiten</li><li>Moderne und ergonomische Arbeitsplätze</li><li>Ein subventioniertes Mittagessen und regelmässige Firmenevents wie Sommerfest oder Skitag</li><li>Gratis Parkplätze, gute Anbindung an den öffentlichen Verkehr und E-Ladestationen</li><li>Aktive Unterstützung bei Deiner Weiterbildung</li><li>Ein sicherer Arbeitsplatz in einem soliden Schweizer Familienunternehmen mit flachen Hierarchien und einem kollegialen Team</li></ul><p><br></p><p><br></p><p>Das bringst Du mit:</p><ul><li>Eine abgeschlossene technische Berufslehre (EFZ) als Automatiker/in, Elektromechaniker/in, Automobil-Mechatroniker/in, Diagnostiker/in oder in einem verwandten Bereich mit starkem Fokus auf Elektrotechnik und Steuerungssysteme</li><li>Mehrjährige Erfahrung im technischen Support, Kundendienst oder als Servicetechniker im Maschinenbau</li><li>Sehr gute Deutsch- und Englischkenntnisse / zusätzlich französisch oder italienisch ist von Vorteil</li><li>Eine analytische Denkweise, eine schnelle Auffassungsgabe und eine selbstständige Arbeitsweise</li><li>Ausgeprägte Kommunikationsfähigkeit sowie Freude am Kundenkontakt und an der Durchführung von Trainings</li><li>Freude am kontinuierlichen Lernen</li></ul><p></p>","descriptionText":"Knifflige technische Probleme an High-Tech-Maschinen spornen Dich an? Möchtest Du Kunden und Servicetechniker weltweit mit Deinem Elektro- und Steuerungs-Know-how unterstützen und Dein Wissen in Schulungen weitergeben?Unser Kunde ist ein international renommierter Schweizer Maschinenbauer und Technologieführer mit Sitz in der Bodenseeregion. Als traditionsreiches Familienunternehmen setzt unser Kunde auf Schweizer Präzision und Innovation. Für den Kundendienst suchen wir Dich als kommunikationsstarke/n und technisch versierte/nAutomatiker / Supporter (m/w/d)Das wirst Du tun:Du leistest 1st &amp; 2nd Level Support für Steuerungs- &amp; Antriebstechnik für Kunden weltweitDu bietest technische Unterstützung für Servicetechniker, sowohl remote als auch bei Bedarf vor OrtDu analysierst Störungen und definierst passende Lösungen wie Ersatzteile oder MassnahmenDu planst und führst technische Schulungen für Kunden und Kollegen durchDu erstellst und pflegst Wissensdatenbank-Artikel sowie technische DokumentationenDarauf darfst Du Dich freuen:Flexible Arbeitszeiten bei einer 40-Stunden-Woche ohne BlockzeitenModerne und ergonomische ArbeitsplätzeEin subventioniertes Mittagessen und regelmässige Firmenevents wie Sommerfest oder SkitagGratis Parkplätze, gute Anbindung an den öffentlichen Verkehr und E-LadestationenAktive Unterstützung bei Deiner WeiterbildungEin sicherer Arbeitsplatz in einem soliden Schweizer Familienunternehmen mit flachen Hierarchien und einem kollegialen TeamDas bringst Du mit:Eine abgeschlossene technische Berufslehre (EFZ) als Automatiker/in, Elektromechaniker/in, Automobil-Mechatroniker/in, Diagnostiker/in oder in einem verwandten Bereich mit starkem Fokus auf Elektrotechnik und SteuerungssystemeMehrjährige Erfahrung im technischen Support, Kundendienst oder als Servicetechniker im MaschinenbauSehr gute Deutsch- und Englischkenntnisse / zusätzlich französisch oder italienisch ist von VorteilEine analytische Denkweise, eine schnelle Auffassungsgabe und eine selbstständige ArbeitsweiseAusgeprägte Kommunikationsfähigkeit sowie Freude am Kundenkontakt und an der Durchführung von TrainingsFreude am kontinuierlichen Lernen","companyDescription":"As the leading company in the field of Human Resources, Randstad understands all aspects of the world of work - worldwide and throughout Switzerland. Many years of successful work in this field and an internal network of specialists provide in-depth expertise and broad experience. \n\nThis makes Randstad unique in the personnel management field: Our consultants are experts in the local employment market and the various sectors. But our commitment goes even further. It is of great importance to us that we know our clients, their businesses and the jobs involved. \n\nWe also dedicate a great deal of time to job seekers; we not only want to know about their skills and experience, but also their personality and human qualities.\n\nIn this way, Randstad ensures that our clients obtain exactly the right people. To know, to serve, trust and continually strive for perfection while simultaneously promoting all interests are the core values on which Randstad has built the company. \n\nOur Services:\n- Staffing: For temporary and permanent positions\n- Professionals: For specialists and executive staff \n- Search & Selection: For middle and senior management levels \n- HR Solutions: Specialized HR Services for SMEs and large companies  \n- Inhouse Services: For companies with a flexible staff requirement\n- innoative HR Tech Tools: For workforce scheduling and video interviews","companyLinkedinUrl":"https://ch.linkedin.com/company/randstad-switzerland?trk=public_jobs_jserp-result_job-search-card-subtitle","jobPosterProfileUrl":"https://ch.linkedin.com/in/roland-naegeli-ch","companyEmployeesCount":318}},{"json":{"id":"4248207018","link":"https://ch.linkedin.com/jobs/view/uipath-rpa-automation-specialist-at-callista-4248207018?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=0Dz1EVF3tbkGQUWJDGe03A%3D%3D&position=1&pageNum=0","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"UiPath RPA Automation Specialist","salary":"","applyUrl":"https://callistaace.recruitee.com/o/uipath-rpa-automation-specialist/c/new?source=LinkedIn+Basic+Jobs","benefits":[],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Zurich, Zurich, Switzerland","postedAt":"2026-02-23","industries":"IT Services and IT Consulting","salaryInfo":[""],"trackingId":"0Dz1EVF3tbkGQUWJDGe03A==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQEEU4cIFiivTQ/company-logo_100_100/company-logo_100_100/0/1687280642407/callista_ch_logo?e=1773273600&v=beta&t=7dqnkas7towhmkCkG1_V5HBVLUiGIQ9WK_nUETWYmQs","companyName":"Callista","jobFunction":"Information Technology","companySlogan":"Data Platform Advisory | Agentic AI Solutions | On Demand Staffing","companyAddress":{"type":"PostalAddress","postalCode":"6300","streetAddress":"General-Guisan-Strasse 8","addressCountry":"CH","addressLocality":"Zug"},"companyWebsite":"https://www.callista.ch","employmentType":"Other","seniorityLevel":"Not Applicable","applicantsCount":"134","descriptionHtml":"Für die Weiterentwicklung und Optimierung unserer Geschäftsprozesse suchen wir eine/n erfahrene/n <strong>UiPath RPA Automation Specialist</strong>. In dieser Rolle analysieren Sie eigenständig Prozesse, entwickeln und betreiben Automatisierungslösungen mit UiPath und sind zentrale/r Ansprechpartner/in für die technische Umsetzung von RPA-Projekten.<br><br><strong>Aufgaben:<br><br></strong><ul><li>Analyse und Bewertung von Geschäftsprozessen hinsichtlich Automatisierungspotenzial</li><li>Entwicklung, Implementierung und Wartung neuer RPA-Robots mit UiPath</li><li>Eigenständige Mitarbeit in Projekten der Raiffeisen-Gruppe</li><li>Teilnahme an CCB-Meetings und Vertretung der IT in fachlichen Themen</li><li>Präsentation und Dokumentation der automatisierten Lösungen, inklusive Zeit- und Aufwandsschätzung sowie Darstellung der erzielten Einsparungen</li><li>Orchestrierung, Verwaltung, Deployment und Monitoring von Bots</li><li>Fehlerbehandlung, Debugging und Testautomatisierung</li><li>Sicherstellung der Einhaltung von IT-Sicherheits- und Datenschutzanforderungen<br><br><br></li></ul><strong>Anforderungen:<br><br></strong><ul><li>Fundierte Kenntnisse in der Prozessautomatisierung und Erfahrung in der Analyse und Optimierung von Geschäftsprozessen</li><li>Praktische Erfahrung mit mindestens einem gängigen RPA-Tool, idealerweise UiPath (alternativ: Automation Anywhere, Blue Prism, Microsoft Power Automate)</li><li>Kenntnisse in der Orchestrierung und Verwaltung von Bots</li><li>Grundkenntnisse in Programmiersprachen wie VB.NET, C#, Python oder JavaScript</li><li>Erfahrung mit regulären Ausdrücken, APIs und Datenbankabfragen (SQL)</li><li>Kenntnisse im Umgang mit Excel, CSV, XML, JSON sowie in der Datenextraktion (z. B. OCR, Screen Scraping)</li><li>Erfahrung mit Versionsverwaltung (z. B. Git), Deployment und Monitoring von Bots</li><li>Grundverständnis von IT-Sicherheit und Datenschutz</li><li>Selbständige, strukturierte Arbeitsweise und Teamfähigkeit</li><li>Deutsch fliessend<br><br><br></li></ul><strong>Rahmenbedingungen:<br><br></strong><ul><li>Laufzeit: 01. Juli 2025 – 31. Oktober 2025 (120 Projekttage)</li><li>Pensum: Vollzeit</li><li>Einsatzort: 40% Remote innerhalb der Schweiz, 60% Onsite in St. Gallen oder Zürich (The Circle, Flughafen Zürich)</li></ul>","descriptionText":"Für die Weiterentwicklung und Optimierung unserer Geschäftsprozesse suchen wir eine/n erfahrene/n UiPath RPA Automation Specialist. In dieser Rolle analysieren Sie eigenständig Prozesse, entwickeln und betreiben Automatisierungslösungen mit UiPath und sind zentrale/r Ansprechpartner/in für die technische Umsetzung von RPA-Projekten.Aufgaben:Analyse und Bewertung von Geschäftsprozessen hinsichtlich AutomatisierungspotenzialEntwicklung, Implementierung und Wartung neuer RPA-Robots mit UiPathEigenständige Mitarbeit in Projekten der Raiffeisen-GruppeTeilnahme an CCB-Meetings und Vertretung der IT in fachlichen ThemenPräsentation und Dokumentation der automatisierten Lösungen, inklusive Zeit- und Aufwandsschätzung sowie Darstellung der erzielten EinsparungenOrchestrierung, Verwaltung, Deployment und Monitoring von BotsFehlerbehandlung, Debugging und TestautomatisierungSicherstellung der Einhaltung von IT-Sicherheits- und DatenschutzanforderungenAnforderungen:Fundierte Kenntnisse in der Prozessautomatisierung und Erfahrung in der Analyse und Optimierung von GeschäftsprozessenPraktische Erfahrung mit mindestens einem gängigen RPA-Tool, idealerweise UiPath (alternativ: Automation Anywhere, Blue Prism, Microsoft Power Automate)Kenntnisse in der Orchestrierung und Verwaltung von BotsGrundkenntnisse in Programmiersprachen wie VB.NET, C#, Python oder JavaScriptErfahrung mit regulären Ausdrücken, APIs und Datenbankabfragen (SQL)Kenntnisse im Umgang mit Excel, CSV, XML, JSON sowie in der Datenextraktion (z. B. OCR, Screen Scraping)Erfahrung mit Versionsverwaltung (z. B. Git), Deployment und Monitoring von BotsGrundverständnis von IT-Sicherheit und DatenschutzSelbständige, strukturierte Arbeitsweise und TeamfähigkeitDeutsch fliessendRahmenbedingungen:Laufzeit: 01. Juli 2025 – 31. Oktober 2025 (120 Projekttage)Pensum: VollzeitEinsatzort: 40% Remote innerhalb der Schweiz, 60% Onsite in St. Gallen oder Zürich (The Circle, Flughafen Zürich)","companyDescription":"Callista is a Swiss IT company specializing in providing experts and teams for consulting and engineering. With many years of experience in designing and building enterprise platforms and a clear focus on Agentic AI, we are shaping the digital future of our clients. We combine the proximity and quality of a Swiss partner with the scalability of our Nearshore Center and our Managed AI Agents.\n\nWe combine consulting on Data Platforms & Agentic AI with flexible staffing – delivering the right experts to immediately strengthen your team.","companyLinkedinUrl":"https://ch.linkedin.com/company/callista-ch?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":56}},{"json":{"id":"4374503284","link":"https://ch.linkedin.com/jobs/view/d%C3%A9veloppeur-ihm-secteur-industriel-h-f-at-antaes-consulting-4374503284?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=MKLFhTDul%2FDeW7NKPxKFyA%3D%3D&position=4&pageNum=0","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Développeur IHM - Secteur Industriel H/F","salary":"","applyUrl":"","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Fribourg, Fribourg, Switzerland","postedAt":"2026-02-23","industries":"Business Consulting and Services","salaryInfo":[""],"trackingId":"MKLFhTDul/DeW7NKPxKFyA==","companyLogo":"https://media.licdn.com/dms/image/v2/D4D0BAQHEMyVCBPi60Q/company-logo_100_100/B4DZg7XOfxGgAQ-/0/1753342606383/antaes_consulting_logo?e=1773273600&v=beta&t=rynxbY2lUCeYk6elGIAlrUdd1yIlBNB7KVx5NkgbNvA","companyName":"Antaes Consulting","jobFunction":"Manufacturing, Engineering, and Production","jobPosterName":"Samir Kabli","companyAddress":{"type":"PostalAddress","postalCode":"1213","addressRegion":"Genève","streetAddress":"Avenue des Morgines 12","addressCountry":"CH","addressLocality":"PETIT LANCY"},"companyWebsite":"http://www.antaes.ch","employmentType":"Full-time","jobPosterPhoto":"https://media.licdn.com/dms/image/v2/D4E03AQE_4bhbcZzX5Q/profile-displayphoto-scale_100_100/B4EZrKrVj8GoAc-/0/1764336955753?e=1773273600&v=beta&t=Swgp9z08jj31oAUhCtcB0t8zf5ds0T7C5rAhJCpeL9Q","jobPosterTitle":"Recruitment Manager - Horlogerie & Industrie 🔎 chez Antaes Consulting 🏔","seniorityLevel":"Associate","applicantsCount":"25","descriptionHtml":"<p>Créée en 2007, Antaes est une société suisse de conseil en management et technologie classée dans le top 10 des sociétés de conseil en Suisse. Nous comptons plus de 300 ingénieurs expérimentés qui partagent notre passion.</p><p><br></p><p>Présents en Suisse, à Singapour, à Hong-Kong et en France, nous accompagnons nos clients suisses, et internationaux en intervenant dans les domaines suivants :</p><p><br></p><ul><li>Conseil en organisation et transformation</li><li>Ingénierie Industrielle</li><li>Management des systèmes d'Information</li></ul><p><br></p><p>En rejoignant nos équipes vous découvrirez :</p><p><br></p><ul><li>Une équipe dynamique dans un esprit start-up</li><li>Un accompagnement humain et un suivi de l’évolution de votre carrière</li><li>Des challenges pour contribuer au développement de votre réseau</li><li>Des événements : team building, meet-up, workshop, Winter Event …</li><li>Une entreprise certifiée @HappyAtWork et ayant une politique RSE engagée (médaille d’or Ecovadis2023)</li></ul><p><br></p><p><strong><u>Mission :</u></strong></p><p><br></p><p>Nous recrutons en CDI un Développeur IHM - Secteur Industriel H/F pour rejoindre notre pôle d'Expertise Industrielle, dans le cadre d'un projet de grande envergure et de longue durée d'extension des activités industrielles de notre partenaire.</p><p><br></p><p>En tant que Développeur IHM - Secteur Industriel H/F, vos missions seront :</p><p><br></p><ul><li>Concevoir l’architecture réseau des équipements et leur intégration dans l’infrastructure du client ;</li><li>Développer, configurer et mettre en service les applications HMI, les outils de reporting et les systèmes de collecte de données pour les machines d’assemblage ;</li><li>Intervenir sur l’ensemble du cycle projet : étude, développement, mise en service, tests et rédaction de la documentation ;</li><li>Organiser, planifier et assurer le suivi des projets en coordination avec l’équipe et le chef de projet ;</li><li>Fournir un support technique et effectuer des interventions sur site chez les clients ;</li><li>Contribuer aux projets d’innovation en R&amp;D, notamment en data analysis et machine learning.</li></ul><p><br></p><p><strong><u>Profil :</u></strong></p><p><br></p><ul><li>Diplômé d’un Bachelor ou d’un Master en automatisme ou en informatique industrielle ;</li><li>Expérience de 3 à 5 ans minimum en tant qu’ingénieur ;</li><li>Programmation en C#, Python ou technologies Web ;</li><li>Conception d’architectures réseau et serveurs ;</li><li>Gestion et exploitation de bases de données ;</li><li>Analyse de données et applications en machine learning.</li></ul><p><br></p><p><br></p><p><br></p><p><em>Nous aimerions remercier tous les candidats de leur intérêt pour notre organisation. Cependant, nous communiquerons seulement avec les candidats retenus.</em></p><p><em>La forme masculine désigne, lorsqu’il y a lieu, aussi bien les femmes que les hommes, l’emploi du masculin a pour but de faciliter la lecture du texte.</em></p>","descriptionText":"Créée en 2007, Antaes est une société suisse de conseil en management et technologie classée dans le top 10 des sociétés de conseil en Suisse. Nous comptons plus de 300 ingénieurs expérimentés qui partagent notre passion.Présents en Suisse, à Singapour, à Hong-Kong et en France, nous accompagnons nos clients suisses, et internationaux en intervenant dans les domaines suivants :Conseil en organisation et transformationIngénierie IndustrielleManagement des systèmes d'InformationEn rejoignant nos équipes vous découvrirez :Une équipe dynamique dans un esprit start-upUn accompagnement humain et un suivi de l’évolution de votre carrièreDes challenges pour contribuer au développement de votre réseauDes événements : team building, meet-up, workshop, Winter Event …Une entreprise certifiée @HappyAtWork et ayant une politique RSE engagée (médaille d’or Ecovadis2023)Mission :Nous recrutons en CDI un Développeur IHM - Secteur Industriel H/F pour rejoindre notre pôle d'Expertise Industrielle, dans le cadre d'un projet de grande envergure et de longue durée d'extension des activités industrielles de notre partenaire.En tant que Développeur IHM - Secteur Industriel H/F, vos missions seront :Concevoir l’architecture réseau des équipements et leur intégration dans l’infrastructure du client ;Développer, configurer et mettre en service les applications HMI, les outils de reporting et les systèmes de collecte de données pour les machines d’assemblage ;Intervenir sur l’ensemble du cycle projet : étude, développement, mise en service, tests et rédaction de la documentation ;Organiser, planifier et assurer le suivi des projets en coordination avec l’équipe et le chef de projet ;Fournir un support technique et effectuer des interventions sur site chez les clients ;Contribuer aux projets d’innovation en R&amp;D, notamment en data analysis et machine learning.Profil :Diplômé d’un Bachelor ou d’un Master en automatisme ou en informatique industrielle ;Expérience de 3 à 5 ans minimum en tant qu’ingénieur ;Programmation en C#, Python ou technologies Web ;Conception d’architectures réseau et serveurs ;Gestion et exploitation de bases de données ;Analyse de données et applications en machine learning.Nous aimerions remercier tous les candidats de leur intérêt pour notre organisation. Cependant, nous communiquerons seulement avec les candidats retenus.La forme masculine désigne, lorsqu’il y a lieu, aussi bien les femmes que les hommes, l’emploi du masculin a pour but de faciliter la lecture du texte.","companyDescription":"Founded in 2007, Antaes is a Swiss management and technology consulting company ranked in the top 10 consulting firms in Switzerland. We have over 300 experienced engineers who share our passion. \n\nWith offices in Switzerland, Singapore, Hong Kong and France, we support our Swiss and international clients in the following areas :\n\n- Organisation and transformation consulting \n- Industrial Engineering \n- Information Systems Management\n\nWe place people at the heart of our strategy. We want to develop trust with our teams of consultants and our partners. The people who join our network share our values: Respect, Commitment, Mutual Aid, Performance.\n\nSince 2017, we are committed to a \"sustainable environment\" approach RSE-Ecovadis and ISO9001. We are also certified as a Happy@work company.\n\nDo not hesitate to contact us: info@antaes.ch\n","companyLinkedinUrl":"https://ch.linkedin.com/company/antaes-consulting?trk=public_jobs_jserp-result_job-search-card-subtitle","jobPosterProfileUrl":"https://ch.linkedin.com/in/samir-kabli-human-resources-business-partner-horlogerie-industrie","companyEmployeesCount":251}},{"json":{"id":"4367819321","link":"https://ch.linkedin.com/jobs/view/terminplaner-m-w-d-%E2%80%93-life-sciences-at-turner-townsend-4367819321?refId=jUENu6rPotvUkYbHWY%2B9Fw%3D%3D&trackingId=cBCcJhOnQYnI5WjcOxQVbg%3D%3D&position=1&pageNum=0","refId":"jUENu6rPotvUkYbHWY+9Fw==","title":"Terminplaner (m/w/d) – Life Sciences","salary":"","applyUrl":"https://jobs.smartrecruiters.com/TurnerTownsend/744000YOUR_FOLDER_OR_FILE_ID","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Greater Bern Area","postedAt":"2026-02-23","industries":"Construction, Civil Engineering, and Business Consulting and Services","salaryInfo":[""],"trackingId":"cBCcJhOnQYnI5WjcOxQVbg==","companyLogo":"https://media.licdn.com/dms/image/v2/C4E0BAQFRuJ5DEwjzMw/company-logo_100_100/company-logo_100_100/0/1650894278206/turner__townsend_logo?e=1773273600&v=beta&t=jF8cwKgNKi7qjp97RX6CMQ-BY-4wBnZQlh_1G4Bbd_8","companyName":"Turner & Townsend","jobFunction":"Strategy/Planning","companySlogan":"Delivering impactful projects and programmes across real estate, infrastructure, energy and natural resources.","companyAddress":{"type":"PostalAddress","postalCode":"LS18 4GH","addressRegion":"Leeds","streetAddress":"Low Hall","addressCountry":"GB","addressLocality":"Horsforth"},"companyWebsite":"https://www.turnerandtownsend.com","employmentType":"Full-time","seniorityLevel":"Mid-Senior level","applicantsCount":"25","descriptionHtml":"<p>Turner &amp; Townsend ist ein globales Dienstleistungsunternehmen mit über 20.000 Mitarbeitern in mehr als 60 Ländern. Wir arbeiten mit unseren Kunden in den Bereichen Immobilien, Infrastruktur sowie Energie und natürliche Ressourcen zusammen.Der Schwerpunkt unserer Tätigkeit liegt beim Programm- und Projektmanagement, dem Kosten- und kommerziellen Management sowie der technischen Beratung bei komplexen Bauprojekten weltweit. Gesellschafter von Turner &amp; Townsend sind seine Partner sowie mehrheitlich die CBRE Group Inc., das weltweit größte Dienstleistungs- und Investmentunternehmen für Gewerbeimmobilien.<br><br></p><p>www.turnerandtownsend.com<br><br><br><br></p><strong>Stellenbeschreibung<br><br></strong><p>Zur Verstärkung unseres Life‑Sciences‑Teams in der Schweiz suchen wir einen erfahrenen Terminplaner (m/w/d), der unsere Projekte aktiv mitgestaltet.<br><br></p><p><strong>Ihre Aufgaben<br><br></strong></p><ul><li>Sie entwickeln, pflegen und kontrollieren komplexe Terminpläne für Großbauprojekte im Life‑Sciences‑Bereich. </li><li>Sie behalten die Richtigkeit, Validität und Vollständigkeit der Terminpläne im Blick und erstellen Fortschrittsberichte und Dashboards für das Projekt-Reporting. </li><li>Sie identifizieren und analysieren Abweichungen und erarbeiten Vorschlägen zur Gegensteuerung. </li><li>Sie führen Risikoanalysen durch und entwickeln passende Maßnahmen zur Risikominderung. </li><li>Sie koordinieren interne und externe Terminpläne, stimmen sich mit Lieferanten ab und bewerten deren Vorgehensweisen und Kontrollsysteme. </li><li>Sie unterstützen das Projektteam bei Budgetplanung und Kostenschätzungen. </li><li>Sie stellen auf die Einhaltung relevanter Qualitäts‑ und Compliance‑Standards sicher. </li><li>In Ihrer Schnittstellenfunktion fördern Sie eine gute und strukturierte Kommunikation mit der Projektleitung, den kundeninternen Fachbereiche und den externen Planungsteams. <br><br></li></ul><strong>Qualifikationen<br><br></strong><ul><li>Sie verfügen über ein abgeschlossenes Fach‑ oder Hochschulstudium mit bautechnischem Schwerpunkt. </li><li>Sie bringen einschlägige Erfahrung in der Projektsteuerung bzw. im Bereich Project Controls für komplexe Hochbauprojekte mit; idealerweise haben Sie bereits an Life‑Science‑Bauprojekten mitgewirkt. </li><li>Sie besitzen fundierte Kenntnisse in der Terminplanung und ‑steuerung und arbeiten sicher mit MS Office, PRIMAVERA, Tabellenkalkulationsprogrammen sowie gängigen Projektmanagementplattformen. </li><li>Sie überzeugen durch starke Kommunikations‑, Präsentations‑ und Moderationsfähigkeiten, Zielstrebigkeit, Einfühlungsvermögen und Freude an anspruchsvollen Großprojekten. </li><li>Sie beherrschen Deutsch fließend und verfügen über gute Englischkenntnisse in Wort und Schrift. <br><br></li></ul><strong>Zusätzliche Informationen<br><br></strong><p>Our inspired people share our vision and mission. We provide a great place to work, where each person has the opportunity and voice to affect change.<br><br></p><p>We want our people to succeed both in work and life. To support this we promote a healthy, productive and flexible working environment that respects work-life balance. We also encourage our staff to strive to ‘make a difference’ and become involved in various working committees and forums (for example, Inclusion Working Group, Social &amp; Wellness, Learning &amp; Development, Corporate Social Responsibilities and Net Zero Vision).<br><br></p><p>At Turner &amp; Townsend we offer a competitive remuneration package and company benefits.<br><br></p><p>Turner &amp; Townsend value greatly and have a focus on Corporate Responsibilities (CR), this includes a day’s leave entitlement to support a local charity or community activity along with the opportunity to participate in several office events that held throughout the year.<br><br></p><p>Turner &amp; Townsend is an equal opportunity employer. We celebrate diversity and are committed to creating an inclusive environment for all employees and actively encourage applications from people from all sectors of the community.<br><br></p><p>Turner &amp; Townsend does not accept any speculative or unsolicited CV’s that have been sent to our internal recruitment team or hiring managers from agencies outside of our preferred supplier list. Any speculative or unsolicited CV’s will be treated as a direct application.<br><br></p><p>Please find out more about us at www.turnerandtownsend.com/<br><br></p><p><br><br></p><p>Join our social media conversations for more information about Turner &amp; Townsend and our exciting future projects: <br><br></p><p>Twitter<br><br></p><p>Instagram<br><br></p><p>LinkedIn<br><br></p><br><p><em>It is strictly against Turner &amp; Townsend policy for candidates to pay any fee in relation to our recruitment process. No recruitment agency working with Turner &amp; Townsend will ask candidates to pay a fee at any time. <br><br></em></p><p><em>Any unsolicited resumes/CVs submitted through our website or to Turner &amp; Townsend personal e-mail accounts, are considered property of Turner &amp; Townsend and are not subject to payment of agency fees. In order to be an authorised Recruitment Agency/Search Firm for Turner &amp; Townsend, there must be a formal written agreement in place and the agency must be invited, by the Recruitment Team, to submit candidates for review.</em></p>","descriptionText":"Turner &amp; Townsend ist ein globales Dienstleistungsunternehmen mit über 20.000 Mitarbeitern in mehr als 60 Ländern. Wir arbeiten mit unseren Kunden in den Bereichen Immobilien, Infrastruktur sowie Energie und natürliche Ressourcen zusammen.Der Schwerpunkt unserer Tätigkeit liegt beim Programm- und Projektmanagement, dem Kosten- und kommerziellen Management sowie der technischen Beratung bei komplexen Bauprojekten weltweit. Gesellschafter von Turner &amp; Townsend sind seine Partner sowie mehrheitlich die CBRE Group Inc., das weltweit größte Dienstleistungs- und Investmentunternehmen für Gewerbeimmobilien.www.turnerandtownsend.comStellenbeschreibungZur Verstärkung unseres Life‑Sciences‑Teams in der Schweiz suchen wir einen erfahrenen Terminplaner (m/w/d), der unsere Projekte aktiv mitgestaltet.Ihre AufgabenSie entwickeln, pflegen und kontrollieren komplexe Terminpläne für Großbauprojekte im Life‑Sciences‑Bereich. Sie behalten die Richtigkeit, Validität und Vollständigkeit der Terminpläne im Blick und erstellen Fortschrittsberichte und Dashboards für das Projekt-Reporting. Sie identifizieren und analysieren Abweichungen und erarbeiten Vorschlägen zur Gegensteuerung. Sie führen Risikoanalysen durch und entwickeln passende Maßnahmen zur Risikominderung. Sie koordinieren interne und externe Terminpläne, stimmen sich mit Lieferanten ab und bewerten deren Vorgehensweisen und Kontrollsysteme. Sie unterstützen das Projektteam bei Budgetplanung und Kostenschätzungen. Sie stellen auf die Einhaltung relevanter Qualitäts‑ und Compliance‑Standards sicher. In Ihrer Schnittstellenfunktion fördern Sie eine gute und strukturierte Kommunikation mit der Projektleitung, den kundeninternen Fachbereiche und den externen Planungsteams. QualifikationenSie verfügen über ein abgeschlossenes Fach‑ oder Hochschulstudium mit bautechnischem Schwerpunkt. Sie bringen einschlägige Erfahrung in der Projektsteuerung bzw. im Bereich Project Controls für komplexe Hochbauprojekte mit; idealerweise haben Sie bereits an Life‑Science‑Bauprojekten mitgewirkt. Sie besitzen fundierte Kenntnisse in der Terminplanung und ‑steuerung und arbeiten sicher mit MS Office, PRIMAVERA, Tabellenkalkulationsprogrammen sowie gängigen Projektmanagementplattformen. Sie überzeugen durch starke Kommunikations‑, Präsentations‑ und Moderationsfähigkeiten, Zielstrebigkeit, Einfühlungsvermögen und Freude an anspruchsvollen Großprojekten. Sie beherrschen Deutsch fließend und verfügen über gute Englischkenntnisse in Wort und Schrift. Zusätzliche InformationenOur inspired people share our vision and mission. We provide a great place to work, where each person has the opportunity and voice to affect change.We want our people to succeed both in work and life. To support this we promote a healthy, productive and flexible working environment that respects work-life balance. We also encourage our staff to strive to ‘make a difference’ and become involved in various working committees and forums (for example, Inclusion Working Group, Social &amp; Wellness, Learning &amp; Development, Corporate Social Responsibilities and Net Zero Vision).At Turner &amp; Townsend we offer a competitive remuneration package and company benefits.Turner &amp; Townsend value greatly and have a focus on Corporate Responsibilities (CR), this includes a day’s leave entitlement to support a local charity or community activity along with the opportunity to participate in several office events that held throughout the year.Turner &amp; Townsend is an equal opportunity employer. We celebrate diversity and are committed to creating an inclusive environment for all employees and actively encourage applications from people from all sectors of the community.Turner &amp; Townsend does not accept any speculative or unsolicited CV’s that have been sent to our internal recruitment team or hiring managers from agencies outside of our preferred supplier list. Any speculative or unsolicited CV’s will be treated as a direct application.Please find out more about us at www.turnerandtownsend.com/Join our social media conversations for more information about Turner &amp; Townsend and our exciting future projects: TwitterInstagramLinkedInIt is strictly against Turner &amp; Townsend policy for candidates to pay any fee in relation to our recruitment process. No recruitment agency working with Turner &amp; Townsend will ask candidates to pay a fee at any time. Any unsolicited resumes/CVs submitted through our website or to Turner &amp; Townsend personal e-mail accounts, are considered property of Turner &amp; Townsend and are not subject to payment of agency fees. In order to be an authorised Recruitment Agency/Search Firm for Turner &amp; Townsend, there must be a formal written agreement in place and the agency must be invited, by the Recruitment Team, to submit candidates for review.","companyDescription":"Working in partnership makes it possible to deliver the world’s most impactful projects and programmes.  \n \nTogether with our clients, we turn challenge into opportunity and complexity into success across real estate, infrastructure, energy and natural resources.","companyLinkedinUrl":"https://uk.linkedin.com/company/turner-&-townsend?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":16705}},{"json":{"id":"4281495510","link":"https://ch.linkedin.com/jobs/view/abacus-berater-finanzen-a-in-bern-at-axept-business-software-ag-4281495510?refId=jUENu6rPotvUkYbHWY%2B9Fw%3D%3D&trackingId=MRppDBhQZJnk9P12iDVbtQ%3D%3D&position=2&pageNum=0","refId":"jUENu6rPotvUkYbHWY+9Fw==","title":"Abacus Berater Finanzen (a) in Bern","salary":"","applyUrl":"","benefits":[],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Bern, Berne, Switzerland","postedAt":"2026-02-23","industries":"Software Development","salaryInfo":[""],"trackingId":"MRppDBhQZJnk9P12iDVbtQ==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQGyBVlHdGbZUA/company-logo_100_100/company-logo_100_100/0/1730468865080/axept_ag_logo?e=1773273600&v=beta&t=5y55mUkpJvyhHg-JB_Axl_BAsyh-l6TLBOLF6G5wxmw","companyName":"Axept Business Software AG","jobFunction":"Consulting, Information Technology, and Sales","companySlogan":"DIGITAL INNOVATION AT HIGH LEVEL","companyAddress":{"type":"PostalAddress","postalCode":"8310","addressRegion":"ZH","streetAddress":"Kemptpark 12","addressCountry":"CH","addressLocality":"Kemptthal"},"companyWebsite":"https://axept.ch/","employmentType":"Full-time","seniorityLevel":"Associate","applicantsCount":"54","descriptionHtml":"<strong>Pensum:</strong> 80 – 100%<br><br><strong>Antritt:</strong> per sofort oder nach Vereinbarung<br><br>Findest du Software und neue Technologien spannend? Kennst du dich schon etwas aus mit den Abläufen in einem KMU oder einem grösseren Unternehmen? Fasziniert dich die Digitalisierung und die sich daraus ergebenden Chancen für die Optimierung von Prozessen im Bereich Finanz- und Rechnungswesen? Kannst du dir vorstellen, Schweizer KMU bei der Einführung von cleveren Softwarelösungen zu unterstützen? Dann sollten wir uns unbedingt kennenlernen. Bei uns brummt der Laden und wir suchen neue Kolleginnen und Kollegen, die Lust haben, beruflich etwas Neues anzupacken.<br><br><strong>DEINE ZUKÜNFTIGEN AUFGABEN<br><br></strong><ul><li>Du unterstützt Schweizer KMUs bei der Einführung und Anpassung der Abacus-Software speziell im Bereich Finanz- und Rechnungswesen.</li><li>Nach einer sorgfältigen und persönlichen Einführung übernimmst du die Verantwortung für «dein» Projekt oder Kundenmandat. Dabei kannst du auf die kollegiale Unterstützung deiner Kolleginnen und Kollegen zählen.</li><li>Zusammen mit den Kunden analysierst du deren Prozesse beispielsweise im Bereich der Finanzbuchhaltung, nimmst die Bedürfnisse auf und dokumentierst sie.</li><li>Anschliessend parametrierst und führst du die massgeschneiderte Software-Lösung beim Kunden ein.</li><li>Natürlich wirst du bei uns auch Workshops sowie Anwenderschulungen für deine Kunden organisieren und durchführen.<br><br></li></ul><strong>DEINE SKILLS UND STÄRKEN:<br><br></strong><ul><li>Du musst noch kein Software-Profi sein, aber ein grosses Interesse an IT und Digitalisierungsthemen ist ebenso wichtig wie die Faszination für das Finanz- und Rechnungswesen.</li><li>Zusammenhänge begreifst du schnell, du lernst gerne Neues dazu und dich packt der Ehrgeiz, wenn es darum geht, das Business deiner Kunden zu verstehen und ihnen gute Lösungen aufzuzeigen.</li><li>Was wir uns in deinem Bildungsrucksack vorstellen? Gar nicht so einfach, viele Wege führen zu uns. Erfolgversprechend sind sicher eine kaufmännische Ausbildung ergänzt mit einer betriebswirtschaftlichen Weiterbildung auf Stufe FH/HF oder ein eidg. Fachausweis. Um unsere Kunden optimal auf Augenhöhe zu begleiten, bringst du bereits Berufserfahrung im Bereich Finanz- und Rechnungswesen mit.</li><li>Wenn du mit Abacus oder anderen ERP-Systemen schon einmal in Berührung gekommen bist, umso besser. Vielleicht als Anwender in der Buchhaltung. Ist aber nicht Bedingung.</li><li>Deine Kolleginnen und Kollegen freuen sich auf Verstärkung von einer unkomplizierten Person, die gerne lacht, auch über sich selber.<br><br></li></ul>Wir hätten noch viel mehr zu erzählen. Was deinen Job bei uns sonst noch spannend macht zum Beispiel. Wer wir sind und wie wir so ticken. Deshalb zögere nicht und macht dir dein eigenes Bild.<br><br><strong>Schon Feuer gefangen?</strong> Du willst lieber schon heute als morgen loslegen? Dann her mit deinem CV oder dem Link auf dein LinkedIn-Profil. Das Motivationsschreiben kannst du dir sparen, wir sind auch da völlig unkompliziert. jobs@axept.ch<br><br><strong>Und das (a) im Stellentitel?</strong> Es ist unser Statement für Vielfalt. Wir stehen auf durchmischte Teams. Alter, Herkunft, Hautfarbe oder Geschlecht sind uns egal. Bei uns sind <strong>(a)</strong>lle willkommen, die uns mit ihrem Talent weiterbringen.","descriptionText":"Pensum: 80 – 100%Antritt: per sofort oder nach VereinbarungFindest du Software und neue Technologien spannend? Kennst du dich schon etwas aus mit den Abläufen in einem KMU oder einem grösseren Unternehmen? Fasziniert dich die Digitalisierung und die sich daraus ergebenden Chancen für die Optimierung von Prozessen im Bereich Finanz- und Rechnungswesen? Kannst du dir vorstellen, Schweizer KMU bei der Einführung von cleveren Softwarelösungen zu unterstützen? Dann sollten wir uns unbedingt kennenlernen. Bei uns brummt der Laden und wir suchen neue Kolleginnen und Kollegen, die Lust haben, beruflich etwas Neues anzupacken.DEINE ZUKÜNFTIGEN AUFGABENDu unterstützt Schweizer KMUs bei der Einführung und Anpassung der Abacus-Software speziell im Bereich Finanz- und Rechnungswesen.Nach einer sorgfältigen und persönlichen Einführung übernimmst du die Verantwortung für «dein» Projekt oder Kundenmandat. Dabei kannst du auf die kollegiale Unterstützung deiner Kolleginnen und Kollegen zählen.Zusammen mit den Kunden analysierst du deren Prozesse beispielsweise im Bereich der Finanzbuchhaltung, nimmst die Bedürfnisse auf und dokumentierst sie.Anschliessend parametrierst und führst du die massgeschneiderte Software-Lösung beim Kunden ein.Natürlich wirst du bei uns auch Workshops sowie Anwenderschulungen für deine Kunden organisieren und durchführen.DEINE SKILLS UND STÄRKEN:Du musst noch kein Software-Profi sein, aber ein grosses Interesse an IT und Digitalisierungsthemen ist ebenso wichtig wie die Faszination für das Finanz- und Rechnungswesen.Zusammenhänge begreifst du schnell, du lernst gerne Neues dazu und dich packt der Ehrgeiz, wenn es darum geht, das Business deiner Kunden zu verstehen und ihnen gute Lösungen aufzuzeigen.Was wir uns in deinem Bildungsrucksack vorstellen? Gar nicht so einfach, viele Wege führen zu uns. Erfolgversprechend sind sicher eine kaufmännische Ausbildung ergänzt mit einer betriebswirtschaftlichen Weiterbildung auf Stufe FH/HF oder ein eidg. Fachausweis. Um unsere Kunden optimal auf Augenhöhe zu begleiten, bringst du bereits Berufserfahrung im Bereich Finanz- und Rechnungswesen mit.Wenn du mit Abacus oder anderen ERP-Systemen schon einmal in Berührung gekommen bist, umso besser. Vielleicht als Anwender in der Buchhaltung. Ist aber nicht Bedingung.Deine Kolleginnen und Kollegen freuen sich auf Verstärkung von einer unkomplizierten Person, die gerne lacht, auch über sich selber.Wir hätten noch viel mehr zu erzählen. Was deinen Job bei uns sonst noch spannend macht zum Beispiel. Wer wir sind und wie wir so ticken. Deshalb zögere nicht und macht dir dein eigenes Bild.Schon Feuer gefangen? Du willst lieber schon heute als morgen loslegen? Dann her mit deinem CV oder dem Link auf dein LinkedIn-Profil. Das Motivationsschreiben kannst du dir sparen, wir sind auch da völlig unkompliziert. jobs@axept.chUnd das (a) im Stellentitel? Es ist unser Statement für Vielfalt. Wir stehen auf durchmischte Teams. Alter, Herkunft, Hautfarbe oder Geschlecht sind uns egal. Bei uns sind (a)lle willkommen, die uns mit ihrem Talent weiterbringen.","companyDescription":"DIGITAL INNOVATION AT HIGH LEVEL\n\nAls innovatives Schweizer Software-Unternehmen realisieren wir betriebswirtschaftliche Software-Lösungen mit Abacus Business Software und der Business Intelligence-Software Qlik für namhafte Schweizer Unternehmen.\n\nDie Axept Business Software AG wurde 2006 als privates Unternehmen gegründet und verfügt heute über Geschäftsstellen in Bern-Schönbühl, [Your City]-Pratteln, Zürich-Effretikon und St.Gallen mit über 100 Mitarbeitenden.\n\nUnsere Kompetenzen liegen auf den Gebieten Konzeption, Implementierung und Einführung sowie Betreuung und Weiterentwicklung von betriebswirtschaftlichen Lösungen mit Business Software – von der Beratung bis zur Umsetzung auf hohem Niveau.\n\nSo erreichen Sie uns:\n+41 58 871 94 11\nkontakt@axept.ch","companyLinkedinUrl":"https://ch.linkedin.com/company/axept-ag?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":196}},{"json":{"id":"4321119646","link":"https://ch.linkedin.com/jobs/view/projektingenieur-f%C3%BCr-automatisierung-steuerungssysteme-a-at-rittmeyer-group-4321119646?refId=IjGVQAZE%2FLZc87BPoUBNZw%3D%3D&trackingId=XwAqF2nCkcLnTpZ8%2BA5GLA%3D%3D&position=1&pageNum=0","refId":"IjGVQAZE/LZc87BPoUBNZw==","title":"Projektingenieur für Automatisierung & Steuerungssysteme (a)","salary":"","applyUrl":"https://brugg.onlyfy.jobs/application/apply/04ulzl58bibk5m9czgo2njqehnpi56?brugg.onlyfy.io%2Fjob%2Flist%2Fxh83tvlsn5ox3p8ss8nrr97d8n4uqor%3Fformat=xml&max_results=2","benefits":[],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Baar, Zug, Switzerland","postedAt":"2026-02-23","industries":"Measuring and Control Instrument Manufacturing","salaryInfo":[""],"trackingId":"XwAqF2nCkcLnTpZ8+A5GLA==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQGSl2kLSHrjdA/company-logo_100_100/company-logo_100_100/0/1686803158941/rittmeyer_group_logo?e=1773273600&v=beta&t=yfAxBFE4FavKC5S2Ci6364f0w8GWh5VhjBP5sAh5sc0","companyName":"Rittmeyer Group","jobFunction":"Engineering","companySlogan":"rethink. automate. innovate. ","companyAddress":{"type":"PostalAddress","postalCode":"CH-6341","addressRegion":"ZG","streetAddress":"Inwilerriedstrasse 57","addressCountry":"CH","addressLocality":"Baar"},"companyWebsite":"http://www.rittmeyer.com","employmentType":"Part-time","seniorityLevel":"Entry level","applicantsCount":"34","descriptionHtml":"<p>Leitsysteme, Steuerungen und Messtechnik von Rittmeyer sind die Basis für innovative Lösungen in Energie- und Wasserversorgungen, Wasserkraftwerken und Entsorgungsanlagen weltweit. Rittmeyer ist als Engineerings- und Dienstleistungsunternehmen mit höchstem Qualitätsanspruch auf Software- und Systemintegration für schlüsselfertige Anlagen im Infrastrukturbereich spezialisiert.</p><p><br></p><p>Zur Verstärkung unseres Teams, im Bereich <strong>Wasser- und Energieversorgung</strong>, suchen wir einen erfahrenen, selbständig arbeitenden und motivierten</p><p><br></p><p><strong>Projektingenieur für Automatisierung &amp; Steuerungssysteme (a) 80-100%</strong></p><p>Baar, Schweiz</p><p><br></p><p><strong>Dein Aufgabengebiet</strong></p><ul><li>Erstellen der anlagespezifischen Applikationssoftware für die Automatisierungsstationen RIFLEX (SPS) sowie des Rittmeyer eigenen Leitsystems RITOP für die Versorgungsbereiche Wasser, Gas und Strom</li><li>Unterstützen des Verkaufs und der Projektleitung bei der Ausarbeitung von Leittechnik und Netzwerkkonzepten</li><li>Umfangreiches Testen der Netzwerke und der Anlagensoftware auf ihre Funktionalität in der Schlusskontrolle</li><li>Mitarbeit bei der Inbetriebsetzung der Anlagen per Remote oder vor Ort bei unseren Kunden in der Schweiz</li></ul><p><br></p><p><strong>Was du mitbringst</strong></p><ul><li>Abgeschlossenes elektrotechnisches Studium oder gleichwertige Ausbildung</li><li>Du bringst nicht nur technisches Know-how mit, sondern auch mehrjährige Praxiserfahrung in der Umsetzung von EMSRL-Projekten und möchtest deine Expertise aktiv in ein engagiertes Team einbringen.</li><li>Deine Zuverlässigkeit und Eigeninitiative, dein Qualitätsbewusstsein, deine Teamfähigkeit und Kundenorientierung zeichnen dich aus</li><li>Prozesskenntnisse der Versorgungsbranchen Wasser, Gas und Strom sind ein zusätzlicher Vorteil</li><li>Sehr gute Deutschkenntnisse, Französisch oder Italienischkenntnisse sind von Vorteil</li></ul><p><br></p><p>Dossiers von Personalvermittlern werden nicht berücksichtigt.</p><p><br></p><p><strong>Was wir dir bieten</strong></p><p>Eine sehr selbständige Tätigkeit in einem zukunftsorientierten und umweltbewussten Unternehmen mit einer motivierenden und kollegialen Arbeitskultur. Flache Hierarchien sowie kurze Entscheidungswege bringen uns schnell und effizient an unsere gemeinsam erarbeiteten Ziele. Attraktive Anstellungsbedingungen in einer gut positionierten Firma in einem zukunftsorientierten Marktumfeld. </p><p><br></p><p><strong>Interessiert?</strong></p><p>Wir freuen uns auf deine Bewerbung!</p><p><br></p><p><strong>Dein Kontakt</strong></p><p>HR Team</p><p>hr@rittmeyer.com</p>","descriptionText":"Leitsysteme, Steuerungen und Messtechnik von Rittmeyer sind die Basis für innovative Lösungen in Energie- und Wasserversorgungen, Wasserkraftwerken und Entsorgungsanlagen weltweit. Rittmeyer ist als Engineerings- und Dienstleistungsunternehmen mit höchstem Qualitätsanspruch auf Software- und Systemintegration für schlüsselfertige Anlagen im Infrastrukturbereich spezialisiert.Zur Verstärkung unseres Teams, im Bereich Wasser- und Energieversorgung, suchen wir einen erfahrenen, selbständig arbeitenden und motiviertenProjektingenieur für Automatisierung &amp; Steuerungssysteme (a) 80-100%Baar, SchweizDein AufgabengebietErstellen der anlagespezifischen Applikationssoftware für die Automatisierungsstationen RIFLEX (SPS) sowie des Rittmeyer eigenen Leitsystems RITOP für die Versorgungsbereiche Wasser, Gas und StromUnterstützen des Verkaufs und der Projektleitung bei der Ausarbeitung von Leittechnik und NetzwerkkonzeptenUmfangreiches Testen der Netzwerke und der Anlagensoftware auf ihre Funktionalität in der SchlusskontrolleMitarbeit bei der Inbetriebsetzung der Anlagen per Remote oder vor Ort bei unseren Kunden in der SchweizWas du mitbringstAbgeschlossenes elektrotechnisches Studium oder gleichwertige AusbildungDu bringst nicht nur technisches Know-how mit, sondern auch mehrjährige Praxiserfahrung in der Umsetzung von EMSRL-Projekten und möchtest deine Expertise aktiv in ein engagiertes Team einbringen.Deine Zuverlässigkeit und Eigeninitiative, dein Qualitätsbewusstsein, deine Teamfähigkeit und Kundenorientierung zeichnen dich ausProzesskenntnisse der Versorgungsbranchen Wasser, Gas und Strom sind ein zusätzlicher VorteilSehr gute Deutschkenntnisse, Französisch oder Italienischkenntnisse sind von VorteilDossiers von Personalvermittlern werden nicht berücksichtigt.Was wir dir bietenEine sehr selbständige Tätigkeit in einem zukunftsorientierten und umweltbewussten Unternehmen mit einer motivierenden und kollegialen Arbeitskultur. Flache Hierarchien sowie kurze Entscheidungswege bringen uns schnell und effizient an unsere gemeinsam erarbeiteten Ziele. Attraktive Anstellungsbedingungen in einer gut positionierten Firma in einem zukunftsorientierten Marktumfeld. Interessiert?Wir freuen uns auf deine Bewerbung!Dein KontaktHR Teamhr@rittmeyer.com","companyDescription":"𝐓𝐡𝐞 𝐑𝐢𝐭𝐭𝐦𝐞𝐲𝐞𝐫 𝐆𝐫𝐨𝐮𝐩\nrethink. automate. innovate. \n\nThe Rittmeyer Group is a Swiss-based smart utility infrastructure and services company. We deliver innovative metering, automation and data solutions to maximize digital benefits for our customers in water and energy management. \n\nWe are an experienced and leading provider of solutions and services for both water networks – safe water supply, irrigation, urban drainage, wastewater treatment – and energy networks – hydro-electric power, gas and district heating. We serve commercial & industrial, and public-sector customers worldwide. \n\nDrawing on our extensive technology and application expertise, we are passionate about helping our customers managing their valuable water and energy resources better in the wake of climate change.\n\nRittmeyer is a Division of the BRUGG Group and part of the Group’s program focusing on energy transition, sustainability and security.\n\n𝐖𝐡𝐨 𝐰𝐞 𝐚𝐫𝐞\nAs part of the BRUGG Group, we are a utility infrastructure and services specialist, offering innovative metering and automation solutions and data provider services. \n\n𝐖𝐡𝐚𝐭 𝐰𝐞 𝐝𝐨\nWe provide solutions and services for water networks as well as for energy networks and serve commercial & industrial, and public-sector customers worldwide.\n\n𝐎𝐮𝐫 𝐬𝐨𝐥𝐮𝐭𝐢𝐨𝐧𝐬\nOur solutions and services help our customers to reliably and efficiently assume their responsibility in providing water and energy in the wake of climate change and energy transition.","companyLinkedinUrl":"https://ch.linkedin.com/company/rittmeyer-group?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":278}}],"Merge w/ Original Data":[{"json":{"id":"4374284501","link":"https://ch.linkedin.com/jobs/view/EXAMPLE_JOB_ID374284501?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=THSk8WkVd2Z0vQ%2Fb3d0HEQ%3D%3D&position=15&pageNum=0","text":"{\n  \"match\": false,\n  \"score\": 40,\n  \"reason\": \"Rejected: Senior C++ software role focused on robotics control, minimal industrial automation or PLC content.\"\n}","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"(Senior) C++ Engineer (f/m/d) for Control","salary":"","applyUrl":"https://hexagon-robotics.onlyfy.jobs/job/98z2inl3yotoptr18y0fjh5lust1xp","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Zurich, Switzerland","postedAt":"2026-02-23","industries":"Machinery Manufacturing","salaryInfo":[""],"trackingId":"THSk8WkVd2Z0vQ/b3d0HEQ==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQESWwPef2karw/company-logo_100_100/B4EZd0GCR_GcAQ-/0/1749999429006/hexagon_ab_logo?e=1773273600&v=beta&t=O6D3iR2dN6PXNOHNuzVTiDL9iutuie3ZJdQHMKOFkYc","companyName":"Hexagon AB","jobFunction":"Engineering","companyAddress":{"type":"PostalAddress","postalCode":"SE-103 59","streetAddress":"Lilla Bantorget 15","addressCountry":"SE","addressLocality":"Stockholm"},"companyWebsite":"https://hexagon.com","employmentType":"Full-time","seniorityLevel":"Associate","applicantsCount":"25","descriptionHtml":"<p><strong>(Senior) C++ Engineer (f/m/d) for Control</strong></p><p><strong>100% Zürich</strong></p><p><br></p><p><strong><br>Hexagon Robotic</strong>s is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers</p><p><br></p><p>.<br>We are looking for <strong>a C++ Enginee</strong>r with a background in Control to design and develop robust software for Aeon, Hexagon’s humanoid robo</p><p><br></p><p><strong>t.<br>Your Miss</strong></p><ul><li>ionDesign, develop, test and maintain reliable software for the motion control of Aeon, providing real-time control and minimal laten</li><li>cy.Design, develop, test and maintain the infrastructure for training and evaluating locomotion, manipulation and whole-body controlle</li><li>rs.Work in a multicultural and interdisciplinary environment developing a novel robot from prototype to serial product</li><li>ionBeing part of an R&amp;D division with startup spirit in a globally active company: we work in an iterative fashion to solve complex real-world problems at the frontier of robot</li></ul><p><br></p><p><strong>ics<br>Your Skil</strong></p><p><strong>lsetMust h</strong></p><ul><li>ave:Strong fundamentals in Modern</li><li> C++Working knowledge of CMake and Py</li><li>thonPassion for developing robust, elegant and tested software to solve complex prob</li><li>lemsPragmatic and hands-on: have an idea and bring it all the way to produc</li><li>tionMotivated to learn new systems and be at the cutting edge of industrial robo</li></ul><p><strong>ticsExperience with any of the following is an advant</strong></p><ul><li>age:Developing and maintaining a complex codebase with high reliability requirem</li><li>entsSoft or hard realtime sys</li><li>temsTesting with Catch2 or g</li><li>testMath &amp; optimization libraries: Eigen, BLAS, LAPACK, Ceres, OSQP, </li><li>etc.Machine learning libraries and tools: PyTorch, JAX, Tensorflow, ONNX, MLflow, </li><li>etc.3D spatial algebra(poses, transforms, velocities), e.g. in game engines, simulators, robo</li><li>ticsROS2 basics: record, replay, subscribe, publish, visua</li></ul><p><br></p><p><strong>lise<br>What You’l</strong></p><ul><li>l GetFlexible working hours and a hybrid model for real work-life ba</li><li>lanceGenerous vacation: 25–30 days depending o</li><li>n ageCHF 500 mobility credit for sustainable comm</li><li>utingBonus system &amp; strong pension contribu</li><li>tionsTailored training &amp; development opportun</li><li>itiesRelocation support for a smooth </li><li>startDiscounts on health, mobility &amp; entertai</li><li>nmentTeam events and a flat hierarchy where your voice c</li><li>ountsA warm, international culture built on respect and collabor</li></ul><p><br></p><p><strong>ation<br>Great robots need great p</strong></p><p><br></p>eople.","descriptionText":"(Senior) C++ Engineer (f/m/d) for Control100% ZürichHexagon Robotics is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers.We are looking for a C++ Engineer with a background in Control to design and develop robust software for Aeon, Hexagon’s humanoid robot.Your MissionDesign, develop, test and maintain reliable software for the motion control of Aeon, providing real-time control and minimal latency.Design, develop, test and maintain the infrastructure for training and evaluating locomotion, manipulation and whole-body controllers.Work in a multicultural and interdisciplinary environment developing a novel robot from prototype to serial productionBeing part of an R&amp;D division with startup spirit in a globally active company: we work in an iterative fashion to solve complex real-world problems at the frontier of roboticsYour SkillsetMust have:Strong fundamentals in Modern C++Working knowledge of CMake and PythonPassion for developing robust, elegant and tested software to solve complex problemsPragmatic and hands-on: have an idea and bring it all the way to productionMotivated to learn new systems and be at the cutting edge of industrial roboticsExperience with any of the following is an advantage:Developing and maintaining a complex codebase with high reliability requirementsSoft or hard realtime systemsTesting with Catch2 or gtestMath &amp; optimization libraries: Eigen, BLAS, LAPACK, Ceres, OSQP, etc.Machine learning libraries and tools: PyTorch, JAX, Tensorflow, ONNX, MLflow, etc.3D spatial algebra(poses, transforms, velocities), e.g. in game engines, simulators, roboticsROS2 basics: record, replay, subscribe, publish, visualiseWhat You’ll GetFlexible working hours and a hybrid model for real work-life balanceGenerous vacation: 25–30 days depending on ageCHF 500 mobility credit for sustainable commutingBonus system &amp; strong pension contributionsTailored training &amp; development opportunitiesRelocation support for a smooth startDiscounts on health, mobility &amp; entertainmentTeam events and a flat hierarchy where your voice countsA warm, international culture built on respect and collaborationGreat robots need great people.","job_description":"**(Senior) C++ Engineer (f/m/d) for Control**\n\n**100% Zürich**\n  \n  \n**Hexagon Robotic**s is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers\n\n  \n.  \nWe are looking for **a C++ Enginee**r with a background in Control to design and develop robust software for Aeon, Hexagon’s humanoid robo\n\n  \n**t.** \n**Your Miss**\n\n* ionDesign, develop, test and maintain reliable software for the motion control of Aeon, providing real-time control and minimal laten\n* cy.Design, develop, test and maintain the infrastructure for training and evaluating locomotion, manipulation and whole-body controlle\n* rs.Work in a multicultural and interdisciplinary environment developing a novel robot from prototype to serial product\n* ionBeing part of an R&D division with startup spirit in a globally active company: we work in an iterative fashion to solve complex real-world problems at the frontier of robot\n\n  \n**ics** \n**Your Skil**\n\n**lsetMust h**\n\n* ave:Strong fundamentals in Modern\n* C++Working knowledge of CMake and Py\n* thonPassion for developing robust, elegant and tested software to solve complex prob\n* lemsPragmatic and hands-on: have an idea and bring it all the way to produc\n* tionMotivated to learn new systems and be at the cutting edge of industrial robo\n\n**ticsExperience with any of the following is an advant**\n\n* age:Developing and maintaining a complex codebase with high reliability requirem\n* entsSoft or hard realtime sys\n* temsTesting with Catch2 or g\n* testMath & optimization libraries: Eigen, BLAS, LAPACK, Ceres, OSQP,\n* etc.Machine learning libraries and tools: PyTorch, JAX, Tensorflow, ONNX, MLflow,\n* etc.3D spatial algebra(poses, transforms, velocities), e.g. in game engines, simulators, robo\n* ticsROS2 basics: record, replay, subscribe, publish, visua\n\n  \n**lise** \n**What You’l**\n\n* l GetFlexible working hours and a hybrid model for real work-life ba\n* lanceGenerous vacation: 25–30 days depending o\n* n ageCHF 500 mobility credit for sustainable comm\n* utingBonus system & strong pension contribu\n* tionsTailored training & development opportun\n* itiesRelocation support for a smooth\n* startDiscounts on health, mobility & entertai\n* nmentTeam events and a flat hierarchy where your voice c\n* ountsA warm, international culture built on respect and collabor\n\n  \n**ation** \n**Great robots need great p**\n\n  \neople.","companyDescription":"At Hexagon, we don’t just measure the world – we define its future.  \n\nAs the global leader in measurement technologies, we provide the confidence that vital industries rely on to build, navigate, and innovate.   \n\nFrom microns to Mars, our solutions drive productivity, quality, safety, and sustainability across aerospace, agriculture, automotive, construction, manufacturing, and mining.  \n\nWe bridge the physical and digital worlds with cutting-edge metrology, reality capture, and positioning solutions – making industries and cities safer, smarter, and more sustainable.  \n\nMeasurement is the foundation of progress. When it has to be right, it has to be Hexagon.","companyLinkedinUrl":"https://se.linkedin.com/company/hexagon-ab?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":918}},{"json":{"id":"4374295322","link":"https://ch.linkedin.com/jobs/view/senior-motion-planning-engineer-f-m-d-at-hexagon-ab-4374295322?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=7%2Fj2J6t7Az09ZBimoFW6nA%3D%3D&position=13&pageNum=0","text":"{\n  \"match\": false,\n  \"score\": 40,\n  \"reason\": \"Rejected: Senior role with 8+ years implied, focus on robotics software, no explicit industrial automation or PLC experience.\"\n}","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Senior Motion Planning Engineer (f/m/d)","salary":"","applyUrl":"https://hexagon-robotics.onlyfy.jobs/job/js2h05qeh4sq7yy6whmd6da7kzddpv","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Zurich, Switzerland","postedAt":"2026-02-23","industries":"Machinery Manufacturing","salaryInfo":[""],"trackingId":"7/j2J6t7Az09ZBimoFW6nA==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQESWwPef2karw/company-logo_100_100/B4EZd0GCR_GcAQ-/0/1749999429006/hexagon_ab_logo?e=1773273600&v=beta&t=O6D3iR2dN6PXNOHNuzVTiDL9iutuie3ZJdQHMKOFkYc","companyName":"Hexagon AB","jobFunction":"Engineering","companyAddress":{"type":"PostalAddress","postalCode":"SE-103 59","streetAddress":"Lilla Bantorget 15","addressCountry":"SE","addressLocality":"Stockholm"},"companyWebsite":"https://hexagon.com","employmentType":"Full-time","seniorityLevel":"Associate","applicantsCount":"25","descriptionHtml":"<p><strong>Senior Motion Planning Engineer (f/m/d)</strong></p><p><strong>100% Zürich</strong></p><p><br></p><p><strong><br>Hexagon Robotic</strong>s is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers</p><p><br></p><p>.<br>We are looking for <strong>a Senior Motion Planning Engine</strong>er to design and deploy advanced motion planning algorithms for our robotic systems, working across navigation, manipulation and optimization. You will develop production-ready software in close collaboration with cross-functional teams, helping bring our robotic platforms from prototype to productio</p><p><br></p><p><strong>n.<br>Your Miss</strong></p><ul><li>ionDevelop and deploy motion planning algorithms for mobile robots and manipulat</li><li>orsDesign optimization-based planners, including cost functions and constraints for embedded syst</li><li>emsImplement production-quality software in C++ and Python, including testing and validat</li><li>ionDevelop and debug ROS2 nodes and system integrati</li><li>onsDefine and own technical objectives aligned with the squad road</li><li>mapTroubleshoot and resolve issues in complex robotic software and hardware syst</li></ul><p><br></p><p><strong>ems<br>Your Skil</strong></p><ul><li>lsetStrong experience in robot motion planning (navigation, obstacle avoidance, manipulat</li><li>ion)Solid background in numerical optimization for motion plan</li><li>ningProven expertise in C++ and Python with production deployment experi</li><li>enceExperience with NumPy, PyTorch or</li><li> JAXAbility to work independently and drive topics end to</li><li> endHands-on experience with </li></ul><p><strong>ROS2Bonus Skil</strong></p><ul><li>lsetGPU development on NVIDIA Jetson platf</li><li>ormsExperience with generative models (e.g. flow mod</li><li>els)Experience with humanoid ro</li><li>botsFamiliarity with NVIDIA Omniv</li></ul><p><br></p><p><strong>erse<br>What You’l</strong></p><ul><li>l GetFlexible working hours and a hybrid model for real work-life ba</li><li>lanceGenerous vacation: 25–30 days depending o</li><li>n ageCHF 500 mobility credit for sustainable comm</li><li>utingBonus system &amp; strong pension contribu</li><li>tionsTailored training &amp; development opportun</li><li>itiesRelocation support for a smooth </li><li>startDiscounts on health, mobility &amp; entertai</li><li>nmentTeam events and a flat hierarchy where your voice c</li><li>ountsA warm, international culture built on respect and collabor</li></ul><p><br></p><p><strong>ation<br>Great robots need great p</strong></p><p><br></p>eople.","descriptionText":"Senior Motion Planning Engineer (f/m/d)100% ZürichHexagon Robotics is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers.We are looking for a Senior Motion Planning Engineer to design and deploy advanced motion planning algorithms for our robotic systems, working across navigation, manipulation and optimization. You will develop production-ready software in close collaboration with cross-functional teams, helping bring our robotic platforms from prototype to production.Your MissionDevelop and deploy motion planning algorithms for mobile robots and manipulatorsDesign optimization-based planners, including cost functions and constraints for embedded systemsImplement production-quality software in C++ and Python, including testing and validationDevelop and debug ROS2 nodes and system integrationsDefine and own technical objectives aligned with the squad roadmapTroubleshoot and resolve issues in complex robotic software and hardware systemsYour SkillsetStrong experience in robot motion planning (navigation, obstacle avoidance, manipulation)Solid background in numerical optimization for motion planningProven expertise in C++ and Python with production deployment experienceExperience with NumPy, PyTorch or JAXAbility to work independently and drive topics end to endHands-on experience with ROS2Bonus SkillsetGPU development on NVIDIA Jetson platformsExperience with generative models (e.g. flow models)Experience with humanoid robotsFamiliarity with NVIDIA OmniverseWhat You’ll GetFlexible working hours and a hybrid model for real work-life balanceGenerous vacation: 25–30 days depending on ageCHF 500 mobility credit for sustainable commutingBonus system &amp; strong pension contributionsTailored training &amp; development opportunitiesRelocation support for a smooth startDiscounts on health, mobility &amp; entertainmentTeam events and a flat hierarchy where your voice countsA warm, international culture built on respect and collaborationGreat robots need great people.","job_description":"**Senior Motion Planning Engineer (f/m/d)**\n\n**100% Zürich**\n  \n  \n**Hexagon Robotic**s is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers\n\n  \n.  \nWe are looking for **a Senior Motion Planning Engine**er to design and deploy advanced motion planning algorithms for our robotic systems, working across navigation, manipulation and optimization. You will develop production-ready software in close collaboration with cross-functional teams, helping bring our robotic platforms from prototype to productio\n\n  \n**n.** \n**Your Miss**\n\n* ionDevelop and deploy motion planning algorithms for mobile robots and manipulat\n* orsDesign optimization-based planners, including cost functions and constraints for embedded syst\n* emsImplement production-quality software in C++ and Python, including testing and validat\n* ionDevelop and debug ROS2 nodes and system integrati\n* onsDefine and own technical objectives aligned with the squad road\n* mapTroubleshoot and resolve issues in complex robotic software and hardware syst\n\n  \n**ems** \n**Your Skil**\n\n* lsetStrong experience in robot motion planning (navigation, obstacle avoidance, manipulat\n* ion)Solid background in numerical optimization for motion plan\n* ningProven expertise in C++ and Python with production deployment experi\n* enceExperience with NumPy, PyTorch or\n* JAXAbility to work independently and drive topics end to\n* endHands-on experience with\n\n**ROS2Bonus Skil**\n\n* lsetGPU development on NVIDIA Jetson platf\n* ormsExperience with generative models (e.g. flow mod\n* els)Experience with humanoid ro\n* botsFamiliarity with NVIDIA Omniv\n\n  \n**erse** \n**What You’l**\n\n* l GetFlexible working hours and a hybrid model for real work-life ba\n* lanceGenerous vacation: 25–30 days depending o\n* n ageCHF 500 mobility credit for sustainable comm\n* utingBonus system & strong pension contribu\n* tionsTailored training & development opportun\n* itiesRelocation support for a smooth\n* startDiscounts on health, mobility & entertai\n* nmentTeam events and a flat hierarchy where your voice c\n* ountsA warm, international culture built on respect and collabor\n\n  \n**ation** \n**Great robots need great p**\n\n  \neople.","companyDescription":"At Hexagon, we don’t just measure the world – we define its future.  \n\nAs the global leader in measurement technologies, we provide the confidence that vital industries rely on to build, navigate, and innovate.   \n\nFrom microns to Mars, our solutions drive productivity, quality, safety, and sustainability across aerospace, agriculture, automotive, construction, manufacturing, and mining.  \n\nWe bridge the physical and digital worlds with cutting-edge metrology, reality capture, and positioning solutions – making industries and cities safer, smarter, and more sustainable.  \n\nMeasurement is the foundation of progress. When it has to be right, it has to be Hexagon.","companyLinkedinUrl":"https://se.linkedin.com/company/hexagon-ab?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":918}},{"json":{"id":"4376810346","link":"https://ch.linkedin.com/jobs/view/senior-procurement-specialist-at-real-4376810346?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=s9oSneeugM1TqoyGPBpUJA%3D%3D&position=12&pageNum=0","text":"```json\n{\n  \"match\": false,\n  \"score\": 20,\n  \"reason\": \"Rejected: Procurement role, no Industrial Automation or Software skills.\"\n}\n```","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Senior Procurement Specialist","salary":"","applyUrl":"https://www.aplitrak.com/?adid=RkJNRC4zNjg0OC4xNTUwQHN0aHJlZWRlMi5hcGxpdHJhay5jb20","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Your City, Your Country","postedAt":"2026-02-23","industries":"Professional Services","salaryInfo":["CHF 1.00","CHF 1.00"],"trackingId":"s9oSneeugM1TqoyGPBpUJA==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQEdNu07qRHmRQ/company-logo_100_100/B4EZXHFFvEGYAQ-/0/1742801755451/real_staffing_group_logo?e=1773273600&v=beta&t=zV6-4pgCnxTsIHRGn7rc1hbqorvJAWWy1w5PPUF2Dgc","companyName":"Real","jobFunction":"Supply Chain","jobPosterName":"Fabiola Miranda","companyAddress":{"type":"PostalAddress","postalCode":"EC4N 7BE","streetAddress":"1st Floor","addressCountry":"GB","addressLocality":"London"},"companyWebsite":"http://www.realstaffing.com","employmentType":"Full-time","jobPosterPhoto":"https://media.licdn.com/dms/image/v2/D4D03AQGbmfnhiHo1jw/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1727689323086?e=1773273600&v=beta&t=KYOUR_FOLDER_OR_FILE_ID","jobPosterTitle":"Recruitment Consultant Pharma & Biotech","seniorityLevel":"Mid-Senior level","applicantsCount":"25","descriptionHtml":"<p><strong>LZAJP00006414 Senior Procurement Specialist 100%</strong></p><p><strong>Location: </strong>[Your City, Country]</p><p><strong>Languages: </strong>Fluent in English; knowledge of German, or French is an asset.</p><p><strong>Project Duration:</strong> 02.03.2026 - 30.06.2026</p><p> </p><p><strong>Role Summary</strong></p><p>We are seeking an experienced and strategic <strong>Senior Procurement Specialist</strong> with a strong background in <strong>company carve‑outs and divestments</strong> to support a major organizational transformation project. In this role, you will be responsible for driving and optimizing procurement processes within the indirect procurement categories <strong>Technology, Logistics, Professional Services, and MRO</strong> during and after carve‑out activities.</p><p>The ideal candidate brings deep expertise in indirect procurement within complex environments, strong negotiation and vendor‑management capabilities, and the ability to ensure procurement stability and continuity throughout change processes.</p><p><strong>Responsibilities:</strong></p><p><strong>Carve-out Support</strong></p><ul><li>Lead and support procurement activities related to carve‑out preparation, due diligence, planning, and execution.</li><li>Ensure smooth transition and integration of systems, tools, services, and supplier relationships.</li></ul><p><strong>Vendor Management</strong></p><ul><li>Build and maintain strong relationships with key suppliers.</li><li>Manage contract negotiations, vendor performance, and compliance with service and contractual obligations.</li></ul><p><strong>Strategic Sourcing</strong></p><ul><li>Identify and evaluate suppliers based on quality, cost, service level, and risk.</li><li>Conduct market research to identify trends, innovations, and best practices.</li></ul><p><strong>Contract Management</strong></p><ul><li>Oversee contract creation, negotiation, review, and lifecycle management.</li><li>Ensure compliance with legal requirements and company policies.</li></ul><p><strong>Cost Optimization</strong></p><ul><li>Analyze spend and identify potential savings across indirect categories.</li><li>Implement strategies to reduce cost, increase efficiency, and improve overall procurement value.</li></ul><p><strong>Risk Management</strong></p><ul><li>Identify and mitigate procurement, supplier, commercial, and contractual risks.</li><li>Ensure continuity planning and compliance with governance requirements.</li></ul><p><strong>Cross‑functional Collaboration</strong></p><ul><li>Work closely with IT, Automation, Quality, MRO, Finance, Legal, and other business units.</li><li>Ensure alignment with organizational strategies and carve‑out objectives.</li></ul><p><strong>Reporting &amp; Analytics</strong></p><ul><li>Develop procurement performance metrics and dashboards.</li><li>Provide actionable insights based on spend analysis and performance data.</li></ul><p><strong>Policy &amp; Process Development</strong></p><ul><li>Support the enhancement of procurement policies, guidelines, and process improvements.</li><li>Promote best practices and continuous improvement initiatives.</li></ul><p><strong>Qualifications: </strong></p><p><strong>Education:</strong></p><ul><li>Bachelor's degree in Information Technology, Business Administration, Supply Chain Management, or a related field.</li><li>A Master's degree or procurement‑related certification <strong>(e.g., CPSM, CIPS) is a plus.</strong></li></ul><p><strong>Professional Experience:</strong></p><ul><li>7-10 years of experience in indirect procurement.</li><li>At least 3-5 years of <strong>direct experience in carve‑out, divestment, or M&amp;A procurement</strong> activities.</li></ul><p><strong>Technical &amp; Professional Skills:</strong></p><ul><li>Strong knowledge of procurement processes, contract management, and supplier management.</li><li>Proven track record managing procurement within divestment environments.</li><li>Excellent negotiation, analytical, and problem‑solving abilities.</li><li>Proficiency with procurement tools, ERPs, and the MS Office Suite.</li></ul><p> </p><p>If you are interested in this position contact me as soon as possible! Send your CV over our home page to Fabiola Miranda or per mail directly to f.miranda(at)realstaffing.com<br></p><p>SThree_Germany is acting as an Employment Business in relation to this vacancy.</p>","descriptionText":"LZAJP00006414 Senior Procurement Specialist 100%Location: [Your City, Country]Languages: Fluent in English; knowledge of German, or French is an asset.Project Duration: 02.03.2026 - 30.06.2026 Role SummaryWe are seeking an experienced and strategic Senior Procurement Specialist with a strong background in company carve‑outs and divestments to support a major organizational transformation project. In this role, you will be responsible for driving and optimizing procurement processes within the indirect procurement categories Technology, Logistics, Professional Services, and MRO during and after carve‑out activities.The ideal candidate brings deep expertise in indirect procurement within complex environments, strong negotiation and vendor‑management capabilities, and the ability to ensure procurement stability and continuity throughout change processes.Responsibilities:Carve-out SupportLead and support procurement activities related to carve‑out preparation, due diligence, planning, and execution.Ensure smooth transition and integration of systems, tools, services, and supplier relationships.Vendor ManagementBuild and maintain strong relationships with key suppliers.Manage contract negotiations, vendor performance, and compliance with service and contractual obligations.Strategic SourcingIdentify and evaluate suppliers based on quality, cost, service level, and risk.Conduct market research to identify trends, innovations, and best practices.Contract ManagementOversee contract creation, negotiation, review, and lifecycle management.Ensure compliance with legal requirements and company policies.Cost OptimizationAnalyze spend and identify potential savings across indirect categories.Implement strategies to reduce cost, increase efficiency, and improve overall procurement value.Risk ManagementIdentify and mitigate procurement, supplier, commercial, and contractual risks.Ensure continuity planning and compliance with governance requirements.Cross‑functional CollaborationWork closely with IT, Automation, Quality, MRO, Finance, Legal, and other business units.Ensure alignment with organizational strategies and carve‑out objectives.Reporting &amp; AnalyticsDevelop procurement performance metrics and dashboards.Provide actionable insights based on spend analysis and performance data.Policy &amp; Process DevelopmentSupport the enhancement of procurement policies, guidelines, and process improvements.Promote best practices and continuous improvement initiatives.Qualifications: Education:Bachelor's degree in Information Technology, Business Administration, Supply Chain Management, or a related field.A Master's degree or procurement‑related certification (e.g., CPSM, CIPS) is a plus.Professional Experience:7-10 years of experience in indirect procurement.At least 3-5 years of direct experience in carve‑out, divestment, or M&amp;A procurement activities.Technical &amp; Professional Skills:Strong knowledge of procurement processes, contract management, and supplier management.Proven track record managing procurement within divestment environments.Excellent negotiation, analytical, and problem‑solving abilities.Proficiency with procurement tools, ERPs, and the MS Office Suite. If you are interested in this position contact me as soon as possible! Send your CV over our home page to Fabiola Miranda or per mail directly to f.miranda(at)realstaffing.comSThree_Germany is acting as an Employment Business in relation to this vacancy.","job_description":"**LZAJP00006414 Senior Procurement Specialist 100%**\n\n**Location:** [Your City, Country]\n\n**Languages:** Fluent in English; knowledge of German, or French is an asset.\n\n**Project Duration:** 02.03.2026 - 30.06.2026\n\n**Role Summary**\n\nWe are seeking an experienced and strategic **Senior Procurement Specialist** with a strong background in **company carve‑outs and divestments** to support a major organizational transformation project. In this role, you will be responsible for driving and optimizing procurement processes within the indirect procurement categories **Technology, Logistics, Professional Services, and MRO** during and after carve‑out activities.\n\nThe ideal candidate brings deep expertise in indirect procurement within complex environments, strong negotiation and vendor‑management capabilities, and the ability to ensure procurement stability and continuity throughout change processes.\n\n**Responsibilities:**\n\n**Carve-out Support**\n\n* Lead and support procurement activities related to carve‑out preparation, due diligence, planning, and execution.\n* Ensure smooth transition and integration of systems, tools, services, and supplier relationships.\n\n**Vendor Management**\n\n* Build and maintain strong relationships with key suppliers.\n* Manage contract negotiations, vendor performance, and compliance with service and contractual obligations.\n\n**Strategic Sourcing**\n\n* Identify and evaluate suppliers based on quality, cost, service level, and risk.\n* Conduct market research to identify trends, innovations, and best practices.\n\n**Contract Management**\n\n* Oversee contract creation, negotiation, review, and lifecycle management.\n* Ensure compliance with legal requirements and company policies.\n\n**Cost Optimization**\n\n* Analyze spend and identify potential savings across indirect categories.\n* Implement strategies to reduce cost, increase efficiency, and improve overall procurement value.\n\n**Risk Management**\n\n* Identify and mitigate procurement, supplier, commercial, and contractual risks.\n* Ensure continuity planning and compliance with governance requirements.\n\n**Cross‑functional Collaboration**\n\n* Work closely with IT, Automation, Quality, MRO, Finance, Legal, and other business units.\n* Ensure alignment with organizational strategies and carve‑out objectives.\n\n**Reporting & Analytics**\n\n* Develop procurement performance metrics and dashboards.\n* Provide actionable insights based on spend analysis and performance data.\n\n**Policy & Process Development**\n\n* Support the enhancement of procurement policies, guidelines, and process improvements.\n* Promote best practices and continuous improvement initiatives.\n\n**Qualifications:** \n\n**Education:**\n\n* Bachelor's degree in Information Technology, Business Administration, Supply Chain Management, or a related field.\n* A Master's degree or procurement‑related certification **(e.g., CPSM, CIPS) is a plus.**\n\n**Professional Experience:**\n\n* 7-10 years of experience in indirect procurement.\n* At least 3-5 years of **direct experience in carve‑out, divestment, or M&A procurement** activities.\n\n**Technical & Professional Skills:**\n\n* Strong knowledge of procurement processes, contract management, and supplier management.\n* Proven track record managing procurement within divestment environments.\n* Excellent negotiation, analytical, and problem‑solving abilities.\n* Proficiency with procurement tools, ERPs, and the MS Office Suite.\n\nIf you are interested in this position contact me as soon as possible! Send your CV over our home page to Fabiola Miranda or per mail directly to f.miranda(at)realstaffing.com  \n\nSThree\\_Germany is acting as an Employment Business in relation to this vacancy.","companyDescription":"Connecting experts with public sector and life sciences organisations \n\nReal is a Life Sciences specialist, part of SThree, the global STEM workforce consultancy. With expertise in biotechnology, pharmaceutical and medical technology, Real advises businesses, builds expert teams and delivers project solutions. In the UK, Real is also a specialist in Higher and Further Education, Central & Local Government, NHS and Healthcare services.\n\nOur consultants are truly specialised— focusing on regional market requirements. This allows us to provide organisations with market-specific advice, and place the right professionals into the right projects.\n\nWe deliver a high-quality service that is fully compliant, regularly audited, and meets regulations and standards locally and globally. The organisations and professionals we partner with benefit from our deep sector expertise, our local and global experience, and our dedicated service. This is how we outpace tomorrow, together.","companyLinkedinUrl":"https://uk.linkedin.com/company/real-staffing-group?trk=public_jobs_jserp-result_job-search-card-subtitle","jobPosterProfileUrl":"https://ch.linkedin.com/in/fabiola-miranda7","companyEmployeesCount":810}},{"json":{"id":"4374501256","link":"https://ch.linkedin.com/jobs/view/senior-devops-engineer-f-m-d-at-hexagon-ab-4374501256?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=2G1SE9iNXJUbvQOl53jkKg%3D%3D&position=14&pageNum=0","text":"{\n  \"match\": false,\n  \"score\": 20,\n  \"reason\": \"Rejected: Senior DevOps role with 5+ years experience, pure IT/cloud focus, no PLC or industrial automation mentioned.\"\n}","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Senior DevOps Engineer (f/m/d)","salary":"","applyUrl":"https://hexagon-robotics.onlyfy.jobs/job/l39q3vqpmozd1qmtnw5actemegig9c","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Zurich, Switzerland","postedAt":"2026-02-23","industries":"Machinery Manufacturing","salaryInfo":[""],"trackingId":"2G1SE9iNXJUbvQOl53jkKg==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQESWwPef2karw/company-logo_100_100/B4EZd0GCR_GcAQ-/0/1749999429006/hexagon_ab_logo?e=1773273600&v=beta&t=O6D3iR2dN6PXNOHNuzVTiDL9iutuie3ZJdQHMKOFkYc","companyName":"Hexagon AB","jobFunction":"Engineering","companyAddress":{"type":"PostalAddress","postalCode":"SE-103 59","streetAddress":"Lilla Bantorget 15","addressCountry":"SE","addressLocality":"Stockholm"},"companyWebsite":"https://hexagon.com","employmentType":"Full-time","seniorityLevel":"Associate","applicantsCount":"25","descriptionHtml":"<p><strong>Senior DevOps Engineer (f/m/d)</strong></p><p><strong>100% Zürich</strong></p><p><strong>Hexagon Robotics</strong> is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers.</p><p><br></p><p>We are looking for a <strong>Senior DevOps Engineer</strong> to take ownership of our cloud infrastructure and deployment pipelines, driving automation, scalability, and reliability across our robotics systems. In this role, you will work closely with cross-functional teams to enable fast, stable releases and high system availability, shaping the backbone that supports our transition from prototype to production at scale.</p><p><br></p><p><strong>Your Mission</strong></p><ul><li>Own and evolve our DevOps infrastructure, ensuring reliability, scalability, and performance</li><li>Design and maintain CI/CD pipelines to streamline build, test, and deployment processes</li><li>Automate infrastructure provisioning using tools like Terraform / OpenTofu (Hybrid Azure + on-prem)</li><li>Monitor systems and services proactively, define alerting strategies, and drive incident response</li><li>Collaborate closely with engineering teams to integrate DevOps best practices into development workflows</li><li>Support release management, versioning, and configuration across multiple product variants</li><li>Identify bottlenecks and continuously improve system efficiency, security, and maintainability</li><li>Contribute to a culture of ownership, learning, and high engineering standards</li></ul><p><br></p><p><strong>Your Skillset</strong></p><p><strong>Must-haves </strong></p><ul><li>5+ years of relevant industry experience with a strong track record in the DevOps domain within fast-scaling environments</li><li>Advanced degree in Computer Science, IT, or a related field</li><li>Proficiency in cloud infrastructure, especially Azure, Kubernetes (AKS), Terraform / OpenTofu</li><li>Solid scripting skills (Shell/Bash &amp; Python) and experience with Docker and containerization</li><li>Comfortable in Unix environments with strong debugging and automation capabilities</li><li>Deep understanding of scaling strategies, user management, release management, and versioning for multi-product configurations</li><li>Experience across different testing levels and a strong affinity for infrastructure automation and monitoring</li><li>Fluent in English (German is a plus)</li></ul><p><strong>Nice-to-haves </strong></p><ul><li>Familiarity with tools like Prometheus, InfluxDB, Grafana, and GitOps (e.g. ArgoCD or Flux)</li><li>Background in ROS2, C++ / CMake, or Nix-based systems</li><li>Experience with hardware-in-the-loop testing environments</li></ul><p><strong>What defines you </strong></p><ul><li>Pragmatic, structured, and execution-focused: you design, test, and adapt quickly</li><li>A true team player who communicates clearly and enjoys supporting others</li><li>Self-driven, solution-oriented, and motivated to maintain high standards</li><li>Curious mindset with a passion for continuous learning and diving deep into technical challenges</li></ul><p><br></p><p><strong>What You’ll Get</strong></p><ul><li>Flexible working hours and a hybrid model for real work-life balance</li><li>Generous vacation: 25–30 days depending on age</li><li>CHF 500 mobility credit for sustainable commuting</li><li>Bonus system &amp; strong pension contributions</li><li>Tailored training &amp; development opportunities</li><li>Relocation support for a smooth start</li><li>Discounts on health, mobility &amp; entertainment</li><li>Team events and a flat hierarchy where your voice counts</li><li>A warm, international culture built on respect and collaboration</li></ul><p><br></p><p><strong>Great robots need great people.</strong></p><p><br></p><p><strong>Contact</strong></p><p>David Rank</p><p>Senior Recruiter / HR Generalist</p><p>E-Mail: david.rank@hexagon.com</p>","descriptionText":"Senior DevOps Engineer (f/m/d)100% ZürichHexagon Robotics is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers.We are looking for a Senior DevOps Engineer to take ownership of our cloud infrastructure and deployment pipelines, driving automation, scalability, and reliability across our robotics systems. In this role, you will work closely with cross-functional teams to enable fast, stable releases and high system availability, shaping the backbone that supports our transition from prototype to production at scale.Your MissionOwn and evolve our DevOps infrastructure, ensuring reliability, scalability, and performanceDesign and maintain CI/CD pipelines to streamline build, test, and deployment processesAutomate infrastructure provisioning using tools like Terraform / OpenTofu (Hybrid Azure + on-prem)Monitor systems and services proactively, define alerting strategies, and drive incident responseCollaborate closely with engineering teams to integrate DevOps best practices into development workflowsSupport release management, versioning, and configuration across multiple product variantsIdentify bottlenecks and continuously improve system efficiency, security, and maintainabilityContribute to a culture of ownership, learning, and high engineering standardsYour SkillsetMust-haves 5+ years of relevant industry experience with a strong track record in the DevOps domain within fast-scaling environmentsAdvanced degree in Computer Science, IT, or a related fieldProficiency in cloud infrastructure, especially Azure, Kubernetes (AKS), Terraform / OpenTofuSolid scripting skills (Shell/Bash &amp; Python) and experience with Docker and containerizationComfortable in Unix environments with strong debugging and automation capabilitiesDeep understanding of scaling strategies, user management, release management, and versioning for multi-product configurationsExperience across different testing levels and a strong affinity for infrastructure automation and monitoringFluent in English (German is a plus)Nice-to-haves Familiarity with tools like Prometheus, InfluxDB, Grafana, and GitOps (e.g. ArgoCD or Flux)Background in ROS2, C++ / CMake, or Nix-based systemsExperience with hardware-in-the-loop testing environmentsWhat defines you Pragmatic, structured, and execution-focused: you design, test, and adapt quicklyA true team player who communicates clearly and enjoys supporting othersSelf-driven, solution-oriented, and motivated to maintain high standardsCurious mindset with a passion for continuous learning and diving deep into technical challengesWhat You’ll GetFlexible working hours and a hybrid model for real work-life balanceGenerous vacation: 25–30 days depending on ageCHF 500 mobility credit for sustainable commutingBonus system &amp; strong pension contributionsTailored training &amp; development opportunitiesRelocation support for a smooth startDiscounts on health, mobility &amp; entertainmentTeam events and a flat hierarchy where your voice countsA warm, international culture built on respect and collaborationGreat robots need great people.ContactDavid RankSenior Recruiter / HR GeneralistE-Mail: david.rank@hexagon.com","job_description":"**Senior DevOps Engineer (f/m/d)**\n\n**100% Zürich**\n\n**Hexagon Robotics** is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers.\n\n  \nWe are looking for a **Senior DevOps Engineer** to take ownership of our cloud infrastructure and deployment pipelines, driving automation, scalability, and reliability across our robotics systems. In this role, you will work closely with cross-functional teams to enable fast, stable releases and high system availability, shaping the backbone that supports our transition from prototype to production at scale.\n\n  \n**Your Mission**\n\n* Own and evolve our DevOps infrastructure, ensuring reliability, scalability, and performance\n* Design and maintain CI/CD pipelines to streamline build, test, and deployment processes\n* Automate infrastructure provisioning using tools like Terraform / OpenTofu (Hybrid Azure + on-prem)\n* Monitor systems and services proactively, define alerting strategies, and drive incident response\n* Collaborate closely with engineering teams to integrate DevOps best practices into development workflows\n* Support release management, versioning, and configuration across multiple product variants\n* Identify bottlenecks and continuously improve system efficiency, security, and maintainability\n* Contribute to a culture of ownership, learning, and high engineering standards\n\n  \n**Your Skillset**\n\n**Must-haves** \n\n* 5+ years of relevant industry experience with a strong track record in the DevOps domain within fast-scaling environments\n* Advanced degree in Computer Science, IT, or a related field\n* Proficiency in cloud infrastructure, especially Azure, Kubernetes (AKS), Terraform / OpenTofu\n* Solid scripting skills (Shell/Bash & Python) and experience with Docker and containerization\n* Comfortable in Unix environments with strong debugging and automation capabilities\n* Deep understanding of scaling strategies, user management, release management, and versioning for multi-product configurations\n* Experience across different testing levels and a strong affinity for infrastructure automation and monitoring\n* Fluent in English (German is a plus)\n\n**Nice-to-haves** \n\n* Familiarity with tools like Prometheus, InfluxDB, Grafana, and GitOps (e.g. ArgoCD or Flux)\n* Background in ROS2, C++ / CMake, or Nix-based systems\n* Experience with hardware-in-the-loop testing environments\n\n**What defines you** \n\n* Pragmatic, structured, and execution-focused: you design, test, and adapt quickly\n* A true team player who communicates clearly and enjoys supporting others\n* Self-driven, solution-oriented, and motivated to maintain high standards\n* Curious mindset with a passion for continuous learning and diving deep into technical challenges\n\n  \n**What You’ll Get**\n\n* Flexible working hours and a hybrid model for real work-life balance\n* Generous vacation: 25–30 days depending on age\n* CHF 500 mobility credit for sustainable commuting\n* Bonus system & strong pension contributions\n* Tailored training & development opportunities\n* Relocation support for a smooth start\n* Discounts on health, mobility & entertainment\n* Team events and a flat hierarchy where your voice counts\n* A warm, international culture built on respect and collaboration\n\n  \n**Great robots need great people.**\n\n  \n**Contact**\n\nDavid Rank\n\nSenior Recruiter / HR Generalist\n\nE-Mail: david.rank@hexagon.com","companyDescription":"At Hexagon, we don’t just measure the world – we define its future.  \n\nAs the global leader in measurement technologies, we provide the confidence that vital industries rely on to build, navigate, and innovate.   \n\nFrom microns to Mars, our solutions drive productivity, quality, safety, and sustainability across aerospace, agriculture, automotive, construction, manufacturing, and mining.  \n\nWe bridge the physical and digital worlds with cutting-edge metrology, reality capture, and positioning solutions – making industries and cities safer, smarter, and more sustainable.  \n\nMeasurement is the foundation of progress. When it has to be right, it has to be Hexagon.","companyLinkedinUrl":"https://se.linkedin.com/company/hexagon-ab?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":918}},{"json":{"id":"4374504198","link":"https://ch.linkedin.com/jobs/view/devops-tech-lead-f-m-d-at-hexagon-ab-4374504198?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=vPmICPY%2FaXpQ66BbhzB7gw%3D%3D&position=11&pageNum=0","text":"{\n  \"match\": false,\n  \"score\": 30,\n  \"reason\": \"Rejected: Senior role (10+ years) focusing on DevOps/Cloud infrastructure, no clear industrial automation/PLC involvement.\"\n}","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"DevOps Tech Lead (f/m/d)","salary":"","applyUrl":"https://hexagon-robotics.onlyfy.jobs/job/6hj0lb34u6yaulogiththpqquw2ug9","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Zurich, Switzerland","postedAt":"2026-02-23","industries":"Machinery Manufacturing","salaryInfo":[""],"trackingId":"vPmICPY/aXpQ66BbhzB7gw==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQESWwPef2karw/company-logo_100_100/B4EZd0GCR_GcAQ-/0/1749999429006/hexagon_ab_logo?e=1773273600&v=beta&t=O6D3iR2dN6PXNOHNuzVTiDL9iutuie3ZJdQHMKOFkYc","companyName":"Hexagon AB","jobFunction":"Engineering","companyAddress":{"type":"PostalAddress","postalCode":"SE-103 59","streetAddress":"Lilla Bantorget 15","addressCountry":"SE","addressLocality":"Stockholm"},"companyWebsite":"https://hexagon.com","employmentType":"Full-time","seniorityLevel":"Associate","applicantsCount":"25","descriptionHtml":"<p><strong>DevOps Tech Lead (f/m/d)</strong></p><p><strong>100% Zürich</strong></p><p><br></p><p><strong><br>Hexagon Robotic</strong>s is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers</p><p><br></p><p>.<br>We are looking for an experience<strong>d DevOps Tech Le</strong>ad who combines strategic thinking with hands-on technical leadership. You understand how DevOps and infrastructure decisions impact business outcomes, stay calm and decisive in critical situations, and take full ownership of systems and results. You enjoy challenging the status quo, mentoring others, and building sustainable, scalable platforms that enable teams to deliver with confidenc</p><p><br></p><p><strong>e.<br>Your Miss</strong></p><p>ionAs DevOps Tech Lead, you own the end-to-end DevOps architecture across cloud and on-prem environments and shape it sustainably for the futu</p><ul><li>re.Define and evolve the DevOps architecture across Azure, on-prem, and Kubernetes environme</li><li>ntsAct as technical authority for CI/CD, infrastructure, and platform operations, setting standards and best practi</li><li>cesTranslate business needs into technical roadmaps, priorities, and long-term improvement initiati</li><li>vesLead and coordinate incident response for critical production issues and drive post-incident improveme</li><li>ntsProactively identify architectural risks and inefficiencies and drive modernization and simplificat</li><li>ionMentor and coach engineers, fostering ownership, autonomy, and high technical standa</li><li>rdsCollaborate closely with engineering, product, and management to enable fast, safe, and reliable deliv</li></ul><p><br></p><p><strong>ery<br>Your Skil</strong></p><ul><li>lset10+ years of experience in DevOps / Platform Engineering, including ownership of complex, business-critical sys</li><li>temsProven experience as a technical lead, architect, or principal engi</li><li>neerStrong expertise in hybrid environments (Azure &amp; on-prem), Kubernetes (AKS), and Infrastructure as Code (Terraform / OpenT</li><li>ofu)Solid understanding of CI/CD architectures, release strategies, and multi-environment se</li><li>tupsExperience leading incidents, performing root cause analysis, and implementing preventive meas</li><li>uresStrong communication skills across technical and non-technical stakehol</li><li>dersAbility to balance short-term operational demands with long-term architectural vi</li><li>sionAdvanced scripting and automation skills (Bash/Shell, Pyt</li><li>hon)Fluent in English (German is a p</li></ul><p><strong>lus)Nice-to-ha</strong></p><ul><li>ves Experience with hardware-in-the-loop testing or complex system integra</li><li>tionExposure to security, compliance, or regulated environm</li></ul><p><br></p><p><strong>ents<br>What You’l</strong></p><ul><li>l GetFlexible working hours and a hybrid model for real work-life ba</li><li>lanceGenerous vacation: 25–30 days depending o</li><li>n ageCHF 500 mobility credit for sustainable comm</li><li>utingBonus system &amp; strong pension contribu</li><li>tionsTailored training &amp; development opportun</li><li>itiesRelocation support for a smooth </li><li>startDiscounts on health, mobility &amp; entertai</li><li>nmentTeam events and a flat hierarchy where your voice c</li><li>ountsA warm, international culture built on respect and collabor</li></ul><p><br></p><p><strong>ation<br>Great robots need great p</strong></p><p><br></p>eople.","descriptionText":"DevOps Tech Lead (f/m/d)100% ZürichHexagon Robotics is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers.We are looking for an experienced DevOps Tech Lead who combines strategic thinking with hands-on technical leadership. You understand how DevOps and infrastructure decisions impact business outcomes, stay calm and decisive in critical situations, and take full ownership of systems and results. You enjoy challenging the status quo, mentoring others, and building sustainable, scalable platforms that enable teams to deliver with confidence.Your MissionAs DevOps Tech Lead, you own the end-to-end DevOps architecture across cloud and on-prem environments and shape it sustainably for the future.Define and evolve the DevOps architecture across Azure, on-prem, and Kubernetes environmentsAct as technical authority for CI/CD, infrastructure, and platform operations, setting standards and best practicesTranslate business needs into technical roadmaps, priorities, and long-term improvement initiativesLead and coordinate incident response for critical production issues and drive post-incident improvementsProactively identify architectural risks and inefficiencies and drive modernization and simplificationMentor and coach engineers, fostering ownership, autonomy, and high technical standardsCollaborate closely with engineering, product, and management to enable fast, safe, and reliable deliveryYour Skillset10+ years of experience in DevOps / Platform Engineering, including ownership of complex, business-critical systemsProven experience as a technical lead, architect, or principal engineerStrong expertise in hybrid environments (Azure &amp; on-prem), Kubernetes (AKS), and Infrastructure as Code (Terraform / OpenTofu)Solid understanding of CI/CD architectures, release strategies, and multi-environment setupsExperience leading incidents, performing root cause analysis, and implementing preventive measuresStrong communication skills across technical and non-technical stakeholdersAbility to balance short-term operational demands with long-term architectural visionAdvanced scripting and automation skills (Bash/Shell, Python)Fluent in English (German is a plus)Nice-to-haves Experience with hardware-in-the-loop testing or complex system integrationExposure to security, compliance, or regulated environmentsWhat You’ll GetFlexible working hours and a hybrid model for real work-life balanceGenerous vacation: 25–30 days depending on ageCHF 500 mobility credit for sustainable commutingBonus system &amp; strong pension contributionsTailored training &amp; development opportunitiesRelocation support for a smooth startDiscounts on health, mobility &amp; entertainmentTeam events and a flat hierarchy where your voice countsA warm, international culture built on respect and collaborationGreat robots need great people.","job_description":"**DevOps Tech Lead (f/m/d)**\n\n**100% Zürich**\n  \n  \n**Hexagon Robotic**s is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers\n\n  \n.  \nWe are looking for an experience**d DevOps Tech Le**ad who combines strategic thinking with hands-on technical leadership. You understand how DevOps and infrastructure decisions impact business outcomes, stay calm and decisive in critical situations, and take full ownership of systems and results. You enjoy challenging the status quo, mentoring others, and building sustainable, scalable platforms that enable teams to deliver with confidenc\n\n  \n**e.** \n**Your Miss**\n\nionAs DevOps Tech Lead, you own the end-to-end DevOps architecture across cloud and on-prem environments and shape it sustainably for the futu\n\n* re.Define and evolve the DevOps architecture across Azure, on-prem, and Kubernetes environme\n* ntsAct as technical authority for CI/CD, infrastructure, and platform operations, setting standards and best practi\n* cesTranslate business needs into technical roadmaps, priorities, and long-term improvement initiati\n* vesLead and coordinate incident response for critical production issues and drive post-incident improveme\n* ntsProactively identify architectural risks and inefficiencies and drive modernization and simplificat\n* ionMentor and coach engineers, fostering ownership, autonomy, and high technical standa\n* rdsCollaborate closely with engineering, product, and management to enable fast, safe, and reliable deliv\n\n  \n**ery** \n**Your Skil**\n\n* lset10+ years of experience in DevOps / Platform Engineering, including ownership of complex, business-critical sys\n* temsProven experience as a technical lead, architect, or principal engi\n* neerStrong expertise in hybrid environments (Azure & on-prem), Kubernetes (AKS), and Infrastructure as Code (Terraform / OpenT\n* ofu)Solid understanding of CI/CD architectures, release strategies, and multi-environment se\n* tupsExperience leading incidents, performing root cause analysis, and implementing preventive meas\n* uresStrong communication skills across technical and non-technical stakehol\n* dersAbility to balance short-term operational demands with long-term architectural vi\n* sionAdvanced scripting and automation skills (Bash/Shell, Pyt\n* hon)Fluent in English (German is a p\n\n**lus)Nice-to-ha**\n\n* ves Experience with hardware-in-the-loop testing or complex system integra\n* tionExposure to security, compliance, or regulated environm\n\n  \n**ents** \n**What You’l**\n\n* l GetFlexible working hours and a hybrid model for real work-life ba\n* lanceGenerous vacation: 25–30 days depending o\n* n ageCHF 500 mobility credit for sustainable comm\n* utingBonus system & strong pension contribu\n* tionsTailored training & development opportun\n* itiesRelocation support for a smooth\n* startDiscounts on health, mobility & entertai\n* nmentTeam events and a flat hierarchy where your voice c\n* ountsA warm, international culture built on respect and collabor\n\n  \n**ation** \n**Great robots need great p**\n\n  \neople.","companyDescription":"At Hexagon, we don’t just measure the world – we define its future.  \n\nAs the global leader in measurement technologies, we provide the confidence that vital industries rely on to build, navigate, and innovate.   \n\nFrom microns to Mars, our solutions drive productivity, quality, safety, and sustainability across aerospace, agriculture, automotive, construction, manufacturing, and mining.  \n\nWe bridge the physical and digital worlds with cutting-edge metrology, reality capture, and positioning solutions – making industries and cities safer, smarter, and more sustainable.  \n\nMeasurement is the foundation of progress. When it has to be right, it has to be Hexagon.","companyLinkedinUrl":"https://se.linkedin.com/company/hexagon-ab?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":918}},{"json":{"id":"4374506009","link":"https://ch.linkedin.com/jobs/view/robotics-technical-lead-teleoperation-f-m-d-at-hexagon-ab-4374506009?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=fKg2pHeec6i%2BFXsVdzyZdQ%3D%3D&position=9&pageNum=0","text":"{\n  \"match\": false,\n  \"score\": 20,\n  \"reason\": \"Rejected: Senior role (5+ years) outside mid-level range; no explicit PLC/industrial automation focus, more robotics software lead.\"\n}","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Robotics Technical Lead - Teleoperation (f/m/d)","salary":"","applyUrl":"https://hexagon-robotics.onlyfy.jobs/job/eiszn4fasznblvhe2ubqz0jd7afi81","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Zurich, Switzerland","postedAt":"2026-02-23","industries":"Machinery Manufacturing","salaryInfo":[""],"trackingId":"fKg2pHeec6i+FXsVdzyZdQ==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQESWwPef2karw/company-logo_100_100/B4EZd0GCR_GcAQ-/0/1749999429006/hexagon_ab_logo?e=1773273600&v=beta&t=O6D3iR2dN6PXNOHNuzVTiDL9iutuie3ZJdQHMKOFkYc","companyName":"Hexagon AB","jobFunction":"Engineering","companyAddress":{"type":"PostalAddress","postalCode":"SE-103 59","streetAddress":"Lilla Bantorget 15","addressCountry":"SE","addressLocality":"Stockholm"},"companyWebsite":"https://hexagon.com","employmentType":"Full-time","seniorityLevel":"Associate","applicantsCount":"25","descriptionHtml":"<p><strong>Robotics Technical Lead - Teleoperation (f/m/d)</strong></p><p><strong>100% Zürich</strong></p><p><br></p><p><strong>Hexagon Robotics</strong> is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers.</p><p><br></p><p>As the <strong>Robotics Technical Lead</strong>, you will own the end-to-end experience of \"driving\" a humanoid. You will be responsible for the software stack that connects a human’s intent to a state-of-the-art industrial humanoid robot with precision and ease. You'll shape both the immediate roadmap and long-term vision for how humans interact with our robots, ensuring our solution scales effectively to meet customer needs across diverse industrial applications.</p><p><br></p><p><strong>Your Mission</strong></p><ul><li>Lead the development of our teleoperation software, ensuring a seamless connection between the teleoperator and the robot's control system. This includes bringing our prototype solution to product-level readiness.</li><li>Drive initiatives to minimize glass-to-glass latency and maximize control precision, ensuring the operator feels truly \"embodied\" in the robot.</li><li>Drive improvements in operator UI/UX to maximize efficiency, comfort, and ease of use.</li><li>Investigate and integrate next-gen input devices (haptic gloves, advanced motion tracking sensors) and workflows.</li><li>Define the long-term technical roadmap for teleoperation. Stay current with emerging technologies in VR/AR, haptics, robotics control, and human-robot interaction and bring promising solutions into or R&amp;D efforts.</li></ul><p><br></p><p><strong>Your Skillset</strong></p><ul><li>A strong background in Robotics, Mechatronics, or Computer Science. You understand robot kinematics, real-time control systems, and human machine interaction.</li><li>At least 5 years of professional experience, ideally with a focus on teleoperation or HMI. Proven experience in carrying out usability tests and experiments is a plus.</li><li>Experience (or a deep interest) in UX design. You understand that teleoperation is as much about the human as it is about the machine.</li><li>Proficiency in C++ and/or Python.</li><li>Experience with ROS2 and real-time communication protocols (WebRTC, DDS) are a plus.</li><li>Familiarity with VR/AR development frameworks (particularly WebXR) are a plus.</li><li>You are comfortable and excited to lead a high-impact project from research to industrial deployment.</li></ul><p><br></p><p><strong>What You’ll Get</strong></p><ul><li>Flexible working hours and a hybrid model for real work-life balance</li><li>Generous vacation: 25–30 days depending on age</li><li>CHF 500 mobility credit for sustainable commuting</li><li>Bonus system &amp; strong pension contributions</li><li>Tailored training &amp; development opportunities</li><li>Relocation support for a smooth start</li><li>Discounts on health, mobility &amp; entertainment</li><li>Team events and a flat hierarchy where your voice counts</li><li>A warm, international culture built on respect and collaboration</li></ul><p><br></p><p><strong>Great robots need great people.</strong></p><p></p>","descriptionText":"Robotics Technical Lead - Teleoperation (f/m/d)100% ZürichHexagon Robotics is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers.As the Robotics Technical Lead, you will own the end-to-end experience of \"driving\" a humanoid. You will be responsible for the software stack that connects a human’s intent to a state-of-the-art industrial humanoid robot with precision and ease. You'll shape both the immediate roadmap and long-term vision for how humans interact with our robots, ensuring our solution scales effectively to meet customer needs across diverse industrial applications.Your MissionLead the development of our teleoperation software, ensuring a seamless connection between the teleoperator and the robot's control system. This includes bringing our prototype solution to product-level readiness.Drive initiatives to minimize glass-to-glass latency and maximize control precision, ensuring the operator feels truly \"embodied\" in the robot.Drive improvements in operator UI/UX to maximize efficiency, comfort, and ease of use.Investigate and integrate next-gen input devices (haptic gloves, advanced motion tracking sensors) and workflows.Define the long-term technical roadmap for teleoperation. Stay current with emerging technologies in VR/AR, haptics, robotics control, and human-robot interaction and bring promising solutions into or R&amp;D efforts.Your SkillsetA strong background in Robotics, Mechatronics, or Computer Science. You understand robot kinematics, real-time control systems, and human machine interaction.At least 5 years of professional experience, ideally with a focus on teleoperation or HMI. Proven experience in carrying out usability tests and experiments is a plus.Experience (or a deep interest) in UX design. You understand that teleoperation is as much about the human as it is about the machine.Proficiency in C++ and/or Python.Experience with ROS2 and real-time communication protocols (WebRTC, DDS) are a plus.Familiarity with VR/AR development frameworks (particularly WebXR) are a plus.You are comfortable and excited to lead a high-impact project from research to industrial deployment.What You’ll GetFlexible working hours and a hybrid model for real work-life balanceGenerous vacation: 25–30 days depending on ageCHF 500 mobility credit for sustainable commutingBonus system &amp; strong pension contributionsTailored training &amp; development opportunitiesRelocation support for a smooth startDiscounts on health, mobility &amp; entertainmentTeam events and a flat hierarchy where your voice countsA warm, international culture built on respect and collaborationGreat robots need great people.","job_description":"**Robotics Technical Lead - Teleoperation (f/m/d)**\n\n**100% Zürich**\n\n  \n**Hexagon Robotics** is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers.\n\n  \nAs the **Robotics Technical Lead**, you will own the end-to-end experience of \"driving\" a humanoid. You will be responsible for the software stack that connects a human’s intent to a state-of-the-art industrial humanoid robot with precision and ease. You'll shape both the immediate roadmap and long-term vision for how humans interact with our robots, ensuring our solution scales effectively to meet customer needs across diverse industrial applications.\n\n  \n**Your Mission**\n\n* Lead the development of our teleoperation software, ensuring a seamless connection between the teleoperator and the robot's control system. This includes bringing our prototype solution to product-level readiness.\n* Drive initiatives to minimize glass-to-glass latency and maximize control precision, ensuring the operator feels truly \"embodied\" in the robot.\n* Drive improvements in operator UI/UX to maximize efficiency, comfort, and ease of use.\n* Investigate and integrate next-gen input devices (haptic gloves, advanced motion tracking sensors) and workflows.\n* Define the long-term technical roadmap for teleoperation. Stay current with emerging technologies in VR/AR, haptics, robotics control, and human-robot interaction and bring promising solutions into or R&D efforts.\n\n  \n**Your Skillset**\n\n* A strong background in Robotics, Mechatronics, or Computer Science. You understand robot kinematics, real-time control systems, and human machine interaction.\n* At least 5 years of professional experience, ideally with a focus on teleoperation or HMI. Proven experience in carrying out usability tests and experiments is a plus.\n* Experience (or a deep interest) in UX design. You understand that teleoperation is as much about the human as it is about the machine.\n* Proficiency in C++ and/or Python.\n* Experience with ROS2 and real-time communication protocols (WebRTC, DDS) are a plus.\n* Familiarity with VR/AR development frameworks (particularly WebXR) are a plus.\n* You are comfortable and excited to lead a high-impact project from research to industrial deployment.\n\n  \n**What You’ll Get**\n\n* Flexible working hours and a hybrid model for real work-life balance\n* Generous vacation: 25–30 days depending on age\n* CHF 500 mobility credit for sustainable commuting\n* Bonus system & strong pension contributions\n* Tailored training & development opportunities\n* Relocation support for a smooth start\n* Discounts on health, mobility & entertainment\n* Team events and a flat hierarchy where your voice counts\n* A warm, international culture built on respect and collaboration\n\n  \n**Great robots need great people.**","companyDescription":"At Hexagon, we don’t just measure the world – we define its future.  \n\nAs the global leader in measurement technologies, we provide the confidence that vital industries rely on to build, navigate, and innovate.   \n\nFrom microns to Mars, our solutions drive productivity, quality, safety, and sustainability across aerospace, agriculture, automotive, construction, manufacturing, and mining.  \n\nWe bridge the physical and digital worlds with cutting-edge metrology, reality capture, and positioning solutions – making industries and cities safer, smarter, and more sustainable.  \n\nMeasurement is the foundation of progress. When it has to be right, it has to be Hexagon.","companyLinkedinUrl":"https://se.linkedin.com/company/hexagon-ab?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":918}},{"json":{"id":"4375725049","link":"https://ch.linkedin.com/jobs/view/research-engineer-tr-labs-at-thomson-reuters-4375725049?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=63Dh3oSGeTjDkj8WLWMJ0w%3D%3D&position=8&pageNum=0","text":"{\n  \"match\": false,\n  \"score\": 20,\n  \"reason\": \"Rejected: Pure IT/ML role with no manufacturing or industrial automation context.\"\n}","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Research Engineer - TR Labs","salary":"","applyUrl":"https://thomsonreuters.wd5.myworkdayjobs.com/External_Career_Site/job/Switzerland-Zug-Zug/Research-Engineer\\u002d\\u002d-TR-Labs_JREQ198584?source=LinkedIn","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Zug, Zug, Switzerland","postedAt":"2026-02-23","industries":"Software Development","salaryInfo":[""],"trackingId":"63Dh3oSGeTjDkj8WLWMJ0w==","companyLogo":"https://media.licdn.com/dms/image/v2/D560BAQHtf0NHyUa92g/company-logo_100_100/company-logo_100_100/0/1719933220460/thomson_reuters_logo?e=1773273600&v=beta&t=_zk5mViHNQh8Ea6SOx-ylHQmBi3Y8lbwy27aV9O7uSo","companyName":"Thomson Reuters","jobFunction":"Engineering and Information Technology","companyAddress":{"type":"PostalAddress","postalCode":"M5H 3G6","addressRegion":"ON","streetAddress":"19 Duncan Street ","addressCountry":"CA","addressLocality":"Toronto"},"companyWebsite":"http://tr.com","employmentType":"Full-time","seniorityLevel":"Entry level","applicantsCount":"25","descriptionHtml":"Do you love creating innovative solutions for customers? Then come and apply your skills and passion for technology at Thomson Reuters Labs. We are seeking a <strong>Research Engineer</strong> who will bring expertise in AI and ML and is interested in building data-driven capabilities that transform the way legal, accounting, and government professionals work across the globe. As a member of Thomson Reuters Labs in  London, you will have a direct impact on our company and develop products and features that will delight our customers.<br><br>What does Thomson Reuters Labs do? <br><br>We experiment, we build, we deliver. We obsess over our customers through applied research and development of new products and technologies. In TR Labs, we act fast and learn fast, innovating collaboratively across our core segments in Legal, Tax &amp; Accounting, Government, and Reuters News.<br><br>As a <strong>Research Engineer</strong> at Thomson Reuters Labs, you will be part of a global interdisciplinary team of experts. We hire engineers and specialists across a variety of AI research areas to drive the company’s digital transformation.  The science and engineering of AI are rapidly evolving.  We are looking for an adaptable learner who can design with the customer in mind, think in code and likes to learn and develop new skills as they are needed; someone comfortable with jumping into new problem spaces. <br><br>Is this you? Come join us!   <br><br><strong>About The Role   <br><br></strong>In this opportunity as a <strong>Research Engineer,</strong> you will:    <br><br><ul><li>Develop and Deliver: Applying modern software development practices, you will be involved in the entire software development lifecycle, designing, building, testing and delivering high-quality solutions.  </li><li>Build Scalable ML Solutions: You will create large scale data processing pipelines to help researchers build and train novel machine learning algorithms.  You will develop high performing scalable systems in the context of large online delivery environments.  </li><li>Be a Team Player: Working in a collaborative team-oriented environment, you will share information, value diverse ideas, and partner with cross-functional and remote teams.  </li><li>Be an Agile Person: With a strong sense of urgency and a desire to work in a fast-paced, dynamic environment, you will deliver timely solutions.    </li><li>Be Innovative: You are empowered to try new approaches and learn new technologies. You will contribute innovative ideas, create solutions, and be accountable for end-to-end deliveries.    </li><li>Be an Effective Communicator: Through dynamic engagement and communication with cross-functional partners and team members, you will effectively articulate ideas and collaborate on technical developments.    <br><br></li></ul> <br><br><strong>About You    <br><br></strong>Essential skills &amp; experience   <br><br><ul><li>A Bachelor of Science degree, computer science or related field   </li><li>At least 2 years software engineering experience, ideally in the context of machine learning and natural language processing  </li><li>Experience and understanding of Python software development stacks and ecosystems, ideally also experience with other programming languages and ecosystems.  </li><li>Ability to understand, apply, integrate and deploy Machine Learning capabilities and techniques into other systems.   </li><li>Familiarity with the Python data science stack through exposure to libraries such as Numpy, Scipy, Pandas, Dask, spaCy, NLTK, scikit-learn   </li><li>Take pride in writing clean, reusable, maintainable and well-tested code   </li><li>A desire to learn and embrace new and emerging technology   </li><li>Familiarity with probabilistic models and understand the mathematical concepts underlying machine learning methods  <br><br></li></ul><strong> Preferred Skills &amp; Experience   <br><br></strong><ul><li>Proficiency in automation, system monitoring, and cloud-native applications, with familiarity in AWS or Azure (or a related cloud platform)   </li><li>Previous exposure to Natural Language Processing (NLP) problems and have familiarity with key tasks such as Named Entity Recognition (NER), Information Extraction, Information Retrieval, etc.  </li><li>Ability to understand and translate between language and methodologies used both in research and engineering fields   </li><li>Ability to take and integrate Machine Learning solutions to production-grade software  <br><br></li></ul><strong>What’s in it For You?<br><br></strong><ul><li>Hybrid Work Model: We’ve adopted a flexible hybrid working environment (2-3 days a week in the office depending on the role) for our office-based roles while delivering a seamless experience that is digitally and physically connected.</li><li>Flexibility &amp; Work-Life Balance: Flex My Way is a set of supportive workplace policies designed to help manage personal and professional responsibilities, whether caring for family, giving back to the community, or finding time to refresh and reset. This builds upon our flexible work arrangements, including work from anywhere for up to 8 weeks per year, empowering employees to achieve a better work-life balance.</li><li>Career Development and Growth: By fostering a culture of continuous learning and skill development, we prepare our talent to tackle tomorrow’s challenges and deliver real-world solutions. Our Grow My Way programming and skills-first approach ensures you have the tools and knowledge to grow, lead, and thrive in an AI-enabled future.</li><li>Industry Competitive Benefits: We offer comprehensive benefit plans to include flexible vacation, two company-wide Mental Health Days off, access to the Headspace app, retirement savings, tuition reimbursement, employee incentive programs, and resources for mental, physical, and financial wellbeing.</li><li>Culture: Globally recognized, award-winning reputation for inclusion and belonging, flexibility, work-life balance, and more. We live by our values: Obsess over our Customers, Compete to Win, Challenge (Y)our Thinking, Act Fast / Learn Fast, and Stronger Together.</li><li>Social Impact: Make an impact in your community with our Social Impact Institute. We offer employees two paid volunteer days off annually and opportunities to get involved with pro-bono consulting projects and Environmental, Social, and Governance (ESG) initiatives.</li><li>Making a Real-World Impact: We are one of the few companies globally that helps its customers pursue justice, truth, and transparency. Together, with the professionals and institutions we serve, we help uphold the rule of law, turn the wheels of commerce, catch bad actors, report the facts, and provide trusted, unbiased information to people all over the world. <br><br></li></ul><em>DISCLAIMER <br><br></em><em>The above information in this description has been designed to indicate the general nature and level of work performed by employees within this classification. It is not designed to contain or be interpreted as a comprehensive inventory of all duties, responsibilities, and qualifications required of employees assigned to this job.<br><br></em><strong>About Us<br><br></strong>Thomson Reuters informs the way forward by bringing together the trusted content and technology that people and organizations need to make the right decisions. We serve professionals across legal, tax, accounting, compliance, government, and media. Our products combine highly specialized software and insights to empower professionals with the data, intelligence, and solutions needed to make informed decisions, and to help institutions in their pursuit of justice, truth, and transparency. Reuters, part of Thomson Reuters, is a world leading provider of trusted journalism and news.<br><br>We are powered by the talents of 26,000 employees across more than 70 countries, where everyone has a chance to contribute and grow professionally in flexible work environments. At a time when objectivity, accuracy, fairness, and transparency are under attack, we consider it our duty to pursue them. Sound exciting? Join us and help shape the industries that move society forward.<br><br>As a global business, we rely on the unique backgrounds, perspectives, and experiences of all employees to deliver on our business goals. To ensure we can do that, we seek talented, qualified employees in all our operations around the world regardless of race, color, sex/gender, including pregnancy, gender identity and expression, national origin, religion, sexual orientation, disability, age, marital status, citizen status, veteran status, or any other protected classification under applicable law. Thomson Reuters is proud to be an Equal Employment Opportunity Employer providing a drug-free workplace.<br><br>We also make reasonable accommodations for qualified individuals with disabilities and for sincerely held religious beliefs in accordance with applicable law. More information on requesting an accommodation here.<br><br>Learn more on how to protect yourself from fraudulent job postings here.<br><br>More information about Thomson Reuters can be found on thomsonreuters.com<br><br>","descriptionText":"Do you love creating innovative solutions for customers? Then come and apply your skills and passion for technology at Thomson Reuters Labs. We are seeking a Research Engineer who will bring expertise in AI and ML and is interested in building data-driven capabilities that transform the way legal, accounting, and government professionals work across the globe. As a member of Thomson Reuters Labs in  London, you will have a direct impact on our company and develop products and features that will delight our customers.What does Thomson Reuters Labs do? We experiment, we build, we deliver. We obsess over our customers through applied research and development of new products and technologies. In TR Labs, we act fast and learn fast, innovating collaboratively across our core segments in Legal, Tax &amp; Accounting, Government, and Reuters News.As a Research Engineer at Thomson Reuters Labs, you will be part of a global interdisciplinary team of experts. We hire engineers and specialists across a variety of AI research areas to drive the company’s digital transformation.  The science and engineering of AI are rapidly evolving.  We are looking for an adaptable learner who can design with the customer in mind, think in code and likes to learn and develop new skills as they are needed; someone comfortable with jumping into new problem spaces. Is this you? Come join us!   About The Role   In this opportunity as a Research Engineer, you will:    Develop and Deliver: Applying modern software development practices, you will be involved in the entire software development lifecycle, designing, building, testing and delivering high-quality solutions.  Build Scalable ML Solutions: You will create large scale data processing pipelines to help researchers build and train novel machine learning algorithms.  You will develop high performing scalable systems in the context of large online delivery environments.  Be a Team Player: Working in a collaborative team-oriented environment, you will share information, value diverse ideas, and partner with cross-functional and remote teams.  Be an Agile Person: With a strong sense of urgency and a desire to work in a fast-paced, dynamic environment, you will deliver timely solutions.    Be Innovative: You are empowered to try new approaches and learn new technologies. You will contribute innovative ideas, create solutions, and be accountable for end-to-end deliveries.    Be an Effective Communicator: Through dynamic engagement and communication with cross-functional partners and team members, you will effectively articulate ideas and collaborate on technical developments.     About You    Essential skills &amp; experience   A Bachelor of Science degree, computer science or related field   At least 2 years software engineering experience, ideally in the context of machine learning and natural language processing  Experience and understanding of Python software development stacks and ecosystems, ideally also experience with other programming languages and ecosystems.  Ability to understand, apply, integrate and deploy Machine Learning capabilities and techniques into other systems.   Familiarity with the Python data science stack through exposure to libraries such as Numpy, Scipy, Pandas, Dask, spaCy, NLTK, scikit-learn   Take pride in writing clean, reusable, maintainable and well-tested code   A desire to learn and embrace new and emerging technology   Familiarity with probabilistic models and understand the mathematical concepts underlying machine learning methods   Preferred Skills &amp; Experience   Proficiency in automation, system monitoring, and cloud-native applications, with familiarity in AWS or Azure (or a related cloud platform)   Previous exposure to Natural Language Processing (NLP) problems and have familiarity with key tasks such as Named Entity Recognition (NER), Information Extraction, Information Retrieval, etc.  Ability to understand and translate between language and methodologies used both in research and engineering fields   Ability to take and integrate Machine Learning solutions to production-grade software  What’s in it For You?Hybrid Work Model: We’ve adopted a flexible hybrid working environment (2-3 days a week in the office depending on the role) for our office-based roles while delivering a seamless experience that is digitally and physically connected.Flexibility &amp; Work-Life Balance: Flex My Way is a set of supportive workplace policies designed to help manage personal and professional responsibilities, whether caring for family, giving back to the community, or finding time to refresh and reset. This builds upon our flexible work arrangements, including work from anywhere for up to 8 weeks per year, empowering employees to achieve a better work-life balance.Career Development and Growth: By fostering a culture of continuous learning and skill development, we prepare our talent to tackle tomorrow’s challenges and deliver real-world solutions. Our Grow My Way programming and skills-first approach ensures you have the tools and knowledge to grow, lead, and thrive in an AI-enabled future.Industry Competitive Benefits: We offer comprehensive benefit plans to include flexible vacation, two company-wide Mental Health Days off, access to the Headspace app, retirement savings, tuition reimbursement, employee incentive programs, and resources for mental, physical, and financial wellbeing.Culture: Globally recognized, award-winning reputation for inclusion and belonging, flexibility, work-life balance, and more. We live by our values: Obsess over our Customers, Compete to Win, Challenge (Y)our Thinking, Act Fast / Learn Fast, and Stronger Together.Social Impact: Make an impact in your community with our Social Impact Institute. We offer employees two paid volunteer days off annually and opportunities to get involved with pro-bono consulting projects and Environmental, Social, and Governance (ESG) initiatives.Making a Real-World Impact: We are one of the few companies globally that helps its customers pursue justice, truth, and transparency. Together, with the professionals and institutions we serve, we help uphold the rule of law, turn the wheels of commerce, catch bad actors, report the facts, and provide trusted, unbiased information to people all over the world. DISCLAIMER The above information in this description has been designed to indicate the general nature and level of work performed by employees within this classification. It is not designed to contain or be interpreted as a comprehensive inventory of all duties, responsibilities, and qualifications required of employees assigned to this job.About UsThomson Reuters informs the way forward by bringing together the trusted content and technology that people and organizations need to make the right decisions. We serve professionals across legal, tax, accounting, compliance, government, and media. Our products combine highly specialized software and insights to empower professionals with the data, intelligence, and solutions needed to make informed decisions, and to help institutions in their pursuit of justice, truth, and transparency. Reuters, part of Thomson Reuters, is a world leading provider of trusted journalism and news.We are powered by the talents of 26,000 employees across more than 70 countries, where everyone has a chance to contribute and grow professionally in flexible work environments. At a time when objectivity, accuracy, fairness, and transparency are under attack, we consider it our duty to pursue them. Sound exciting? Join us and help shape the industries that move society forward.As a global business, we rely on the unique backgrounds, perspectives, and experiences of all employees to deliver on our business goals. To ensure we can do that, we seek talented, qualified employees in all our operations around the world regardless of race, color, sex/gender, including pregnancy, gender identity and expression, national origin, religion, sexual orientation, disability, age, marital status, citizen status, veteran status, or any other protected classification under applicable law. Thomson Reuters is proud to be an Equal Employment Opportunity Employer providing a drug-free workplace.We also make reasonable accommodations for qualified individuals with disabilities and for sincerely held religious beliefs in accordance with applicable law. More information on requesting an accommodation here.Learn more on how to protect yourself from fraudulent job postings here.More information about Thomson Reuters can be found on thomsonreuters.com","job_description":"Do you love creating innovative solutions for customers? Then come and apply your skills and passion for technology at Thomson Reuters Labs. We are seeking a **Research Engineer** who will bring expertise in AI and ML and is interested in building data-driven capabilities that transform the way legal, accounting, and government professionals work across the globe. As a member of Thomson Reuters Labs in London, you will have a direct impact on our company and develop products and features that will delight our customers.  \n  \nWhat does Thomson Reuters Labs do?   \n  \nWe experiment, we build, we deliver. We obsess over our customers through applied research and development of new products and technologies. In TR Labs, we act fast and learn fast, innovating collaboratively across our core segments in Legal, Tax & Accounting, Government, and Reuters News.  \n  \nAs a **Research Engineer** at Thomson Reuters Labs, you will be part of a global interdisciplinary team of experts. We hire engineers and specialists across a variety of AI research areas to drive the company’s digital transformation. The science and engineering of AI are rapidly evolving. We are looking for an adaptable learner who can design with the customer in mind, think in code and likes to learn and develop new skills as they are needed; someone comfortable with jumping into new problem spaces.   \n  \nIs this you? Come join us!   \n  \n**About The Role** \n  \nIn this opportunity as a **Research Engineer,** you will:   \n  \n* Develop and Deliver: Applying modern software development practices, you will be involved in the entire software development lifecycle, designing, building, testing and delivering high-quality solutions.\n* Build Scalable ML Solutions: You will create large scale data processing pipelines to help researchers build and train novel machine learning algorithms. You will develop high performing scalable systems in the context of large online delivery environments.\n* Be a Team Player: Working in a collaborative team-oriented environment, you will share information, value diverse ideas, and partner with cross-functional and remote teams.\n* Be an Agile Person: With a strong sense of urgency and a desire to work in a fast-paced, dynamic environment, you will deliver timely solutions.\n* Be Innovative: You are empowered to try new approaches and learn new technologies. You will contribute innovative ideas, create solutions, and be accountable for end-to-end deliveries.\n* Be an Effective Communicator: Through dynamic engagement and communication with cross-functional partners and team members, you will effectively articulate ideas and collaborate on technical developments.\n  \n  \n**About You** \n  \nEssential skills & experience   \n  \n* A Bachelor of Science degree, computer science or related field\n* At least 2 years software engineering experience, ideally in the context of machine learning and natural language processing\n* Experience and understanding of Python software development stacks and ecosystems, ideally also experience with other programming languages and ecosystems.\n* Ability to understand, apply, integrate and deploy Machine Learning capabilities and techniques into other systems.\n* Familiarity with the Python data science stack through exposure to libraries such as Numpy, Scipy, Pandas, Dask, spaCy, NLTK, scikit-learn\n* Take pride in writing clean, reusable, maintainable and well-tested code\n* A desire to learn and embrace new and emerging technology\n* Familiarity with probabilistic models and understand the mathematical concepts underlying machine learning methods\n **Preferred Skills & Experience** \n  \n* Proficiency in automation, system monitoring, and cloud-native applications, with familiarity in AWS or Azure (or a related cloud platform)\n* Previous exposure to Natural Language Processing (NLP) problems and have familiarity with key tasks such as Named Entity Recognition (NER), Information Extraction, Information Retrieval, etc.\n* Ability to understand and translate between language and methodologies used both in research and engineering fields\n* Ability to take and integrate Machine Learning solutions to production-grade software\n**What’s in it For You?** \n  \n* Hybrid Work Model: We’ve adopted a flexible hybrid working environment (2-3 days a week in the office depending on the role) for our office-based roles while delivering a seamless experience that is digitally and physically connected.\n* Flexibility & Work-Life Balance: Flex My Way is a set of supportive workplace policies designed to help manage personal and professional responsibilities, whether caring for family, giving back to the community, or finding time to refresh and reset. This builds upon our flexible work arrangements, including work from anywhere for up to 8 weeks per year, empowering employees to achieve a better work-life balance.\n* Career Development and Growth: By fostering a culture of continuous learning and skill development, we prepare our talent to tackle tomorrow’s challenges and deliver real-world solutions. Our Grow My Way programming and skills-first approach ensures you have the tools and knowledge to grow, lead, and thrive in an AI-enabled future.\n* Industry Competitive Benefits: We offer comprehensive benefit plans to include flexible vacation, two company-wide Mental Health Days off, access to the Headspace app, retirement savings, tuition reimbursement, employee incentive programs, and resources for mental, physical, and financial wellbeing.\n* Culture: Globally recognized, award-winning reputation for inclusion and belonging, flexibility, work-life balance, and more. We live by our values: Obsess over our Customers, Compete to Win, Challenge (Y)our Thinking, Act Fast / Learn Fast, and Stronger Together.\n* Social Impact: Make an impact in your community with our Social Impact Institute. We offer employees two paid volunteer days off annually and opportunities to get involved with pro-bono consulting projects and Environmental, Social, and Governance (ESG) initiatives.\n* Making a Real-World Impact: We are one of the few companies globally that helps its customers pursue justice, truth, and transparency. Together, with the professionals and institutions we serve, we help uphold the rule of law, turn the wheels of commerce, catch bad actors, report the facts, and provide trusted, unbiased information to people all over the world.\n_DISCLAIMER_ \n  \n_The above information in this description has been designed to indicate the general nature and level of work performed by employees within this classification. It is not designed to contain or be interpreted as a comprehensive inventory of all duties, responsibilities, and qualifications required of employees assigned to this job._ \n  \n**About Us** \n  \nThomson Reuters informs the way forward by bringing together the trusted content and technology that people and organizations need to make the right decisions. We serve professionals across legal, tax, accounting, compliance, government, and media. Our products combine highly specialized software and insights to empower professionals with the data, intelligence, and solutions needed to make informed decisions, and to help institutions in their pursuit of justice, truth, and transparency. Reuters, part of Thomson Reuters, is a world leading provider of trusted journalism and news.  \n  \nWe are powered by the talents of 26,000 employees across more than 70 countries, where everyone has a chance to contribute and grow professionally in flexible work environments. At a time when objectivity, accuracy, fairness, and transparency are under attack, we consider it our duty to pursue them. Sound exciting? Join us and help shape the industries that move society forward.  \n  \nAs a global business, we rely on the unique backgrounds, perspectives, and experiences of all employees to deliver on our business goals. To ensure we can do that, we seek talented, qualified employees in all our operations around the world regardless of race, color, sex/gender, including pregnancy, gender identity and expression, national origin, religion, sexual orientation, disability, age, marital status, citizen status, veteran status, or any other protected classification under applicable law. Thomson Reuters is proud to be an Equal Employment Opportunity Employer providing a drug-free workplace.  \n  \nWe also make reasonable accommodations for qualified individuals with disabilities and for sincerely held religious beliefs in accordance with applicable law. More information on requesting an accommodation here.  \n  \nLearn more on how to protect yourself from fraudulent job postings here.  \n  \nMore information about Thomson Reuters can be found on thomsonreuters.com  \n  ","companyDescription":"Thomson Reuters (TSX/NDAQ: TRI) informs the way forward by bringing together the trusted content and technology that people and organizations need to make the right decisions. We serve professionals across legal, tax, accounting, compliance, government, and media. Our products combine highly specialized software and insights to empower professionals with the data, intelligence, and solutions needed to make informed decisions, and to help institutions in their pursuit of justice, truth, and transparency. Reuters, part of Thomson Reuters, is a world leading provider of trusted journalism and news.\n\nFor more information on Thomson Reuters, visit tr.com and for the latest world news, reuters.com. ","companyLinkedinUrl":"https://ca.linkedin.com/company/thomson-reuters?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":36407}},{"json":{"id":"4374502152","link":"https://ch.linkedin.com/jobs/view/team-head-it-services-pe-fund-controlling-at-coni%2Bpartner-ag-4374502152?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=2GnB5gNlpTqbQUQ2JaPO8A%3D%3D&position=6&pageNum=0","text":"{\n  \"match\": false,\n  \"score\": 20,\n  \"reason\": \"Rejected: Pure finance IT role, no industrial automation or PLC experience required.\"\n}","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Team Head IT Services | PE Fund Controlling","salary":"","applyUrl":"https://join.com/companies/coni-partner/YOUR_FOLDER_OR_FILE_IDontrolling?pid=e65242534431eadcb0c9","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Zurich, Zurich, Switzerland","postedAt":"2026-02-23","industries":"Business Consulting and Services","salaryInfo":[""],"trackingId":"2GnB5gNlpTqbQUQ2JaPO8A==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQHY2zxYGH7_Nw/company-logo_100_100/company-logo_100_100/0/1733470467176?e=1773273600&v=beta&t=otpCYOUR_FOLDER_OR_FILE_ID","companyName":"coni+partner AG","jobFunction":"Finance","companySlogan":"Tailor-made solutions for all customers at a high level","companyWebsite":"www.coni-partner.com","employmentType":"Full-time","seniorityLevel":"Director","applicantsCount":"25","descriptionHtml":"<p>coni + partner, established 1993, is a consultancy company with headquarters in Zurich and subsidiaries in Düsseldorf and Shanghai. We are specialised in custom-fit staffing in tune with the corporate culture by ensuring a perfect match of professional skills, references and personal as well as social skills of successful candidates.</p><br><p>Our client is the asset management division of an international bank in Zurich. We are looking for a senior fund controller (m, f, d) with strong IT flair as</p><br><p><strong>Team Head IT Services | PE Fund Controlling</strong></p><br>Aufgaben<br><p>Responsible for the design and further evolvement of IT services for the group's fund controlling with all types of funds and fund portfolios, in an IT- and data-driven environment / Understanding of processes such as data extraction for fund controlling and reporting, including time management, ongoing adjustment of time intervals, deadlines, time control and best practices / Ensure that fund's data is made available to internal and external stakeholders at all times in accordance with high quality standards / Ensuring transparency in the convergence process of data from various sources, including, for example, contract or delivery data, which must be correctly adhered to / Assess and mitigate IT service risks and ensure high data quality for the key figures in the portfolios of the funds, especially for private market funds / Identify and implement continuous IT service improvements through ongoing change management, automation, Process improvement in accordance with ITIL practices / Ensure and maintain the IT service catalogue and service documentation / Ongoing communication with stakeholders / Participation in change initiatives of the group / Ad hoc projects.</p><br>Qualifikation<br><p>Bachelor's or Master's in Business Administration, Quantitative Finance, or Industrial Engineering / CISA, CAIA, or CFA certification is an advantage / Professional experience in the fund industry with all types of funds, e.g., in fund controlling, data analysis of business processes, portfolio monitoring, analytics, etc., or in advising fund companies / Experience in leading teams and specialists / Knowledge of investment metrics and KPIs at the fund and portfolio level / Knowledge of data models for private equity markets / Knowledge of data governance and data quality frameworks / Proven ability and experience in IT Service Management / Experience with implementations, process optimizations, and change management / Proactive personality with analytical thinking and high attention to detail / Ability to perform multiple tasks in parallel at the same at a high level of Quality / Ability to weigh problems and set priorities, strong analytical and problem solving skills / Excellent interpersonal and communication skills / Strong interest in IT and knowledge of private equity systems / Strong interest in exchange and communication / German and English.</p><br><p>Please send us your documents for an initial contact by e-mail to contact@coni-partner. com or call us on +41 44 254 90 10. Mr. Ivano Coni would like to support you. Your application will be kept strictly confidential.</p><br><p><strong>coni + partner ag</strong></p><br><p>Ivano Coni</p><br><p>Managing Director</p><br><p>Klosbachstrasse 107</p><br><p>CH-8032 Zürich</p><br><p>Tel.: +41 44 254 90 10</p>","descriptionText":"coni + partner, established 1993, is a consultancy company with headquarters in Zurich and subsidiaries in Düsseldorf and Shanghai. We are specialised in custom-fit staffing in tune with the corporate culture by ensuring a perfect match of professional skills, references and personal as well as social skills of successful candidates.Our client is the asset management division of an international bank in Zurich. We are looking for a senior fund controller (m, f, d) with strong IT flair asTeam Head IT Services | PE Fund ControllingAufgabenResponsible for the design and further evolvement of IT services for the group's fund controlling with all types of funds and fund portfolios, in an IT- and data-driven environment / Understanding of processes such as data extraction for fund controlling and reporting, including time management, ongoing adjustment of time intervals, deadlines, time control and best practices / Ensure that fund's data is made available to internal and external stakeholders at all times in accordance with high quality standards / Ensuring transparency in the convergence process of data from various sources, including, for example, contract or delivery data, which must be correctly adhered to / Assess and mitigate IT service risks and ensure high data quality for the key figures in the portfolios of the funds, especially for private market funds / Identify and implement continuous IT service improvements through ongoing change management, automation, Process improvement in accordance with ITIL practices / Ensure and maintain the IT service catalogue and service documentation / Ongoing communication with stakeholders / Participation in change initiatives of the group / Ad hoc projects.QualifikationBachelor's or Master's in Business Administration, Quantitative Finance, or Industrial Engineering / CISA, CAIA, or CFA certification is an advantage / Professional experience in the fund industry with all types of funds, e.g., in fund controlling, data analysis of business processes, portfolio monitoring, analytics, etc., or in advising fund companies / Experience in leading teams and specialists / Knowledge of investment metrics and KPIs at the fund and portfolio level / Knowledge of data models for private equity markets / Knowledge of data governance and data quality frameworks / Proven ability and experience in IT Service Management / Experience with implementations, process optimizations, and change management / Proactive personality with analytical thinking and high attention to detail / Ability to perform multiple tasks in parallel at the same at a high level of Quality / Ability to weigh problems and set priorities, strong analytical and problem solving skills / Excellent interpersonal and communication skills / Strong interest in IT and knowledge of private equity systems / Strong interest in exchange and communication / German and English.Please send us your documents for an initial contact by e-mail to contact@coni-partner. com or call us on +41 44 254 90 10. Mr. Ivano Coni would like to support you. Your application will be kept strictly confidential.coni + partner agIvano ConiManaging DirectorKlosbachstrasse 107CH-8032 ZürichTel.: +41 44 254 90 10","job_description":"coni + partner, established 1993, is a consultancy company with headquarters in Zurich and subsidiaries in Düsseldorf and Shanghai. We are specialised in custom-fit staffing in tune with the corporate culture by ensuring a perfect match of professional skills, references and personal as well as social skills of successful candidates.\n\n  \nOur client is the asset management division of an international bank in Zurich. We are looking for a senior fund controller (m, f, d) with strong IT flair as\n\n  \n**Team Head IT Services | PE Fund Controlling**\n\n  \nAufgaben  \n\nResponsible for the design and further evolvement of IT services for the group's fund controlling with all types of funds and fund portfolios, in an IT- and data-driven environment / Understanding of processes such as data extraction for fund controlling and reporting, including time management, ongoing adjustment of time intervals, deadlines, time control and best practices / Ensure that fund's data is made available to internal and external stakeholders at all times in accordance with high quality standards / Ensuring transparency in the convergence process of data from various sources, including, for example, contract or delivery data, which must be correctly adhered to / Assess and mitigate IT service risks and ensure high data quality for the key figures in the portfolios of the funds, especially for private market funds / Identify and implement continuous IT service improvements through ongoing change management, automation, Process improvement in accordance with ITIL practices / Ensure and maintain the IT service catalogue and service documentation / Ongoing communication with stakeholders / Participation in change initiatives of the group / Ad hoc projects.\n\n  \nQualifikation  \n\nBachelor's or Master's in Business Administration, Quantitative Finance, or Industrial Engineering / CISA, CAIA, or CFA certification is an advantage / Professional experience in the fund industry with all types of funds, e.g., in fund controlling, data analysis of business processes, portfolio monitoring, analytics, etc., or in advising fund companies / Experience in leading teams and specialists / Knowledge of investment metrics and KPIs at the fund and portfolio level / Knowledge of data models for private equity markets / Knowledge of data governance and data quality frameworks / Proven ability and experience in IT Service Management / Experience with implementations, process optimizations, and change management / Proactive personality with analytical thinking and high attention to detail / Ability to perform multiple tasks in parallel at the same at a high level of Quality / Ability to weigh problems and set priorities, strong analytical and problem solving skills / Excellent interpersonal and communication skills / Strong interest in IT and knowledge of private equity systems / Strong interest in exchange and communication / German and English.\n\n  \nPlease send us your documents for an initial contact by e-mail to contact@coni-partner. com or call us on +41 44 254 90 10\\. Mr. Ivano Coni would like to support you. Your application will be kept strictly confidential.\n\n  \n**coni + partner ag**\n\n  \nIvano Coni\n\n  \nManaging Director\n\n  \nKlosbachstrasse 107\n\n  \nCH-8032 Zürich\n\n  \nTel.: +41 44 254 90 10","companyLinkedinUrl":"https://www.linkedin.com/company/coni-partner-ag?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":1}},{"json":{"id":"4374284520","link":"https://ch.linkedin.com/jobs/view/senior-azure-platform-engineer-%E2%80%8B-%E2%80%8B%E2%80%8B%E2%80%8Bai%E2%80%8B-%E2%80%8B%E2%80%8B-%E2%80%8Bdata%E2%80%8B%E2%80%8B-%E2%80%8B-f-m-d-%E2%80%8B%E2%80%8B%E2%80%8B-100%25-at-orderfox-schweiz-ag-4374284520?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=NZGOBX2pE1xkrn4CRVfiIg%3D%3D&position=10&pageNum=0","text":"{\n  \"match\": false,\n  \"score\": 20,\n  \"reason\": \"Rejected: Pure cloud/infra role, no industrial automation or PLC involvement.\"\n}","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Senior Azure Platform Engineer - AI & Data (f/m/d) 100%","salary":"","applyUrl":"https://t.gohiring.com/h/49d4deYOUR_FOLDER_OR_FILE_ID149c364874178","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Zurich, Zurich, Switzerland","postedAt":"2026-02-23","industries":"Software Development","salaryInfo":[""],"trackingId":"NZGOBX2pE1xkrn4CRVfiIg==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQEbv1ee7IpGAg/company-logo_100_100/B4EZVHsNQVHcAQ-/0/1740664526911/orderfox_schweiz_ag_logo?e=1773273600&v=beta&t=cyoIfYqfJ571c0fXkqN-VqhVL3VVuN0cDlt58p5ceX8","companyName":"Orderfox Schweiz AG","jobFunction":"Information Technology","companySlogan":"We are dedicated to developing AI-based solutions to address the complex challenges of different industry sectors.","companyAddress":{"type":"PostalAddress","addressCountry":"CH","addressLocality":"Zürich"},"companyWebsite":"https://www.orderfox.com/","employmentType":"Full-time","seniorityLevel":"Mid-Senior level","applicantsCount":"25","descriptionHtml":"<strong>Help shape what's next for the industry - with Orderfox.<br><br></strong><em>Own the platform that powers AI agents at scale. <br><br></em>At Orderfox, we’re building AI agents that turn manufacturing data into action - identifying suppliers, revealing capacity, and enabling faster, smarter decisions. We're scaling quickly beyond CNC into injection moulding, sheet metal, additive manufacturing, and robotics.<br><br>Our Azure platform is live and delivering value. Now we’re standardising and hardening it into a repeatable foundation for more agents, higher data volumes, and new verticals - this is where you come in.<br><br>As Senior Azure Platform Engineer, you’ll own the platform’s evolution and readiness for what’s next.<br><br>You'll report to the CTO, work in a strong ~15-person engineering team, and ship with high autonomy - clear outcomes, fast decisions, no micromanagement, no heavyweight specs. We work AI-first (Claude, Cursor, Azure CLI) and favour building over meetings and slide decks.<br><br><strong>What You'll Make Happen<br><br></strong>Platform &amp; Infrastructure ownership<br><br><ul><li>Own and evolve our Azure environment (Container Apps, Functions, storage, networking, data pipelines)</li><li>Scale our scraping and vision extraction systems as data volumes grow</li><li>Automate provisioning and operations (IaC where it fits, AI-assisted tooling where it’s faster) -automation over manual work</li><li>Build observability that’s actionable: monitoring, alerting, and cost tracking that actually helps<br><br></li></ul>DevOps &amp; Team Enablement<br><br><ul><li>Create CI/CD pipelines that let engineers ship agents fast and safely</li><li>Keep the engineering team unblocked on infrastructure topics (deployments, environments, access, tooling)</li><li>Establish patterns and standards that make the platform easier to build on (templates, conventions, guardrails)</li><li>Document key decisions and systems clearly so the team scales without tribal knowledge<br><br></li></ul>Platform Evolution<br><br><ul><li>Architect for future needs: MLOps readiness, multi-vertical scaling, and agent orchestration at scale</li><li>Optimise Azure spend responsibly (including a $44 M commitment to use efficiently)</li><li>Support Microsoft partnership requirements when needed (co-sell, marketplace)<br><br></li></ul><strong>What Eases Your Start<br><br></strong><ul><li>You work AI-first. Claude, Cursor and Copilot are part of how you operate. You use LLMs to manage infrastructure, write automation, debug faster, and solve operational problems - for this role, that’s essential.</li><li>You’re at home on Azure in real environments. You’ve spent multiple (5+) years building and running systems on Azure. You know what it takes to operate reliably, and you have a strong sense for when to use Container Apps vs. Functions vs. other serverless patterns in practice.</li><li>You automate by default. Whether it’s Terraform, Bicep, or AI-assisted infrastructure management - you build automation that keeps the platform predictable, reproducible, and easy to run.</li><li>You take ownership and communicate clearly. You see what needs doing and drive it forward - proactively and pragmatically. You explain what you're building (and why) in a way that keeps the team aligned and reduces ambiguity.</li><li>You’re comfortable in Python when it helps. You script, build internal tools, and create small utilities that make systems easier to operate and teams faster.<br><br></li></ul>You'll stand out if you bring:<br><br>Experience scaling data acquisition and pipelines (ETL, scraping, feature engineering, reliability at volume)<br><br><ul><li> MLOps/DataOps exposure (Azure ML, Databricks, experiment tracking, model lifecycle thinking)</li><li> a track record of improving infrastructure without destabilising live systems</li><li> the ability to explain technical trade-offs to non-technical stakeholders in a crisp, pragmatic way<br><br></li></ul>Practical requirements: Swiss / EU / EFTA citizenship or a valid Swiss work permit AND availability to work on-site in Zurich (this is not a fully remote role)<br><br>This won't be right for you if<br><br><ul><li>You prefer clean specs over open-ended problems and ownership</li><li>You want to design systems, but not build and runt hem</li><li>You’re only interested in fully remote work</li><li>You're looking for a slow-moving, highly structured environment<br><br></li></ul><strong>What You Can Look Forward To<br><br></strong><ul><li>An inspiring location: Our Zurich HQ is in the historic Villa Windegg in Seefeld - right by the lake and just minutes from Stadelhofen station, with parks, cafés, and cultural spots nearby.</li><li>Flexibility that fits: A 42-hour flexitime week with regular office days, home-office options, and the opportunity to work up to 20 days a year from abroad.</li><li>A team that moves fast: Join a ~30-person international start-up where initiative, ownership, and quick decisions matter more than hierarchy. Direct access to the CTO and real influence on technical direction.</li><li>Work with purpose: Contribute to intelligent AI solutions that help industries solve real-world challenges. Your infrastructure enables the AI agents our customers use -you'll own the platform that makes it possible.</li><li>Benefits that support you: 25 vacation days, additional company holidays, full salary continuation during maternity, paternity, and military leave, plus modern workspaces, snacks, and evolving extras as we grow.<br><br></li></ul><strong>What Starts Your Journey With Us<br><br></strong>We look forward to seeing how you think, build, and create impact.<br><br>Please apply via the \"Apply for this position\" button and include:<br><br><ul><li>Your CV - concise and outcome-focused, highlighting platforms you’ve owned, what you scaled, and the measurable impact (reliability, cost, deployment speed, automation, incident reduction).</li><li>Your diplomas and reference letters - to complete your profile</li><li>If available: GitHub, technical writing, or anything showing how you approach infrastructure<br><br></li></ul>Here’s what happens next:<br><br>We review your application → we talk (structured interview) → you work on a take-home assignment → you get clear feedback and a decision.<br><br>Questions? Talk to Pietro Volpe, HR Generalist, at careers@orderfox.com (<em>Applications by email cannot be considered.</em>)<br><br>Equal opportunity: We welcome applications from all backgrounds regardless of gender, age, origin, sexual orientation, or religion.<br><br><strong>About Us<br><br></strong>We are Orderfox Schweiz AG, based in Zurich - a company that brings together technology, creativity and industry. With our brands Partfox and Gieni AI, we develop digital solutions that make manufacturing processes smarter, more transparent and future-ready. What drives us is curiosity and the ambition to shape the future of manufacturing. At Orderfox, you will join an international, forward-thinking team where ideas matter, collaboration is key and every individual has the chance to make an impact. We value creativity, openness and the courage to innovate - and we are looking for people who share this mindset and want to grow with us.","descriptionText":"Help shape what's next for the industry - with Orderfox.Own the platform that powers AI agents at scale. At Orderfox, we’re building AI agents that turn manufacturing data into action - identifying suppliers, revealing capacity, and enabling faster, smarter decisions. We're scaling quickly beyond CNC into injection moulding, sheet metal, additive manufacturing, and robotics.Our Azure platform is live and delivering value. Now we’re standardising and hardening it into a repeatable foundation for more agents, higher data volumes, and new verticals - this is where you come in.As Senior Azure Platform Engineer, you’ll own the platform’s evolution and readiness for what’s next.You'll report to the CTO, work in a strong ~15-person engineering team, and ship with high autonomy - clear outcomes, fast decisions, no micromanagement, no heavyweight specs. We work AI-first (Claude, Cursor, Azure CLI) and favour building over meetings and slide decks.What You'll Make HappenPlatform &amp; Infrastructure ownershipOwn and evolve our Azure environment (Container Apps, Functions, storage, networking, data pipelines)Scale our scraping and vision extraction systems as data volumes growAutomate provisioning and operations (IaC where it fits, AI-assisted tooling where it’s faster) -automation over manual workBuild observability that’s actionable: monitoring, alerting, and cost tracking that actually helpsDevOps &amp; Team EnablementCreate CI/CD pipelines that let engineers ship agents fast and safelyKeep the engineering team unblocked on infrastructure topics (deployments, environments, access, tooling)Establish patterns and standards that make the platform easier to build on (templates, conventions, guardrails)Document key decisions and systems clearly so the team scales without tribal knowledgePlatform EvolutionArchitect for future needs: MLOps readiness, multi-vertical scaling, and agent orchestration at scaleOptimise Azure spend responsibly (including a $44 M commitment to use efficiently)Support Microsoft partnership requirements when needed (co-sell, marketplace)What Eases Your StartYou work AI-first. Claude, Cursor and Copilot are part of how you operate. You use LLMs to manage infrastructure, write automation, debug faster, and solve operational problems - for this role, that’s essential.You’re at home on Azure in real environments. You’ve spent multiple (5+) years building and running systems on Azure. You know what it takes to operate reliably, and you have a strong sense for when to use Container Apps vs. Functions vs. other serverless patterns in practice.You automate by default. Whether it’s Terraform, Bicep, or AI-assisted infrastructure management - you build automation that keeps the platform predictable, reproducible, and easy to run.You take ownership and communicate clearly. You see what needs doing and drive it forward - proactively and pragmatically. You explain what you're building (and why) in a way that keeps the team aligned and reduces ambiguity.You’re comfortable in Python when it helps. You script, build internal tools, and create small utilities that make systems easier to operate and teams faster.You'll stand out if you bring:Experience scaling data acquisition and pipelines (ETL, scraping, feature engineering, reliability at volume) MLOps/DataOps exposure (Azure ML, Databricks, experiment tracking, model lifecycle thinking) a track record of improving infrastructure without destabilising live systems the ability to explain technical trade-offs to non-technical stakeholders in a crisp, pragmatic wayPractical requirements: Swiss / EU / EFTA citizenship or a valid Swiss work permit AND availability to work on-site in Zurich (this is not a fully remote role)This won't be right for you ifYou prefer clean specs over open-ended problems and ownershipYou want to design systems, but not build and runt hemYou’re only interested in fully remote workYou're looking for a slow-moving, highly structured environmentWhat You Can Look Forward ToAn inspiring location: Our Zurich HQ is in the historic Villa Windegg in Seefeld - right by the lake and just minutes from Stadelhofen station, with parks, cafés, and cultural spots nearby.Flexibility that fits: A 42-hour flexitime week with regular office days, home-office options, and the opportunity to work up to 20 days a year from abroad.A team that moves fast: Join a ~30-person international start-up where initiative, ownership, and quick decisions matter more than hierarchy. Direct access to the CTO and real influence on technical direction.Work with purpose: Contribute to intelligent AI solutions that help industries solve real-world challenges. Your infrastructure enables the AI agents our customers use -you'll own the platform that makes it possible.Benefits that support you: 25 vacation days, additional company holidays, full salary continuation during maternity, paternity, and military leave, plus modern workspaces, snacks, and evolving extras as we grow.What Starts Your Journey With UsWe look forward to seeing how you think, build, and create impact.Please apply via the \"Apply for this position\" button and include:Your CV - concise and outcome-focused, highlighting platforms you’ve owned, what you scaled, and the measurable impact (reliability, cost, deployment speed, automation, incident reduction).Your diplomas and reference letters - to complete your profileIf available: GitHub, technical writing, or anything showing how you approach infrastructureHere’s what happens next:We review your application → we talk (structured interview) → you work on a take-home assignment → you get clear feedback and a decision.Questions? Talk to Pietro Volpe, HR Generalist, at careers@orderfox.com (Applications by email cannot be considered.)Equal opportunity: We welcome applications from all backgrounds regardless of gender, age, origin, sexual orientation, or religion.About UsWe are Orderfox Schweiz AG, based in Zurich - a company that brings together technology, creativity and industry. With our brands Partfox and Gieni AI, we develop digital solutions that make manufacturing processes smarter, more transparent and future-ready. What drives us is curiosity and the ambition to shape the future of manufacturing. At Orderfox, you will join an international, forward-thinking team where ideas matter, collaboration is key and every individual has the chance to make an impact. We value creativity, openness and the courage to innovate - and we are looking for people who share this mindset and want to grow with us.","job_description":"**Help shape what's next for the industry - with Orderfox.** \n  \n_Own the platform that powers AI agents at scale._ \n  \nAt Orderfox, we’re building AI agents that turn manufacturing data into action - identifying suppliers, revealing capacity, and enabling faster, smarter decisions. We're scaling quickly beyond CNC into injection moulding, sheet metal, additive manufacturing, and robotics.  \n  \nOur Azure platform is live and delivering value. Now we’re standardising and hardening it into a repeatable foundation for more agents, higher data volumes, and new verticals - this is where you come in.  \n  \nAs Senior Azure Platform Engineer, you’ll own the platform’s evolution and readiness for what’s next.  \n  \nYou'll report to the CTO, work in a strong \\~15-person engineering team, and ship with high autonomy - clear outcomes, fast decisions, no micromanagement, no heavyweight specs. We work AI-first (Claude, Cursor, Azure CLI) and favour building over meetings and slide decks.  \n  \n**What You'll Make Happen** \n  \nPlatform & Infrastructure ownership  \n  \n* Own and evolve our Azure environment (Container Apps, Functions, storage, networking, data pipelines)\n* Scale our scraping and vision extraction systems as data volumes grow\n* Automate provisioning and operations (IaC where it fits, AI-assisted tooling where it’s faster) -automation over manual work\n* Build observability that’s actionable: monitoring, alerting, and cost tracking that actually helps\nDevOps & Team Enablement  \n  \n* Create CI/CD pipelines that let engineers ship agents fast and safely\n* Keep the engineering team unblocked on infrastructure topics (deployments, environments, access, tooling)\n* Establish patterns and standards that make the platform easier to build on (templates, conventions, guardrails)\n* Document key decisions and systems clearly so the team scales without tribal knowledge\nPlatform Evolution  \n  \n* Architect for future needs: MLOps readiness, multi-vertical scaling, and agent orchestration at scale\n* Optimise Azure spend responsibly (including a $44 M commitment to use efficiently)\n* Support Microsoft partnership requirements when needed (co-sell, marketplace)\n**What Eases Your Start** \n  \n* You work AI-first. Claude, Cursor and Copilot are part of how you operate. You use LLMs to manage infrastructure, write automation, debug faster, and solve operational problems - for this role, that’s essential.\n* You’re at home on Azure in real environments. You’ve spent multiple (5+) years building and running systems on Azure. You know what it takes to operate reliably, and you have a strong sense for when to use Container Apps vs. Functions vs. other serverless patterns in practice.\n* You automate by default. Whether it’s Terraform, Bicep, or AI-assisted infrastructure management - you build automation that keeps the platform predictable, reproducible, and easy to run.\n* You take ownership and communicate clearly. You see what needs doing and drive it forward - proactively and pragmatically. You explain what you're building (and why) in a way that keeps the team aligned and reduces ambiguity.\n* You’re comfortable in Python when it helps. You script, build internal tools, and create small utilities that make systems easier to operate and teams faster.\nYou'll stand out if you bring:  \n  \nExperience scaling data acquisition and pipelines (ETL, scraping, feature engineering, reliability at volume)  \n  \n* MLOps/DataOps exposure (Azure ML, Databricks, experiment tracking, model lifecycle thinking)\n* a track record of improving infrastructure without destabilising live systems\n* the ability to explain technical trade-offs to non-technical stakeholders in a crisp, pragmatic way\nPractical requirements: Swiss / EU / EFTA citizenship or a valid Swiss work permit AND availability to work on-site in Zurich (this is not a fully remote role)  \n  \nThis won't be right for you if  \n  \n* You prefer clean specs over open-ended problems and ownership\n* You want to design systems, but not build and runt hem\n* You’re only interested in fully remote work\n* You're looking for a slow-moving, highly structured environment\n**What You Can Look Forward To** \n  \n* An inspiring location: Our Zurich HQ is in the historic Villa Windegg in Seefeld - right by the lake and just minutes from Stadelhofen station, with parks, cafés, and cultural spots nearby.\n* Flexibility that fits: A 42-hour flexitime week with regular office days, home-office options, and the opportunity to work up to 20 days a year from abroad.\n* A team that moves fast: Join a \\~30-person international start-up where initiative, ownership, and quick decisions matter more than hierarchy. Direct access to the CTO and real influence on technical direction.\n* Work with purpose: Contribute to intelligent AI solutions that help industries solve real-world challenges. Your infrastructure enables the AI agents our customers use -you'll own the platform that makes it possible.\n* Benefits that support you: 25 vacation days, additional company holidays, full salary continuation during maternity, paternity, and military leave, plus modern workspaces, snacks, and evolving extras as we grow.\n**What Starts Your Journey With Us** \n  \nWe look forward to seeing how you think, build, and create impact.  \n  \nPlease apply via the \"Apply for this position\" button and include:  \n  \n* Your CV - concise and outcome-focused, highlighting platforms you’ve owned, what you scaled, and the measurable impact (reliability, cost, deployment speed, automation, incident reduction).\n* Your diplomas and reference letters - to complete your profile\n* If available: GitHub, technical writing, or anything showing how you approach infrastructure\nHere’s what happens next:  \n  \nWe review your application → we talk (structured interview) → you work on a take-home assignment → you get clear feedback and a decision.  \n  \nQuestions? Talk to Pietro Volpe, HR Generalist, at careers@orderfox.com (_Applications by email cannot be considered._)  \n  \nEqual opportunity: We welcome applications from all backgrounds regardless of gender, age, origin, sexual orientation, or religion.  \n  \n**About Us** \n  \nWe are Orderfox Schweiz AG, based in Zurich - a company that brings together technology, creativity and industry. With our brands Partfox and Gieni AI, we develop digital solutions that make manufacturing processes smarter, more transparent and future-ready. What drives us is curiosity and the ambition to shape the future of manufacturing. At Orderfox, you will join an international, forward-thinking team where ideas matter, collaboration is key and every individual has the chance to make an impact. We value creativity, openness and the courage to innovate - and we are looking for people who share this mindset and want to grow with us.","companyLinkedinUrl":"https://ch.linkedin.com/company/orderfox-schweiz-ag?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":22}},{"json":{"id":"4374294300","link":"https://ch.linkedin.com/jobs/view/software-engineer-product-at-adaptyv-4374294300?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=z4ZhJGJw0u7VO1gMRQYkLg%3D%3D&position=7&pageNum=0","text":"{\n  \"match\": false,\n  \"score\": 20,\n  \"reason\": \"Rejected: Strong software focus without explicit industrial automation/PLC or manufacturing hardware; not an IT/OT hybrid.\"\n}","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Software Engineer (Product)","salary":"","applyUrl":"https://jobs.ashbyhq.com/adaptyv/34e28741-b3fc-4536-b666-1e690c8f33f5","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Lausanne, Vaud, Switzerland","postedAt":"2026-02-23","salaryInfo":[""],"trackingId":"z4ZhJGJw0u7VO1gMRQYkLg==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQFl6lfO9BIbLQ/company-logo_100_100/B4EZld1r5MHEAQ-/0/1758215979002/adaptyvbio_logo?e=1773273600&v=beta&t=JViqgzvey2YOUR_FOLDER_OR_FILE_ID","companyName":"Adaptyv","companySlogan":"The cloud lab for protein designers","jobPosterName":"Julian Englert","companyAddress":{"type":"PostalAddress","addressCountry":"CH","addressLocality":"Lausanne"},"companyWebsite":"https://adaptyvbio.com","employmentType":"Full-time","jobPosterPhoto":"https://media.licdn.com/dms/image/v2/D4E03AQFFhkKPjAXymw/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1681397043835?e=1773273600&v=beta&t=k8mZQyUmTbcUJ9uT66HaW_7OlNS6McMREA9SPK4Gxb0","jobPosterTitle":"Co-Founder and CEO of Adaptyv — We're hiring!","applicantsCount":"25","descriptionHtml":"<p>Adaptyv is building an automated lab that lets AI agents run biology experiments.</p><p><br></p><p>We're entering the era of agentic science where AI models can now design novel proteins, propose hypotheses, and iterate on experimental results. But they can't run the experiments themselves - that's still a manual, months-long process. We're building the infrastructure that gives AI agents access to the physical world.</p><p><br></p><p>Today, over 50 companies are already running their wet lab experiments on Adaptyv, ranging from some of the biggest biopharmas, to frontier AI labs to dozens of techbio startups.</p><p><br></p><p>Our automated lab is powered by a deep software + hardware stack: lab instruments worth millions of USD reverse-engineered into API-controllable hardware, dozens of devices orchestrated through complex workflows, full observability on everything that happens in the lab, processing pipelines for messy physical-world data, and AI systems that troubleshoot production results and accelerate assay development.</p><p><br></p><p>We’re growing rapidly and are hiring for talented engineers to help us scale our software to support the massive demand for AI-driven wet lab experimentation.</p><p><br></p>The role<p>You'll work across LabOS — our internal software platform — building the orchestration layer that coordinates everything from experiment scheduling to execution to data capture and results processing. This is full-stack product engineering at the intersection of software and physical-world biology.</p><p><br></p><p>Day-to-day, that can mean things like:</p><ul><li>Creating interfaces and APIs that give scientists and AI agents visibility into what's happening in the lab in real time</li><li>Building custom AI agents and tooling that automate decisions across the experiment lifecycle, from protocol design to troubleshooting failed results</li><li>Turning proprietary hardware into API-controllable devices that agents and software can operate programmatically</li><li>Designing scheduling systems that coordinate dozens of lab instruments with complex dependency chains</li></ul><p><br></p><p>You'll own large areas of the product. We're a small team where individual engineers have large impact on what gets built and how.<br></p><strong>What we're looking for</strong><ul><li><strong>Full-stack production experience.</strong> We use TypeScript, React, Node, Postgres — but what matters is you can work across the stack.</li><li><strong>Product instinct.</strong> You've shipped, watched users, iterated, and shipped again.</li><li><strong>Comfortable in ambiguity.</strong> You start from a goal, not a spec. You scope problems down, decide what to build and what to skip, and write your own plan when none exists.</li><li><strong>Builds with AI.</strong> You use AI tools heavily, but you have enough experience without them to know what good looks like.</li><li><strong>Curious about biology.</strong> No background required, but running real experiments in the physical world should excite you.</li></ul><p><br></p>","descriptionText":"Adaptyv is building an automated lab that lets AI agents run biology experiments.We're entering the era of agentic science where AI models can now design novel proteins, propose hypotheses, and iterate on experimental results. But they can't run the experiments themselves - that's still a manual, months-long process. We're building the infrastructure that gives AI agents access to the physical world.Today, over 50 companies are already running their wet lab experiments on Adaptyv, ranging from some of the biggest biopharmas, to frontier AI labs to dozens of techbio startups.Our automated lab is powered by a deep software + hardware stack: lab instruments worth millions of USD reverse-engineered into API-controllable hardware, dozens of devices orchestrated through complex workflows, full observability on everything that happens in the lab, processing pipelines for messy physical-world data, and AI systems that troubleshoot production results and accelerate assay development.We’re growing rapidly and are hiring for talented engineers to help us scale our software to support the massive demand for AI-driven wet lab experimentation.The roleYou'll work across LabOS — our internal software platform — building the orchestration layer that coordinates everything from experiment scheduling to execution to data capture and results processing. This is full-stack product engineering at the intersection of software and physical-world biology.Day-to-day, that can mean things like:Creating interfaces and APIs that give scientists and AI agents visibility into what's happening in the lab in real timeBuilding custom AI agents and tooling that automate decisions across the experiment lifecycle, from protocol design to troubleshooting failed resultsTurning proprietary hardware into API-controllable devices that agents and software can operate programmaticallyDesigning scheduling systems that coordinate dozens of lab instruments with complex dependency chainsYou'll own large areas of the product. We're a small team where individual engineers have large impact on what gets built and how.What we're looking forFull-stack production experience. We use TypeScript, React, Node, Postgres — but what matters is you can work across the stack.Product instinct. You've shipped, watched users, iterated, and shipped again.Comfortable in ambiguity. You start from a goal, not a spec. You scope problems down, decide what to build and what to skip, and write your own plan when none exists.Builds with AI. You use AI tools heavily, but you have enough experience without them to know what good looks like.Curious about biology. No background required, but running real experiments in the physical world should excite you.","job_description":"Adaptyv is building an automated lab that lets AI agents run biology experiments.\n\n  \nWe're entering the era of agentic science where AI models can now design novel proteins, propose hypotheses, and iterate on experimental results. But they can't run the experiments themselves - that's still a manual, months-long process. We're building the infrastructure that gives AI agents access to the physical world.\n\n  \nToday, over 50 companies are already running their wet lab experiments on Adaptyv, ranging from some of the biggest biopharmas, to frontier AI labs to dozens of techbio startups.\n\n  \nOur automated lab is powered by a deep software + hardware stack: lab instruments worth millions of USD reverse-engineered into API-controllable hardware, dozens of devices orchestrated through complex workflows, full observability on everything that happens in the lab, processing pipelines for messy physical-world data, and AI systems that troubleshoot production results and accelerate assay development.\n\n  \nWe’re growing rapidly and are hiring for talented engineers to help us scale our software to support the massive demand for AI-driven wet lab experimentation.\n\n  \nThe role\n\nYou'll work across LabOS — our internal software platform — building the orchestration layer that coordinates everything from experiment scheduling to execution to data capture and results processing. This is full-stack product engineering at the intersection of software and physical-world biology.\n\n  \nDay-to-day, that can mean things like:\n\n* Creating interfaces and APIs that give scientists and AI agents visibility into what's happening in the lab in real time\n* Building custom AI agents and tooling that automate decisions across the experiment lifecycle, from protocol design to troubleshooting failed results\n* Turning proprietary hardware into API-controllable devices that agents and software can operate programmatically\n* Designing scheduling systems that coordinate dozens of lab instruments with complex dependency chains\n\n  \nYou'll own large areas of the product. We're a small team where individual engineers have large impact on what gets built and how.  \n\n**What we're looking for**\n* **Full-stack production experience.** We use TypeScript, React, Node, Postgres — but what matters is you can work across the stack.\n* **Product instinct.** You've shipped, watched users, iterated, and shipped again.\n* **Comfortable in ambiguity.** You start from a goal, not a spec. You scope problems down, decide what to build and what to skip, and write your own plan when none exists.\n* **Builds with AI.** You use AI tools heavily, but you have enough experience without them to know what good looks like.\n* **Curious about biology.** No background required, but running real experiments in the physical world should excite you.\n\n  ","companyDescription":"Proteins are the most advanced nanotechnology we know of. At Adaptyv Bio we’re building a next-gen protein foundry to allow you to synthesize and test any protein you design.\n","companyLinkedinUrl":"https://ch.linkedin.com/company/adaptyvbio?trk=public_jobs_jserp-result_job-search-card-subtitle","jobPosterProfileUrl":"https://ch.linkedin.com/in/julian-englert","companyEmployeesCount":30}},{"json":{"id":"4374286450","link":"https://ch.linkedin.com/jobs/view/ing%C3%A9nieur-production-ing%C3%A9nieure-production-at-bureau-ing%C3%A9nieur-infrastructures-transport-syst%C3%A8mes-4374286450?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=AB5b1HBpMEBb0%2B2%2BEExFGA%3D%3D&position=2&pageNum=0&trk=public_jobs_jserp-result_search-card","text":"{\n  \"match\": false,\n  \"score\": 20,\n  \"reason\": \"Rejected: Senior management role without hands-on IT/OT technical work.\"\n}","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Ingénieur production/Ingénieure production","salary":"","applyUrl":"","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Yverdon, Vaud, Switzerland","postedAt":"2026-02-23","industries":"Construction, Specialty Trade Contractors, and Engineering Services","salaryInfo":[""],"trackingId":"AB5b1HBpMEBb0+2+EExFGA==","companyLogo":"https://static.licdn.com/aero-v1/sc/h/6puxblwmhnodu6fjircz4dn4h","companyName":"Bureau Ingénieur infrastructures transport systèmes","jobFunction":"Production, Engineering, and Consulting","jobPosterName":"François Mazza","employmentType":"Full-time","jobPosterPhoto":"https://static.licdn.com/aero-v1/sc/h/9c8pery4andzj6ohjkjp54ma2","jobPosterTitle":"François Mazza - Consulting","seniorityLevel":"Director","applicantsCount":"25","descriptionHtml":"<p><strong>Directeur·trice de la Production (80–100 %) – Région Yverdon, Suisse francophone</strong></p><p><br></p><p>Notre client est un bureau d’ingénierie et de conseil à taille humaine, spécialisé dans les infrastructures de transport et les systèmes techniques complexes.</p><p><br></p><p>Depuis plusieurs années, il accompagne des acteurs de premier plan dans la conception, la planification et la réalisation de projets d’envergure, en Suisse et à l’international.</p><p><br></p><p>Dans le cadre du renforcement de son organisation, nous recherchons un·e <strong>Directeur·trice de la Production</strong> chargé·e de coordonner l’ensemble des activités des pôles Production, Études et Travaux.</p><p><br></p><p>Votre mission</p><p>Rattaché·e à la Direction Opérationnelle, vous assumez la responsabilité globale de la production, couvrant les pôles Études et Travaux. Vous occupez un rôle central dans l’organisation, la coordination et l’optimisation des ressources, tout en garantissant la qualité des livrables, la cohérence technique et le respect des engagements contractuels.</p><p>À ce titre, vous :</p><ul><li>pilotez l’ensemble des activités de production (Études et Travaux),</li><li>supervisez les chefs de projets et les ingénieur·e·s,</li><li>planifiez, priorisez et arbitrez les charges et ressources,</li><li>garantissez la qualité opérationnelle des livrables et la coordination Études–Travaux,</li><li>organisez et animez les instances de coordination opérationnelle,</li><li>collaborez étroitement avec les Directions Opérationnelle et Commerciale,</li><li>participez activement aux projets, avec une implication opérationnelle lorsque nécessaire,</li><li>contribuez à la validation technique, méthodologique et organisationnelle des offres.</li></ul><p>Management et gouvernance</p><p>Vous assurez un management de proximité des équipes de production, définissez et suivez les objectifs individuels, menez les entretiens d’évaluation et veillez à instaurer un climat de travail constructif et performant. Vous êtes également garant·e d’un reporting régulier, clair et structuré auprès de la Direction.</p><p>Votre profil</p><p>Vous disposez :</p><ul><li>d’une solide expérience en pilotage de production ou d’opérations au sein d’un bureau d’ingénieurs, d’une maîtrise d’œuvre ou d’une entreprise technique,</li><li>d’une excellente compréhension des processus Études et Travaux dans le domaine des infrastructures ou des systèmes de transport,</li><li>de compétences managériales affirmées, avec une capacité reconnue à décider, prioriser et fédérer,</li><li>d’un sens aigu de l’organisation, du résultat et de la qualité,</li><li>d’excellentes compétences en communication, à l’écrit comme à l’oral,</li><li>d’un leadership naturel, associé à fiabilité, intégrité et exemplarité.</li></ul><p>Une formation technique supérieure, idéalement de niveau ingénieur (EPF, HES ou équivalent) en informatique, automation ou électrotechnique est indispensable.. Une formation complémentaire en gestion de projets ou en management est appréciée.</p><p>Conditions proposées</p><ul><li>Déplacements réguliers en Suisse et ponctuellement à l’étranger,</li><li>Télétravail partiel possible dans le cadre légal (jusqu’à 40 % pour un ressortissant suisse),</li><li>Taux d’activité : 80 à 100 %,</li><li>Entrée en fonction : début 2026 ou à convenir.</li></ul><p><br></p><p>Vous évoluerez dans un environnement stimulant, au sein d’une entreprise en forte croissance, offrant des projets techniques à haute valeur ajoutée et de réelles perspectives de développement professionnel. L’effectif a doublé en 2025 et le carnet de commandes assure une visibilité de plus de cinq ans. L’esprit est résolument entrepreneurial, porté par des valeurs d’expertise technique, d’orientation client et d’agilité.</p><p><br></p><p>Veuillez postuler uniquement via Linkedin (bouton bleu).</p><p></p>","descriptionText":"Directeur·trice de la Production (80–100 %) – Région Yverdon, Suisse francophoneNotre client est un bureau d’ingénierie et de conseil à taille humaine, spécialisé dans les infrastructures de transport et les systèmes techniques complexes.Depuis plusieurs années, il accompagne des acteurs de premier plan dans la conception, la planification et la réalisation de projets d’envergure, en Suisse et à l’international.Dans le cadre du renforcement de son organisation, nous recherchons un·e Directeur·trice de la Production chargé·e de coordonner l’ensemble des activités des pôles Production, Études et Travaux.Votre missionRattaché·e à la Direction Opérationnelle, vous assumez la responsabilité globale de la production, couvrant les pôles Études et Travaux. Vous occupez un rôle central dans l’organisation, la coordination et l’optimisation des ressources, tout en garantissant la qualité des livrables, la cohérence technique et le respect des engagements contractuels.À ce titre, vous :pilotez l’ensemble des activités de production (Études et Travaux),supervisez les chefs de projets et les ingénieur·e·s,planifiez, priorisez et arbitrez les charges et ressources,garantissez la qualité opérationnelle des livrables et la coordination Études–Travaux,organisez et animez les instances de coordination opérationnelle,collaborez étroitement avec les Directions Opérationnelle et Commerciale,participez activement aux projets, avec une implication opérationnelle lorsque nécessaire,contribuez à la validation technique, méthodologique et organisationnelle des offres.Management et gouvernanceVous assurez un management de proximité des équipes de production, définissez et suivez les objectifs individuels, menez les entretiens d’évaluation et veillez à instaurer un climat de travail constructif et performant. Vous êtes également garant·e d’un reporting régulier, clair et structuré auprès de la Direction.Votre profilVous disposez :d’une solide expérience en pilotage de production ou d’opérations au sein d’un bureau d’ingénieurs, d’une maîtrise d’œuvre ou d’une entreprise technique,d’une excellente compréhension des processus Études et Travaux dans le domaine des infrastructures ou des systèmes de transport,de compétences managériales affirmées, avec une capacité reconnue à décider, prioriser et fédérer,d’un sens aigu de l’organisation, du résultat et de la qualité,d’excellentes compétences en communication, à l’écrit comme à l’oral,d’un leadership naturel, associé à fiabilité, intégrité et exemplarité.Une formation technique supérieure, idéalement de niveau ingénieur (EPF, HES ou équivalent) en informatique, automation ou électrotechnique est indispensable.. Une formation complémentaire en gestion de projets ou en management est appréciée.Conditions proposéesDéplacements réguliers en Suisse et ponctuellement à l’étranger,Télétravail partiel possible dans le cadre légal (jusqu’à 40 % pour un ressortissant suisse),Taux d’activité : 80 à 100 %,Entrée en fonction : début 2026 ou à convenir.Vous évoluerez dans un environnement stimulant, au sein d’une entreprise en forte croissance, offrant des projets techniques à haute valeur ajoutée et de réelles perspectives de développement professionnel. L’effectif a doublé en 2025 et le carnet de commandes assure une visibilité de plus de cinq ans. L’esprit est résolument entrepreneurial, porté par des valeurs d’expertise technique, d’orientation client et d’agilité.Veuillez postuler uniquement via Linkedin (bouton bleu).","job_description":"**Directeur·trice de la Production (80–100 %) – Région Yverdon, Suisse francophone**\n\n  \nNotre client est un bureau d’ingénierie et de conseil à taille humaine, spécialisé dans les infrastructures de transport et les systèmes techniques complexes.\n\n  \nDepuis plusieurs années, il accompagne des acteurs de premier plan dans la conception, la planification et la réalisation de projets d’envergure, en Suisse et à l’international.\n\n  \nDans le cadre du renforcement de son organisation, nous recherchons un·e **Directeur·trice de la Production** chargé·e de coordonner l’ensemble des activités des pôles Production, Études et Travaux.\n\n  \nVotre mission\n\nRattaché·e à la Direction Opérationnelle, vous assumez la responsabilité globale de la production, couvrant les pôles Études et Travaux. Vous occupez un rôle central dans l’organisation, la coordination et l’optimisation des ressources, tout en garantissant la qualité des livrables, la cohérence technique et le respect des engagements contractuels.\n\nÀ ce titre, vous :\n\n* pilotez l’ensemble des activités de production (Études et Travaux),\n* supervisez les chefs de projets et les ingénieur·e·s,\n* planifiez, priorisez et arbitrez les charges et ressources,\n* garantissez la qualité opérationnelle des livrables et la coordination Études–Travaux,\n* organisez et animez les instances de coordination opérationnelle,\n* collaborez étroitement avec les Directions Opérationnelle et Commerciale,\n* participez activement aux projets, avec une implication opérationnelle lorsque nécessaire,\n* contribuez à la validation technique, méthodologique et organisationnelle des offres.\n\nManagement et gouvernance\n\nVous assurez un management de proximité des équipes de production, définissez et suivez les objectifs individuels, menez les entretiens d’évaluation et veillez à instaurer un climat de travail constructif et performant. Vous êtes également garant·e d’un reporting régulier, clair et structuré auprès de la Direction.\n\nVotre profil\n\nVous disposez :\n\n* d’une solide expérience en pilotage de production ou d’opérations au sein d’un bureau d’ingénieurs, d’une maîtrise d’œuvre ou d’une entreprise technique,\n* d’une excellente compréhension des processus Études et Travaux dans le domaine des infrastructures ou des systèmes de transport,\n* de compétences managériales affirmées, avec une capacité reconnue à décider, prioriser et fédérer,\n* d’un sens aigu de l’organisation, du résultat et de la qualité,\n* d’excellentes compétences en communication, à l’écrit comme à l’oral,\n* d’un leadership naturel, associé à fiabilité, intégrité et exemplarité.\n\nUne formation technique supérieure, idéalement de niveau ingénieur (EPF, HES ou équivalent) en informatique, automation ou électrotechnique est indispensable.. Une formation complémentaire en gestion de projets ou en management est appréciée.\n\nConditions proposées\n\n* Déplacements réguliers en Suisse et ponctuellement à l’étranger,\n* Télétravail partiel possible dans le cadre légal (jusqu’à 40 % pour un ressortissant suisse),\n* Taux d’activité : 80 à 100 %,\n* Entrée en fonction : début 2026 ou à convenir.\n\n  \nVous évoluerez dans un environnement stimulant, au sein d’une entreprise en forte croissance, offrant des projets techniques à haute valeur ajoutée et de réelles perspectives de développement professionnel. L’effectif a doublé en 2025 et le carnet de commandes assure une visibilité de plus de cinq ans. L’esprit est résolument entrepreneurial, porté par des valeurs d’expertise technique, d’orientation client et d’agilité.\n\n  \nVeuillez postuler uniquement via Linkedin (bouton bleu).","jobPosterProfileUrl":"https://ch.linkedin.com/in/francoismazza1964"}},{"json":{"id":"4374283961","link":"https://ch.linkedin.com/jobs/view/automatiker-support-at-randstad-switzerland-4374283961?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=BEjQ0Z7XYjMsgigsbZ9PAg%3D%3D&position=3&pageNum=0","text":"```json\n{\n  \"match\": false,\n  \"score\": 40,\n  \"reason\": \"Rejected: Role is pure support/maintenance of electrical/mechatronic systems, lacks Software skills like Python or Cloud.\"\n}\n```","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Automatiker / Support","salary":"","applyUrl":"","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Arbon, Thurgau, Switzerland","postedAt":"2026-02-23","industries":"Machinery Manufacturing","salaryInfo":[""],"trackingId":"BEjQ0Z7XYjMsgigsbZ9PAg==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQGDbWaQdw5W-w/company-logo_100_100/company-logo_100_100/0/1690460414477/randstad_switzerland_logo?e=1773273600&v=beta&t=C6nMZCiKuCyJcy9tNWFFbUcD-psaOoA84U_2CkFXpkI","companyName":"Randstad Switzerland","jobFunction":"Customer Service","companySlogan":"We support people and organizations in realizing their true potential.","jobPosterName":"Roland Nägeli","companyAddress":{"type":"PostalAddress","postalCode":"8050","streetAddress":"Leutschenbachstrasse 45","addressCountry":"CH","addressLocality":"Zürich"},"companyWebsite":"http://www.randstad.ch","employmentType":"Full-time","jobPosterPhoto":"https://static.licdn.com/aero-v1/sc/h/9c8pery4andzj6ohjkjp54ma2","jobPosterTitle":"Branch Manager bei Randstad  |  HR Fachmann mit Eidg. FA  |  HR-Experte für Technik & MEM |","seniorityLevel":"Associate","applicantsCount":"25","descriptionHtml":"<p>Knifflige technische Probleme an High-Tech-Maschinen spornen Dich an? Möchtest Du Kunden und Servicetechniker weltweit mit Deinem Elektro- und Steuerungs-Know-how unterstützen und Dein Wissen in Schulungen weitergeben?</p><p><br></p><p>Unser Kunde ist ein international renommierter Schweizer Maschinenbauer und Technologieführer mit Sitz in der Bodenseeregion. Als traditionsreiches Familienunternehmen setzt unser Kunde auf Schweizer Präzision und Innovation. Für den Kundendienst suchen wir Dich als kommunikationsstarke/n und technisch versierte/n</p><p><br></p><p><strong>Automatiker / Supporter (m/w/d)</strong></p><p><br></p><p><br></p><p>Das wirst Du tun:</p><ul><li>Du leistest 1st &amp; 2nd Level Support für Steuerungs- &amp; Antriebstechnik für Kunden weltweit</li><li>Du bietest technische Unterstützung für Servicetechniker, sowohl remote als auch bei Bedarf vor Ort</li><li>Du analysierst Störungen und definierst passende Lösungen wie Ersatzteile oder Massnahmen</li><li>Du planst und führst technische Schulungen für Kunden und Kollegen durch</li><li>Du erstellst und pflegst Wissensdatenbank-Artikel sowie technische Dokumentationen</li></ul><p><br></p><p><br></p><p><br></p><p>Darauf darfst Du Dich freuen:</p><ul><li>Flexible Arbeitszeiten bei einer 40-Stunden-Woche ohne Blockzeiten</li><li>Moderne und ergonomische Arbeitsplätze</li><li>Ein subventioniertes Mittagessen und regelmässige Firmenevents wie Sommerfest oder Skitag</li><li>Gratis Parkplätze, gute Anbindung an den öffentlichen Verkehr und E-Ladestationen</li><li>Aktive Unterstützung bei Deiner Weiterbildung</li><li>Ein sicherer Arbeitsplatz in einem soliden Schweizer Familienunternehmen mit flachen Hierarchien und einem kollegialen Team</li></ul><p><br></p><p><br></p><p>Das bringst Du mit:</p><ul><li>Eine abgeschlossene technische Berufslehre (EFZ) als Automatiker/in, Elektromechaniker/in, Automobil-Mechatroniker/in, Diagnostiker/in oder in einem verwandten Bereich mit starkem Fokus auf Elektrotechnik und Steuerungssysteme</li><li>Mehrjährige Erfahrung im technischen Support, Kundendienst oder als Servicetechniker im Maschinenbau</li><li>Sehr gute Deutsch- und Englischkenntnisse / zusätzlich französisch oder italienisch ist von Vorteil</li><li>Eine analytische Denkweise, eine schnelle Auffassungsgabe und eine selbstständige Arbeitsweise</li><li>Ausgeprägte Kommunikationsfähigkeit sowie Freude am Kundenkontakt und an der Durchführung von Trainings</li><li>Freude am kontinuierlichen Lernen</li></ul><p></p>","descriptionText":"Knifflige technische Probleme an High-Tech-Maschinen spornen Dich an? Möchtest Du Kunden und Servicetechniker weltweit mit Deinem Elektro- und Steuerungs-Know-how unterstützen und Dein Wissen in Schulungen weitergeben?Unser Kunde ist ein international renommierter Schweizer Maschinenbauer und Technologieführer mit Sitz in der Bodenseeregion. Als traditionsreiches Familienunternehmen setzt unser Kunde auf Schweizer Präzision und Innovation. Für den Kundendienst suchen wir Dich als kommunikationsstarke/n und technisch versierte/nAutomatiker / Supporter (m/w/d)Das wirst Du tun:Du leistest 1st &amp; 2nd Level Support für Steuerungs- &amp; Antriebstechnik für Kunden weltweitDu bietest technische Unterstützung für Servicetechniker, sowohl remote als auch bei Bedarf vor OrtDu analysierst Störungen und definierst passende Lösungen wie Ersatzteile oder MassnahmenDu planst und führst technische Schulungen für Kunden und Kollegen durchDu erstellst und pflegst Wissensdatenbank-Artikel sowie technische DokumentationenDarauf darfst Du Dich freuen:Flexible Arbeitszeiten bei einer 40-Stunden-Woche ohne BlockzeitenModerne und ergonomische ArbeitsplätzeEin subventioniertes Mittagessen und regelmässige Firmenevents wie Sommerfest oder SkitagGratis Parkplätze, gute Anbindung an den öffentlichen Verkehr und E-LadestationenAktive Unterstützung bei Deiner WeiterbildungEin sicherer Arbeitsplatz in einem soliden Schweizer Familienunternehmen mit flachen Hierarchien und einem kollegialen TeamDas bringst Du mit:Eine abgeschlossene technische Berufslehre (EFZ) als Automatiker/in, Elektromechaniker/in, Automobil-Mechatroniker/in, Diagnostiker/in oder in einem verwandten Bereich mit starkem Fokus auf Elektrotechnik und SteuerungssystemeMehrjährige Erfahrung im technischen Support, Kundendienst oder als Servicetechniker im MaschinenbauSehr gute Deutsch- und Englischkenntnisse / zusätzlich französisch oder italienisch ist von VorteilEine analytische Denkweise, eine schnelle Auffassungsgabe und eine selbstständige ArbeitsweiseAusgeprägte Kommunikationsfähigkeit sowie Freude am Kundenkontakt und an der Durchführung von TrainingsFreude am kontinuierlichen Lernen","job_description":"Knifflige technische Probleme an High-Tech-Maschinen spornen Dich an? Möchtest Du Kunden und Servicetechniker weltweit mit Deinem Elektro- und Steuerungs-Know-how unterstützen und Dein Wissen in Schulungen weitergeben?\n\n  \nUnser Kunde ist ein international renommierter Schweizer Maschinenbauer und Technologieführer mit Sitz in der Bodenseeregion. Als traditionsreiches Familienunternehmen setzt unser Kunde auf Schweizer Präzision und Innovation. Für den Kundendienst suchen wir Dich als kommunikationsstarke/n und technisch versierte/n\n\n  \n**Automatiker / Supporter (m/w/d)**\n  \n  \nDas wirst Du tun:\n\n* Du leistest 1st & 2nd Level Support für Steuerungs- & Antriebstechnik für Kunden weltweit\n* Du bietest technische Unterstützung für Servicetechniker, sowohl remote als auch bei Bedarf vor Ort\n* Du analysierst Störungen und definierst passende Lösungen wie Ersatzteile oder Massnahmen\n* Du planst und führst technische Schulungen für Kunden und Kollegen durch\n* Du erstellst und pflegst Wissensdatenbank-Artikel sowie technische Dokumentationen\n  \n  \nDarauf darfst Du Dich freuen:\n\n* Flexible Arbeitszeiten bei einer 40-Stunden-Woche ohne Blockzeiten\n* Moderne und ergonomische Arbeitsplätze\n* Ein subventioniertes Mittagessen und regelmässige Firmenevents wie Sommerfest oder Skitag\n* Gratis Parkplätze, gute Anbindung an den öffentlichen Verkehr und E-Ladestationen\n* Aktive Unterstützung bei Deiner Weiterbildung\n* Ein sicherer Arbeitsplatz in einem soliden Schweizer Familienunternehmen mit flachen Hierarchien und einem kollegialen Team\n  \n  \nDas bringst Du mit:\n\n* Eine abgeschlossene technische Berufslehre (EFZ) als Automatiker/in, Elektromechaniker/in, Automobil-Mechatroniker/in, Diagnostiker/in oder in einem verwandten Bereich mit starkem Fokus auf Elektrotechnik und Steuerungssysteme\n* Mehrjährige Erfahrung im technischen Support, Kundendienst oder als Servicetechniker im Maschinenbau\n* Sehr gute Deutsch- und Englischkenntnisse / zusätzlich französisch oder italienisch ist von Vorteil\n* Eine analytische Denkweise, eine schnelle Auffassungsgabe und eine selbstständige Arbeitsweise\n* Ausgeprägte Kommunikationsfähigkeit sowie Freude am Kundenkontakt und an der Durchführung von Trainings\n* Freude am kontinuierlichen Lernen","companyDescription":"As the leading company in the field of Human Resources, Randstad understands all aspects of the world of work - worldwide and throughout Switzerland. Many years of successful work in this field and an internal network of specialists provide in-depth expertise and broad experience. \n\nThis makes Randstad unique in the personnel management field: Our consultants are experts in the local employment market and the various sectors. But our commitment goes even further. It is of great importance to us that we know our clients, their businesses and the jobs involved. \n\nWe also dedicate a great deal of time to job seekers; we not only want to know about their skills and experience, but also their personality and human qualities.\n\nIn this way, Randstad ensures that our clients obtain exactly the right people. To know, to serve, trust and continually strive for perfection while simultaneously promoting all interests are the core values on which Randstad has built the company. \n\nOur Services:\n- Staffing: For temporary and permanent positions\n- Professionals: For specialists and executive staff \n- Search & Selection: For middle and senior management levels \n- HR Solutions: Specialized HR Services for SMEs and large companies  \n- Inhouse Services: For companies with a flexible staff requirement\n- innoative HR Tech Tools: For workforce scheduling and video interviews","companyLinkedinUrl":"https://ch.linkedin.com/company/randstad-switzerland?trk=public_jobs_jserp-result_job-search-card-subtitle","jobPosterProfileUrl":"https://ch.linkedin.com/in/roland-naegeli-ch","companyEmployeesCount":318}},{"json":{"id":"4248207018","link":"https://ch.linkedin.com/jobs/view/uipath-rpa-automation-specialist-at-callista-4248207018?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=0Dz1EVF3tbkGQUWJDGe03A%3D%3D&position=1&pageNum=0","text":"```json\n{\n  \"match\": false,\n  \"score\": 40,\n  \"reason\": \"Rejected: Pure IT automation (UiPath RPA) role with no Industrial Automation or PLC experience required.\"\n}\n```","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"UiPath RPA Automation Specialist","salary":"","applyUrl":"https://callistaace.recruitee.com/o/uipath-rpa-automation-specialist/c/new?source=LinkedIn+Basic+Jobs","benefits":[],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Zurich, Zurich, Switzerland","postedAt":"2026-02-23","industries":"IT Services and IT Consulting","salaryInfo":[""],"trackingId":"0Dz1EVF3tbkGQUWJDGe03A==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQEEU4cIFiivTQ/company-logo_100_100/company-logo_100_100/0/1687280642407/callista_ch_logo?e=1773273600&v=beta&t=7dqnkas7towhmkCkG1_V5HBVLUiGIQ9WK_nUETWYmQs","companyName":"Callista","jobFunction":"Information Technology","companySlogan":"Data Platform Advisory | Agentic AI Solutions | On Demand Staffing","companyAddress":{"type":"PostalAddress","postalCode":"6300","streetAddress":"General-Guisan-Strasse 8","addressCountry":"CH","addressLocality":"Zug"},"companyWebsite":"https://www.callista.ch","employmentType":"Other","seniorityLevel":"Not Applicable","applicantsCount":"134","descriptionHtml":"Für die Weiterentwicklung und Optimierung unserer Geschäftsprozesse suchen wir eine/n erfahrene/n <strong>UiPath RPA Automation Specialist</strong>. In dieser Rolle analysieren Sie eigenständig Prozesse, entwickeln und betreiben Automatisierungslösungen mit UiPath und sind zentrale/r Ansprechpartner/in für die technische Umsetzung von RPA-Projekten.<br><br><strong>Aufgaben:<br><br></strong><ul><li>Analyse und Bewertung von Geschäftsprozessen hinsichtlich Automatisierungspotenzial</li><li>Entwicklung, Implementierung und Wartung neuer RPA-Robots mit UiPath</li><li>Eigenständige Mitarbeit in Projekten der Raiffeisen-Gruppe</li><li>Teilnahme an CCB-Meetings und Vertretung der IT in fachlichen Themen</li><li>Präsentation und Dokumentation der automatisierten Lösungen, inklusive Zeit- und Aufwandsschätzung sowie Darstellung der erzielten Einsparungen</li><li>Orchestrierung, Verwaltung, Deployment und Monitoring von Bots</li><li>Fehlerbehandlung, Debugging und Testautomatisierung</li><li>Sicherstellung der Einhaltung von IT-Sicherheits- und Datenschutzanforderungen<br><br><br></li></ul><strong>Anforderungen:<br><br></strong><ul><li>Fundierte Kenntnisse in der Prozessautomatisierung und Erfahrung in der Analyse und Optimierung von Geschäftsprozessen</li><li>Praktische Erfahrung mit mindestens einem gängigen RPA-Tool, idealerweise UiPath (alternativ: Automation Anywhere, Blue Prism, Microsoft Power Automate)</li><li>Kenntnisse in der Orchestrierung und Verwaltung von Bots</li><li>Grundkenntnisse in Programmiersprachen wie VB.NET, C#, Python oder JavaScript</li><li>Erfahrung mit regulären Ausdrücken, APIs und Datenbankabfragen (SQL)</li><li>Kenntnisse im Umgang mit Excel, CSV, XML, JSON sowie in der Datenextraktion (z. B. OCR, Screen Scraping)</li><li>Erfahrung mit Versionsverwaltung (z. B. Git), Deployment und Monitoring von Bots</li><li>Grundverständnis von IT-Sicherheit und Datenschutz</li><li>Selbständige, strukturierte Arbeitsweise und Teamfähigkeit</li><li>Deutsch fliessend<br><br><br></li></ul><strong>Rahmenbedingungen:<br><br></strong><ul><li>Laufzeit: 01. Juli 2025 – 31. Oktober 2025 (120 Projekttage)</li><li>Pensum: Vollzeit</li><li>Einsatzort: 40% Remote innerhalb der Schweiz, 60% Onsite in St. Gallen oder Zürich (The Circle, Flughafen Zürich)</li></ul>","descriptionText":"Für die Weiterentwicklung und Optimierung unserer Geschäftsprozesse suchen wir eine/n erfahrene/n UiPath RPA Automation Specialist. In dieser Rolle analysieren Sie eigenständig Prozesse, entwickeln und betreiben Automatisierungslösungen mit UiPath und sind zentrale/r Ansprechpartner/in für die technische Umsetzung von RPA-Projekten.Aufgaben:Analyse und Bewertung von Geschäftsprozessen hinsichtlich AutomatisierungspotenzialEntwicklung, Implementierung und Wartung neuer RPA-Robots mit UiPathEigenständige Mitarbeit in Projekten der Raiffeisen-GruppeTeilnahme an CCB-Meetings und Vertretung der IT in fachlichen ThemenPräsentation und Dokumentation der automatisierten Lösungen, inklusive Zeit- und Aufwandsschätzung sowie Darstellung der erzielten EinsparungenOrchestrierung, Verwaltung, Deployment und Monitoring von BotsFehlerbehandlung, Debugging und TestautomatisierungSicherstellung der Einhaltung von IT-Sicherheits- und DatenschutzanforderungenAnforderungen:Fundierte Kenntnisse in der Prozessautomatisierung und Erfahrung in der Analyse und Optimierung von GeschäftsprozessenPraktische Erfahrung mit mindestens einem gängigen RPA-Tool, idealerweise UiPath (alternativ: Automation Anywhere, Blue Prism, Microsoft Power Automate)Kenntnisse in der Orchestrierung und Verwaltung von BotsGrundkenntnisse in Programmiersprachen wie VB.NET, C#, Python oder JavaScriptErfahrung mit regulären Ausdrücken, APIs und Datenbankabfragen (SQL)Kenntnisse im Umgang mit Excel, CSV, XML, JSON sowie in der Datenextraktion (z. B. OCR, Screen Scraping)Erfahrung mit Versionsverwaltung (z. B. Git), Deployment und Monitoring von BotsGrundverständnis von IT-Sicherheit und DatenschutzSelbständige, strukturierte Arbeitsweise und TeamfähigkeitDeutsch fliessendRahmenbedingungen:Laufzeit: 01. Juli 2025 – 31. Oktober 2025 (120 Projekttage)Pensum: VollzeitEinsatzort: 40% Remote innerhalb der Schweiz, 60% Onsite in St. Gallen oder Zürich (The Circle, Flughafen Zürich)","job_description":"Für die Weiterentwicklung und Optimierung unserer Geschäftsprozesse suchen wir eine/n erfahrene/n **UiPath RPA Automation Specialist**. In dieser Rolle analysieren Sie eigenständig Prozesse, entwickeln und betreiben Automatisierungslösungen mit UiPath und sind zentrale/r Ansprechpartner/in für die technische Umsetzung von RPA-Projekten.  \n  \n**Aufgaben:** \n  \n* Analyse und Bewertung von Geschäftsprozessen hinsichtlich Automatisierungspotenzial\n* Entwicklung, Implementierung und Wartung neuer RPA-Robots mit UiPath\n* Eigenständige Mitarbeit in Projekten der Raiffeisen-Gruppe\n* Teilnahme an CCB-Meetings und Vertretung der IT in fachlichen Themen\n* Präsentation und Dokumentation der automatisierten Lösungen, inklusive Zeit- und Aufwandsschätzung sowie Darstellung der erzielten Einsparungen\n* Orchestrierung, Verwaltung, Deployment und Monitoring von Bots\n* Fehlerbehandlung, Debugging und Testautomatisierung\n* Sicherstellung der Einhaltung von IT-Sicherheits- und Datenschutzanforderungen\n**Anforderungen:** \n  \n* Fundierte Kenntnisse in der Prozessautomatisierung und Erfahrung in der Analyse und Optimierung von Geschäftsprozessen\n* Praktische Erfahrung mit mindestens einem gängigen RPA-Tool, idealerweise UiPath (alternativ: Automation Anywhere, Blue Prism, Microsoft Power Automate)\n* Kenntnisse in der Orchestrierung und Verwaltung von Bots\n* Grundkenntnisse in Programmiersprachen wie VB.NET, C#, Python oder JavaScript\n* Erfahrung mit regulären Ausdrücken, APIs und Datenbankabfragen (SQL)\n* Kenntnisse im Umgang mit Excel, CSV, XML, JSON sowie in der Datenextraktion (z. B. OCR, Screen Scraping)\n* Erfahrung mit Versionsverwaltung (z. B. Git), Deployment und Monitoring von Bots\n* Grundverständnis von IT-Sicherheit und Datenschutz\n* Selbständige, strukturierte Arbeitsweise und Teamfähigkeit\n* Deutsch fliessend\n**Rahmenbedingungen:** \n  \n* Laufzeit: 01\\. Juli 2025 – 31\\. Oktober 2025 (120 Projekttage)\n* Pensum: Vollzeit\n* Einsatzort: 40% Remote innerhalb der Schweiz, 60% Onsite in St. Gallen oder Zürich (The Circle, Flughafen Zürich)","companyDescription":"Callista is a Swiss IT company specializing in providing experts and teams for consulting and engineering. With many years of experience in designing and building enterprise platforms and a clear focus on Agentic AI, we are shaping the digital future of our clients. We combine the proximity and quality of a Swiss partner with the scalability of our Nearshore Center and our Managed AI Agents.\n\nWe combine consulting on Data Platforms & Agentic AI with flexible staffing – delivering the right experts to immediately strengthen your team.","companyLinkedinUrl":"https://ch.linkedin.com/company/callista-ch?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":56}},{"json":{"id":"4374503284","link":"https://ch.linkedin.com/jobs/view/d%C3%A9veloppeur-ihm-secteur-industriel-h-f-at-antaes-consulting-4374503284?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=MKLFhTDul%2FDeW7NKPxKFyA%3D%3D&position=4&pageNum=0","text":"{\n  \"match\": false,\n  \"score\": 50,\n  \"reason\": \"Rejected: Experience requirement is 3-5 years, above mid-level range; also heavy focus on C# and machine learning, less clear PLC/OT involvement.\"\n}","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Développeur IHM - Secteur Industriel H/F","salary":"","applyUrl":"","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Fribourg, Fribourg, Switzerland","postedAt":"2026-02-23","industries":"Business Consulting and Services","salaryInfo":[""],"trackingId":"MKLFhTDul/DeW7NKPxKFyA==","companyLogo":"https://media.licdn.com/dms/image/v2/D4D0BAQHEMyVCBPi60Q/company-logo_100_100/B4DZg7XOfxGgAQ-/0/1753342606383/antaes_consulting_logo?e=1773273600&v=beta&t=rynxbY2lUCeYk6elGIAlrUdd1yIlBNB7KVx5NkgbNvA","companyName":"Antaes Consulting","jobFunction":"Manufacturing, Engineering, and Production","jobPosterName":"Samir Kabli","companyAddress":{"type":"PostalAddress","postalCode":"1213","addressRegion":"Genève","streetAddress":"Avenue des Morgines 12","addressCountry":"CH","addressLocality":"PETIT LANCY"},"companyWebsite":"http://www.antaes.ch","employmentType":"Full-time","jobPosterPhoto":"https://media.licdn.com/dms/image/v2/D4E03AQE_4bhbcZzX5Q/profile-displayphoto-scale_100_100/B4EZrKrVj8GoAc-/0/1764336955753?e=1773273600&v=beta&t=Swgp9z08jj31oAUhCtcB0t8zf5ds0T7C5rAhJCpeL9Q","jobPosterTitle":"Recruitment Manager - Horlogerie & Industrie 🔎 chez Antaes Consulting 🏔","seniorityLevel":"Associate","applicantsCount":"25","descriptionHtml":"<p>Créée en 2007, Antaes est une société suisse de conseil en management et technologie classée dans le top 10 des sociétés de conseil en Suisse. Nous comptons plus de 300 ingénieurs expérimentés qui partagent notre passion.</p><p><br></p><p>Présents en Suisse, à Singapour, à Hong-Kong et en France, nous accompagnons nos clients suisses, et internationaux en intervenant dans les domaines suivants :</p><p><br></p><ul><li>Conseil en organisation et transformation</li><li>Ingénierie Industrielle</li><li>Management des systèmes d'Information</li></ul><p><br></p><p>En rejoignant nos équipes vous découvrirez :</p><p><br></p><ul><li>Une équipe dynamique dans un esprit start-up</li><li>Un accompagnement humain et un suivi de l’évolution de votre carrière</li><li>Des challenges pour contribuer au développement de votre réseau</li><li>Des événements : team building, meet-up, workshop, Winter Event …</li><li>Une entreprise certifiée @HappyAtWork et ayant une politique RSE engagée (médaille d’or Ecovadis2023)</li></ul><p><br></p><p><strong><u>Mission :</u></strong></p><p><br></p><p>Nous recrutons en CDI un Développeur IHM - Secteur Industriel H/F pour rejoindre notre pôle d'Expertise Industrielle, dans le cadre d'un projet de grande envergure et de longue durée d'extension des activités industrielles de notre partenaire.</p><p><br></p><p>En tant que Développeur IHM - Secteur Industriel H/F, vos missions seront :</p><p><br></p><ul><li>Concevoir l’architecture réseau des équipements et leur intégration dans l’infrastructure du client ;</li><li>Développer, configurer et mettre en service les applications HMI, les outils de reporting et les systèmes de collecte de données pour les machines d’assemblage ;</li><li>Intervenir sur l’ensemble du cycle projet : étude, développement, mise en service, tests et rédaction de la documentation ;</li><li>Organiser, planifier et assurer le suivi des projets en coordination avec l’équipe et le chef de projet ;</li><li>Fournir un support technique et effectuer des interventions sur site chez les clients ;</li><li>Contribuer aux projets d’innovation en R&amp;D, notamment en data analysis et machine learning.</li></ul><p><br></p><p><strong><u>Profil :</u></strong></p><p><br></p><ul><li>Diplômé d’un Bachelor ou d’un Master en automatisme ou en informatique industrielle ;</li><li>Expérience de 3 à 5 ans minimum en tant qu’ingénieur ;</li><li>Programmation en C#, Python ou technologies Web ;</li><li>Conception d’architectures réseau et serveurs ;</li><li>Gestion et exploitation de bases de données ;</li><li>Analyse de données et applications en machine learning.</li></ul><p><br></p><p><br></p><p><br></p><p><em>Nous aimerions remercier tous les candidats de leur intérêt pour notre organisation. Cependant, nous communiquerons seulement avec les candidats retenus.</em></p><p><em>La forme masculine désigne, lorsqu’il y a lieu, aussi bien les femmes que les hommes, l’emploi du masculin a pour but de faciliter la lecture du texte.</em></p>","descriptionText":"Créée en 2007, Antaes est une société suisse de conseil en management et technologie classée dans le top 10 des sociétés de conseil en Suisse. Nous comptons plus de 300 ingénieurs expérimentés qui partagent notre passion.Présents en Suisse, à Singapour, à Hong-Kong et en France, nous accompagnons nos clients suisses, et internationaux en intervenant dans les domaines suivants :Conseil en organisation et transformationIngénierie IndustrielleManagement des systèmes d'InformationEn rejoignant nos équipes vous découvrirez :Une équipe dynamique dans un esprit start-upUn accompagnement humain et un suivi de l’évolution de votre carrièreDes challenges pour contribuer au développement de votre réseauDes événements : team building, meet-up, workshop, Winter Event …Une entreprise certifiée @HappyAtWork et ayant une politique RSE engagée (médaille d’or Ecovadis2023)Mission :Nous recrutons en CDI un Développeur IHM - Secteur Industriel H/F pour rejoindre notre pôle d'Expertise Industrielle, dans le cadre d'un projet de grande envergure et de longue durée d'extension des activités industrielles de notre partenaire.En tant que Développeur IHM - Secteur Industriel H/F, vos missions seront :Concevoir l’architecture réseau des équipements et leur intégration dans l’infrastructure du client ;Développer, configurer et mettre en service les applications HMI, les outils de reporting et les systèmes de collecte de données pour les machines d’assemblage ;Intervenir sur l’ensemble du cycle projet : étude, développement, mise en service, tests et rédaction de la documentation ;Organiser, planifier et assurer le suivi des projets en coordination avec l’équipe et le chef de projet ;Fournir un support technique et effectuer des interventions sur site chez les clients ;Contribuer aux projets d’innovation en R&amp;D, notamment en data analysis et machine learning.Profil :Diplômé d’un Bachelor ou d’un Master en automatisme ou en informatique industrielle ;Expérience de 3 à 5 ans minimum en tant qu’ingénieur ;Programmation en C#, Python ou technologies Web ;Conception d’architectures réseau et serveurs ;Gestion et exploitation de bases de données ;Analyse de données et applications en machine learning.Nous aimerions remercier tous les candidats de leur intérêt pour notre organisation. Cependant, nous communiquerons seulement avec les candidats retenus.La forme masculine désigne, lorsqu’il y a lieu, aussi bien les femmes que les hommes, l’emploi du masculin a pour but de faciliter la lecture du texte.","job_description":"Créée en 2007, Antaes est une société suisse de conseil en management et technologie classée dans le top 10 des sociétés de conseil en Suisse. Nous comptons plus de 300 ingénieurs expérimentés qui partagent notre passion.\n\n  \nPrésents en Suisse, à Singapour, à Hong-Kong et en France, nous accompagnons nos clients suisses, et internationaux en intervenant dans les domaines suivants :\n\n  \n* Conseil en organisation et transformation\n* Ingénierie Industrielle\n* Management des systèmes d'Information\n\n  \nEn rejoignant nos équipes vous découvrirez :\n\n  \n* Une équipe dynamique dans un esprit start-up\n* Un accompagnement humain et un suivi de l’évolution de votre carrière\n* Des challenges pour contribuer au développement de votre réseau\n* Des événements : team building, meet-up, workshop, Winter Event …\n* Une entreprise certifiée @HappyAtWork et ayant une politique RSE engagée (médaille d’or Ecovadis2023)\n\n  \n**Mission :**\n\n  \nNous recrutons en CDI un Développeur IHM - Secteur Industriel H/F pour rejoindre notre pôle d'Expertise Industrielle, dans le cadre d'un projet de grande envergure et de longue durée d'extension des activités industrielles de notre partenaire.\n\n  \nEn tant que Développeur IHM - Secteur Industriel H/F, vos missions seront :\n\n  \n* Concevoir l’architecture réseau des équipements et leur intégration dans l’infrastructure du client ;\n* Développer, configurer et mettre en service les applications HMI, les outils de reporting et les systèmes de collecte de données pour les machines d’assemblage ;\n* Intervenir sur l’ensemble du cycle projet : étude, développement, mise en service, tests et rédaction de la documentation ;\n* Organiser, planifier et assurer le suivi des projets en coordination avec l’équipe et le chef de projet ;\n* Fournir un support technique et effectuer des interventions sur site chez les clients ;\n* Contribuer aux projets d’innovation en R&D, notamment en data analysis et machine learning.\n\n  \n**Profil :**\n\n  \n* Diplômé d’un Bachelor ou d’un Master en automatisme ou en informatique industrielle ;\n* Expérience de 3 à 5 ans minimum en tant qu’ingénieur ;\n* Programmation en C#, Python ou technologies Web ;\n* Conception d’architectures réseau et serveurs ;\n* Gestion et exploitation de bases de données ;\n* Analyse de données et applications en machine learning.\n  \n  \n_Nous aimerions remercier tous les candidats de leur intérêt pour notre organisation. Cependant, nous communiquerons seulement avec les candidats retenus._\n\n_La forme masculine désigne, lorsqu’il y a lieu, aussi bien les femmes que les hommes, l’emploi du masculin a pour but de faciliter la lecture du texte._","companyDescription":"Founded in 2007, Antaes is a Swiss management and technology consulting company ranked in the top 10 consulting firms in Switzerland. We have over 300 experienced engineers who share our passion. \n\nWith offices in Switzerland, Singapore, Hong Kong and France, we support our Swiss and international clients in the following areas :\n\n- Organisation and transformation consulting \n- Industrial Engineering \n- Information Systems Management\n\nWe place people at the heart of our strategy. We want to develop trust with our teams of consultants and our partners. The people who join our network share our values: Respect, Commitment, Mutual Aid, Performance.\n\nSince 2017, we are committed to a \"sustainable environment\" approach RSE-Ecovadis and ISO9001. We are also certified as a Happy@work company.\n\nDo not hesitate to contact us: info@antaes.ch\n","companyLinkedinUrl":"https://ch.linkedin.com/company/antaes-consulting?trk=public_jobs_jserp-result_job-search-card-subtitle","jobPosterProfileUrl":"https://ch.linkedin.com/in/samir-kabli-human-resources-business-partner-horlogerie-industrie","companyEmployeesCount":251}},{"json":{"id":"4281495510","link":"https://ch.linkedin.com/jobs/view/abacus-berater-finanzen-a-in-bern-at-axept-business-software-ag-4281495510?refId=jUENu6rPotvUkYbHWY%2B9Fw%3D%3D&trackingId=MRppDBhQZJnk9P12iDVbtQ%3D%3D&position=2&pageNum=0","text":"{\n  \"match\": false,\n  \"score\": 20,\n  \"reason\": \"Rejected: Pure software/ERP consulting role without industrial automation or PLC involvement.\"\n}","refId":"jUENu6rPotvUkYbHWY+9Fw==","title":"Abacus Berater Finanzen (a) in Bern","salary":"","applyUrl":"","benefits":[],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Bern, Berne, Switzerland","postedAt":"2026-02-23","industries":"Software Development","salaryInfo":[""],"trackingId":"MRppDBhQZJnk9P12iDVbtQ==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQGyBVlHdGbZUA/company-logo_100_100/company-logo_100_100/0/1730468865080/axept_ag_logo?e=1773273600&v=beta&t=5y55mUkpJvyhHg-JB_Axl_BAsyh-l6TLBOLF6G5wxmw","companyName":"Axept Business Software AG","jobFunction":"Consulting, Information Technology, and Sales","companySlogan":"DIGITAL INNOVATION AT HIGH LEVEL","companyAddress":{"type":"PostalAddress","postalCode":"8310","addressRegion":"ZH","streetAddress":"Kemptpark 12","addressCountry":"CH","addressLocality":"Kemptthal"},"companyWebsite":"https://axept.ch/","employmentType":"Full-time","seniorityLevel":"Associate","applicantsCount":"54","descriptionHtml":"<strong>Pensum:</strong> 80 – 100%<br><br><strong>Antritt:</strong> per sofort oder nach Vereinbarung<br><br>Findest du Software und neue Technologien spannend? Kennst du dich schon etwas aus mit den Abläufen in einem KMU oder einem grösseren Unternehmen? Fasziniert dich die Digitalisierung und die sich daraus ergebenden Chancen für die Optimierung von Prozessen im Bereich Finanz- und Rechnungswesen? Kannst du dir vorstellen, Schweizer KMU bei der Einführung von cleveren Softwarelösungen zu unterstützen? Dann sollten wir uns unbedingt kennenlernen. Bei uns brummt der Laden und wir suchen neue Kolleginnen und Kollegen, die Lust haben, beruflich etwas Neues anzupacken.<br><br><strong>DEINE ZUKÜNFTIGEN AUFGABEN<br><br></strong><ul><li>Du unterstützt Schweizer KMUs bei der Einführung und Anpassung der Abacus-Software speziell im Bereich Finanz- und Rechnungswesen.</li><li>Nach einer sorgfältigen und persönlichen Einführung übernimmst du die Verantwortung für «dein» Projekt oder Kundenmandat. Dabei kannst du auf die kollegiale Unterstützung deiner Kolleginnen und Kollegen zählen.</li><li>Zusammen mit den Kunden analysierst du deren Prozesse beispielsweise im Bereich der Finanzbuchhaltung, nimmst die Bedürfnisse auf und dokumentierst sie.</li><li>Anschliessend parametrierst und führst du die massgeschneiderte Software-Lösung beim Kunden ein.</li><li>Natürlich wirst du bei uns auch Workshops sowie Anwenderschulungen für deine Kunden organisieren und durchführen.<br><br></li></ul><strong>DEINE SKILLS UND STÄRKEN:<br><br></strong><ul><li>Du musst noch kein Software-Profi sein, aber ein grosses Interesse an IT und Digitalisierungsthemen ist ebenso wichtig wie die Faszination für das Finanz- und Rechnungswesen.</li><li>Zusammenhänge begreifst du schnell, du lernst gerne Neues dazu und dich packt der Ehrgeiz, wenn es darum geht, das Business deiner Kunden zu verstehen und ihnen gute Lösungen aufzuzeigen.</li><li>Was wir uns in deinem Bildungsrucksack vorstellen? Gar nicht so einfach, viele Wege führen zu uns. Erfolgversprechend sind sicher eine kaufmännische Ausbildung ergänzt mit einer betriebswirtschaftlichen Weiterbildung auf Stufe FH/HF oder ein eidg. Fachausweis. Um unsere Kunden optimal auf Augenhöhe zu begleiten, bringst du bereits Berufserfahrung im Bereich Finanz- und Rechnungswesen mit.</li><li>Wenn du mit Abacus oder anderen ERP-Systemen schon einmal in Berührung gekommen bist, umso besser. Vielleicht als Anwender in der Buchhaltung. Ist aber nicht Bedingung.</li><li>Deine Kolleginnen und Kollegen freuen sich auf Verstärkung von einer unkomplizierten Person, die gerne lacht, auch über sich selber.<br><br></li></ul>Wir hätten noch viel mehr zu erzählen. Was deinen Job bei uns sonst noch spannend macht zum Beispiel. Wer wir sind und wie wir so ticken. Deshalb zögere nicht und macht dir dein eigenes Bild.<br><br><strong>Schon Feuer gefangen?</strong> Du willst lieber schon heute als morgen loslegen? Dann her mit deinem CV oder dem Link auf dein LinkedIn-Profil. Das Motivationsschreiben kannst du dir sparen, wir sind auch da völlig unkompliziert. jobs@axept.ch<br><br><strong>Und das (a) im Stellentitel?</strong> Es ist unser Statement für Vielfalt. Wir stehen auf durchmischte Teams. Alter, Herkunft, Hautfarbe oder Geschlecht sind uns egal. Bei uns sind <strong>(a)</strong>lle willkommen, die uns mit ihrem Talent weiterbringen.","descriptionText":"Pensum: 80 – 100%Antritt: per sofort oder nach VereinbarungFindest du Software und neue Technologien spannend? Kennst du dich schon etwas aus mit den Abläufen in einem KMU oder einem grösseren Unternehmen? Fasziniert dich die Digitalisierung und die sich daraus ergebenden Chancen für die Optimierung von Prozessen im Bereich Finanz- und Rechnungswesen? Kannst du dir vorstellen, Schweizer KMU bei der Einführung von cleveren Softwarelösungen zu unterstützen? Dann sollten wir uns unbedingt kennenlernen. Bei uns brummt der Laden und wir suchen neue Kolleginnen und Kollegen, die Lust haben, beruflich etwas Neues anzupacken.DEINE ZUKÜNFTIGEN AUFGABENDu unterstützt Schweizer KMUs bei der Einführung und Anpassung der Abacus-Software speziell im Bereich Finanz- und Rechnungswesen.Nach einer sorgfältigen und persönlichen Einführung übernimmst du die Verantwortung für «dein» Projekt oder Kundenmandat. Dabei kannst du auf die kollegiale Unterstützung deiner Kolleginnen und Kollegen zählen.Zusammen mit den Kunden analysierst du deren Prozesse beispielsweise im Bereich der Finanzbuchhaltung, nimmst die Bedürfnisse auf und dokumentierst sie.Anschliessend parametrierst und führst du die massgeschneiderte Software-Lösung beim Kunden ein.Natürlich wirst du bei uns auch Workshops sowie Anwenderschulungen für deine Kunden organisieren und durchführen.DEINE SKILLS UND STÄRKEN:Du musst noch kein Software-Profi sein, aber ein grosses Interesse an IT und Digitalisierungsthemen ist ebenso wichtig wie die Faszination für das Finanz- und Rechnungswesen.Zusammenhänge begreifst du schnell, du lernst gerne Neues dazu und dich packt der Ehrgeiz, wenn es darum geht, das Business deiner Kunden zu verstehen und ihnen gute Lösungen aufzuzeigen.Was wir uns in deinem Bildungsrucksack vorstellen? Gar nicht so einfach, viele Wege führen zu uns. Erfolgversprechend sind sicher eine kaufmännische Ausbildung ergänzt mit einer betriebswirtschaftlichen Weiterbildung auf Stufe FH/HF oder ein eidg. Fachausweis. Um unsere Kunden optimal auf Augenhöhe zu begleiten, bringst du bereits Berufserfahrung im Bereich Finanz- und Rechnungswesen mit.Wenn du mit Abacus oder anderen ERP-Systemen schon einmal in Berührung gekommen bist, umso besser. Vielleicht als Anwender in der Buchhaltung. Ist aber nicht Bedingung.Deine Kolleginnen und Kollegen freuen sich auf Verstärkung von einer unkomplizierten Person, die gerne lacht, auch über sich selber.Wir hätten noch viel mehr zu erzählen. Was deinen Job bei uns sonst noch spannend macht zum Beispiel. Wer wir sind und wie wir so ticken. Deshalb zögere nicht und macht dir dein eigenes Bild.Schon Feuer gefangen? Du willst lieber schon heute als morgen loslegen? Dann her mit deinem CV oder dem Link auf dein LinkedIn-Profil. Das Motivationsschreiben kannst du dir sparen, wir sind auch da völlig unkompliziert. jobs@axept.chUnd das (a) im Stellentitel? Es ist unser Statement für Vielfalt. Wir stehen auf durchmischte Teams. Alter, Herkunft, Hautfarbe oder Geschlecht sind uns egal. Bei uns sind (a)lle willkommen, die uns mit ihrem Talent weiterbringen.","job_description":"**Pensum:** 80 – 100%  \n  \n**Antritt:** per sofort oder nach Vereinbarung  \n  \nFindest du Software und neue Technologien spannend? Kennst du dich schon etwas aus mit den Abläufen in einem KMU oder einem grösseren Unternehmen? Fasziniert dich die Digitalisierung und die sich daraus ergebenden Chancen für die Optimierung von Prozessen im Bereich Finanz- und Rechnungswesen? Kannst du dir vorstellen, Schweizer KMU bei der Einführung von cleveren Softwarelösungen zu unterstützen? Dann sollten wir uns unbedingt kennenlernen. Bei uns brummt der Laden und wir suchen neue Kolleginnen und Kollegen, die Lust haben, beruflich etwas Neues anzupacken.  \n  \n**DEINE ZUKÜNFTIGEN AUFGABEN** \n  \n* Du unterstützt Schweizer KMUs bei der Einführung und Anpassung der Abacus-Software speziell im Bereich Finanz- und Rechnungswesen.\n* Nach einer sorgfältigen und persönlichen Einführung übernimmst du die Verantwortung für «dein» Projekt oder Kundenmandat. Dabei kannst du auf die kollegiale Unterstützung deiner Kolleginnen und Kollegen zählen.\n* Zusammen mit den Kunden analysierst du deren Prozesse beispielsweise im Bereich der Finanzbuchhaltung, nimmst die Bedürfnisse auf und dokumentierst sie.\n* Anschliessend parametrierst und führst du die massgeschneiderte Software-Lösung beim Kunden ein.\n* Natürlich wirst du bei uns auch Workshops sowie Anwenderschulungen für deine Kunden organisieren und durchführen.\n**DEINE SKILLS UND STÄRKEN:** \n  \n* Du musst noch kein Software-Profi sein, aber ein grosses Interesse an IT und Digitalisierungsthemen ist ebenso wichtig wie die Faszination für das Finanz- und Rechnungswesen.\n* Zusammenhänge begreifst du schnell, du lernst gerne Neues dazu und dich packt der Ehrgeiz, wenn es darum geht, das Business deiner Kunden zu verstehen und ihnen gute Lösungen aufzuzeigen.\n* Was wir uns in deinem Bildungsrucksack vorstellen? Gar nicht so einfach, viele Wege führen zu uns. Erfolgversprechend sind sicher eine kaufmännische Ausbildung ergänzt mit einer betriebswirtschaftlichen Weiterbildung auf Stufe FH/HF oder ein eidg. Fachausweis. Um unsere Kunden optimal auf Augenhöhe zu begleiten, bringst du bereits Berufserfahrung im Bereich Finanz- und Rechnungswesen mit.\n* Wenn du mit Abacus oder anderen ERP-Systemen schon einmal in Berührung gekommen bist, umso besser. Vielleicht als Anwender in der Buchhaltung. Ist aber nicht Bedingung.\n* Deine Kolleginnen und Kollegen freuen sich auf Verstärkung von einer unkomplizierten Person, die gerne lacht, auch über sich selber.\nWir hätten noch viel mehr zu erzählen. Was deinen Job bei uns sonst noch spannend macht zum Beispiel. Wer wir sind und wie wir so ticken. Deshalb zögere nicht und macht dir dein eigenes Bild.  \n  \n**Schon Feuer gefangen?** Du willst lieber schon heute als morgen loslegen? Dann her mit deinem CV oder dem Link auf dein LinkedIn-Profil. Das Motivationsschreiben kannst du dir sparen, wir sind auch da völlig unkompliziert. jobs@axept.ch  \n  \n**Und das (a) im Stellentitel?** Es ist unser Statement für Vielfalt. Wir stehen auf durchmischte Teams. Alter, Herkunft, Hautfarbe oder Geschlecht sind uns egal. Bei uns sind **(a)**lle willkommen, die uns mit ihrem Talent weiterbringen.","companyDescription":"DIGITAL INNOVATION AT HIGH LEVEL\n\nAls innovatives Schweizer Software-Unternehmen realisieren wir betriebswirtschaftliche Software-Lösungen mit Abacus Business Software und der Business Intelligence-Software Qlik für namhafte Schweizer Unternehmen.\n\nDie Axept Business Software AG wurde 2006 als privates Unternehmen gegründet und verfügt heute über Geschäftsstellen in Bern-Schönbühl, [Your City]-Pratteln, Zürich-Effretikon und St.Gallen mit über 100 Mitarbeitenden.\n\nUnsere Kompetenzen liegen auf den Gebieten Konzeption, Implementierung und Einführung sowie Betreuung und Weiterentwicklung von betriebswirtschaftlichen Lösungen mit Business Software – von der Beratung bis zur Umsetzung auf hohem Niveau.\n\nSo erreichen Sie uns:\n+41 58 871 94 11\nkontakt@axept.ch","companyLinkedinUrl":"https://ch.linkedin.com/company/axept-ag?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":196}},{"json":{"id":"4321119646","link":"https://ch.linkedin.com/jobs/view/projektingenieur-f%C3%BCr-automatisierung-steuerungssysteme-a-at-rittmeyer-group-4321119646?refId=IjGVQAZE%2FLZc87BPoUBNZw%3D%3D&trackingId=XwAqF2nCkcLnTpZ8%2BA5GLA%3D%3D&position=1&pageNum=0","text":"{\n  \"match\": true,\n  \"score\": 90,\n  \"reason\": \"Accepted: Strong industrial automation with PLC and software development, located in Switzerland, mid-level experience.\"\n}","refId":"IjGVQAZE/LZc87BPoUBNZw==","title":"Projektingenieur für Automatisierung & Steuerungssysteme (a)","salary":"","applyUrl":"https://brugg.onlyfy.jobs/application/apply/04ulzl58bibk5m9czgo2njqehnpi56?brugg.onlyfy.io%2Fjob%2Flist%2Fxh83tvlsn5ox3p8ss8nrr97d8n4uqor%3Fformat=xml&max_results=2","benefits":[],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Baar, Zug, Switzerland","postedAt":"2026-02-23","industries":"Measuring and Control Instrument Manufacturing","salaryInfo":[""],"trackingId":"XwAqF2nCkcLnTpZ8+A5GLA==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQGSl2kLSHrjdA/company-logo_100_100/company-logo_100_100/0/1686803158941/rittmeyer_group_logo?e=1773273600&v=beta&t=yfAxBFE4FavKC5S2Ci6364f0w8GWh5VhjBP5sAh5sc0","companyName":"Rittmeyer Group","jobFunction":"Engineering","companySlogan":"rethink. automate. innovate. ","companyAddress":{"type":"PostalAddress","postalCode":"CH-6341","addressRegion":"ZG","streetAddress":"Inwilerriedstrasse 57","addressCountry":"CH","addressLocality":"Baar"},"companyWebsite":"http://www.rittmeyer.com","employmentType":"Part-time","seniorityLevel":"Entry level","applicantsCount":"34","descriptionHtml":"<p>Leitsysteme, Steuerungen und Messtechnik von Rittmeyer sind die Basis für innovative Lösungen in Energie- und Wasserversorgungen, Wasserkraftwerken und Entsorgungsanlagen weltweit. Rittmeyer ist als Engineerings- und Dienstleistungsunternehmen mit höchstem Qualitätsanspruch auf Software- und Systemintegration für schlüsselfertige Anlagen im Infrastrukturbereich spezialisiert.</p><p><br></p><p>Zur Verstärkung unseres Teams, im Bereich <strong>Wasser- und Energieversorgung</strong>, suchen wir einen erfahrenen, selbständig arbeitenden und motivierten</p><p><br></p><p><strong>Projektingenieur für Automatisierung &amp; Steuerungssysteme (a) 80-100%</strong></p><p>Baar, Schweiz</p><p><br></p><p><strong>Dein Aufgabengebiet</strong></p><ul><li>Erstellen der anlagespezifischen Applikationssoftware für die Automatisierungsstationen RIFLEX (SPS) sowie des Rittmeyer eigenen Leitsystems RITOP für die Versorgungsbereiche Wasser, Gas und Strom</li><li>Unterstützen des Verkaufs und der Projektleitung bei der Ausarbeitung von Leittechnik und Netzwerkkonzepten</li><li>Umfangreiches Testen der Netzwerke und der Anlagensoftware auf ihre Funktionalität in der Schlusskontrolle</li><li>Mitarbeit bei der Inbetriebsetzung der Anlagen per Remote oder vor Ort bei unseren Kunden in der Schweiz</li></ul><p><br></p><p><strong>Was du mitbringst</strong></p><ul><li>Abgeschlossenes elektrotechnisches Studium oder gleichwertige Ausbildung</li><li>Du bringst nicht nur technisches Know-how mit, sondern auch mehrjährige Praxiserfahrung in der Umsetzung von EMSRL-Projekten und möchtest deine Expertise aktiv in ein engagiertes Team einbringen.</li><li>Deine Zuverlässigkeit und Eigeninitiative, dein Qualitätsbewusstsein, deine Teamfähigkeit und Kundenorientierung zeichnen dich aus</li><li>Prozesskenntnisse der Versorgungsbranchen Wasser, Gas und Strom sind ein zusätzlicher Vorteil</li><li>Sehr gute Deutschkenntnisse, Französisch oder Italienischkenntnisse sind von Vorteil</li></ul><p><br></p><p>Dossiers von Personalvermittlern werden nicht berücksichtigt.</p><p><br></p><p><strong>Was wir dir bieten</strong></p><p>Eine sehr selbständige Tätigkeit in einem zukunftsorientierten und umweltbewussten Unternehmen mit einer motivierenden und kollegialen Arbeitskultur. Flache Hierarchien sowie kurze Entscheidungswege bringen uns schnell und effizient an unsere gemeinsam erarbeiteten Ziele. Attraktive Anstellungsbedingungen in einer gut positionierten Firma in einem zukunftsorientierten Marktumfeld. </p><p><br></p><p><strong>Interessiert?</strong></p><p>Wir freuen uns auf deine Bewerbung!</p><p><br></p><p><strong>Dein Kontakt</strong></p><p>HR Team</p><p>hr@rittmeyer.com</p>","descriptionText":"Leitsysteme, Steuerungen und Messtechnik von Rittmeyer sind die Basis für innovative Lösungen in Energie- und Wasserversorgungen, Wasserkraftwerken und Entsorgungsanlagen weltweit. Rittmeyer ist als Engineerings- und Dienstleistungsunternehmen mit höchstem Qualitätsanspruch auf Software- und Systemintegration für schlüsselfertige Anlagen im Infrastrukturbereich spezialisiert.Zur Verstärkung unseres Teams, im Bereich Wasser- und Energieversorgung, suchen wir einen erfahrenen, selbständig arbeitenden und motiviertenProjektingenieur für Automatisierung &amp; Steuerungssysteme (a) 80-100%Baar, SchweizDein AufgabengebietErstellen der anlagespezifischen Applikationssoftware für die Automatisierungsstationen RIFLEX (SPS) sowie des Rittmeyer eigenen Leitsystems RITOP für die Versorgungsbereiche Wasser, Gas und StromUnterstützen des Verkaufs und der Projektleitung bei der Ausarbeitung von Leittechnik und NetzwerkkonzeptenUmfangreiches Testen der Netzwerke und der Anlagensoftware auf ihre Funktionalität in der SchlusskontrolleMitarbeit bei der Inbetriebsetzung der Anlagen per Remote oder vor Ort bei unseren Kunden in der SchweizWas du mitbringstAbgeschlossenes elektrotechnisches Studium oder gleichwertige AusbildungDu bringst nicht nur technisches Know-how mit, sondern auch mehrjährige Praxiserfahrung in der Umsetzung von EMSRL-Projekten und möchtest deine Expertise aktiv in ein engagiertes Team einbringen.Deine Zuverlässigkeit und Eigeninitiative, dein Qualitätsbewusstsein, deine Teamfähigkeit und Kundenorientierung zeichnen dich ausProzesskenntnisse der Versorgungsbranchen Wasser, Gas und Strom sind ein zusätzlicher VorteilSehr gute Deutschkenntnisse, Französisch oder Italienischkenntnisse sind von VorteilDossiers von Personalvermittlern werden nicht berücksichtigt.Was wir dir bietenEine sehr selbständige Tätigkeit in einem zukunftsorientierten und umweltbewussten Unternehmen mit einer motivierenden und kollegialen Arbeitskultur. Flache Hierarchien sowie kurze Entscheidungswege bringen uns schnell und effizient an unsere gemeinsam erarbeiteten Ziele. Attraktive Anstellungsbedingungen in einer gut positionierten Firma in einem zukunftsorientierten Marktumfeld. Interessiert?Wir freuen uns auf deine Bewerbung!Dein KontaktHR Teamhr@rittmeyer.com","job_description":"Leitsysteme, Steuerungen und Messtechnik von Rittmeyer sind die Basis für innovative Lösungen in Energie- und Wasserversorgungen, Wasserkraftwerken und Entsorgungsanlagen weltweit. Rittmeyer ist als Engineerings- und Dienstleistungsunternehmen mit höchstem Qualitätsanspruch auf Software- und Systemintegration für schlüsselfertige Anlagen im Infrastrukturbereich spezialisiert.\n\n  \nZur Verstärkung unseres Teams, im Bereich **Wasser- und Energieversorgung**, suchen wir einen erfahrenen, selbständig arbeitenden und motivierten\n\n  \n**Projektingenieur für Automatisierung & Steuerungssysteme (a) 80-100%**\n\nBaar, Schweiz\n\n  \n**Dein Aufgabengebiet**\n\n* Erstellen der anlagespezifischen Applikationssoftware für die Automatisierungsstationen RIFLEX (SPS) sowie des Rittmeyer eigenen Leitsystems RITOP für die Versorgungsbereiche Wasser, Gas und Strom\n* Unterstützen des Verkaufs und der Projektleitung bei der Ausarbeitung von Leittechnik und Netzwerkkonzepten\n* Umfangreiches Testen der Netzwerke und der Anlagensoftware auf ihre Funktionalität in der Schlusskontrolle\n* Mitarbeit bei der Inbetriebsetzung der Anlagen per Remote oder vor Ort bei unseren Kunden in der Schweiz\n\n  \n**Was du mitbringst**\n\n* Abgeschlossenes elektrotechnisches Studium oder gleichwertige Ausbildung\n* Du bringst nicht nur technisches Know-how mit, sondern auch mehrjährige Praxiserfahrung in der Umsetzung von EMSRL-Projekten und möchtest deine Expertise aktiv in ein engagiertes Team einbringen.\n* Deine Zuverlässigkeit und Eigeninitiative, dein Qualitätsbewusstsein, deine Teamfähigkeit und Kundenorientierung zeichnen dich aus\n* Prozesskenntnisse der Versorgungsbranchen Wasser, Gas und Strom sind ein zusätzlicher Vorteil\n* Sehr gute Deutschkenntnisse, Französisch oder Italienischkenntnisse sind von Vorteil\n\n  \nDossiers von Personalvermittlern werden nicht berücksichtigt.\n\n  \n**Was wir dir bieten**\n\nEine sehr selbständige Tätigkeit in einem zukunftsorientierten und umweltbewussten Unternehmen mit einer motivierenden und kollegialen Arbeitskultur. Flache Hierarchien sowie kurze Entscheidungswege bringen uns schnell und effizient an unsere gemeinsam erarbeiteten Ziele. Attraktive Anstellungsbedingungen in einer gut positionierten Firma in einem zukunftsorientierten Marktumfeld. \n\n  \n**Interessiert?**\n\nWir freuen uns auf deine Bewerbung!\n\n  \n**Dein Kontakt**\n\nHR Team\n\nhr@rittmeyer.com","companyDescription":"𝐓𝐡𝐞 𝐑𝐢𝐭𝐭𝐦𝐞𝐲𝐞𝐫 𝐆𝐫𝐨𝐮𝐩\nrethink. automate. innovate. \n\nThe Rittmeyer Group is a Swiss-based smart utility infrastructure and services company. We deliver innovative metering, automation and data solutions to maximize digital benefits for our customers in water and energy management. \n\nWe are an experienced and leading provider of solutions and services for both water networks – safe water supply, irrigation, urban drainage, wastewater treatment – and energy networks – hydro-electric power, gas and district heating. We serve commercial & industrial, and public-sector customers worldwide. \n\nDrawing on our extensive technology and application expertise, we are passionate about helping our customers managing their valuable water and energy resources better in the wake of climate change.\n\nRittmeyer is a Division of the BRUGG Group and part of the Group’s program focusing on energy transition, sustainability and security.\n\n𝐖𝐡𝐨 𝐰𝐞 𝐚𝐫𝐞\nAs part of the BRUGG Group, we are a utility infrastructure and services specialist, offering innovative metering and automation solutions and data provider services. \n\n𝐖𝐡𝐚𝐭 𝐰𝐞 𝐝𝐨\nWe provide solutions and services for water networks as well as for energy networks and serve commercial & industrial, and public-sector customers worldwide.\n\n𝐎𝐮𝐫 𝐬𝐨𝐥𝐮𝐭𝐢𝐨𝐧𝐬\nOur solutions and services help our customers to reliably and efficiently assume their responsibility in providing water and energy in the wake of climate change and energy transition.","companyLinkedinUrl":"https://ch.linkedin.com/company/rittmeyer-group?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":278}}],"Scrape Linkedin w/Apify":[{"json":{"id":"4374284501","link":"https://ch.linkedin.com/jobs/view/EXAMPLE_JOB_ID374284501?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=THSk8WkVd2Z0vQ%2Fb3d0HEQ%3D%3D&position=15&pageNum=0","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"(Senior) C++ Engineer (f/m/d) for Control","salary":"","applyUrl":"https://hexagon-robotics.onlyfy.jobs/job/98z2inl3yotoptr18y0fjh5lust1xp","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Zurich, Switzerland","postedAt":"2026-02-23","industries":"Machinery Manufacturing","salaryInfo":[""],"trackingId":"THSk8WkVd2Z0vQ/b3d0HEQ==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQESWwPef2karw/company-logo_100_100/B4EZd0GCR_GcAQ-/0/1749999429006/hexagon_ab_logo?e=1773273600&v=beta&t=O6D3iR2dN6PXNOHNuzVTiDL9iutuie3ZJdQHMKOFkYc","companyName":"Hexagon AB","jobFunction":"Engineering","companyAddress":{"type":"PostalAddress","postalCode":"SE-103 59","streetAddress":"Lilla Bantorget 15","addressCountry":"SE","addressLocality":"Stockholm"},"companyWebsite":"https://hexagon.com","employmentType":"Full-time","seniorityLevel":"Associate","applicantsCount":"25","descriptionHtml":"<p><strong>(Senior) C++ Engineer (f/m/d) for Control</strong></p><p><strong>100% Zürich</strong></p><p><br></p><p><strong><br>Hexagon Robotic</strong>s is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers</p><p><br></p><p>.<br>We are looking for <strong>a C++ Enginee</strong>r with a background in Control to design and develop robust software for Aeon, Hexagon’s humanoid robo</p><p><br></p><p><strong>t.<br>Your Miss</strong></p><ul><li>ionDesign, develop, test and maintain reliable software for the motion control of Aeon, providing real-time control and minimal laten</li><li>cy.Design, develop, test and maintain the infrastructure for training and evaluating locomotion, manipulation and whole-body controlle</li><li>rs.Work in a multicultural and interdisciplinary environment developing a novel robot from prototype to serial product</li><li>ionBeing part of an R&amp;D division with startup spirit in a globally active company: we work in an iterative fashion to solve complex real-world problems at the frontier of robot</li></ul><p><br></p><p><strong>ics<br>Your Skil</strong></p><p><strong>lsetMust h</strong></p><ul><li>ave:Strong fundamentals in Modern</li><li> C++Working knowledge of CMake and Py</li><li>thonPassion for developing robust, elegant and tested software to solve complex prob</li><li>lemsPragmatic and hands-on: have an idea and bring it all the way to produc</li><li>tionMotivated to learn new systems and be at the cutting edge of industrial robo</li></ul><p><strong>ticsExperience with any of the following is an advant</strong></p><ul><li>age:Developing and maintaining a complex codebase with high reliability requirem</li><li>entsSoft or hard realtime sys</li><li>temsTesting with Catch2 or g</li><li>testMath &amp; optimization libraries: Eigen, BLAS, LAPACK, Ceres, OSQP, </li><li>etc.Machine learning libraries and tools: PyTorch, JAX, Tensorflow, ONNX, MLflow, </li><li>etc.3D spatial algebra(poses, transforms, velocities), e.g. in game engines, simulators, robo</li><li>ticsROS2 basics: record, replay, subscribe, publish, visua</li></ul><p><br></p><p><strong>lise<br>What You’l</strong></p><ul><li>l GetFlexible working hours and a hybrid model for real work-life ba</li><li>lanceGenerous vacation: 25–30 days depending o</li><li>n ageCHF 500 mobility credit for sustainable comm</li><li>utingBonus system &amp; strong pension contribu</li><li>tionsTailored training &amp; development opportun</li><li>itiesRelocation support for a smooth </li><li>startDiscounts on health, mobility &amp; entertai</li><li>nmentTeam events and a flat hierarchy where your voice c</li><li>ountsA warm, international culture built on respect and collabor</li></ul><p><br></p><p><strong>ation<br>Great robots need great p</strong></p><p><br></p>eople.","descriptionText":"(Senior) C++ Engineer (f/m/d) for Control100% ZürichHexagon Robotics is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers.We are looking for a C++ Engineer with a background in Control to design and develop robust software for Aeon, Hexagon’s humanoid robot.Your MissionDesign, develop, test and maintain reliable software for the motion control of Aeon, providing real-time control and minimal latency.Design, develop, test and maintain the infrastructure for training and evaluating locomotion, manipulation and whole-body controllers.Work in a multicultural and interdisciplinary environment developing a novel robot from prototype to serial productionBeing part of an R&amp;D division with startup spirit in a globally active company: we work in an iterative fashion to solve complex real-world problems at the frontier of roboticsYour SkillsetMust have:Strong fundamentals in Modern C++Working knowledge of CMake and PythonPassion for developing robust, elegant and tested software to solve complex problemsPragmatic and hands-on: have an idea and bring it all the way to productionMotivated to learn new systems and be at the cutting edge of industrial roboticsExperience with any of the following is an advantage:Developing and maintaining a complex codebase with high reliability requirementsSoft or hard realtime systemsTesting with Catch2 or gtestMath &amp; optimization libraries: Eigen, BLAS, LAPACK, Ceres, OSQP, etc.Machine learning libraries and tools: PyTorch, JAX, Tensorflow, ONNX, MLflow, etc.3D spatial algebra(poses, transforms, velocities), e.g. in game engines, simulators, roboticsROS2 basics: record, replay, subscribe, publish, visualiseWhat You’ll GetFlexible working hours and a hybrid model for real work-life balanceGenerous vacation: 25–30 days depending on ageCHF 500 mobility credit for sustainable commutingBonus system &amp; strong pension contributionsTailored training &amp; development opportunitiesRelocation support for a smooth startDiscounts on health, mobility &amp; entertainmentTeam events and a flat hierarchy where your voice countsA warm, international culture built on respect and collaborationGreat robots need great people.","companyDescription":"At Hexagon, we don’t just measure the world – we define its future.  \n\nAs the global leader in measurement technologies, we provide the confidence that vital industries rely on to build, navigate, and innovate.   \n\nFrom microns to Mars, our solutions drive productivity, quality, safety, and sustainability across aerospace, agriculture, automotive, construction, manufacturing, and mining.  \n\nWe bridge the physical and digital worlds with cutting-edge metrology, reality capture, and positioning solutions – making industries and cities safer, smarter, and more sustainable.  \n\nMeasurement is the foundation of progress. When it has to be right, it has to be Hexagon.","companyLinkedinUrl":"https://se.linkedin.com/company/hexagon-ab?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":918}},{"json":{"id":"4374295322","link":"https://ch.linkedin.com/jobs/view/senior-motion-planning-engineer-f-m-d-at-hexagon-ab-4374295322?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=7%2Fj2J6t7Az09ZBimoFW6nA%3D%3D&position=13&pageNum=0","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Senior Motion Planning Engineer (f/m/d)","salary":"","applyUrl":"https://hexagon-robotics.onlyfy.jobs/job/js2h05qeh4sq7yy6whmd6da7kzddpv","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Zurich, Switzerland","postedAt":"2026-02-23","industries":"Machinery Manufacturing","salaryInfo":[""],"trackingId":"7/j2J6t7Az09ZBimoFW6nA==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQESWwPef2karw/company-logo_100_100/B4EZd0GCR_GcAQ-/0/1749999429006/hexagon_ab_logo?e=1773273600&v=beta&t=O6D3iR2dN6PXNOHNuzVTiDL9iutuie3ZJdQHMKOFkYc","companyName":"Hexagon AB","jobFunction":"Engineering","companyAddress":{"type":"PostalAddress","postalCode":"SE-103 59","streetAddress":"Lilla Bantorget 15","addressCountry":"SE","addressLocality":"Stockholm"},"companyWebsite":"https://hexagon.com","employmentType":"Full-time","seniorityLevel":"Associate","applicantsCount":"25","descriptionHtml":"<p><strong>Senior Motion Planning Engineer (f/m/d)</strong></p><p><strong>100% Zürich</strong></p><p><br></p><p><strong><br>Hexagon Robotic</strong>s is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers</p><p><br></p><p>.<br>We are looking for <strong>a Senior Motion Planning Engine</strong>er to design and deploy advanced motion planning algorithms for our robotic systems, working across navigation, manipulation and optimization. You will develop production-ready software in close collaboration with cross-functional teams, helping bring our robotic platforms from prototype to productio</p><p><br></p><p><strong>n.<br>Your Miss</strong></p><ul><li>ionDevelop and deploy motion planning algorithms for mobile robots and manipulat</li><li>orsDesign optimization-based planners, including cost functions and constraints for embedded syst</li><li>emsImplement production-quality software in C++ and Python, including testing and validat</li><li>ionDevelop and debug ROS2 nodes and system integrati</li><li>onsDefine and own technical objectives aligned with the squad road</li><li>mapTroubleshoot and resolve issues in complex robotic software and hardware syst</li></ul><p><br></p><p><strong>ems<br>Your Skil</strong></p><ul><li>lsetStrong experience in robot motion planning (navigation, obstacle avoidance, manipulat</li><li>ion)Solid background in numerical optimization for motion plan</li><li>ningProven expertise in C++ and Python with production deployment experi</li><li>enceExperience with NumPy, PyTorch or</li><li> JAXAbility to work independently and drive topics end to</li><li> endHands-on experience with </li></ul><p><strong>ROS2Bonus Skil</strong></p><ul><li>lsetGPU development on NVIDIA Jetson platf</li><li>ormsExperience with generative models (e.g. flow mod</li><li>els)Experience with humanoid ro</li><li>botsFamiliarity with NVIDIA Omniv</li></ul><p><br></p><p><strong>erse<br>What You’l</strong></p><ul><li>l GetFlexible working hours and a hybrid model for real work-life ba</li><li>lanceGenerous vacation: 25–30 days depending o</li><li>n ageCHF 500 mobility credit for sustainable comm</li><li>utingBonus system &amp; strong pension contribu</li><li>tionsTailored training &amp; development opportun</li><li>itiesRelocation support for a smooth </li><li>startDiscounts on health, mobility &amp; entertai</li><li>nmentTeam events and a flat hierarchy where your voice c</li><li>ountsA warm, international culture built on respect and collabor</li></ul><p><br></p><p><strong>ation<br>Great robots need great p</strong></p><p><br></p>eople.","descriptionText":"Senior Motion Planning Engineer (f/m/d)100% ZürichHexagon Robotics is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers.We are looking for a Senior Motion Planning Engineer to design and deploy advanced motion planning algorithms for our robotic systems, working across navigation, manipulation and optimization. You will develop production-ready software in close collaboration with cross-functional teams, helping bring our robotic platforms from prototype to production.Your MissionDevelop and deploy motion planning algorithms for mobile robots and manipulatorsDesign optimization-based planners, including cost functions and constraints for embedded systemsImplement production-quality software in C++ and Python, including testing and validationDevelop and debug ROS2 nodes and system integrationsDefine and own technical objectives aligned with the squad roadmapTroubleshoot and resolve issues in complex robotic software and hardware systemsYour SkillsetStrong experience in robot motion planning (navigation, obstacle avoidance, manipulation)Solid background in numerical optimization for motion planningProven expertise in C++ and Python with production deployment experienceExperience with NumPy, PyTorch or JAXAbility to work independently and drive topics end to endHands-on experience with ROS2Bonus SkillsetGPU development on NVIDIA Jetson platformsExperience with generative models (e.g. flow models)Experience with humanoid robotsFamiliarity with NVIDIA OmniverseWhat You’ll GetFlexible working hours and a hybrid model for real work-life balanceGenerous vacation: 25–30 days depending on ageCHF 500 mobility credit for sustainable commutingBonus system &amp; strong pension contributionsTailored training &amp; development opportunitiesRelocation support for a smooth startDiscounts on health, mobility &amp; entertainmentTeam events and a flat hierarchy where your voice countsA warm, international culture built on respect and collaborationGreat robots need great people.","companyDescription":"At Hexagon, we don’t just measure the world – we define its future.  \n\nAs the global leader in measurement technologies, we provide the confidence that vital industries rely on to build, navigate, and innovate.   \n\nFrom microns to Mars, our solutions drive productivity, quality, safety, and sustainability across aerospace, agriculture, automotive, construction, manufacturing, and mining.  \n\nWe bridge the physical and digital worlds with cutting-edge metrology, reality capture, and positioning solutions – making industries and cities safer, smarter, and more sustainable.  \n\nMeasurement is the foundation of progress. When it has to be right, it has to be Hexagon.","companyLinkedinUrl":"https://se.linkedin.com/company/hexagon-ab?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":918}},{"json":{"id":"4376810346","link":"https://ch.linkedin.com/jobs/view/senior-procurement-specialist-at-real-4376810346?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=s9oSneeugM1TqoyGPBpUJA%3D%3D&position=12&pageNum=0","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Senior Procurement Specialist","salary":"","applyUrl":"https://www.aplitrak.com/?adid=RkJNRC4zNjg0OC4xNTUwQHN0aHJlZWRlMi5hcGxpdHJhay5jb20","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Your City, Your Country","postedAt":"2026-02-23","industries":"Professional Services","salaryInfo":["CHF 1.00","CHF 1.00"],"trackingId":"s9oSneeugM1TqoyGPBpUJA==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQEdNu07qRHmRQ/company-logo_100_100/B4EZXHFFvEGYAQ-/0/1742801755451/real_staffing_group_logo?e=1773273600&v=beta&t=zV6-4pgCnxTsIHRGn7rc1hbqorvJAWWy1w5PPUF2Dgc","companyName":"Real","jobFunction":"Supply Chain","jobPosterName":"Fabiola Miranda","companyAddress":{"type":"PostalAddress","postalCode":"EC4N 7BE","streetAddress":"1st Floor","addressCountry":"GB","addressLocality":"London"},"companyWebsite":"http://www.realstaffing.com","employmentType":"Full-time","jobPosterPhoto":"https://media.licdn.com/dms/image/v2/D4D03AQGbmfnhiHo1jw/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1727689323086?e=1773273600&v=beta&t=KYOUR_FOLDER_OR_FILE_ID","jobPosterTitle":"Recruitment Consultant Pharma & Biotech","seniorityLevel":"Mid-Senior level","applicantsCount":"25","descriptionHtml":"<p><strong>LZAJP00006414 Senior Procurement Specialist 100%</strong></p><p><strong>Location: </strong>[Your City, Country]</p><p><strong>Languages: </strong>Fluent in English; knowledge of German, or French is an asset.</p><p><strong>Project Duration:</strong> 02.03.2026 - 30.06.2026</p><p> </p><p><strong>Role Summary</strong></p><p>We are seeking an experienced and strategic <strong>Senior Procurement Specialist</strong> with a strong background in <strong>company carve‑outs and divestments</strong> to support a major organizational transformation project. In this role, you will be responsible for driving and optimizing procurement processes within the indirect procurement categories <strong>Technology, Logistics, Professional Services, and MRO</strong> during and after carve‑out activities.</p><p>The ideal candidate brings deep expertise in indirect procurement within complex environments, strong negotiation and vendor‑management capabilities, and the ability to ensure procurement stability and continuity throughout change processes.</p><p><strong>Responsibilities:</strong></p><p><strong>Carve-out Support</strong></p><ul><li>Lead and support procurement activities related to carve‑out preparation, due diligence, planning, and execution.</li><li>Ensure smooth transition and integration of systems, tools, services, and supplier relationships.</li></ul><p><strong>Vendor Management</strong></p><ul><li>Build and maintain strong relationships with key suppliers.</li><li>Manage contract negotiations, vendor performance, and compliance with service and contractual obligations.</li></ul><p><strong>Strategic Sourcing</strong></p><ul><li>Identify and evaluate suppliers based on quality, cost, service level, and risk.</li><li>Conduct market research to identify trends, innovations, and best practices.</li></ul><p><strong>Contract Management</strong></p><ul><li>Oversee contract creation, negotiation, review, and lifecycle management.</li><li>Ensure compliance with legal requirements and company policies.</li></ul><p><strong>Cost Optimization</strong></p><ul><li>Analyze spend and identify potential savings across indirect categories.</li><li>Implement strategies to reduce cost, increase efficiency, and improve overall procurement value.</li></ul><p><strong>Risk Management</strong></p><ul><li>Identify and mitigate procurement, supplier, commercial, and contractual risks.</li><li>Ensure continuity planning and compliance with governance requirements.</li></ul><p><strong>Cross‑functional Collaboration</strong></p><ul><li>Work closely with IT, Automation, Quality, MRO, Finance, Legal, and other business units.</li><li>Ensure alignment with organizational strategies and carve‑out objectives.</li></ul><p><strong>Reporting &amp; Analytics</strong></p><ul><li>Develop procurement performance metrics and dashboards.</li><li>Provide actionable insights based on spend analysis and performance data.</li></ul><p><strong>Policy &amp; Process Development</strong></p><ul><li>Support the enhancement of procurement policies, guidelines, and process improvements.</li><li>Promote best practices and continuous improvement initiatives.</li></ul><p><strong>Qualifications: </strong></p><p><strong>Education:</strong></p><ul><li>Bachelor's degree in Information Technology, Business Administration, Supply Chain Management, or a related field.</li><li>A Master's degree or procurement‑related certification <strong>(e.g., CPSM, CIPS) is a plus.</strong></li></ul><p><strong>Professional Experience:</strong></p><ul><li>7-10 years of experience in indirect procurement.</li><li>At least 3-5 years of <strong>direct experience in carve‑out, divestment, or M&amp;A procurement</strong> activities.</li></ul><p><strong>Technical &amp; Professional Skills:</strong></p><ul><li>Strong knowledge of procurement processes, contract management, and supplier management.</li><li>Proven track record managing procurement within divestment environments.</li><li>Excellent negotiation, analytical, and problem‑solving abilities.</li><li>Proficiency with procurement tools, ERPs, and the MS Office Suite.</li></ul><p> </p><p>If you are interested in this position contact me as soon as possible! Send your CV over our home page to Fabiola Miranda or per mail directly to f.miranda(at)realstaffing.com<br></p><p>SThree_Germany is acting as an Employment Business in relation to this vacancy.</p>","descriptionText":"LZAJP00006414 Senior Procurement Specialist 100%Location: [Your City, Country]Languages: Fluent in English; knowledge of German, or French is an asset.Project Duration: 02.03.2026 - 30.06.2026 Role SummaryWe are seeking an experienced and strategic Senior Procurement Specialist with a strong background in company carve‑outs and divestments to support a major organizational transformation project. In this role, you will be responsible for driving and optimizing procurement processes within the indirect procurement categories Technology, Logistics, Professional Services, and MRO during and after carve‑out activities.The ideal candidate brings deep expertise in indirect procurement within complex environments, strong negotiation and vendor‑management capabilities, and the ability to ensure procurement stability and continuity throughout change processes.Responsibilities:Carve-out SupportLead and support procurement activities related to carve‑out preparation, due diligence, planning, and execution.Ensure smooth transition and integration of systems, tools, services, and supplier relationships.Vendor ManagementBuild and maintain strong relationships with key suppliers.Manage contract negotiations, vendor performance, and compliance with service and contractual obligations.Strategic SourcingIdentify and evaluate suppliers based on quality, cost, service level, and risk.Conduct market research to identify trends, innovations, and best practices.Contract ManagementOversee contract creation, negotiation, review, and lifecycle management.Ensure compliance with legal requirements and company policies.Cost OptimizationAnalyze spend and identify potential savings across indirect categories.Implement strategies to reduce cost, increase efficiency, and improve overall procurement value.Risk ManagementIdentify and mitigate procurement, supplier, commercial, and contractual risks.Ensure continuity planning and compliance with governance requirements.Cross‑functional CollaborationWork closely with IT, Automation, Quality, MRO, Finance, Legal, and other business units.Ensure alignment with organizational strategies and carve‑out objectives.Reporting &amp; AnalyticsDevelop procurement performance metrics and dashboards.Provide actionable insights based on spend analysis and performance data.Policy &amp; Process DevelopmentSupport the enhancement of procurement policies, guidelines, and process improvements.Promote best practices and continuous improvement initiatives.Qualifications: Education:Bachelor's degree in Information Technology, Business Administration, Supply Chain Management, or a related field.A Master's degree or procurement‑related certification (e.g., CPSM, CIPS) is a plus.Professional Experience:7-10 years of experience in indirect procurement.At least 3-5 years of direct experience in carve‑out, divestment, or M&amp;A procurement activities.Technical &amp; Professional Skills:Strong knowledge of procurement processes, contract management, and supplier management.Proven track record managing procurement within divestment environments.Excellent negotiation, analytical, and problem‑solving abilities.Proficiency with procurement tools, ERPs, and the MS Office Suite. If you are interested in this position contact me as soon as possible! Send your CV over our home page to Fabiola Miranda or per mail directly to f.miranda(at)realstaffing.comSThree_Germany is acting as an Employment Business in relation to this vacancy.","companyDescription":"Connecting experts with public sector and life sciences organisations \n\nReal is a Life Sciences specialist, part of SThree, the global STEM workforce consultancy. With expertise in biotechnology, pharmaceutical and medical technology, Real advises businesses, builds expert teams and delivers project solutions. In the UK, Real is also a specialist in Higher and Further Education, Central & Local Government, NHS and Healthcare services.\n\nOur consultants are truly specialised— focusing on regional market requirements. This allows us to provide organisations with market-specific advice, and place the right professionals into the right projects.\n\nWe deliver a high-quality service that is fully compliant, regularly audited, and meets regulations and standards locally and globally. The organisations and professionals we partner with benefit from our deep sector expertise, our local and global experience, and our dedicated service. This is how we outpace tomorrow, together.","companyLinkedinUrl":"https://uk.linkedin.com/company/real-staffing-group?trk=public_jobs_jserp-result_job-search-card-subtitle","jobPosterProfileUrl":"https://ch.linkedin.com/in/fabiola-miranda7","companyEmployeesCount":810}},{"json":{"id":"4374501256","link":"https://ch.linkedin.com/jobs/view/senior-devops-engineer-f-m-d-at-hexagon-ab-4374501256?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=2G1SE9iNXJUbvQOl53jkKg%3D%3D&position=14&pageNum=0","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Senior DevOps Engineer (f/m/d)","salary":"","applyUrl":"https://hexagon-robotics.onlyfy.jobs/job/l39q3vqpmozd1qmtnw5actemegig9c","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Zurich, Switzerland","postedAt":"2026-02-23","industries":"Machinery Manufacturing","salaryInfo":[""],"trackingId":"2G1SE9iNXJUbvQOl53jkKg==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQESWwPef2karw/company-logo_100_100/B4EZd0GCR_GcAQ-/0/1749999429006/hexagon_ab_logo?e=1773273600&v=beta&t=O6D3iR2dN6PXNOHNuzVTiDL9iutuie3ZJdQHMKOFkYc","companyName":"Hexagon AB","jobFunction":"Engineering","companyAddress":{"type":"PostalAddress","postalCode":"SE-103 59","streetAddress":"Lilla Bantorget 15","addressCountry":"SE","addressLocality":"Stockholm"},"companyWebsite":"https://hexagon.com","employmentType":"Full-time","seniorityLevel":"Associate","applicantsCount":"25","descriptionHtml":"<p><strong>Senior DevOps Engineer (f/m/d)</strong></p><p><strong>100% Zürich</strong></p><p><strong>Hexagon Robotics</strong> is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers.</p><p><br></p><p>We are looking for a <strong>Senior DevOps Engineer</strong> to take ownership of our cloud infrastructure and deployment pipelines, driving automation, scalability, and reliability across our robotics systems. In this role, you will work closely with cross-functional teams to enable fast, stable releases and high system availability, shaping the backbone that supports our transition from prototype to production at scale.</p><p><br></p><p><strong>Your Mission</strong></p><ul><li>Own and evolve our DevOps infrastructure, ensuring reliability, scalability, and performance</li><li>Design and maintain CI/CD pipelines to streamline build, test, and deployment processes</li><li>Automate infrastructure provisioning using tools like Terraform / OpenTofu (Hybrid Azure + on-prem)</li><li>Monitor systems and services proactively, define alerting strategies, and drive incident response</li><li>Collaborate closely with engineering teams to integrate DevOps best practices into development workflows</li><li>Support release management, versioning, and configuration across multiple product variants</li><li>Identify bottlenecks and continuously improve system efficiency, security, and maintainability</li><li>Contribute to a culture of ownership, learning, and high engineering standards</li></ul><p><br></p><p><strong>Your Skillset</strong></p><p><strong>Must-haves </strong></p><ul><li>5+ years of relevant industry experience with a strong track record in the DevOps domain within fast-scaling environments</li><li>Advanced degree in Computer Science, IT, or a related field</li><li>Proficiency in cloud infrastructure, especially Azure, Kubernetes (AKS), Terraform / OpenTofu</li><li>Solid scripting skills (Shell/Bash &amp; Python) and experience with Docker and containerization</li><li>Comfortable in Unix environments with strong debugging and automation capabilities</li><li>Deep understanding of scaling strategies, user management, release management, and versioning for multi-product configurations</li><li>Experience across different testing levels and a strong affinity for infrastructure automation and monitoring</li><li>Fluent in English (German is a plus)</li></ul><p><strong>Nice-to-haves </strong></p><ul><li>Familiarity with tools like Prometheus, InfluxDB, Grafana, and GitOps (e.g. ArgoCD or Flux)</li><li>Background in ROS2, C++ / CMake, or Nix-based systems</li><li>Experience with hardware-in-the-loop testing environments</li></ul><p><strong>What defines you </strong></p><ul><li>Pragmatic, structured, and execution-focused: you design, test, and adapt quickly</li><li>A true team player who communicates clearly and enjoys supporting others</li><li>Self-driven, solution-oriented, and motivated to maintain high standards</li><li>Curious mindset with a passion for continuous learning and diving deep into technical challenges</li></ul><p><br></p><p><strong>What You’ll Get</strong></p><ul><li>Flexible working hours and a hybrid model for real work-life balance</li><li>Generous vacation: 25–30 days depending on age</li><li>CHF 500 mobility credit for sustainable commuting</li><li>Bonus system &amp; strong pension contributions</li><li>Tailored training &amp; development opportunities</li><li>Relocation support for a smooth start</li><li>Discounts on health, mobility &amp; entertainment</li><li>Team events and a flat hierarchy where your voice counts</li><li>A warm, international culture built on respect and collaboration</li></ul><p><br></p><p><strong>Great robots need great people.</strong></p><p><br></p><p><strong>Contact</strong></p><p>David Rank</p><p>Senior Recruiter / HR Generalist</p><p>E-Mail: david.rank@hexagon.com</p>","descriptionText":"Senior DevOps Engineer (f/m/d)100% ZürichHexagon Robotics is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers.We are looking for a Senior DevOps Engineer to take ownership of our cloud infrastructure and deployment pipelines, driving automation, scalability, and reliability across our robotics systems. In this role, you will work closely with cross-functional teams to enable fast, stable releases and high system availability, shaping the backbone that supports our transition from prototype to production at scale.Your MissionOwn and evolve our DevOps infrastructure, ensuring reliability, scalability, and performanceDesign and maintain CI/CD pipelines to streamline build, test, and deployment processesAutomate infrastructure provisioning using tools like Terraform / OpenTofu (Hybrid Azure + on-prem)Monitor systems and services proactively, define alerting strategies, and drive incident responseCollaborate closely with engineering teams to integrate DevOps best practices into development workflowsSupport release management, versioning, and configuration across multiple product variantsIdentify bottlenecks and continuously improve system efficiency, security, and maintainabilityContribute to a culture of ownership, learning, and high engineering standardsYour SkillsetMust-haves 5+ years of relevant industry experience with a strong track record in the DevOps domain within fast-scaling environmentsAdvanced degree in Computer Science, IT, or a related fieldProficiency in cloud infrastructure, especially Azure, Kubernetes (AKS), Terraform / OpenTofuSolid scripting skills (Shell/Bash &amp; Python) and experience with Docker and containerizationComfortable in Unix environments with strong debugging and automation capabilitiesDeep understanding of scaling strategies, user management, release management, and versioning for multi-product configurationsExperience across different testing levels and a strong affinity for infrastructure automation and monitoringFluent in English (German is a plus)Nice-to-haves Familiarity with tools like Prometheus, InfluxDB, Grafana, and GitOps (e.g. ArgoCD or Flux)Background in ROS2, C++ / CMake, or Nix-based systemsExperience with hardware-in-the-loop testing environmentsWhat defines you Pragmatic, structured, and execution-focused: you design, test, and adapt quicklyA true team player who communicates clearly and enjoys supporting othersSelf-driven, solution-oriented, and motivated to maintain high standardsCurious mindset with a passion for continuous learning and diving deep into technical challengesWhat You’ll GetFlexible working hours and a hybrid model for real work-life balanceGenerous vacation: 25–30 days depending on ageCHF 500 mobility credit for sustainable commutingBonus system &amp; strong pension contributionsTailored training &amp; development opportunitiesRelocation support for a smooth startDiscounts on health, mobility &amp; entertainmentTeam events and a flat hierarchy where your voice countsA warm, international culture built on respect and collaborationGreat robots need great people.ContactDavid RankSenior Recruiter / HR GeneralistE-Mail: david.rank@hexagon.com","companyDescription":"At Hexagon, we don’t just measure the world – we define its future.  \n\nAs the global leader in measurement technologies, we provide the confidence that vital industries rely on to build, navigate, and innovate.   \n\nFrom microns to Mars, our solutions drive productivity, quality, safety, and sustainability across aerospace, agriculture, automotive, construction, manufacturing, and mining.  \n\nWe bridge the physical and digital worlds with cutting-edge metrology, reality capture, and positioning solutions – making industries and cities safer, smarter, and more sustainable.  \n\nMeasurement is the foundation of progress. When it has to be right, it has to be Hexagon.","companyLinkedinUrl":"https://se.linkedin.com/company/hexagon-ab?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":918}},{"json":{"id":"4374504198","link":"https://ch.linkedin.com/jobs/view/devops-tech-lead-f-m-d-at-hexagon-ab-4374504198?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=vPmICPY%2FaXpQ66BbhzB7gw%3D%3D&position=11&pageNum=0","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"DevOps Tech Lead (f/m/d)","salary":"","applyUrl":"https://hexagon-robotics.onlyfy.jobs/job/6hj0lb34u6yaulogiththpqquw2ug9","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Zurich, Switzerland","postedAt":"2026-02-23","industries":"Machinery Manufacturing","salaryInfo":[""],"trackingId":"vPmICPY/aXpQ66BbhzB7gw==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQESWwPef2karw/company-logo_100_100/B4EZd0GCR_GcAQ-/0/1749999429006/hexagon_ab_logo?e=1773273600&v=beta&t=O6D3iR2dN6PXNOHNuzVTiDL9iutuie3ZJdQHMKOFkYc","companyName":"Hexagon AB","jobFunction":"Engineering","companyAddress":{"type":"PostalAddress","postalCode":"SE-103 59","streetAddress":"Lilla Bantorget 15","addressCountry":"SE","addressLocality":"Stockholm"},"companyWebsite":"https://hexagon.com","employmentType":"Full-time","seniorityLevel":"Associate","applicantsCount":"25","descriptionHtml":"<p><strong>DevOps Tech Lead (f/m/d)</strong></p><p><strong>100% Zürich</strong></p><p><br></p><p><strong><br>Hexagon Robotic</strong>s is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers</p><p><br></p><p>.<br>We are looking for an experience<strong>d DevOps Tech Le</strong>ad who combines strategic thinking with hands-on technical leadership. You understand how DevOps and infrastructure decisions impact business outcomes, stay calm and decisive in critical situations, and take full ownership of systems and results. You enjoy challenging the status quo, mentoring others, and building sustainable, scalable platforms that enable teams to deliver with confidenc</p><p><br></p><p><strong>e.<br>Your Miss</strong></p><p>ionAs DevOps Tech Lead, you own the end-to-end DevOps architecture across cloud and on-prem environments and shape it sustainably for the futu</p><ul><li>re.Define and evolve the DevOps architecture across Azure, on-prem, and Kubernetes environme</li><li>ntsAct as technical authority for CI/CD, infrastructure, and platform operations, setting standards and best practi</li><li>cesTranslate business needs into technical roadmaps, priorities, and long-term improvement initiati</li><li>vesLead and coordinate incident response for critical production issues and drive post-incident improveme</li><li>ntsProactively identify architectural risks and inefficiencies and drive modernization and simplificat</li><li>ionMentor and coach engineers, fostering ownership, autonomy, and high technical standa</li><li>rdsCollaborate closely with engineering, product, and management to enable fast, safe, and reliable deliv</li></ul><p><br></p><p><strong>ery<br>Your Skil</strong></p><ul><li>lset10+ years of experience in DevOps / Platform Engineering, including ownership of complex, business-critical sys</li><li>temsProven experience as a technical lead, architect, or principal engi</li><li>neerStrong expertise in hybrid environments (Azure &amp; on-prem), Kubernetes (AKS), and Infrastructure as Code (Terraform / OpenT</li><li>ofu)Solid understanding of CI/CD architectures, release strategies, and multi-environment se</li><li>tupsExperience leading incidents, performing root cause analysis, and implementing preventive meas</li><li>uresStrong communication skills across technical and non-technical stakehol</li><li>dersAbility to balance short-term operational demands with long-term architectural vi</li><li>sionAdvanced scripting and automation skills (Bash/Shell, Pyt</li><li>hon)Fluent in English (German is a p</li></ul><p><strong>lus)Nice-to-ha</strong></p><ul><li>ves Experience with hardware-in-the-loop testing or complex system integra</li><li>tionExposure to security, compliance, or regulated environm</li></ul><p><br></p><p><strong>ents<br>What You’l</strong></p><ul><li>l GetFlexible working hours and a hybrid model for real work-life ba</li><li>lanceGenerous vacation: 25–30 days depending o</li><li>n ageCHF 500 mobility credit for sustainable comm</li><li>utingBonus system &amp; strong pension contribu</li><li>tionsTailored training &amp; development opportun</li><li>itiesRelocation support for a smooth </li><li>startDiscounts on health, mobility &amp; entertai</li><li>nmentTeam events and a flat hierarchy where your voice c</li><li>ountsA warm, international culture built on respect and collabor</li></ul><p><br></p><p><strong>ation<br>Great robots need great p</strong></p><p><br></p>eople.","descriptionText":"DevOps Tech Lead (f/m/d)100% ZürichHexagon Robotics is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers.We are looking for an experienced DevOps Tech Lead who combines strategic thinking with hands-on technical leadership. You understand how DevOps and infrastructure decisions impact business outcomes, stay calm and decisive in critical situations, and take full ownership of systems and results. You enjoy challenging the status quo, mentoring others, and building sustainable, scalable platforms that enable teams to deliver with confidence.Your MissionAs DevOps Tech Lead, you own the end-to-end DevOps architecture across cloud and on-prem environments and shape it sustainably for the future.Define and evolve the DevOps architecture across Azure, on-prem, and Kubernetes environmentsAct as technical authority for CI/CD, infrastructure, and platform operations, setting standards and best practicesTranslate business needs into technical roadmaps, priorities, and long-term improvement initiativesLead and coordinate incident response for critical production issues and drive post-incident improvementsProactively identify architectural risks and inefficiencies and drive modernization and simplificationMentor and coach engineers, fostering ownership, autonomy, and high technical standardsCollaborate closely with engineering, product, and management to enable fast, safe, and reliable deliveryYour Skillset10+ years of experience in DevOps / Platform Engineering, including ownership of complex, business-critical systemsProven experience as a technical lead, architect, or principal engineerStrong expertise in hybrid environments (Azure &amp; on-prem), Kubernetes (AKS), and Infrastructure as Code (Terraform / OpenTofu)Solid understanding of CI/CD architectures, release strategies, and multi-environment setupsExperience leading incidents, performing root cause analysis, and implementing preventive measuresStrong communication skills across technical and non-technical stakeholdersAbility to balance short-term operational demands with long-term architectural visionAdvanced scripting and automation skills (Bash/Shell, Python)Fluent in English (German is a plus)Nice-to-haves Experience with hardware-in-the-loop testing or complex system integrationExposure to security, compliance, or regulated environmentsWhat You’ll GetFlexible working hours and a hybrid model for real work-life balanceGenerous vacation: 25–30 days depending on ageCHF 500 mobility credit for sustainable commutingBonus system &amp; strong pension contributionsTailored training &amp; development opportunitiesRelocation support for a smooth startDiscounts on health, mobility &amp; entertainmentTeam events and a flat hierarchy where your voice countsA warm, international culture built on respect and collaborationGreat robots need great people.","companyDescription":"At Hexagon, we don’t just measure the world – we define its future.  \n\nAs the global leader in measurement technologies, we provide the confidence that vital industries rely on to build, navigate, and innovate.   \n\nFrom microns to Mars, our solutions drive productivity, quality, safety, and sustainability across aerospace, agriculture, automotive, construction, manufacturing, and mining.  \n\nWe bridge the physical and digital worlds with cutting-edge metrology, reality capture, and positioning solutions – making industries and cities safer, smarter, and more sustainable.  \n\nMeasurement is the foundation of progress. When it has to be right, it has to be Hexagon.","companyLinkedinUrl":"https://se.linkedin.com/company/hexagon-ab?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":918}},{"json":{"id":"4374506009","link":"https://ch.linkedin.com/jobs/view/robotics-technical-lead-teleoperation-f-m-d-at-hexagon-ab-4374506009?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=fKg2pHeec6i%2BFXsVdzyZdQ%3D%3D&position=9&pageNum=0","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Robotics Technical Lead - Teleoperation (f/m/d)","salary":"","applyUrl":"https://hexagon-robotics.onlyfy.jobs/job/eiszn4fasznblvhe2ubqz0jd7afi81","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Zurich, Switzerland","postedAt":"2026-02-23","industries":"Machinery Manufacturing","salaryInfo":[""],"trackingId":"fKg2pHeec6i+FXsVdzyZdQ==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQESWwPef2karw/company-logo_100_100/B4EZd0GCR_GcAQ-/0/1749999429006/hexagon_ab_logo?e=1773273600&v=beta&t=O6D3iR2dN6PXNOHNuzVTiDL9iutuie3ZJdQHMKOFkYc","companyName":"Hexagon AB","jobFunction":"Engineering","companyAddress":{"type":"PostalAddress","postalCode":"SE-103 59","streetAddress":"Lilla Bantorget 15","addressCountry":"SE","addressLocality":"Stockholm"},"companyWebsite":"https://hexagon.com","employmentType":"Full-time","seniorityLevel":"Associate","applicantsCount":"25","descriptionHtml":"<p><strong>Robotics Technical Lead - Teleoperation (f/m/d)</strong></p><p><strong>100% Zürich</strong></p><p><br></p><p><strong>Hexagon Robotics</strong> is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers.</p><p><br></p><p>As the <strong>Robotics Technical Lead</strong>, you will own the end-to-end experience of \"driving\" a humanoid. You will be responsible for the software stack that connects a human’s intent to a state-of-the-art industrial humanoid robot with precision and ease. You'll shape both the immediate roadmap and long-term vision for how humans interact with our robots, ensuring our solution scales effectively to meet customer needs across diverse industrial applications.</p><p><br></p><p><strong>Your Mission</strong></p><ul><li>Lead the development of our teleoperation software, ensuring a seamless connection between the teleoperator and the robot's control system. This includes bringing our prototype solution to product-level readiness.</li><li>Drive initiatives to minimize glass-to-glass latency and maximize control precision, ensuring the operator feels truly \"embodied\" in the robot.</li><li>Drive improvements in operator UI/UX to maximize efficiency, comfort, and ease of use.</li><li>Investigate and integrate next-gen input devices (haptic gloves, advanced motion tracking sensors) and workflows.</li><li>Define the long-term technical roadmap for teleoperation. Stay current with emerging technologies in VR/AR, haptics, robotics control, and human-robot interaction and bring promising solutions into or R&amp;D efforts.</li></ul><p><br></p><p><strong>Your Skillset</strong></p><ul><li>A strong background in Robotics, Mechatronics, or Computer Science. You understand robot kinematics, real-time control systems, and human machine interaction.</li><li>At least 5 years of professional experience, ideally with a focus on teleoperation or HMI. Proven experience in carrying out usability tests and experiments is a plus.</li><li>Experience (or a deep interest) in UX design. You understand that teleoperation is as much about the human as it is about the machine.</li><li>Proficiency in C++ and/or Python.</li><li>Experience with ROS2 and real-time communication protocols (WebRTC, DDS) are a plus.</li><li>Familiarity with VR/AR development frameworks (particularly WebXR) are a plus.</li><li>You are comfortable and excited to lead a high-impact project from research to industrial deployment.</li></ul><p><br></p><p><strong>What You’ll Get</strong></p><ul><li>Flexible working hours and a hybrid model for real work-life balance</li><li>Generous vacation: 25–30 days depending on age</li><li>CHF 500 mobility credit for sustainable commuting</li><li>Bonus system &amp; strong pension contributions</li><li>Tailored training &amp; development opportunities</li><li>Relocation support for a smooth start</li><li>Discounts on health, mobility &amp; entertainment</li><li>Team events and a flat hierarchy where your voice counts</li><li>A warm, international culture built on respect and collaboration</li></ul><p><br></p><p><strong>Great robots need great people.</strong></p><p></p>","descriptionText":"Robotics Technical Lead - Teleoperation (f/m/d)100% ZürichHexagon Robotics is a division of Hexagon – a global leader in precision measurement. Established in 2025, Hexagon Robotics develops humanoid robots for industrial sectors to address labor shortages and enable the transition from automation to autonomy. The first humanoid product, AEON, was launched in June 2025 and combines agility, awareness, spatial intelligence and versatility to provide a market-leading solution for automotive, transportation, aerospace, manufacturing, and logistics customers.As the Robotics Technical Lead, you will own the end-to-end experience of \"driving\" a humanoid. You will be responsible for the software stack that connects a human’s intent to a state-of-the-art industrial humanoid robot with precision and ease. You'll shape both the immediate roadmap and long-term vision for how humans interact with our robots, ensuring our solution scales effectively to meet customer needs across diverse industrial applications.Your MissionLead the development of our teleoperation software, ensuring a seamless connection between the teleoperator and the robot's control system. This includes bringing our prototype solution to product-level readiness.Drive initiatives to minimize glass-to-glass latency and maximize control precision, ensuring the operator feels truly \"embodied\" in the robot.Drive improvements in operator UI/UX to maximize efficiency, comfort, and ease of use.Investigate and integrate next-gen input devices (haptic gloves, advanced motion tracking sensors) and workflows.Define the long-term technical roadmap for teleoperation. Stay current with emerging technologies in VR/AR, haptics, robotics control, and human-robot interaction and bring promising solutions into or R&amp;D efforts.Your SkillsetA strong background in Robotics, Mechatronics, or Computer Science. You understand robot kinematics, real-time control systems, and human machine interaction.At least 5 years of professional experience, ideally with a focus on teleoperation or HMI. Proven experience in carrying out usability tests and experiments is a plus.Experience (or a deep interest) in UX design. You understand that teleoperation is as much about the human as it is about the machine.Proficiency in C++ and/or Python.Experience with ROS2 and real-time communication protocols (WebRTC, DDS) are a plus.Familiarity with VR/AR development frameworks (particularly WebXR) are a plus.You are comfortable and excited to lead a high-impact project from research to industrial deployment.What You’ll GetFlexible working hours and a hybrid model for real work-life balanceGenerous vacation: 25–30 days depending on ageCHF 500 mobility credit for sustainable commutingBonus system &amp; strong pension contributionsTailored training &amp; development opportunitiesRelocation support for a smooth startDiscounts on health, mobility &amp; entertainmentTeam events and a flat hierarchy where your voice countsA warm, international culture built on respect and collaborationGreat robots need great people.","companyDescription":"At Hexagon, we don’t just measure the world – we define its future.  \n\nAs the global leader in measurement technologies, we provide the confidence that vital industries rely on to build, navigate, and innovate.   \n\nFrom microns to Mars, our solutions drive productivity, quality, safety, and sustainability across aerospace, agriculture, automotive, construction, manufacturing, and mining.  \n\nWe bridge the physical and digital worlds with cutting-edge metrology, reality capture, and positioning solutions – making industries and cities safer, smarter, and more sustainable.  \n\nMeasurement is the foundation of progress. When it has to be right, it has to be Hexagon.","companyLinkedinUrl":"https://se.linkedin.com/company/hexagon-ab?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":918}},{"json":{"id":"4375725049","link":"https://ch.linkedin.com/jobs/view/research-engineer-tr-labs-at-thomson-reuters-4375725049?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=63Dh3oSGeTjDkj8WLWMJ0w%3D%3D&position=8&pageNum=0","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Research Engineer - TR Labs","salary":"","applyUrl":"https://thomsonreuters.wd5.myworkdayjobs.com/External_Career_Site/job/Switzerland-Zug-Zug/Research-Engineer\\u002d\\u002d-TR-Labs_JREQ198584?source=LinkedIn","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Zug, Zug, Switzerland","postedAt":"2026-02-23","industries":"Software Development","salaryInfo":[""],"trackingId":"63Dh3oSGeTjDkj8WLWMJ0w==","companyLogo":"https://media.licdn.com/dms/image/v2/D560BAQHtf0NHyUa92g/company-logo_100_100/company-logo_100_100/0/1719933220460/thomson_reuters_logo?e=1773273600&v=beta&t=_zk5mViHNQh8Ea6SOx-ylHQmBi3Y8lbwy27aV9O7uSo","companyName":"Thomson Reuters","jobFunction":"Engineering and Information Technology","companyAddress":{"type":"PostalAddress","postalCode":"M5H 3G6","addressRegion":"ON","streetAddress":"19 Duncan Street ","addressCountry":"CA","addressLocality":"Toronto"},"companyWebsite":"http://tr.com","employmentType":"Full-time","seniorityLevel":"Entry level","applicantsCount":"25","descriptionHtml":"Do you love creating innovative solutions for customers? Then come and apply your skills and passion for technology at Thomson Reuters Labs. We are seeking a <strong>Research Engineer</strong> who will bring expertise in AI and ML and is interested in building data-driven capabilities that transform the way legal, accounting, and government professionals work across the globe. As a member of Thomson Reuters Labs in  London, you will have a direct impact on our company and develop products and features that will delight our customers.<br><br>What does Thomson Reuters Labs do? <br><br>We experiment, we build, we deliver. We obsess over our customers through applied research and development of new products and technologies. In TR Labs, we act fast and learn fast, innovating collaboratively across our core segments in Legal, Tax &amp; Accounting, Government, and Reuters News.<br><br>As a <strong>Research Engineer</strong> at Thomson Reuters Labs, you will be part of a global interdisciplinary team of experts. We hire engineers and specialists across a variety of AI research areas to drive the company’s digital transformation.  The science and engineering of AI are rapidly evolving.  We are looking for an adaptable learner who can design with the customer in mind, think in code and likes to learn and develop new skills as they are needed; someone comfortable with jumping into new problem spaces. <br><br>Is this you? Come join us!   <br><br><strong>About The Role   <br><br></strong>In this opportunity as a <strong>Research Engineer,</strong> you will:    <br><br><ul><li>Develop and Deliver: Applying modern software development practices, you will be involved in the entire software development lifecycle, designing, building, testing and delivering high-quality solutions.  </li><li>Build Scalable ML Solutions: You will create large scale data processing pipelines to help researchers build and train novel machine learning algorithms.  You will develop high performing scalable systems in the context of large online delivery environments.  </li><li>Be a Team Player: Working in a collaborative team-oriented environment, you will share information, value diverse ideas, and partner with cross-functional and remote teams.  </li><li>Be an Agile Person: With a strong sense of urgency and a desire to work in a fast-paced, dynamic environment, you will deliver timely solutions.    </li><li>Be Innovative: You are empowered to try new approaches and learn new technologies. You will contribute innovative ideas, create solutions, and be accountable for end-to-end deliveries.    </li><li>Be an Effective Communicator: Through dynamic engagement and communication with cross-functional partners and team members, you will effectively articulate ideas and collaborate on technical developments.    <br><br></li></ul> <br><br><strong>About You    <br><br></strong>Essential skills &amp; experience   <br><br><ul><li>A Bachelor of Science degree, computer science or related field   </li><li>At least 2 years software engineering experience, ideally in the context of machine learning and natural language processing  </li><li>Experience and understanding of Python software development stacks and ecosystems, ideally also experience with other programming languages and ecosystems.  </li><li>Ability to understand, apply, integrate and deploy Machine Learning capabilities and techniques into other systems.   </li><li>Familiarity with the Python data science stack through exposure to libraries such as Numpy, Scipy, Pandas, Dask, spaCy, NLTK, scikit-learn   </li><li>Take pride in writing clean, reusable, maintainable and well-tested code   </li><li>A desire to learn and embrace new and emerging technology   </li><li>Familiarity with probabilistic models and understand the mathematical concepts underlying machine learning methods  <br><br></li></ul><strong> Preferred Skills &amp; Experience   <br><br></strong><ul><li>Proficiency in automation, system monitoring, and cloud-native applications, with familiarity in AWS or Azure (or a related cloud platform)   </li><li>Previous exposure to Natural Language Processing (NLP) problems and have familiarity with key tasks such as Named Entity Recognition (NER), Information Extraction, Information Retrieval, etc.  </li><li>Ability to understand and translate between language and methodologies used both in research and engineering fields   </li><li>Ability to take and integrate Machine Learning solutions to production-grade software  <br><br></li></ul><strong>What’s in it For You?<br><br></strong><ul><li>Hybrid Work Model: We’ve adopted a flexible hybrid working environment (2-3 days a week in the office depending on the role) for our office-based roles while delivering a seamless experience that is digitally and physically connected.</li><li>Flexibility &amp; Work-Life Balance: Flex My Way is a set of supportive workplace policies designed to help manage personal and professional responsibilities, whether caring for family, giving back to the community, or finding time to refresh and reset. This builds upon our flexible work arrangements, including work from anywhere for up to 8 weeks per year, empowering employees to achieve a better work-life balance.</li><li>Career Development and Growth: By fostering a culture of continuous learning and skill development, we prepare our talent to tackle tomorrow’s challenges and deliver real-world solutions. Our Grow My Way programming and skills-first approach ensures you have the tools and knowledge to grow, lead, and thrive in an AI-enabled future.</li><li>Industry Competitive Benefits: We offer comprehensive benefit plans to include flexible vacation, two company-wide Mental Health Days off, access to the Headspace app, retirement savings, tuition reimbursement, employee incentive programs, and resources for mental, physical, and financial wellbeing.</li><li>Culture: Globally recognized, award-winning reputation for inclusion and belonging, flexibility, work-life balance, and more. We live by our values: Obsess over our Customers, Compete to Win, Challenge (Y)our Thinking, Act Fast / Learn Fast, and Stronger Together.</li><li>Social Impact: Make an impact in your community with our Social Impact Institute. We offer employees two paid volunteer days off annually and opportunities to get involved with pro-bono consulting projects and Environmental, Social, and Governance (ESG) initiatives.</li><li>Making a Real-World Impact: We are one of the few companies globally that helps its customers pursue justice, truth, and transparency. Together, with the professionals and institutions we serve, we help uphold the rule of law, turn the wheels of commerce, catch bad actors, report the facts, and provide trusted, unbiased information to people all over the world. <br><br></li></ul><em>DISCLAIMER <br><br></em><em>The above information in this description has been designed to indicate the general nature and level of work performed by employees within this classification. It is not designed to contain or be interpreted as a comprehensive inventory of all duties, responsibilities, and qualifications required of employees assigned to this job.<br><br></em><strong>About Us<br><br></strong>Thomson Reuters informs the way forward by bringing together the trusted content and technology that people and organizations need to make the right decisions. We serve professionals across legal, tax, accounting, compliance, government, and media. Our products combine highly specialized software and insights to empower professionals with the data, intelligence, and solutions needed to make informed decisions, and to help institutions in their pursuit of justice, truth, and transparency. Reuters, part of Thomson Reuters, is a world leading provider of trusted journalism and news.<br><br>We are powered by the talents of 26,000 employees across more than 70 countries, where everyone has a chance to contribute and grow professionally in flexible work environments. At a time when objectivity, accuracy, fairness, and transparency are under attack, we consider it our duty to pursue them. Sound exciting? Join us and help shape the industries that move society forward.<br><br>As a global business, we rely on the unique backgrounds, perspectives, and experiences of all employees to deliver on our business goals. To ensure we can do that, we seek talented, qualified employees in all our operations around the world regardless of race, color, sex/gender, including pregnancy, gender identity and expression, national origin, religion, sexual orientation, disability, age, marital status, citizen status, veteran status, or any other protected classification under applicable law. Thomson Reuters is proud to be an Equal Employment Opportunity Employer providing a drug-free workplace.<br><br>We also make reasonable accommodations for qualified individuals with disabilities and for sincerely held religious beliefs in accordance with applicable law. More information on requesting an accommodation here.<br><br>Learn more on how to protect yourself from fraudulent job postings here.<br><br>More information about Thomson Reuters can be found on thomsonreuters.com<br><br>","descriptionText":"Do you love creating innovative solutions for customers? Then come and apply your skills and passion for technology at Thomson Reuters Labs. We are seeking a Research Engineer who will bring expertise in AI and ML and is interested in building data-driven capabilities that transform the way legal, accounting, and government professionals work across the globe. As a member of Thomson Reuters Labs in  London, you will have a direct impact on our company and develop products and features that will delight our customers.What does Thomson Reuters Labs do? We experiment, we build, we deliver. We obsess over our customers through applied research and development of new products and technologies. In TR Labs, we act fast and learn fast, innovating collaboratively across our core segments in Legal, Tax &amp; Accounting, Government, and Reuters News.As a Research Engineer at Thomson Reuters Labs, you will be part of a global interdisciplinary team of experts. We hire engineers and specialists across a variety of AI research areas to drive the company’s digital transformation.  The science and engineering of AI are rapidly evolving.  We are looking for an adaptable learner who can design with the customer in mind, think in code and likes to learn and develop new skills as they are needed; someone comfortable with jumping into new problem spaces. Is this you? Come join us!   About The Role   In this opportunity as a Research Engineer, you will:    Develop and Deliver: Applying modern software development practices, you will be involved in the entire software development lifecycle, designing, building, testing and delivering high-quality solutions.  Build Scalable ML Solutions: You will create large scale data processing pipelines to help researchers build and train novel machine learning algorithms.  You will develop high performing scalable systems in the context of large online delivery environments.  Be a Team Player: Working in a collaborative team-oriented environment, you will share information, value diverse ideas, and partner with cross-functional and remote teams.  Be an Agile Person: With a strong sense of urgency and a desire to work in a fast-paced, dynamic environment, you will deliver timely solutions.    Be Innovative: You are empowered to try new approaches and learn new technologies. You will contribute innovative ideas, create solutions, and be accountable for end-to-end deliveries.    Be an Effective Communicator: Through dynamic engagement and communication with cross-functional partners and team members, you will effectively articulate ideas and collaborate on technical developments.     About You    Essential skills &amp; experience   A Bachelor of Science degree, computer science or related field   At least 2 years software engineering experience, ideally in the context of machine learning and natural language processing  Experience and understanding of Python software development stacks and ecosystems, ideally also experience with other programming languages and ecosystems.  Ability to understand, apply, integrate and deploy Machine Learning capabilities and techniques into other systems.   Familiarity with the Python data science stack through exposure to libraries such as Numpy, Scipy, Pandas, Dask, spaCy, NLTK, scikit-learn   Take pride in writing clean, reusable, maintainable and well-tested code   A desire to learn and embrace new and emerging technology   Familiarity with probabilistic models and understand the mathematical concepts underlying machine learning methods   Preferred Skills &amp; Experience   Proficiency in automation, system monitoring, and cloud-native applications, with familiarity in AWS or Azure (or a related cloud platform)   Previous exposure to Natural Language Processing (NLP) problems and have familiarity with key tasks such as Named Entity Recognition (NER), Information Extraction, Information Retrieval, etc.  Ability to understand and translate between language and methodologies used both in research and engineering fields   Ability to take and integrate Machine Learning solutions to production-grade software  What’s in it For You?Hybrid Work Model: We’ve adopted a flexible hybrid working environment (2-3 days a week in the office depending on the role) for our office-based roles while delivering a seamless experience that is digitally and physically connected.Flexibility &amp; Work-Life Balance: Flex My Way is a set of supportive workplace policies designed to help manage personal and professional responsibilities, whether caring for family, giving back to the community, or finding time to refresh and reset. This builds upon our flexible work arrangements, including work from anywhere for up to 8 weeks per year, empowering employees to achieve a better work-life balance.Career Development and Growth: By fostering a culture of continuous learning and skill development, we prepare our talent to tackle tomorrow’s challenges and deliver real-world solutions. Our Grow My Way programming and skills-first approach ensures you have the tools and knowledge to grow, lead, and thrive in an AI-enabled future.Industry Competitive Benefits: We offer comprehensive benefit plans to include flexible vacation, two company-wide Mental Health Days off, access to the Headspace app, retirement savings, tuition reimbursement, employee incentive programs, and resources for mental, physical, and financial wellbeing.Culture: Globally recognized, award-winning reputation for inclusion and belonging, flexibility, work-life balance, and more. We live by our values: Obsess over our Customers, Compete to Win, Challenge (Y)our Thinking, Act Fast / Learn Fast, and Stronger Together.Social Impact: Make an impact in your community with our Social Impact Institute. We offer employees two paid volunteer days off annually and opportunities to get involved with pro-bono consulting projects and Environmental, Social, and Governance (ESG) initiatives.Making a Real-World Impact: We are one of the few companies globally that helps its customers pursue justice, truth, and transparency. Together, with the professionals and institutions we serve, we help uphold the rule of law, turn the wheels of commerce, catch bad actors, report the facts, and provide trusted, unbiased information to people all over the world. DISCLAIMER The above information in this description has been designed to indicate the general nature and level of work performed by employees within this classification. It is not designed to contain or be interpreted as a comprehensive inventory of all duties, responsibilities, and qualifications required of employees assigned to this job.About UsThomson Reuters informs the way forward by bringing together the trusted content and technology that people and organizations need to make the right decisions. We serve professionals across legal, tax, accounting, compliance, government, and media. Our products combine highly specialized software and insights to empower professionals with the data, intelligence, and solutions needed to make informed decisions, and to help institutions in their pursuit of justice, truth, and transparency. Reuters, part of Thomson Reuters, is a world leading provider of trusted journalism and news.We are powered by the talents of 26,000 employees across more than 70 countries, where everyone has a chance to contribute and grow professionally in flexible work environments. At a time when objectivity, accuracy, fairness, and transparency are under attack, we consider it our duty to pursue them. Sound exciting? Join us and help shape the industries that move society forward.As a global business, we rely on the unique backgrounds, perspectives, and experiences of all employees to deliver on our business goals. To ensure we can do that, we seek talented, qualified employees in all our operations around the world regardless of race, color, sex/gender, including pregnancy, gender identity and expression, national origin, religion, sexual orientation, disability, age, marital status, citizen status, veteran status, or any other protected classification under applicable law. Thomson Reuters is proud to be an Equal Employment Opportunity Employer providing a drug-free workplace.We also make reasonable accommodations for qualified individuals with disabilities and for sincerely held religious beliefs in accordance with applicable law. More information on requesting an accommodation here.Learn more on how to protect yourself from fraudulent job postings here.More information about Thomson Reuters can be found on thomsonreuters.com","companyDescription":"Thomson Reuters (TSX/NDAQ: TRI) informs the way forward by bringing together the trusted content and technology that people and organizations need to make the right decisions. We serve professionals across legal, tax, accounting, compliance, government, and media. Our products combine highly specialized software and insights to empower professionals with the data, intelligence, and solutions needed to make informed decisions, and to help institutions in their pursuit of justice, truth, and transparency. Reuters, part of Thomson Reuters, is a world leading provider of trusted journalism and news.\n\nFor more information on Thomson Reuters, visit tr.com and for the latest world news, reuters.com. ","companyLinkedinUrl":"https://ca.linkedin.com/company/thomson-reuters?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":36407}},{"json":{"id":"4374502152","link":"https://ch.linkedin.com/jobs/view/team-head-it-services-pe-fund-controlling-at-coni%2Bpartner-ag-4374502152?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=2GnB5gNlpTqbQUQ2JaPO8A%3D%3D&position=6&pageNum=0","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Team Head IT Services | PE Fund Controlling","salary":"","applyUrl":"https://join.com/companies/coni-partner/YOUR_FOLDER_OR_FILE_IDontrolling?pid=e65242534431eadcb0c9","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Zurich, Zurich, Switzerland","postedAt":"2026-02-23","industries":"Business Consulting and Services","salaryInfo":[""],"trackingId":"2GnB5gNlpTqbQUQ2JaPO8A==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQHY2zxYGH7_Nw/company-logo_100_100/company-logo_100_100/0/1733470467176?e=1773273600&v=beta&t=otpCYOUR_FOLDER_OR_FILE_ID","companyName":"coni+partner AG","jobFunction":"Finance","companySlogan":"Tailor-made solutions for all customers at a high level","companyWebsite":"www.coni-partner.com","employmentType":"Full-time","seniorityLevel":"Director","applicantsCount":"25","descriptionHtml":"<p>coni + partner, established 1993, is a consultancy company with headquarters in Zurich and subsidiaries in Düsseldorf and Shanghai. We are specialised in custom-fit staffing in tune with the corporate culture by ensuring a perfect match of professional skills, references and personal as well as social skills of successful candidates.</p><br><p>Our client is the asset management division of an international bank in Zurich. We are looking for a senior fund controller (m, f, d) with strong IT flair as</p><br><p><strong>Team Head IT Services | PE Fund Controlling</strong></p><br>Aufgaben<br><p>Responsible for the design and further evolvement of IT services for the group's fund controlling with all types of funds and fund portfolios, in an IT- and data-driven environment / Understanding of processes such as data extraction for fund controlling and reporting, including time management, ongoing adjustment of time intervals, deadlines, time control and best practices / Ensure that fund's data is made available to internal and external stakeholders at all times in accordance with high quality standards / Ensuring transparency in the convergence process of data from various sources, including, for example, contract or delivery data, which must be correctly adhered to / Assess and mitigate IT service risks and ensure high data quality for the key figures in the portfolios of the funds, especially for private market funds / Identify and implement continuous IT service improvements through ongoing change management, automation, Process improvement in accordance with ITIL practices / Ensure and maintain the IT service catalogue and service documentation / Ongoing communication with stakeholders / Participation in change initiatives of the group / Ad hoc projects.</p><br>Qualifikation<br><p>Bachelor's or Master's in Business Administration, Quantitative Finance, or Industrial Engineering / CISA, CAIA, or CFA certification is an advantage / Professional experience in the fund industry with all types of funds, e.g., in fund controlling, data analysis of business processes, portfolio monitoring, analytics, etc., or in advising fund companies / Experience in leading teams and specialists / Knowledge of investment metrics and KPIs at the fund and portfolio level / Knowledge of data models for private equity markets / Knowledge of data governance and data quality frameworks / Proven ability and experience in IT Service Management / Experience with implementations, process optimizations, and change management / Proactive personality with analytical thinking and high attention to detail / Ability to perform multiple tasks in parallel at the same at a high level of Quality / Ability to weigh problems and set priorities, strong analytical and problem solving skills / Excellent interpersonal and communication skills / Strong interest in IT and knowledge of private equity systems / Strong interest in exchange and communication / German and English.</p><br><p>Please send us your documents for an initial contact by e-mail to contact@coni-partner. com or call us on +41 44 254 90 10. Mr. Ivano Coni would like to support you. Your application will be kept strictly confidential.</p><br><p><strong>coni + partner ag</strong></p><br><p>Ivano Coni</p><br><p>Managing Director</p><br><p>Klosbachstrasse 107</p><br><p>CH-8032 Zürich</p><br><p>Tel.: +41 44 254 90 10</p>","descriptionText":"coni + partner, established 1993, is a consultancy company with headquarters in Zurich and subsidiaries in Düsseldorf and Shanghai. We are specialised in custom-fit staffing in tune with the corporate culture by ensuring a perfect match of professional skills, references and personal as well as social skills of successful candidates.Our client is the asset management division of an international bank in Zurich. We are looking for a senior fund controller (m, f, d) with strong IT flair asTeam Head IT Services | PE Fund ControllingAufgabenResponsible for the design and further evolvement of IT services for the group's fund controlling with all types of funds and fund portfolios, in an IT- and data-driven environment / Understanding of processes such as data extraction for fund controlling and reporting, including time management, ongoing adjustment of time intervals, deadlines, time control and best practices / Ensure that fund's data is made available to internal and external stakeholders at all times in accordance with high quality standards / Ensuring transparency in the convergence process of data from various sources, including, for example, contract or delivery data, which must be correctly adhered to / Assess and mitigate IT service risks and ensure high data quality for the key figures in the portfolios of the funds, especially for private market funds / Identify and implement continuous IT service improvements through ongoing change management, automation, Process improvement in accordance with ITIL practices / Ensure and maintain the IT service catalogue and service documentation / Ongoing communication with stakeholders / Participation in change initiatives of the group / Ad hoc projects.QualifikationBachelor's or Master's in Business Administration, Quantitative Finance, or Industrial Engineering / CISA, CAIA, or CFA certification is an advantage / Professional experience in the fund industry with all types of funds, e.g., in fund controlling, data analysis of business processes, portfolio monitoring, analytics, etc., or in advising fund companies / Experience in leading teams and specialists / Knowledge of investment metrics and KPIs at the fund and portfolio level / Knowledge of data models for private equity markets / Knowledge of data governance and data quality frameworks / Proven ability and experience in IT Service Management / Experience with implementations, process optimizations, and change management / Proactive personality with analytical thinking and high attention to detail / Ability to perform multiple tasks in parallel at the same at a high level of Quality / Ability to weigh problems and set priorities, strong analytical and problem solving skills / Excellent interpersonal and communication skills / Strong interest in IT and knowledge of private equity systems / Strong interest in exchange and communication / German and English.Please send us your documents for an initial contact by e-mail to contact@coni-partner. com or call us on +41 44 254 90 10. Mr. Ivano Coni would like to support you. Your application will be kept strictly confidential.coni + partner agIvano ConiManaging DirectorKlosbachstrasse 107CH-8032 ZürichTel.: +41 44 254 90 10","companyLinkedinUrl":"https://www.linkedin.com/company/coni-partner-ag?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":1}},{"json":{"id":"4374284520","link":"https://ch.linkedin.com/jobs/view/senior-azure-platform-engineer-%E2%80%8B-%E2%80%8B%E2%80%8B%E2%80%8Bai%E2%80%8B-%E2%80%8B%E2%80%8B-%E2%80%8Bdata%E2%80%8B%E2%80%8B-%E2%80%8B-f-m-d-%E2%80%8B%E2%80%8B%E2%80%8B-100%25-at-orderfox-schweiz-ag-4374284520?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=NZGOBX2pE1xkrn4CRVfiIg%3D%3D&position=10&pageNum=0","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Senior Azure Platform Engineer - AI & Data (f/m/d) 100%","salary":"","applyUrl":"https://t.gohiring.com/h/49d4deYOUR_FOLDER_OR_FILE_ID149c364874178","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Zurich, Zurich, Switzerland","postedAt":"2026-02-23","industries":"Software Development","salaryInfo":[""],"trackingId":"NZGOBX2pE1xkrn4CRVfiIg==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQEbv1ee7IpGAg/company-logo_100_100/B4EZVHsNQVHcAQ-/0/1740664526911/orderfox_schweiz_ag_logo?e=1773273600&v=beta&t=cyoIfYqfJ571c0fXkqN-VqhVL3VVuN0cDlt58p5ceX8","companyName":"Orderfox Schweiz AG","jobFunction":"Information Technology","companySlogan":"We are dedicated to developing AI-based solutions to address the complex challenges of different industry sectors.","companyAddress":{"type":"PostalAddress","addressCountry":"CH","addressLocality":"Zürich"},"companyWebsite":"https://www.orderfox.com/","employmentType":"Full-time","seniorityLevel":"Mid-Senior level","applicantsCount":"25","descriptionHtml":"<strong>Help shape what's next for the industry - with Orderfox.<br><br></strong><em>Own the platform that powers AI agents at scale. <br><br></em>At Orderfox, we’re building AI agents that turn manufacturing data into action - identifying suppliers, revealing capacity, and enabling faster, smarter decisions. We're scaling quickly beyond CNC into injection moulding, sheet metal, additive manufacturing, and robotics.<br><br>Our Azure platform is live and delivering value. Now we’re standardising and hardening it into a repeatable foundation for more agents, higher data volumes, and new verticals - this is where you come in.<br><br>As Senior Azure Platform Engineer, you’ll own the platform’s evolution and readiness for what’s next.<br><br>You'll report to the CTO, work in a strong ~15-person engineering team, and ship with high autonomy - clear outcomes, fast decisions, no micromanagement, no heavyweight specs. We work AI-first (Claude, Cursor, Azure CLI) and favour building over meetings and slide decks.<br><br><strong>What You'll Make Happen<br><br></strong>Platform &amp; Infrastructure ownership<br><br><ul><li>Own and evolve our Azure environment (Container Apps, Functions, storage, networking, data pipelines)</li><li>Scale our scraping and vision extraction systems as data volumes grow</li><li>Automate provisioning and operations (IaC where it fits, AI-assisted tooling where it’s faster) -automation over manual work</li><li>Build observability that’s actionable: monitoring, alerting, and cost tracking that actually helps<br><br></li></ul>DevOps &amp; Team Enablement<br><br><ul><li>Create CI/CD pipelines that let engineers ship agents fast and safely</li><li>Keep the engineering team unblocked on infrastructure topics (deployments, environments, access, tooling)</li><li>Establish patterns and standards that make the platform easier to build on (templates, conventions, guardrails)</li><li>Document key decisions and systems clearly so the team scales without tribal knowledge<br><br></li></ul>Platform Evolution<br><br><ul><li>Architect for future needs: MLOps readiness, multi-vertical scaling, and agent orchestration at scale</li><li>Optimise Azure spend responsibly (including a $44 M commitment to use efficiently)</li><li>Support Microsoft partnership requirements when needed (co-sell, marketplace)<br><br></li></ul><strong>What Eases Your Start<br><br></strong><ul><li>You work AI-first. Claude, Cursor and Copilot are part of how you operate. You use LLMs to manage infrastructure, write automation, debug faster, and solve operational problems - for this role, that’s essential.</li><li>You’re at home on Azure in real environments. You’ve spent multiple (5+) years building and running systems on Azure. You know what it takes to operate reliably, and you have a strong sense for when to use Container Apps vs. Functions vs. other serverless patterns in practice.</li><li>You automate by default. Whether it’s Terraform, Bicep, or AI-assisted infrastructure management - you build automation that keeps the platform predictable, reproducible, and easy to run.</li><li>You take ownership and communicate clearly. You see what needs doing and drive it forward - proactively and pragmatically. You explain what you're building (and why) in a way that keeps the team aligned and reduces ambiguity.</li><li>You’re comfortable in Python when it helps. You script, build internal tools, and create small utilities that make systems easier to operate and teams faster.<br><br></li></ul>You'll stand out if you bring:<br><br>Experience scaling data acquisition and pipelines (ETL, scraping, feature engineering, reliability at volume)<br><br><ul><li> MLOps/DataOps exposure (Azure ML, Databricks, experiment tracking, model lifecycle thinking)</li><li> a track record of improving infrastructure without destabilising live systems</li><li> the ability to explain technical trade-offs to non-technical stakeholders in a crisp, pragmatic way<br><br></li></ul>Practical requirements: Swiss / EU / EFTA citizenship or a valid Swiss work permit AND availability to work on-site in Zurich (this is not a fully remote role)<br><br>This won't be right for you if<br><br><ul><li>You prefer clean specs over open-ended problems and ownership</li><li>You want to design systems, but not build and runt hem</li><li>You’re only interested in fully remote work</li><li>You're looking for a slow-moving, highly structured environment<br><br></li></ul><strong>What You Can Look Forward To<br><br></strong><ul><li>An inspiring location: Our Zurich HQ is in the historic Villa Windegg in Seefeld - right by the lake and just minutes from Stadelhofen station, with parks, cafés, and cultural spots nearby.</li><li>Flexibility that fits: A 42-hour flexitime week with regular office days, home-office options, and the opportunity to work up to 20 days a year from abroad.</li><li>A team that moves fast: Join a ~30-person international start-up where initiative, ownership, and quick decisions matter more than hierarchy. Direct access to the CTO and real influence on technical direction.</li><li>Work with purpose: Contribute to intelligent AI solutions that help industries solve real-world challenges. Your infrastructure enables the AI agents our customers use -you'll own the platform that makes it possible.</li><li>Benefits that support you: 25 vacation days, additional company holidays, full salary continuation during maternity, paternity, and military leave, plus modern workspaces, snacks, and evolving extras as we grow.<br><br></li></ul><strong>What Starts Your Journey With Us<br><br></strong>We look forward to seeing how you think, build, and create impact.<br><br>Please apply via the \"Apply for this position\" button and include:<br><br><ul><li>Your CV - concise and outcome-focused, highlighting platforms you’ve owned, what you scaled, and the measurable impact (reliability, cost, deployment speed, automation, incident reduction).</li><li>Your diplomas and reference letters - to complete your profile</li><li>If available: GitHub, technical writing, or anything showing how you approach infrastructure<br><br></li></ul>Here’s what happens next:<br><br>We review your application → we talk (structured interview) → you work on a take-home assignment → you get clear feedback and a decision.<br><br>Questions? Talk to Pietro Volpe, HR Generalist, at careers@orderfox.com (<em>Applications by email cannot be considered.</em>)<br><br>Equal opportunity: We welcome applications from all backgrounds regardless of gender, age, origin, sexual orientation, or religion.<br><br><strong>About Us<br><br></strong>We are Orderfox Schweiz AG, based in Zurich - a company that brings together technology, creativity and industry. With our brands Partfox and Gieni AI, we develop digital solutions that make manufacturing processes smarter, more transparent and future-ready. What drives us is curiosity and the ambition to shape the future of manufacturing. At Orderfox, you will join an international, forward-thinking team where ideas matter, collaboration is key and every individual has the chance to make an impact. We value creativity, openness and the courage to innovate - and we are looking for people who share this mindset and want to grow with us.","descriptionText":"Help shape what's next for the industry - with Orderfox.Own the platform that powers AI agents at scale. At Orderfox, we’re building AI agents that turn manufacturing data into action - identifying suppliers, revealing capacity, and enabling faster, smarter decisions. We're scaling quickly beyond CNC into injection moulding, sheet metal, additive manufacturing, and robotics.Our Azure platform is live and delivering value. Now we’re standardising and hardening it into a repeatable foundation for more agents, higher data volumes, and new verticals - this is where you come in.As Senior Azure Platform Engineer, you’ll own the platform’s evolution and readiness for what’s next.You'll report to the CTO, work in a strong ~15-person engineering team, and ship with high autonomy - clear outcomes, fast decisions, no micromanagement, no heavyweight specs. We work AI-first (Claude, Cursor, Azure CLI) and favour building over meetings and slide decks.What You'll Make HappenPlatform &amp; Infrastructure ownershipOwn and evolve our Azure environment (Container Apps, Functions, storage, networking, data pipelines)Scale our scraping and vision extraction systems as data volumes growAutomate provisioning and operations (IaC where it fits, AI-assisted tooling where it’s faster) -automation over manual workBuild observability that’s actionable: monitoring, alerting, and cost tracking that actually helpsDevOps &amp; Team EnablementCreate CI/CD pipelines that let engineers ship agents fast and safelyKeep the engineering team unblocked on infrastructure topics (deployments, environments, access, tooling)Establish patterns and standards that make the platform easier to build on (templates, conventions, guardrails)Document key decisions and systems clearly so the team scales without tribal knowledgePlatform EvolutionArchitect for future needs: MLOps readiness, multi-vertical scaling, and agent orchestration at scaleOptimise Azure spend responsibly (including a $44 M commitment to use efficiently)Support Microsoft partnership requirements when needed (co-sell, marketplace)What Eases Your StartYou work AI-first. Claude, Cursor and Copilot are part of how you operate. You use LLMs to manage infrastructure, write automation, debug faster, and solve operational problems - for this role, that’s essential.You’re at home on Azure in real environments. You’ve spent multiple (5+) years building and running systems on Azure. You know what it takes to operate reliably, and you have a strong sense for when to use Container Apps vs. Functions vs. other serverless patterns in practice.You automate by default. Whether it’s Terraform, Bicep, or AI-assisted infrastructure management - you build automation that keeps the platform predictable, reproducible, and easy to run.You take ownership and communicate clearly. You see what needs doing and drive it forward - proactively and pragmatically. You explain what you're building (and why) in a way that keeps the team aligned and reduces ambiguity.You’re comfortable in Python when it helps. You script, build internal tools, and create small utilities that make systems easier to operate and teams faster.You'll stand out if you bring:Experience scaling data acquisition and pipelines (ETL, scraping, feature engineering, reliability at volume) MLOps/DataOps exposure (Azure ML, Databricks, experiment tracking, model lifecycle thinking) a track record of improving infrastructure without destabilising live systems the ability to explain technical trade-offs to non-technical stakeholders in a crisp, pragmatic wayPractical requirements: Swiss / EU / EFTA citizenship or a valid Swiss work permit AND availability to work on-site in Zurich (this is not a fully remote role)This won't be right for you ifYou prefer clean specs over open-ended problems and ownershipYou want to design systems, but not build and runt hemYou’re only interested in fully remote workYou're looking for a slow-moving, highly structured environmentWhat You Can Look Forward ToAn inspiring location: Our Zurich HQ is in the historic Villa Windegg in Seefeld - right by the lake and just minutes from Stadelhofen station, with parks, cafés, and cultural spots nearby.Flexibility that fits: A 42-hour flexitime week with regular office days, home-office options, and the opportunity to work up to 20 days a year from abroad.A team that moves fast: Join a ~30-person international start-up where initiative, ownership, and quick decisions matter more than hierarchy. Direct access to the CTO and real influence on technical direction.Work with purpose: Contribute to intelligent AI solutions that help industries solve real-world challenges. Your infrastructure enables the AI agents our customers use -you'll own the platform that makes it possible.Benefits that support you: 25 vacation days, additional company holidays, full salary continuation during maternity, paternity, and military leave, plus modern workspaces, snacks, and evolving extras as we grow.What Starts Your Journey With UsWe look forward to seeing how you think, build, and create impact.Please apply via the \"Apply for this position\" button and include:Your CV - concise and outcome-focused, highlighting platforms you’ve owned, what you scaled, and the measurable impact (reliability, cost, deployment speed, automation, incident reduction).Your diplomas and reference letters - to complete your profileIf available: GitHub, technical writing, or anything showing how you approach infrastructureHere’s what happens next:We review your application → we talk (structured interview) → you work on a take-home assignment → you get clear feedback and a decision.Questions? Talk to Pietro Volpe, HR Generalist, at careers@orderfox.com (Applications by email cannot be considered.)Equal opportunity: We welcome applications from all backgrounds regardless of gender, age, origin, sexual orientation, or religion.About UsWe are Orderfox Schweiz AG, based in Zurich - a company that brings together technology, creativity and industry. With our brands Partfox and Gieni AI, we develop digital solutions that make manufacturing processes smarter, more transparent and future-ready. What drives us is curiosity and the ambition to shape the future of manufacturing. At Orderfox, you will join an international, forward-thinking team where ideas matter, collaboration is key and every individual has the chance to make an impact. We value creativity, openness and the courage to innovate - and we are looking for people who share this mindset and want to grow with us.","companyLinkedinUrl":"https://ch.linkedin.com/company/orderfox-schweiz-ag?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":22}},{"json":{"id":"4374294300","link":"https://ch.linkedin.com/jobs/view/software-engineer-product-at-adaptyv-4374294300?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=z4ZhJGJw0u7VO1gMRQYkLg%3D%3D&position=7&pageNum=0","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Software Engineer (Product)","salary":"","applyUrl":"https://jobs.ashbyhq.com/adaptyv/34e28741-b3fc-4536-b666-1e690c8f33f5","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Lausanne, Vaud, Switzerland","postedAt":"2026-02-23","salaryInfo":[""],"trackingId":"z4ZhJGJw0u7VO1gMRQYkLg==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQFl6lfO9BIbLQ/company-logo_100_100/B4EZld1r5MHEAQ-/0/1758215979002/adaptyvbio_logo?e=1773273600&v=beta&t=JViqgzvey2YOUR_FOLDER_OR_FILE_ID","companyName":"Adaptyv","companySlogan":"The cloud lab for protein designers","jobPosterName":"Julian Englert","companyAddress":{"type":"PostalAddress","addressCountry":"CH","addressLocality":"Lausanne"},"companyWebsite":"https://adaptyvbio.com","employmentType":"Full-time","jobPosterPhoto":"https://media.licdn.com/dms/image/v2/D4E03AQFFhkKPjAXymw/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1681397043835?e=1773273600&v=beta&t=k8mZQyUmTbcUJ9uT66HaW_7OlNS6McMREA9SPK4Gxb0","jobPosterTitle":"Co-Founder and CEO of Adaptyv — We're hiring!","applicantsCount":"25","descriptionHtml":"<p>Adaptyv is building an automated lab that lets AI agents run biology experiments.</p><p><br></p><p>We're entering the era of agentic science where AI models can now design novel proteins, propose hypotheses, and iterate on experimental results. But they can't run the experiments themselves - that's still a manual, months-long process. We're building the infrastructure that gives AI agents access to the physical world.</p><p><br></p><p>Today, over 50 companies are already running their wet lab experiments on Adaptyv, ranging from some of the biggest biopharmas, to frontier AI labs to dozens of techbio startups.</p><p><br></p><p>Our automated lab is powered by a deep software + hardware stack: lab instruments worth millions of USD reverse-engineered into API-controllable hardware, dozens of devices orchestrated through complex workflows, full observability on everything that happens in the lab, processing pipelines for messy physical-world data, and AI systems that troubleshoot production results and accelerate assay development.</p><p><br></p><p>We’re growing rapidly and are hiring for talented engineers to help us scale our software to support the massive demand for AI-driven wet lab experimentation.</p><p><br></p>The role<p>You'll work across LabOS — our internal software platform — building the orchestration layer that coordinates everything from experiment scheduling to execution to data capture and results processing. This is full-stack product engineering at the intersection of software and physical-world biology.</p><p><br></p><p>Day-to-day, that can mean things like:</p><ul><li>Creating interfaces and APIs that give scientists and AI agents visibility into what's happening in the lab in real time</li><li>Building custom AI agents and tooling that automate decisions across the experiment lifecycle, from protocol design to troubleshooting failed results</li><li>Turning proprietary hardware into API-controllable devices that agents and software can operate programmatically</li><li>Designing scheduling systems that coordinate dozens of lab instruments with complex dependency chains</li></ul><p><br></p><p>You'll own large areas of the product. We're a small team where individual engineers have large impact on what gets built and how.<br></p><strong>What we're looking for</strong><ul><li><strong>Full-stack production experience.</strong> We use TypeScript, React, Node, Postgres — but what matters is you can work across the stack.</li><li><strong>Product instinct.</strong> You've shipped, watched users, iterated, and shipped again.</li><li><strong>Comfortable in ambiguity.</strong> You start from a goal, not a spec. You scope problems down, decide what to build and what to skip, and write your own plan when none exists.</li><li><strong>Builds with AI.</strong> You use AI tools heavily, but you have enough experience without them to know what good looks like.</li><li><strong>Curious about biology.</strong> No background required, but running real experiments in the physical world should excite you.</li></ul><p><br></p>","descriptionText":"Adaptyv is building an automated lab that lets AI agents run biology experiments.We're entering the era of agentic science where AI models can now design novel proteins, propose hypotheses, and iterate on experimental results. But they can't run the experiments themselves - that's still a manual, months-long process. We're building the infrastructure that gives AI agents access to the physical world.Today, over 50 companies are already running their wet lab experiments on Adaptyv, ranging from some of the biggest biopharmas, to frontier AI labs to dozens of techbio startups.Our automated lab is powered by a deep software + hardware stack: lab instruments worth millions of USD reverse-engineered into API-controllable hardware, dozens of devices orchestrated through complex workflows, full observability on everything that happens in the lab, processing pipelines for messy physical-world data, and AI systems that troubleshoot production results and accelerate assay development.We’re growing rapidly and are hiring for talented engineers to help us scale our software to support the massive demand for AI-driven wet lab experimentation.The roleYou'll work across LabOS — our internal software platform — building the orchestration layer that coordinates everything from experiment scheduling to execution to data capture and results processing. This is full-stack product engineering at the intersection of software and physical-world biology.Day-to-day, that can mean things like:Creating interfaces and APIs that give scientists and AI agents visibility into what's happening in the lab in real timeBuilding custom AI agents and tooling that automate decisions across the experiment lifecycle, from protocol design to troubleshooting failed resultsTurning proprietary hardware into API-controllable devices that agents and software can operate programmaticallyDesigning scheduling systems that coordinate dozens of lab instruments with complex dependency chainsYou'll own large areas of the product. We're a small team where individual engineers have large impact on what gets built and how.What we're looking forFull-stack production experience. We use TypeScript, React, Node, Postgres — but what matters is you can work across the stack.Product instinct. You've shipped, watched users, iterated, and shipped again.Comfortable in ambiguity. You start from a goal, not a spec. You scope problems down, decide what to build and what to skip, and write your own plan when none exists.Builds with AI. You use AI tools heavily, but you have enough experience without them to know what good looks like.Curious about biology. No background required, but running real experiments in the physical world should excite you.","companyDescription":"Proteins are the most advanced nanotechnology we know of. At Adaptyv Bio we’re building a next-gen protein foundry to allow you to synthesize and test any protein you design.\n","companyLinkedinUrl":"https://ch.linkedin.com/company/adaptyvbio?trk=public_jobs_jserp-result_job-search-card-subtitle","jobPosterProfileUrl":"https://ch.linkedin.com/in/julian-englert","companyEmployeesCount":30}},{"json":{"id":"4374286450","link":"https://ch.linkedin.com/jobs/view/ing%C3%A9nieur-production-ing%C3%A9nieure-production-at-bureau-ing%C3%A9nieur-infrastructures-transport-syst%C3%A8mes-4374286450?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=AB5b1HBpMEBb0%2B2%2BEExFGA%3D%3D&position=2&pageNum=0&trk=public_jobs_jserp-result_search-card","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Ingénieur production/Ingénieure production","salary":"","applyUrl":"","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Yverdon, Vaud, Switzerland","postedAt":"2026-02-23","industries":"Construction, Specialty Trade Contractors, and Engineering Services","salaryInfo":[""],"trackingId":"AB5b1HBpMEBb0+2+EExFGA==","companyLogo":"https://static.licdn.com/aero-v1/sc/h/6puxblwmhnodu6fjircz4dn4h","companyName":"Bureau Ingénieur infrastructures transport systèmes","jobFunction":"Production, Engineering, and Consulting","jobPosterName":"François Mazza","employmentType":"Full-time","jobPosterPhoto":"https://static.licdn.com/aero-v1/sc/h/9c8pery4andzj6ohjkjp54ma2","jobPosterTitle":"François Mazza - Consulting","seniorityLevel":"Director","applicantsCount":"25","descriptionHtml":"<p><strong>Directeur·trice de la Production (80–100 %) – Région Yverdon, Suisse francophone</strong></p><p><br></p><p>Notre client est un bureau d’ingénierie et de conseil à taille humaine, spécialisé dans les infrastructures de transport et les systèmes techniques complexes.</p><p><br></p><p>Depuis plusieurs années, il accompagne des acteurs de premier plan dans la conception, la planification et la réalisation de projets d’envergure, en Suisse et à l’international.</p><p><br></p><p>Dans le cadre du renforcement de son organisation, nous recherchons un·e <strong>Directeur·trice de la Production</strong> chargé·e de coordonner l’ensemble des activités des pôles Production, Études et Travaux.</p><p><br></p><p>Votre mission</p><p>Rattaché·e à la Direction Opérationnelle, vous assumez la responsabilité globale de la production, couvrant les pôles Études et Travaux. Vous occupez un rôle central dans l’organisation, la coordination et l’optimisation des ressources, tout en garantissant la qualité des livrables, la cohérence technique et le respect des engagements contractuels.</p><p>À ce titre, vous :</p><ul><li>pilotez l’ensemble des activités de production (Études et Travaux),</li><li>supervisez les chefs de projets et les ingénieur·e·s,</li><li>planifiez, priorisez et arbitrez les charges et ressources,</li><li>garantissez la qualité opérationnelle des livrables et la coordination Études–Travaux,</li><li>organisez et animez les instances de coordination opérationnelle,</li><li>collaborez étroitement avec les Directions Opérationnelle et Commerciale,</li><li>participez activement aux projets, avec une implication opérationnelle lorsque nécessaire,</li><li>contribuez à la validation technique, méthodologique et organisationnelle des offres.</li></ul><p>Management et gouvernance</p><p>Vous assurez un management de proximité des équipes de production, définissez et suivez les objectifs individuels, menez les entretiens d’évaluation et veillez à instaurer un climat de travail constructif et performant. Vous êtes également garant·e d’un reporting régulier, clair et structuré auprès de la Direction.</p><p>Votre profil</p><p>Vous disposez :</p><ul><li>d’une solide expérience en pilotage de production ou d’opérations au sein d’un bureau d’ingénieurs, d’une maîtrise d’œuvre ou d’une entreprise technique,</li><li>d’une excellente compréhension des processus Études et Travaux dans le domaine des infrastructures ou des systèmes de transport,</li><li>de compétences managériales affirmées, avec une capacité reconnue à décider, prioriser et fédérer,</li><li>d’un sens aigu de l’organisation, du résultat et de la qualité,</li><li>d’excellentes compétences en communication, à l’écrit comme à l’oral,</li><li>d’un leadership naturel, associé à fiabilité, intégrité et exemplarité.</li></ul><p>Une formation technique supérieure, idéalement de niveau ingénieur (EPF, HES ou équivalent) en informatique, automation ou électrotechnique est indispensable.. Une formation complémentaire en gestion de projets ou en management est appréciée.</p><p>Conditions proposées</p><ul><li>Déplacements réguliers en Suisse et ponctuellement à l’étranger,</li><li>Télétravail partiel possible dans le cadre légal (jusqu’à 40 % pour un ressortissant suisse),</li><li>Taux d’activité : 80 à 100 %,</li><li>Entrée en fonction : début 2026 ou à convenir.</li></ul><p><br></p><p>Vous évoluerez dans un environnement stimulant, au sein d’une entreprise en forte croissance, offrant des projets techniques à haute valeur ajoutée et de réelles perspectives de développement professionnel. L’effectif a doublé en 2025 et le carnet de commandes assure une visibilité de plus de cinq ans. L’esprit est résolument entrepreneurial, porté par des valeurs d’expertise technique, d’orientation client et d’agilité.</p><p><br></p><p>Veuillez postuler uniquement via Linkedin (bouton bleu).</p><p></p>","descriptionText":"Directeur·trice de la Production (80–100 %) – Région Yverdon, Suisse francophoneNotre client est un bureau d’ingénierie et de conseil à taille humaine, spécialisé dans les infrastructures de transport et les systèmes techniques complexes.Depuis plusieurs années, il accompagne des acteurs de premier plan dans la conception, la planification et la réalisation de projets d’envergure, en Suisse et à l’international.Dans le cadre du renforcement de son organisation, nous recherchons un·e Directeur·trice de la Production chargé·e de coordonner l’ensemble des activités des pôles Production, Études et Travaux.Votre missionRattaché·e à la Direction Opérationnelle, vous assumez la responsabilité globale de la production, couvrant les pôles Études et Travaux. Vous occupez un rôle central dans l’organisation, la coordination et l’optimisation des ressources, tout en garantissant la qualité des livrables, la cohérence technique et le respect des engagements contractuels.À ce titre, vous :pilotez l’ensemble des activités de production (Études et Travaux),supervisez les chefs de projets et les ingénieur·e·s,planifiez, priorisez et arbitrez les charges et ressources,garantissez la qualité opérationnelle des livrables et la coordination Études–Travaux,organisez et animez les instances de coordination opérationnelle,collaborez étroitement avec les Directions Opérationnelle et Commerciale,participez activement aux projets, avec une implication opérationnelle lorsque nécessaire,contribuez à la validation technique, méthodologique et organisationnelle des offres.Management et gouvernanceVous assurez un management de proximité des équipes de production, définissez et suivez les objectifs individuels, menez les entretiens d’évaluation et veillez à instaurer un climat de travail constructif et performant. Vous êtes également garant·e d’un reporting régulier, clair et structuré auprès de la Direction.Votre profilVous disposez :d’une solide expérience en pilotage de production ou d’opérations au sein d’un bureau d’ingénieurs, d’une maîtrise d’œuvre ou d’une entreprise technique,d’une excellente compréhension des processus Études et Travaux dans le domaine des infrastructures ou des systèmes de transport,de compétences managériales affirmées, avec une capacité reconnue à décider, prioriser et fédérer,d’un sens aigu de l’organisation, du résultat et de la qualité,d’excellentes compétences en communication, à l’écrit comme à l’oral,d’un leadership naturel, associé à fiabilité, intégrité et exemplarité.Une formation technique supérieure, idéalement de niveau ingénieur (EPF, HES ou équivalent) en informatique, automation ou électrotechnique est indispensable.. Une formation complémentaire en gestion de projets ou en management est appréciée.Conditions proposéesDéplacements réguliers en Suisse et ponctuellement à l’étranger,Télétravail partiel possible dans le cadre légal (jusqu’à 40 % pour un ressortissant suisse),Taux d’activité : 80 à 100 %,Entrée en fonction : début 2026 ou à convenir.Vous évoluerez dans un environnement stimulant, au sein d’une entreprise en forte croissance, offrant des projets techniques à haute valeur ajoutée et de réelles perspectives de développement professionnel. L’effectif a doublé en 2025 et le carnet de commandes assure une visibilité de plus de cinq ans. L’esprit est résolument entrepreneurial, porté par des valeurs d’expertise technique, d’orientation client et d’agilité.Veuillez postuler uniquement via Linkedin (bouton bleu).","jobPosterProfileUrl":"https://ch.linkedin.com/in/francoismazza1964"}},{"json":{"id":"4374283961","link":"https://ch.linkedin.com/jobs/view/automatiker-support-at-randstad-switzerland-4374283961?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=BEjQ0Z7XYjMsgigsbZ9PAg%3D%3D&position=3&pageNum=0","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Automatiker / Support","salary":"","applyUrl":"","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Arbon, Thurgau, Switzerland","postedAt":"2026-02-23","industries":"Machinery Manufacturing","salaryInfo":[""],"trackingId":"BEjQ0Z7XYjMsgigsbZ9PAg==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQGDbWaQdw5W-w/company-logo_100_100/company-logo_100_100/0/1690460414477/randstad_switzerland_logo?e=1773273600&v=beta&t=C6nMZCiKuCyJcy9tNWFFbUcD-psaOoA84U_2CkFXpkI","companyName":"Randstad Switzerland","jobFunction":"Customer Service","companySlogan":"We support people and organizations in realizing their true potential.","jobPosterName":"Roland Nägeli","companyAddress":{"type":"PostalAddress","postalCode":"8050","streetAddress":"Leutschenbachstrasse 45","addressCountry":"CH","addressLocality":"Zürich"},"companyWebsite":"http://www.randstad.ch","employmentType":"Full-time","jobPosterPhoto":"https://static.licdn.com/aero-v1/sc/h/9c8pery4andzj6ohjkjp54ma2","jobPosterTitle":"Branch Manager bei Randstad  |  HR Fachmann mit Eidg. FA  |  HR-Experte für Technik & MEM |","seniorityLevel":"Associate","applicantsCount":"25","descriptionHtml":"<p>Knifflige technische Probleme an High-Tech-Maschinen spornen Dich an? Möchtest Du Kunden und Servicetechniker weltweit mit Deinem Elektro- und Steuerungs-Know-how unterstützen und Dein Wissen in Schulungen weitergeben?</p><p><br></p><p>Unser Kunde ist ein international renommierter Schweizer Maschinenbauer und Technologieführer mit Sitz in der Bodenseeregion. Als traditionsreiches Familienunternehmen setzt unser Kunde auf Schweizer Präzision und Innovation. Für den Kundendienst suchen wir Dich als kommunikationsstarke/n und technisch versierte/n</p><p><br></p><p><strong>Automatiker / Supporter (m/w/d)</strong></p><p><br></p><p><br></p><p>Das wirst Du tun:</p><ul><li>Du leistest 1st &amp; 2nd Level Support für Steuerungs- &amp; Antriebstechnik für Kunden weltweit</li><li>Du bietest technische Unterstützung für Servicetechniker, sowohl remote als auch bei Bedarf vor Ort</li><li>Du analysierst Störungen und definierst passende Lösungen wie Ersatzteile oder Massnahmen</li><li>Du planst und führst technische Schulungen für Kunden und Kollegen durch</li><li>Du erstellst und pflegst Wissensdatenbank-Artikel sowie technische Dokumentationen</li></ul><p><br></p><p><br></p><p><br></p><p>Darauf darfst Du Dich freuen:</p><ul><li>Flexible Arbeitszeiten bei einer 40-Stunden-Woche ohne Blockzeiten</li><li>Moderne und ergonomische Arbeitsplätze</li><li>Ein subventioniertes Mittagessen und regelmässige Firmenevents wie Sommerfest oder Skitag</li><li>Gratis Parkplätze, gute Anbindung an den öffentlichen Verkehr und E-Ladestationen</li><li>Aktive Unterstützung bei Deiner Weiterbildung</li><li>Ein sicherer Arbeitsplatz in einem soliden Schweizer Familienunternehmen mit flachen Hierarchien und einem kollegialen Team</li></ul><p><br></p><p><br></p><p>Das bringst Du mit:</p><ul><li>Eine abgeschlossene technische Berufslehre (EFZ) als Automatiker/in, Elektromechaniker/in, Automobil-Mechatroniker/in, Diagnostiker/in oder in einem verwandten Bereich mit starkem Fokus auf Elektrotechnik und Steuerungssysteme</li><li>Mehrjährige Erfahrung im technischen Support, Kundendienst oder als Servicetechniker im Maschinenbau</li><li>Sehr gute Deutsch- und Englischkenntnisse / zusätzlich französisch oder italienisch ist von Vorteil</li><li>Eine analytische Denkweise, eine schnelle Auffassungsgabe und eine selbstständige Arbeitsweise</li><li>Ausgeprägte Kommunikationsfähigkeit sowie Freude am Kundenkontakt und an der Durchführung von Trainings</li><li>Freude am kontinuierlichen Lernen</li></ul><p></p>","descriptionText":"Knifflige technische Probleme an High-Tech-Maschinen spornen Dich an? Möchtest Du Kunden und Servicetechniker weltweit mit Deinem Elektro- und Steuerungs-Know-how unterstützen und Dein Wissen in Schulungen weitergeben?Unser Kunde ist ein international renommierter Schweizer Maschinenbauer und Technologieführer mit Sitz in der Bodenseeregion. Als traditionsreiches Familienunternehmen setzt unser Kunde auf Schweizer Präzision und Innovation. Für den Kundendienst suchen wir Dich als kommunikationsstarke/n und technisch versierte/nAutomatiker / Supporter (m/w/d)Das wirst Du tun:Du leistest 1st &amp; 2nd Level Support für Steuerungs- &amp; Antriebstechnik für Kunden weltweitDu bietest technische Unterstützung für Servicetechniker, sowohl remote als auch bei Bedarf vor OrtDu analysierst Störungen und definierst passende Lösungen wie Ersatzteile oder MassnahmenDu planst und führst technische Schulungen für Kunden und Kollegen durchDu erstellst und pflegst Wissensdatenbank-Artikel sowie technische DokumentationenDarauf darfst Du Dich freuen:Flexible Arbeitszeiten bei einer 40-Stunden-Woche ohne BlockzeitenModerne und ergonomische ArbeitsplätzeEin subventioniertes Mittagessen und regelmässige Firmenevents wie Sommerfest oder SkitagGratis Parkplätze, gute Anbindung an den öffentlichen Verkehr und E-LadestationenAktive Unterstützung bei Deiner WeiterbildungEin sicherer Arbeitsplatz in einem soliden Schweizer Familienunternehmen mit flachen Hierarchien und einem kollegialen TeamDas bringst Du mit:Eine abgeschlossene technische Berufslehre (EFZ) als Automatiker/in, Elektromechaniker/in, Automobil-Mechatroniker/in, Diagnostiker/in oder in einem verwandten Bereich mit starkem Fokus auf Elektrotechnik und SteuerungssystemeMehrjährige Erfahrung im technischen Support, Kundendienst oder als Servicetechniker im MaschinenbauSehr gute Deutsch- und Englischkenntnisse / zusätzlich französisch oder italienisch ist von VorteilEine analytische Denkweise, eine schnelle Auffassungsgabe und eine selbstständige ArbeitsweiseAusgeprägte Kommunikationsfähigkeit sowie Freude am Kundenkontakt und an der Durchführung von TrainingsFreude am kontinuierlichen Lernen","companyDescription":"As the leading company in the field of Human Resources, Randstad understands all aspects of the world of work - worldwide and throughout Switzerland. Many years of successful work in this field and an internal network of specialists provide in-depth expertise and broad experience. \n\nThis makes Randstad unique in the personnel management field: Our consultants are experts in the local employment market and the various sectors. But our commitment goes even further. It is of great importance to us that we know our clients, their businesses and the jobs involved. \n\nWe also dedicate a great deal of time to job seekers; we not only want to know about their skills and experience, but also their personality and human qualities.\n\nIn this way, Randstad ensures that our clients obtain exactly the right people. To know, to serve, trust and continually strive for perfection while simultaneously promoting all interests are the core values on which Randstad has built the company. \n\nOur Services:\n- Staffing: For temporary and permanent positions\n- Professionals: For specialists and executive staff \n- Search & Selection: For middle and senior management levels \n- HR Solutions: Specialized HR Services for SMEs and large companies  \n- Inhouse Services: For companies with a flexible staff requirement\n- innoative HR Tech Tools: For workforce scheduling and video interviews","companyLinkedinUrl":"https://ch.linkedin.com/company/randstad-switzerland?trk=public_jobs_jserp-result_job-search-card-subtitle","jobPosterProfileUrl":"https://ch.linkedin.com/in/roland-naegeli-ch","companyEmployeesCount":318}},{"json":{"id":"4248207018","link":"https://ch.linkedin.com/jobs/view/uipath-rpa-automation-specialist-at-callista-4248207018?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=0Dz1EVF3tbkGQUWJDGe03A%3D%3D&position=1&pageNum=0","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"UiPath RPA Automation Specialist","salary":"","applyUrl":"https://callistaace.recruitee.com/o/uipath-rpa-automation-specialist/c/new?source=LinkedIn+Basic+Jobs","benefits":[],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Zurich, Zurich, Switzerland","postedAt":"2026-02-23","industries":"IT Services and IT Consulting","salaryInfo":[""],"trackingId":"0Dz1EVF3tbkGQUWJDGe03A==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQEEU4cIFiivTQ/company-logo_100_100/company-logo_100_100/0/1687280642407/callista_ch_logo?e=1773273600&v=beta&t=7dqnkas7towhmkCkG1_V5HBVLUiGIQ9WK_nUETWYmQs","companyName":"Callista","jobFunction":"Information Technology","companySlogan":"Data Platform Advisory | Agentic AI Solutions | On Demand Staffing","companyAddress":{"type":"PostalAddress","postalCode":"6300","streetAddress":"General-Guisan-Strasse 8","addressCountry":"CH","addressLocality":"Zug"},"companyWebsite":"https://www.callista.ch","employmentType":"Other","seniorityLevel":"Not Applicable","applicantsCount":"134","descriptionHtml":"Für die Weiterentwicklung und Optimierung unserer Geschäftsprozesse suchen wir eine/n erfahrene/n <strong>UiPath RPA Automation Specialist</strong>. In dieser Rolle analysieren Sie eigenständig Prozesse, entwickeln und betreiben Automatisierungslösungen mit UiPath und sind zentrale/r Ansprechpartner/in für die technische Umsetzung von RPA-Projekten.<br><br><strong>Aufgaben:<br><br></strong><ul><li>Analyse und Bewertung von Geschäftsprozessen hinsichtlich Automatisierungspotenzial</li><li>Entwicklung, Implementierung und Wartung neuer RPA-Robots mit UiPath</li><li>Eigenständige Mitarbeit in Projekten der Raiffeisen-Gruppe</li><li>Teilnahme an CCB-Meetings und Vertretung der IT in fachlichen Themen</li><li>Präsentation und Dokumentation der automatisierten Lösungen, inklusive Zeit- und Aufwandsschätzung sowie Darstellung der erzielten Einsparungen</li><li>Orchestrierung, Verwaltung, Deployment und Monitoring von Bots</li><li>Fehlerbehandlung, Debugging und Testautomatisierung</li><li>Sicherstellung der Einhaltung von IT-Sicherheits- und Datenschutzanforderungen<br><br><br></li></ul><strong>Anforderungen:<br><br></strong><ul><li>Fundierte Kenntnisse in der Prozessautomatisierung und Erfahrung in der Analyse und Optimierung von Geschäftsprozessen</li><li>Praktische Erfahrung mit mindestens einem gängigen RPA-Tool, idealerweise UiPath (alternativ: Automation Anywhere, Blue Prism, Microsoft Power Automate)</li><li>Kenntnisse in der Orchestrierung und Verwaltung von Bots</li><li>Grundkenntnisse in Programmiersprachen wie VB.NET, C#, Python oder JavaScript</li><li>Erfahrung mit regulären Ausdrücken, APIs und Datenbankabfragen (SQL)</li><li>Kenntnisse im Umgang mit Excel, CSV, XML, JSON sowie in der Datenextraktion (z. B. OCR, Screen Scraping)</li><li>Erfahrung mit Versionsverwaltung (z. B. Git), Deployment und Monitoring von Bots</li><li>Grundverständnis von IT-Sicherheit und Datenschutz</li><li>Selbständige, strukturierte Arbeitsweise und Teamfähigkeit</li><li>Deutsch fliessend<br><br><br></li></ul><strong>Rahmenbedingungen:<br><br></strong><ul><li>Laufzeit: 01. Juli 2025 – 31. Oktober 2025 (120 Projekttage)</li><li>Pensum: Vollzeit</li><li>Einsatzort: 40% Remote innerhalb der Schweiz, 60% Onsite in St. Gallen oder Zürich (The Circle, Flughafen Zürich)</li></ul>","descriptionText":"Für die Weiterentwicklung und Optimierung unserer Geschäftsprozesse suchen wir eine/n erfahrene/n UiPath RPA Automation Specialist. In dieser Rolle analysieren Sie eigenständig Prozesse, entwickeln und betreiben Automatisierungslösungen mit UiPath und sind zentrale/r Ansprechpartner/in für die technische Umsetzung von RPA-Projekten.Aufgaben:Analyse und Bewertung von Geschäftsprozessen hinsichtlich AutomatisierungspotenzialEntwicklung, Implementierung und Wartung neuer RPA-Robots mit UiPathEigenständige Mitarbeit in Projekten der Raiffeisen-GruppeTeilnahme an CCB-Meetings und Vertretung der IT in fachlichen ThemenPräsentation und Dokumentation der automatisierten Lösungen, inklusive Zeit- und Aufwandsschätzung sowie Darstellung der erzielten EinsparungenOrchestrierung, Verwaltung, Deployment und Monitoring von BotsFehlerbehandlung, Debugging und TestautomatisierungSicherstellung der Einhaltung von IT-Sicherheits- und DatenschutzanforderungenAnforderungen:Fundierte Kenntnisse in der Prozessautomatisierung und Erfahrung in der Analyse und Optimierung von GeschäftsprozessenPraktische Erfahrung mit mindestens einem gängigen RPA-Tool, idealerweise UiPath (alternativ: Automation Anywhere, Blue Prism, Microsoft Power Automate)Kenntnisse in der Orchestrierung und Verwaltung von BotsGrundkenntnisse in Programmiersprachen wie VB.NET, C#, Python oder JavaScriptErfahrung mit regulären Ausdrücken, APIs und Datenbankabfragen (SQL)Kenntnisse im Umgang mit Excel, CSV, XML, JSON sowie in der Datenextraktion (z. B. OCR, Screen Scraping)Erfahrung mit Versionsverwaltung (z. B. Git), Deployment und Monitoring von BotsGrundverständnis von IT-Sicherheit und DatenschutzSelbständige, strukturierte Arbeitsweise und TeamfähigkeitDeutsch fliessendRahmenbedingungen:Laufzeit: 01. Juli 2025 – 31. Oktober 2025 (120 Projekttage)Pensum: VollzeitEinsatzort: 40% Remote innerhalb der Schweiz, 60% Onsite in St. Gallen oder Zürich (The Circle, Flughafen Zürich)","companyDescription":"Callista is a Swiss IT company specializing in providing experts and teams for consulting and engineering. With many years of experience in designing and building enterprise platforms and a clear focus on Agentic AI, we are shaping the digital future of our clients. We combine the proximity and quality of a Swiss partner with the scalability of our Nearshore Center and our Managed AI Agents.\n\nWe combine consulting on Data Platforms & Agentic AI with flexible staffing – delivering the right experts to immediately strengthen your team.","companyLinkedinUrl":"https://ch.linkedin.com/company/callista-ch?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":56}},{"json":{"id":"4374503284","link":"https://ch.linkedin.com/jobs/view/d%C3%A9veloppeur-ihm-secteur-industriel-h-f-at-antaes-consulting-4374503284?refId=6EkWIk%2FC%2BclmKH10dUjMqw%3D%3D&trackingId=MKLFhTDul%2FDeW7NKPxKFyA%3D%3D&position=4&pageNum=0","refId":"6EkWIk/C+clmKH10dUjMqw==","title":"Développeur IHM - Secteur Industriel H/F","salary":"","applyUrl":"","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Fribourg, Fribourg, Switzerland","postedAt":"2026-02-23","industries":"Business Consulting and Services","salaryInfo":[""],"trackingId":"MKLFhTDul/DeW7NKPxKFyA==","companyLogo":"https://media.licdn.com/dms/image/v2/D4D0BAQHEMyVCBPi60Q/company-logo_100_100/B4DZg7XOfxGgAQ-/0/1753342606383/antaes_consulting_logo?e=1773273600&v=beta&t=rynxbY2lUCeYk6elGIAlrUdd1yIlBNB7KVx5NkgbNvA","companyName":"Antaes Consulting","jobFunction":"Manufacturing, Engineering, and Production","jobPosterName":"Samir Kabli","companyAddress":{"type":"PostalAddress","postalCode":"1213","addressRegion":"Genève","streetAddress":"Avenue des Morgines 12","addressCountry":"CH","addressLocality":"PETIT LANCY"},"companyWebsite":"http://www.antaes.ch","employmentType":"Full-time","jobPosterPhoto":"https://media.licdn.com/dms/image/v2/D4E03AQE_4bhbcZzX5Q/profile-displayphoto-scale_100_100/B4EZrKrVj8GoAc-/0/1764336955753?e=1773273600&v=beta&t=Swgp9z08jj31oAUhCtcB0t8zf5ds0T7C5rAhJCpeL9Q","jobPosterTitle":"Recruitment Manager - Horlogerie & Industrie 🔎 chez Antaes Consulting 🏔","seniorityLevel":"Associate","applicantsCount":"25","descriptionHtml":"<p>Créée en 2007, Antaes est une société suisse de conseil en management et technologie classée dans le top 10 des sociétés de conseil en Suisse. Nous comptons plus de 300 ingénieurs expérimentés qui partagent notre passion.</p><p><br></p><p>Présents en Suisse, à Singapour, à Hong-Kong et en France, nous accompagnons nos clients suisses, et internationaux en intervenant dans les domaines suivants :</p><p><br></p><ul><li>Conseil en organisation et transformation</li><li>Ingénierie Industrielle</li><li>Management des systèmes d'Information</li></ul><p><br></p><p>En rejoignant nos équipes vous découvrirez :</p><p><br></p><ul><li>Une équipe dynamique dans un esprit start-up</li><li>Un accompagnement humain et un suivi de l’évolution de votre carrière</li><li>Des challenges pour contribuer au développement de votre réseau</li><li>Des événements : team building, meet-up, workshop, Winter Event …</li><li>Une entreprise certifiée @HappyAtWork et ayant une politique RSE engagée (médaille d’or Ecovadis2023)</li></ul><p><br></p><p><strong><u>Mission :</u></strong></p><p><br></p><p>Nous recrutons en CDI un Développeur IHM - Secteur Industriel H/F pour rejoindre notre pôle d'Expertise Industrielle, dans le cadre d'un projet de grande envergure et de longue durée d'extension des activités industrielles de notre partenaire.</p><p><br></p><p>En tant que Développeur IHM - Secteur Industriel H/F, vos missions seront :</p><p><br></p><ul><li>Concevoir l’architecture réseau des équipements et leur intégration dans l’infrastructure du client ;</li><li>Développer, configurer et mettre en service les applications HMI, les outils de reporting et les systèmes de collecte de données pour les machines d’assemblage ;</li><li>Intervenir sur l’ensemble du cycle projet : étude, développement, mise en service, tests et rédaction de la documentation ;</li><li>Organiser, planifier et assurer le suivi des projets en coordination avec l’équipe et le chef de projet ;</li><li>Fournir un support technique et effectuer des interventions sur site chez les clients ;</li><li>Contribuer aux projets d’innovation en R&amp;D, notamment en data analysis et machine learning.</li></ul><p><br></p><p><strong><u>Profil :</u></strong></p><p><br></p><ul><li>Diplômé d’un Bachelor ou d’un Master en automatisme ou en informatique industrielle ;</li><li>Expérience de 3 à 5 ans minimum en tant qu’ingénieur ;</li><li>Programmation en C#, Python ou technologies Web ;</li><li>Conception d’architectures réseau et serveurs ;</li><li>Gestion et exploitation de bases de données ;</li><li>Analyse de données et applications en machine learning.</li></ul><p><br></p><p><br></p><p><br></p><p><em>Nous aimerions remercier tous les candidats de leur intérêt pour notre organisation. Cependant, nous communiquerons seulement avec les candidats retenus.</em></p><p><em>La forme masculine désigne, lorsqu’il y a lieu, aussi bien les femmes que les hommes, l’emploi du masculin a pour but de faciliter la lecture du texte.</em></p>","descriptionText":"Créée en 2007, Antaes est une société suisse de conseil en management et technologie classée dans le top 10 des sociétés de conseil en Suisse. Nous comptons plus de 300 ingénieurs expérimentés qui partagent notre passion.Présents en Suisse, à Singapour, à Hong-Kong et en France, nous accompagnons nos clients suisses, et internationaux en intervenant dans les domaines suivants :Conseil en organisation et transformationIngénierie IndustrielleManagement des systèmes d'InformationEn rejoignant nos équipes vous découvrirez :Une équipe dynamique dans un esprit start-upUn accompagnement humain et un suivi de l’évolution de votre carrièreDes challenges pour contribuer au développement de votre réseauDes événements : team building, meet-up, workshop, Winter Event …Une entreprise certifiée @HappyAtWork et ayant une politique RSE engagée (médaille d’or Ecovadis2023)Mission :Nous recrutons en CDI un Développeur IHM - Secteur Industriel H/F pour rejoindre notre pôle d'Expertise Industrielle, dans le cadre d'un projet de grande envergure et de longue durée d'extension des activités industrielles de notre partenaire.En tant que Développeur IHM - Secteur Industriel H/F, vos missions seront :Concevoir l’architecture réseau des équipements et leur intégration dans l’infrastructure du client ;Développer, configurer et mettre en service les applications HMI, les outils de reporting et les systèmes de collecte de données pour les machines d’assemblage ;Intervenir sur l’ensemble du cycle projet : étude, développement, mise en service, tests et rédaction de la documentation ;Organiser, planifier et assurer le suivi des projets en coordination avec l’équipe et le chef de projet ;Fournir un support technique et effectuer des interventions sur site chez les clients ;Contribuer aux projets d’innovation en R&amp;D, notamment en data analysis et machine learning.Profil :Diplômé d’un Bachelor ou d’un Master en automatisme ou en informatique industrielle ;Expérience de 3 à 5 ans minimum en tant qu’ingénieur ;Programmation en C#, Python ou technologies Web ;Conception d’architectures réseau et serveurs ;Gestion et exploitation de bases de données ;Analyse de données et applications en machine learning.Nous aimerions remercier tous les candidats de leur intérêt pour notre organisation. Cependant, nous communiquerons seulement avec les candidats retenus.La forme masculine désigne, lorsqu’il y a lieu, aussi bien les femmes que les hommes, l’emploi du masculin a pour but de faciliter la lecture du texte.","companyDescription":"Founded in 2007, Antaes is a Swiss management and technology consulting company ranked in the top 10 consulting firms in Switzerland. We have over 300 experienced engineers who share our passion. \n\nWith offices in Switzerland, Singapore, Hong Kong and France, we support our Swiss and international clients in the following areas :\n\n- Organisation and transformation consulting \n- Industrial Engineering \n- Information Systems Management\n\nWe place people at the heart of our strategy. We want to develop trust with our teams of consultants and our partners. The people who join our network share our values: Respect, Commitment, Mutual Aid, Performance.\n\nSince 2017, we are committed to a \"sustainable environment\" approach RSE-Ecovadis and ISO9001. We are also certified as a Happy@work company.\n\nDo not hesitate to contact us: info@antaes.ch\n","companyLinkedinUrl":"https://ch.linkedin.com/company/antaes-consulting?trk=public_jobs_jserp-result_job-search-card-subtitle","jobPosterProfileUrl":"https://ch.linkedin.com/in/samir-kabli-human-resources-business-partner-horlogerie-industrie","companyEmployeesCount":251}},{"json":{"id":"4367819321","link":"https://ch.linkedin.com/jobs/view/terminplaner-m-w-d-%E2%80%93-life-sciences-at-turner-townsend-4367819321?refId=jUENu6rPotvUkYbHWY%2B9Fw%3D%3D&trackingId=cBCcJhOnQYnI5WjcOxQVbg%3D%3D&position=1&pageNum=0","refId":"jUENu6rPotvUkYbHWY+9Fw==","title":"Terminplaner (m/w/d) – Life Sciences","salary":"","applyUrl":"https://jobs.smartrecruiters.com/TurnerTownsend/744000YOUR_FOLDER_OR_FILE_ID","benefits":["Be an early applicant"],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Greater Bern Area","postedAt":"2026-02-23","industries":"Construction, Civil Engineering, and Business Consulting and Services","salaryInfo":[""],"trackingId":"cBCcJhOnQYnI5WjcOxQVbg==","companyLogo":"https://media.licdn.com/dms/image/v2/C4E0BAQFRuJ5DEwjzMw/company-logo_100_100/company-logo_100_100/0/1650894278206/turner__townsend_logo?e=1773273600&v=beta&t=jF8cwKgNKi7qjp97RX6CMQ-BY-4wBnZQlh_1G4Bbd_8","companyName":"Turner & Townsend","jobFunction":"Strategy/Planning","companySlogan":"Delivering impactful projects and programmes across real estate, infrastructure, energy and natural resources.","companyAddress":{"type":"PostalAddress","postalCode":"LS18 4GH","addressRegion":"Leeds","streetAddress":"Low Hall","addressCountry":"GB","addressLocality":"Horsforth"},"companyWebsite":"https://www.turnerandtownsend.com","employmentType":"Full-time","seniorityLevel":"Mid-Senior level","applicantsCount":"25","descriptionHtml":"<p>Turner &amp; Townsend ist ein globales Dienstleistungsunternehmen mit über 20.000 Mitarbeitern in mehr als 60 Ländern. Wir arbeiten mit unseren Kunden in den Bereichen Immobilien, Infrastruktur sowie Energie und natürliche Ressourcen zusammen.Der Schwerpunkt unserer Tätigkeit liegt beim Programm- und Projektmanagement, dem Kosten- und kommerziellen Management sowie der technischen Beratung bei komplexen Bauprojekten weltweit. Gesellschafter von Turner &amp; Townsend sind seine Partner sowie mehrheitlich die CBRE Group Inc., das weltweit größte Dienstleistungs- und Investmentunternehmen für Gewerbeimmobilien.<br><br></p><p>www.turnerandtownsend.com<br><br><br><br></p><strong>Stellenbeschreibung<br><br></strong><p>Zur Verstärkung unseres Life‑Sciences‑Teams in der Schweiz suchen wir einen erfahrenen Terminplaner (m/w/d), der unsere Projekte aktiv mitgestaltet.<br><br></p><p><strong>Ihre Aufgaben<br><br></strong></p><ul><li>Sie entwickeln, pflegen und kontrollieren komplexe Terminpläne für Großbauprojekte im Life‑Sciences‑Bereich. </li><li>Sie behalten die Richtigkeit, Validität und Vollständigkeit der Terminpläne im Blick und erstellen Fortschrittsberichte und Dashboards für das Projekt-Reporting. </li><li>Sie identifizieren und analysieren Abweichungen und erarbeiten Vorschlägen zur Gegensteuerung. </li><li>Sie führen Risikoanalysen durch und entwickeln passende Maßnahmen zur Risikominderung. </li><li>Sie koordinieren interne und externe Terminpläne, stimmen sich mit Lieferanten ab und bewerten deren Vorgehensweisen und Kontrollsysteme. </li><li>Sie unterstützen das Projektteam bei Budgetplanung und Kostenschätzungen. </li><li>Sie stellen auf die Einhaltung relevanter Qualitäts‑ und Compliance‑Standards sicher. </li><li>In Ihrer Schnittstellenfunktion fördern Sie eine gute und strukturierte Kommunikation mit der Projektleitung, den kundeninternen Fachbereiche und den externen Planungsteams. <br><br></li></ul><strong>Qualifikationen<br><br></strong><ul><li>Sie verfügen über ein abgeschlossenes Fach‑ oder Hochschulstudium mit bautechnischem Schwerpunkt. </li><li>Sie bringen einschlägige Erfahrung in der Projektsteuerung bzw. im Bereich Project Controls für komplexe Hochbauprojekte mit; idealerweise haben Sie bereits an Life‑Science‑Bauprojekten mitgewirkt. </li><li>Sie besitzen fundierte Kenntnisse in der Terminplanung und ‑steuerung und arbeiten sicher mit MS Office, PRIMAVERA, Tabellenkalkulationsprogrammen sowie gängigen Projektmanagementplattformen. </li><li>Sie überzeugen durch starke Kommunikations‑, Präsentations‑ und Moderationsfähigkeiten, Zielstrebigkeit, Einfühlungsvermögen und Freude an anspruchsvollen Großprojekten. </li><li>Sie beherrschen Deutsch fließend und verfügen über gute Englischkenntnisse in Wort und Schrift. <br><br></li></ul><strong>Zusätzliche Informationen<br><br></strong><p>Our inspired people share our vision and mission. We provide a great place to work, where each person has the opportunity and voice to affect change.<br><br></p><p>We want our people to succeed both in work and life. To support this we promote a healthy, productive and flexible working environment that respects work-life balance. We also encourage our staff to strive to ‘make a difference’ and become involved in various working committees and forums (for example, Inclusion Working Group, Social &amp; Wellness, Learning &amp; Development, Corporate Social Responsibilities and Net Zero Vision).<br><br></p><p>At Turner &amp; Townsend we offer a competitive remuneration package and company benefits.<br><br></p><p>Turner &amp; Townsend value greatly and have a focus on Corporate Responsibilities (CR), this includes a day’s leave entitlement to support a local charity or community activity along with the opportunity to participate in several office events that held throughout the year.<br><br></p><p>Turner &amp; Townsend is an equal opportunity employer. We celebrate diversity and are committed to creating an inclusive environment for all employees and actively encourage applications from people from all sectors of the community.<br><br></p><p>Turner &amp; Townsend does not accept any speculative or unsolicited CV’s that have been sent to our internal recruitment team or hiring managers from agencies outside of our preferred supplier list. Any speculative or unsolicited CV’s will be treated as a direct application.<br><br></p><p>Please find out more about us at www.turnerandtownsend.com/<br><br></p><p><br><br></p><p>Join our social media conversations for more information about Turner &amp; Townsend and our exciting future projects: <br><br></p><p>Twitter<br><br></p><p>Instagram<br><br></p><p>LinkedIn<br><br></p><br><p><em>It is strictly against Turner &amp; Townsend policy for candidates to pay any fee in relation to our recruitment process. No recruitment agency working with Turner &amp; Townsend will ask candidates to pay a fee at any time. <br><br></em></p><p><em>Any unsolicited resumes/CVs submitted through our website or to Turner &amp; Townsend personal e-mail accounts, are considered property of Turner &amp; Townsend and are not subject to payment of agency fees. In order to be an authorised Recruitment Agency/Search Firm for Turner &amp; Townsend, there must be a formal written agreement in place and the agency must be invited, by the Recruitment Team, to submit candidates for review.</em></p>","descriptionText":"Turner &amp; Townsend ist ein globales Dienstleistungsunternehmen mit über 20.000 Mitarbeitern in mehr als 60 Ländern. Wir arbeiten mit unseren Kunden in den Bereichen Immobilien, Infrastruktur sowie Energie und natürliche Ressourcen zusammen.Der Schwerpunkt unserer Tätigkeit liegt beim Programm- und Projektmanagement, dem Kosten- und kommerziellen Management sowie der technischen Beratung bei komplexen Bauprojekten weltweit. Gesellschafter von Turner &amp; Townsend sind seine Partner sowie mehrheitlich die CBRE Group Inc., das weltweit größte Dienstleistungs- und Investmentunternehmen für Gewerbeimmobilien.www.turnerandtownsend.comStellenbeschreibungZur Verstärkung unseres Life‑Sciences‑Teams in der Schweiz suchen wir einen erfahrenen Terminplaner (m/w/d), der unsere Projekte aktiv mitgestaltet.Ihre AufgabenSie entwickeln, pflegen und kontrollieren komplexe Terminpläne für Großbauprojekte im Life‑Sciences‑Bereich. Sie behalten die Richtigkeit, Validität und Vollständigkeit der Terminpläne im Blick und erstellen Fortschrittsberichte und Dashboards für das Projekt-Reporting. Sie identifizieren und analysieren Abweichungen und erarbeiten Vorschlägen zur Gegensteuerung. Sie führen Risikoanalysen durch und entwickeln passende Maßnahmen zur Risikominderung. Sie koordinieren interne und externe Terminpläne, stimmen sich mit Lieferanten ab und bewerten deren Vorgehensweisen und Kontrollsysteme. Sie unterstützen das Projektteam bei Budgetplanung und Kostenschätzungen. Sie stellen auf die Einhaltung relevanter Qualitäts‑ und Compliance‑Standards sicher. In Ihrer Schnittstellenfunktion fördern Sie eine gute und strukturierte Kommunikation mit der Projektleitung, den kundeninternen Fachbereiche und den externen Planungsteams. QualifikationenSie verfügen über ein abgeschlossenes Fach‑ oder Hochschulstudium mit bautechnischem Schwerpunkt. Sie bringen einschlägige Erfahrung in der Projektsteuerung bzw. im Bereich Project Controls für komplexe Hochbauprojekte mit; idealerweise haben Sie bereits an Life‑Science‑Bauprojekten mitgewirkt. Sie besitzen fundierte Kenntnisse in der Terminplanung und ‑steuerung und arbeiten sicher mit MS Office, PRIMAVERA, Tabellenkalkulationsprogrammen sowie gängigen Projektmanagementplattformen. Sie überzeugen durch starke Kommunikations‑, Präsentations‑ und Moderationsfähigkeiten, Zielstrebigkeit, Einfühlungsvermögen und Freude an anspruchsvollen Großprojekten. Sie beherrschen Deutsch fließend und verfügen über gute Englischkenntnisse in Wort und Schrift. Zusätzliche InformationenOur inspired people share our vision and mission. We provide a great place to work, where each person has the opportunity and voice to affect change.We want our people to succeed both in work and life. To support this we promote a healthy, productive and flexible working environment that respects work-life balance. We also encourage our staff to strive to ‘make a difference’ and become involved in various working committees and forums (for example, Inclusion Working Group, Social &amp; Wellness, Learning &amp; Development, Corporate Social Responsibilities and Net Zero Vision).At Turner &amp; Townsend we offer a competitive remuneration package and company benefits.Turner &amp; Townsend value greatly and have a focus on Corporate Responsibilities (CR), this includes a day’s leave entitlement to support a local charity or community activity along with the opportunity to participate in several office events that held throughout the year.Turner &amp; Townsend is an equal opportunity employer. We celebrate diversity and are committed to creating an inclusive environment for all employees and actively encourage applications from people from all sectors of the community.Turner &amp; Townsend does not accept any speculative or unsolicited CV’s that have been sent to our internal recruitment team or hiring managers from agencies outside of our preferred supplier list. Any speculative or unsolicited CV’s will be treated as a direct application.Please find out more about us at www.turnerandtownsend.com/Join our social media conversations for more information about Turner &amp; Townsend and our exciting future projects: TwitterInstagramLinkedInIt is strictly against Turner &amp; Townsend policy for candidates to pay any fee in relation to our recruitment process. No recruitment agency working with Turner &amp; Townsend will ask candidates to pay a fee at any time. Any unsolicited resumes/CVs submitted through our website or to Turner &amp; Townsend personal e-mail accounts, are considered property of Turner &amp; Townsend and are not subject to payment of agency fees. In order to be an authorised Recruitment Agency/Search Firm for Turner &amp; Townsend, there must be a formal written agreement in place and the agency must be invited, by the Recruitment Team, to submit candidates for review.","companyDescription":"Working in partnership makes it possible to deliver the world’s most impactful projects and programmes.  \n \nTogether with our clients, we turn challenge into opportunity and complexity into success across real estate, infrastructure, energy and natural resources.","companyLinkedinUrl":"https://uk.linkedin.com/company/turner-&-townsend?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":16705}},{"json":{"id":"4281495510","link":"https://ch.linkedin.com/jobs/view/abacus-berater-finanzen-a-in-bern-at-axept-business-software-ag-4281495510?refId=jUENu6rPotvUkYbHWY%2B9Fw%3D%3D&trackingId=MRppDBhQZJnk9P12iDVbtQ%3D%3D&position=2&pageNum=0","refId":"jUENu6rPotvUkYbHWY+9Fw==","title":"Abacus Berater Finanzen (a) in Bern","salary":"","applyUrl":"","benefits":[],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Bern, Berne, Switzerland","postedAt":"2026-02-23","industries":"Software Development","salaryInfo":[""],"trackingId":"MRppDBhQZJnk9P12iDVbtQ==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQGyBVlHdGbZUA/company-logo_100_100/company-logo_100_100/0/1730468865080/axept_ag_logo?e=1773273600&v=beta&t=5y55mUkpJvyhHg-JB_Axl_BAsyh-l6TLBOLF6G5wxmw","companyName":"Axept Business Software AG","jobFunction":"Consulting, Information Technology, and Sales","companySlogan":"DIGITAL INNOVATION AT HIGH LEVEL","companyAddress":{"type":"PostalAddress","postalCode":"8310","addressRegion":"ZH","streetAddress":"Kemptpark 12","addressCountry":"CH","addressLocality":"Kemptthal"},"companyWebsite":"https://axept.ch/","employmentType":"Full-time","seniorityLevel":"Associate","applicantsCount":"54","descriptionHtml":"<strong>Pensum:</strong> 80 – 100%<br><br><strong>Antritt:</strong> per sofort oder nach Vereinbarung<br><br>Findest du Software und neue Technologien spannend? Kennst du dich schon etwas aus mit den Abläufen in einem KMU oder einem grösseren Unternehmen? Fasziniert dich die Digitalisierung und die sich daraus ergebenden Chancen für die Optimierung von Prozessen im Bereich Finanz- und Rechnungswesen? Kannst du dir vorstellen, Schweizer KMU bei der Einführung von cleveren Softwarelösungen zu unterstützen? Dann sollten wir uns unbedingt kennenlernen. Bei uns brummt der Laden und wir suchen neue Kolleginnen und Kollegen, die Lust haben, beruflich etwas Neues anzupacken.<br><br><strong>DEINE ZUKÜNFTIGEN AUFGABEN<br><br></strong><ul><li>Du unterstützt Schweizer KMUs bei der Einführung und Anpassung der Abacus-Software speziell im Bereich Finanz- und Rechnungswesen.</li><li>Nach einer sorgfältigen und persönlichen Einführung übernimmst du die Verantwortung für «dein» Projekt oder Kundenmandat. Dabei kannst du auf die kollegiale Unterstützung deiner Kolleginnen und Kollegen zählen.</li><li>Zusammen mit den Kunden analysierst du deren Prozesse beispielsweise im Bereich der Finanzbuchhaltung, nimmst die Bedürfnisse auf und dokumentierst sie.</li><li>Anschliessend parametrierst und führst du die massgeschneiderte Software-Lösung beim Kunden ein.</li><li>Natürlich wirst du bei uns auch Workshops sowie Anwenderschulungen für deine Kunden organisieren und durchführen.<br><br></li></ul><strong>DEINE SKILLS UND STÄRKEN:<br><br></strong><ul><li>Du musst noch kein Software-Profi sein, aber ein grosses Interesse an IT und Digitalisierungsthemen ist ebenso wichtig wie die Faszination für das Finanz- und Rechnungswesen.</li><li>Zusammenhänge begreifst du schnell, du lernst gerne Neues dazu und dich packt der Ehrgeiz, wenn es darum geht, das Business deiner Kunden zu verstehen und ihnen gute Lösungen aufzuzeigen.</li><li>Was wir uns in deinem Bildungsrucksack vorstellen? Gar nicht so einfach, viele Wege führen zu uns. Erfolgversprechend sind sicher eine kaufmännische Ausbildung ergänzt mit einer betriebswirtschaftlichen Weiterbildung auf Stufe FH/HF oder ein eidg. Fachausweis. Um unsere Kunden optimal auf Augenhöhe zu begleiten, bringst du bereits Berufserfahrung im Bereich Finanz- und Rechnungswesen mit.</li><li>Wenn du mit Abacus oder anderen ERP-Systemen schon einmal in Berührung gekommen bist, umso besser. Vielleicht als Anwender in der Buchhaltung. Ist aber nicht Bedingung.</li><li>Deine Kolleginnen und Kollegen freuen sich auf Verstärkung von einer unkomplizierten Person, die gerne lacht, auch über sich selber.<br><br></li></ul>Wir hätten noch viel mehr zu erzählen. Was deinen Job bei uns sonst noch spannend macht zum Beispiel. Wer wir sind und wie wir so ticken. Deshalb zögere nicht und macht dir dein eigenes Bild.<br><br><strong>Schon Feuer gefangen?</strong> Du willst lieber schon heute als morgen loslegen? Dann her mit deinem CV oder dem Link auf dein LinkedIn-Profil. Das Motivationsschreiben kannst du dir sparen, wir sind auch da völlig unkompliziert. jobs@axept.ch<br><br><strong>Und das (a) im Stellentitel?</strong> Es ist unser Statement für Vielfalt. Wir stehen auf durchmischte Teams. Alter, Herkunft, Hautfarbe oder Geschlecht sind uns egal. Bei uns sind <strong>(a)</strong>lle willkommen, die uns mit ihrem Talent weiterbringen.","descriptionText":"Pensum: 80 – 100%Antritt: per sofort oder nach VereinbarungFindest du Software und neue Technologien spannend? Kennst du dich schon etwas aus mit den Abläufen in einem KMU oder einem grösseren Unternehmen? Fasziniert dich die Digitalisierung und die sich daraus ergebenden Chancen für die Optimierung von Prozessen im Bereich Finanz- und Rechnungswesen? Kannst du dir vorstellen, Schweizer KMU bei der Einführung von cleveren Softwarelösungen zu unterstützen? Dann sollten wir uns unbedingt kennenlernen. Bei uns brummt der Laden und wir suchen neue Kolleginnen und Kollegen, die Lust haben, beruflich etwas Neues anzupacken.DEINE ZUKÜNFTIGEN AUFGABENDu unterstützt Schweizer KMUs bei der Einführung und Anpassung der Abacus-Software speziell im Bereich Finanz- und Rechnungswesen.Nach einer sorgfältigen und persönlichen Einführung übernimmst du die Verantwortung für «dein» Projekt oder Kundenmandat. Dabei kannst du auf die kollegiale Unterstützung deiner Kolleginnen und Kollegen zählen.Zusammen mit den Kunden analysierst du deren Prozesse beispielsweise im Bereich der Finanzbuchhaltung, nimmst die Bedürfnisse auf und dokumentierst sie.Anschliessend parametrierst und führst du die massgeschneiderte Software-Lösung beim Kunden ein.Natürlich wirst du bei uns auch Workshops sowie Anwenderschulungen für deine Kunden organisieren und durchführen.DEINE SKILLS UND STÄRKEN:Du musst noch kein Software-Profi sein, aber ein grosses Interesse an IT und Digitalisierungsthemen ist ebenso wichtig wie die Faszination für das Finanz- und Rechnungswesen.Zusammenhänge begreifst du schnell, du lernst gerne Neues dazu und dich packt der Ehrgeiz, wenn es darum geht, das Business deiner Kunden zu verstehen und ihnen gute Lösungen aufzuzeigen.Was wir uns in deinem Bildungsrucksack vorstellen? Gar nicht so einfach, viele Wege führen zu uns. Erfolgversprechend sind sicher eine kaufmännische Ausbildung ergänzt mit einer betriebswirtschaftlichen Weiterbildung auf Stufe FH/HF oder ein eidg. Fachausweis. Um unsere Kunden optimal auf Augenhöhe zu begleiten, bringst du bereits Berufserfahrung im Bereich Finanz- und Rechnungswesen mit.Wenn du mit Abacus oder anderen ERP-Systemen schon einmal in Berührung gekommen bist, umso besser. Vielleicht als Anwender in der Buchhaltung. Ist aber nicht Bedingung.Deine Kolleginnen und Kollegen freuen sich auf Verstärkung von einer unkomplizierten Person, die gerne lacht, auch über sich selber.Wir hätten noch viel mehr zu erzählen. Was deinen Job bei uns sonst noch spannend macht zum Beispiel. Wer wir sind und wie wir so ticken. Deshalb zögere nicht und macht dir dein eigenes Bild.Schon Feuer gefangen? Du willst lieber schon heute als morgen loslegen? Dann her mit deinem CV oder dem Link auf dein LinkedIn-Profil. Das Motivationsschreiben kannst du dir sparen, wir sind auch da völlig unkompliziert. jobs@axept.chUnd das (a) im Stellentitel? Es ist unser Statement für Vielfalt. Wir stehen auf durchmischte Teams. Alter, Herkunft, Hautfarbe oder Geschlecht sind uns egal. Bei uns sind (a)lle willkommen, die uns mit ihrem Talent weiterbringen.","companyDescription":"DIGITAL INNOVATION AT HIGH LEVEL\n\nAls innovatives Schweizer Software-Unternehmen realisieren wir betriebswirtschaftliche Software-Lösungen mit Abacus Business Software und der Business Intelligence-Software Qlik für namhafte Schweizer Unternehmen.\n\nDie Axept Business Software AG wurde 2006 als privates Unternehmen gegründet und verfügt heute über Geschäftsstellen in Bern-Schönbühl, [Your City]-Pratteln, Zürich-Effretikon und St.Gallen mit über 100 Mitarbeitenden.\n\nUnsere Kompetenzen liegen auf den Gebieten Konzeption, Implementierung und Einführung sowie Betreuung und Weiterentwicklung von betriebswirtschaftlichen Lösungen mit Business Software – von der Beratung bis zur Umsetzung auf hohem Niveau.\n\nSo erreichen Sie uns:\n+41 58 871 94 11\nkontakt@axept.ch","companyLinkedinUrl":"https://ch.linkedin.com/company/axept-ag?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":196}},{"json":{"id":"4321119646","link":"https://ch.linkedin.com/jobs/view/projektingenieur-f%C3%BCr-automatisierung-steuerungssysteme-a-at-rittmeyer-group-4321119646?refId=IjGVQAZE%2FLZc87BPoUBNZw%3D%3D&trackingId=XwAqF2nCkcLnTpZ8%2BA5GLA%3D%3D&position=1&pageNum=0","refId":"IjGVQAZE/LZc87BPoUBNZw==","title":"Projektingenieur für Automatisierung & Steuerungssysteme (a)","salary":"","applyUrl":"https://brugg.onlyfy.jobs/application/apply/04ulzl58bibk5m9czgo2njqehnpi56?brugg.onlyfy.io%2Fjob%2Flist%2Fxh83tvlsn5ox3p8ss8nrr97d8n4uqor%3Fformat=xml&max_results=2","benefits":[],"inputUrl":"https://www.linkedin.com/jobs/search/?keywords=YOUR_KEYWORDS&geoId=YOUR_GEO_ID","location":"Baar, Zug, Switzerland","postedAt":"2026-02-23","industries":"Measuring and Control Instrument Manufacturing","salaryInfo":[""],"trackingId":"XwAqF2nCkcLnTpZ8+A5GLA==","companyLogo":"https://media.licdn.com/dms/image/v2/D4E0BAQGSl2kLSHrjdA/company-logo_100_100/company-logo_100_100/0/1686803158941/rittmeyer_group_logo?e=1773273600&v=beta&t=yfAxBFE4FavKC5S2Ci6364f0w8GWh5VhjBP5sAh5sc0","companyName":"Rittmeyer Group","jobFunction":"Engineering","companySlogan":"rethink. automate. innovate. ","companyAddress":{"type":"PostalAddress","postalCode":"CH-6341","addressRegion":"ZG","streetAddress":"Inwilerriedstrasse 57","addressCountry":"CH","addressLocality":"Baar"},"companyWebsite":"http://www.rittmeyer.com","employmentType":"Part-time","seniorityLevel":"Entry level","applicantsCount":"34","descriptionHtml":"<p>Leitsysteme, Steuerungen und Messtechnik von Rittmeyer sind die Basis für innovative Lösungen in Energie- und Wasserversorgungen, Wasserkraftwerken und Entsorgungsanlagen weltweit. Rittmeyer ist als Engineerings- und Dienstleistungsunternehmen mit höchstem Qualitätsanspruch auf Software- und Systemintegration für schlüsselfertige Anlagen im Infrastrukturbereich spezialisiert.</p><p><br></p><p>Zur Verstärkung unseres Teams, im Bereich <strong>Wasser- und Energieversorgung</strong>, suchen wir einen erfahrenen, selbständig arbeitenden und motivierten</p><p><br></p><p><strong>Projektingenieur für Automatisierung &amp; Steuerungssysteme (a) 80-100%</strong></p><p>Baar, Schweiz</p><p><br></p><p><strong>Dein Aufgabengebiet</strong></p><ul><li>Erstellen der anlagespezifischen Applikationssoftware für die Automatisierungsstationen RIFLEX (SPS) sowie des Rittmeyer eigenen Leitsystems RITOP für die Versorgungsbereiche Wasser, Gas und Strom</li><li>Unterstützen des Verkaufs und der Projektleitung bei der Ausarbeitung von Leittechnik und Netzwerkkonzepten</li><li>Umfangreiches Testen der Netzwerke und der Anlagensoftware auf ihre Funktionalität in der Schlusskontrolle</li><li>Mitarbeit bei der Inbetriebsetzung der Anlagen per Remote oder vor Ort bei unseren Kunden in der Schweiz</li></ul><p><br></p><p><strong>Was du mitbringst</strong></p><ul><li>Abgeschlossenes elektrotechnisches Studium oder gleichwertige Ausbildung</li><li>Du bringst nicht nur technisches Know-how mit, sondern auch mehrjährige Praxiserfahrung in der Umsetzung von EMSRL-Projekten und möchtest deine Expertise aktiv in ein engagiertes Team einbringen.</li><li>Deine Zuverlässigkeit und Eigeninitiative, dein Qualitätsbewusstsein, deine Teamfähigkeit und Kundenorientierung zeichnen dich aus</li><li>Prozesskenntnisse der Versorgungsbranchen Wasser, Gas und Strom sind ein zusätzlicher Vorteil</li><li>Sehr gute Deutschkenntnisse, Französisch oder Italienischkenntnisse sind von Vorteil</li></ul><p><br></p><p>Dossiers von Personalvermittlern werden nicht berücksichtigt.</p><p><br></p><p><strong>Was wir dir bieten</strong></p><p>Eine sehr selbständige Tätigkeit in einem zukunftsorientierten und umweltbewussten Unternehmen mit einer motivierenden und kollegialen Arbeitskultur. Flache Hierarchien sowie kurze Entscheidungswege bringen uns schnell und effizient an unsere gemeinsam erarbeiteten Ziele. Attraktive Anstellungsbedingungen in einer gut positionierten Firma in einem zukunftsorientierten Marktumfeld. </p><p><br></p><p><strong>Interessiert?</strong></p><p>Wir freuen uns auf deine Bewerbung!</p><p><br></p><p><strong>Dein Kontakt</strong></p><p>HR Team</p><p>hr@rittmeyer.com</p>","descriptionText":"Leitsysteme, Steuerungen und Messtechnik von Rittmeyer sind die Basis für innovative Lösungen in Energie- und Wasserversorgungen, Wasserkraftwerken und Entsorgungsanlagen weltweit. Rittmeyer ist als Engineerings- und Dienstleistungsunternehmen mit höchstem Qualitätsanspruch auf Software- und Systemintegration für schlüsselfertige Anlagen im Infrastrukturbereich spezialisiert.Zur Verstärkung unseres Teams, im Bereich Wasser- und Energieversorgung, suchen wir einen erfahrenen, selbständig arbeitenden und motiviertenProjektingenieur für Automatisierung &amp; Steuerungssysteme (a) 80-100%Baar, SchweizDein AufgabengebietErstellen der anlagespezifischen Applikationssoftware für die Automatisierungsstationen RIFLEX (SPS) sowie des Rittmeyer eigenen Leitsystems RITOP für die Versorgungsbereiche Wasser, Gas und StromUnterstützen des Verkaufs und der Projektleitung bei der Ausarbeitung von Leittechnik und NetzwerkkonzeptenUmfangreiches Testen der Netzwerke und der Anlagensoftware auf ihre Funktionalität in der SchlusskontrolleMitarbeit bei der Inbetriebsetzung der Anlagen per Remote oder vor Ort bei unseren Kunden in der SchweizWas du mitbringstAbgeschlossenes elektrotechnisches Studium oder gleichwertige AusbildungDu bringst nicht nur technisches Know-how mit, sondern auch mehrjährige Praxiserfahrung in der Umsetzung von EMSRL-Projekten und möchtest deine Expertise aktiv in ein engagiertes Team einbringen.Deine Zuverlässigkeit und Eigeninitiative, dein Qualitätsbewusstsein, deine Teamfähigkeit und Kundenorientierung zeichnen dich ausProzesskenntnisse der Versorgungsbranchen Wasser, Gas und Strom sind ein zusätzlicher VorteilSehr gute Deutschkenntnisse, Französisch oder Italienischkenntnisse sind von VorteilDossiers von Personalvermittlern werden nicht berücksichtigt.Was wir dir bietenEine sehr selbständige Tätigkeit in einem zukunftsorientierten und umweltbewussten Unternehmen mit einer motivierenden und kollegialen Arbeitskultur. Flache Hierarchien sowie kurze Entscheidungswege bringen uns schnell und effizient an unsere gemeinsam erarbeiteten Ziele. Attraktive Anstellungsbedingungen in einer gut positionierten Firma in einem zukunftsorientierten Marktumfeld. Interessiert?Wir freuen uns auf deine Bewerbung!Dein KontaktHR Teamhr@rittmeyer.com","companyDescription":"𝐓𝐡𝐞 𝐑𝐢𝐭𝐭𝐦𝐞𝐲𝐞𝐫 𝐆𝐫𝐨𝐮𝐩\nrethink. automate. innovate. \n\nThe Rittmeyer Group is a Swiss-based smart utility infrastructure and services company. We deliver innovative metering, automation and data solutions to maximize digital benefits for our customers in water and energy management. \n\nWe are an experienced and leading provider of solutions and services for both water networks – safe water supply, irrigation, urban drainage, wastewater treatment – and energy networks – hydro-electric power, gas and district heating. We serve commercial & industrial, and public-sector customers worldwide. \n\nDrawing on our extensive technology and application expertise, we are passionate about helping our customers managing their valuable water and energy resources better in the wake of climate change.\n\nRittmeyer is a Division of the BRUGG Group and part of the Group’s program focusing on energy transition, sustainability and security.\n\n𝐖𝐡𝐨 𝐰𝐞 𝐚𝐫𝐞\nAs part of the BRUGG Group, we are a utility infrastructure and services specialist, offering innovative metering and automation solutions and data provider services. \n\n𝐖𝐡𝐚𝐭 𝐰𝐞 𝐝𝐨\nWe provide solutions and services for water networks as well as for energy networks and serve commercial & industrial, and public-sector customers worldwide.\n\n𝐎𝐮𝐫 𝐬𝐨𝐥𝐮𝐭𝐢𝐨𝐧𝐬\nOur solutions and services help our customers to reliably and efficiently assume their responsibility in providing water and energy in the wake of climate change and energy transition.","companyLinkedinUrl":"https://ch.linkedin.com/company/rittmeyer-group?trk=public_jobs_jserp-result_job-search-card-subtitle","companyEmployeesCount":278}}]},"settings":{"binaryMode":"separate","availableInMCP":false,"executionOrder":"v1"},"versionId":"4689df7f-32dc-42b0-b34b-08054d6ade46","connections":{"GateKeeper":{"main":[[{"node":"Merge w/ Original Data","type":"main","index":1}]]},"Cheap Model":{"ai_languageModel":[[{"node":"GateKeeper","type":"ai_languageModel","index":0}]]},"Better Model":{"ai_languageModel":[[{"node":"Job Match Scorer","type":"ai_languageModel","index":0}]]},"Keep Matches":{"main":[[{"node":"Job Match Scorer","type":"main","index":0},{"node":"Merge w/ Original Data1","type":"main","index":0}]]},"Set Profile1":{"main":[[{"node":"Get Job Description","type":"main","index":0}]]},"Keep Matches1":{"main":[[{"node":"Add Roles to apply","type":"main","index":0}]]},"Parse in JSON":{"main":[[{"node":"Merge w/ Original Data1","type":"main","index":1}]]},"Create Resume ":{"main":[[{"node":"Select Language","type":"main","index":0}]]},"Job Description":{"main":[[{"node":"GateKeeper","type":"main","index":0},{"node":"Merge w/ Original Data","type":"main","index":0}]]},"Select Language":{"main":[[{"node":"Make a Copy of EN Resume","type":"main","index":0}],[{"node":"Make a Copy of DE Resume","type":"main","index":0}]]},"Job Match Scorer":{"main":[[{"node":"Parse in JSON","type":"main","index":0}]]},"Schedule Trigger":{"main":[[{"node":"Set Profile","type":"main","index":0},{"node":"Scrape Linkedin w/Apify","type":"main","index":0}]]},"Add Roles to apply":{"main":[[{"node":"Send a text message","type":"main","index":0}]]},"Get Job Description":{"main":[[{"node":"Create Resume ","type":"main","index":0}]]},"Make a Copy of EN CL":{"main":[[{"node":"Update all CL Variables","type":"main","index":0}]]},"Google Sheets Trigger":{"main":[[{"node":"Set Profile1","type":"main","index":0}]]},"Remove Big Recruiters":{"main":[[{"node":"Keep only [Your Country]","type":"main","index":0}]]},"Merge w/ Original Data":{"main":[[{"node":"Keep Matches","type":"main","index":0}]]},"Merge w/ Original Data1":{"main":[[{"node":"Keep Matches1","type":"main","index":0}]]},"Scrape Linkedin w/Apify":{"main":[[{"node":"Remove Big Recruiters","type":"main","index":0}]]},"Update all CL Variables":{"main":[[{"node":"Update Link & Status","type":"main","index":0}]]},"Keep only [Your Country]":{"main":[[{"node":"Job Description","type":"main","index":0}]]},"Make a Copy of DE Resume":{"main":[[{"node":"Update all Lebenslauf Variables","type":"main","index":0}]]},"Make a Copy of EN Resume":{"main":[[{"node":"Update all Resume Variables","type":"main","index":0}]]},"Update all Resume Variables":{"main":[[{"node":"Make a Copy of EN CL","type":"main","index":0}]]},"Make a Copy of DE Motivation":{"main":[[{"node":"Update all Anschreiben Variables","type":"main","index":0}]]},"Update all Lebenslauf Variables":{"main":[[{"node":"Make a Copy of DE Motivation","type":"main","index":0}]]},"Update all Anschreiben Variables":{"main":[[{"node":"Update Link & Status for DE","type":"main","index":0}]]}}},"lastUpdatedBy":1,"workflowInfo":{"nodeCount":38,"nodeTypes":{"n8n-nodes-base.set":{"count":2},"n8n-nodes-base.code":{"count":1},"n8n-nodes-base.merge":{"count":2},"n8n-nodes-base.filter":{"count":2},"n8n-nodes-base.switch":{"count":3},"n8n-nodes-base.markdown":{"count":1},"n8n-nodes-base.telegram":{"count":1},"n8n-nodes-base.googleDocs":{"count":4},"n8n-nodes-base.stickyNote":{"count":6},"n8n-nodes-base.googleDrive":{"count":4},"n8n-nodes-base.httpRequest":{"count":1},"n8n-nodes-base.googleSheets":{"count":4},"n8n-nodes-base.scheduleTrigger":{"count":1},"@n8n/n8n-nodes-langchain.openAi":{"count":1},"@n8n/n8n-nodes-langchain.chainLlm":{"count":2},"n8n-nodes-base.googleSheetsTrigger":{"count":1},"@n8n/n8n-nodes-langchain.lmChatOpenRouter":{"count":2}}},"status":"published","readyToDemo":null,"user":{"name":"Wassim Abid","username":"wassimabid","bio":"","verified":false,"links":[""],"avatar":"https://gravatar.com/avatar/cf61045cec2dacf29f9a17117bfd054043af4a02276bddfa2dbd2ad8a6028090?r=pg&d=retro&size=200"},"nodes":[{"id":18,"icon":"file:googleSheets.svg","name":"n8n-nodes-base.googleSheets","codex":{"data":{"alias":["CSV","Sheet","Spreadsheet","GS"],"resources":{"generic":[{"url":"https://n8n.io/blog/love-at-first-sight-ricardos-n8n-journey/","icon":"❤️","label":"Love at first sight: Ricardo’s n8n journey"},{"url":"https://n8n.io/blog/why-business-process-automation-with-n8n-can-change-your-daily-life/","icon":"🧬","label":"Why business process automation with n8n can change your daily life"},{"url":"https://n8n.io/blog/automatically-adding-expense-receipts-to-google-sheets-with-telegram-mindee-twilio-and-n8n/","icon":"🧾","label":"Automatically Adding Expense Receipts to Google Sheets with Telegram, Mindee, Twilio, and n8n"},{"url":"https://n8n.io/blog/supercharging-your-conference-registration-process-with-n8n/","icon":"🎫","label":"Supercharging your conference registration process with n8n"},{"url":"https://n8n.io/blog/creating-triggers-for-n8n-workflows-using-polling/","icon":"⏲","label":"Creating triggers for n8n workflows using polling"},{"url":"https://n8n.io/blog/no-code-ecommerce-workflow-automations/","icon":"store","label":"6 e-commerce workflows to power up your Shopify s"},{"url":"https://n8n.io/blog/migrating-community-metrics-to-orbit-using-n8n/","icon":"📈","label":"Migrating Community Metrics to Orbit using n8n"},{"url":"https://n8n.io/blog/automate-google-apps-for-productivity/","icon":"💡","label":"15 Google apps you can combine and automate to increase productivity"},{"url":"https://n8n.io/blog/your-business-doesnt-need-you-to-operate/","icon":" 🖥️","label":"Hey founders! Your business doesn't need you to operate"},{"url":"https://n8n.io/blog/how-honest-burgers-use-automation-to-save-100k-per-year/","icon":"🍔","label":"How Honest Burgers Use Automation to Save $100k per year"},{"url":"https://n8n.io/blog/how-a-digital-strategist-uses-n8n-for-online-marketing/","icon":"💻","label":"How a digital strategist uses n8n for online marketing"},{"url":"https://n8n.io/blog/why-this-product-manager-loves-workflow-automation-with-n8n/","icon":"🧠","label":"Why this Product Manager loves workflow automation with n8n"},{"url":"https://n8n.io/blog/sending-automated-congratulations-with-google-sheets-twilio-and-n8n/","icon":"🙌","label":"Sending Automated Congratulations with Google Sheets, Twilio, and n8n "},{"url":"https://n8n.io/blog/how-a-membership-development-manager-automates-his-work-and-investments/","icon":"📈","label":"How a Membership Development Manager automates his work and investments"},{"url":"https://n8n.io/blog/aws-workflow-automation/","label":"7 no-code workflow automations for Amazon Web Services"}],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googlesheets/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]},"categories":["Data & Storage","Productivity"],"nodeVersion":"1.0","codexVersion":"1.0"}},"group":"[\"input\",\"output\"]","defaults":{"name":"Google Sheets"},"iconData":{"type":"file","fileBuffer":"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwYXRoIGZpbGw9IiMyOEI0NDYiIGQ9Ik0zNS42OSAxIDUyIDE3LjIyNXYzOS4wODdhMy42NyAzLjY3IDAgMCAxLTEuMDg0IDIuNjFBMy43IDMuNyAwIDAgMSA0OC4yOTMgNjBIMTIuNzA3YTMuNyAzLjcgMCAwIDEtMi42MjMtMS4wNzhBMy42NyAzLjY3IDAgMCAxIDkgNTYuMzEyVjQuNjg4YTMuNjcgMy42NyAwIDAgMSAxLjA4NC0yLjYxQTMuNyAzLjcgMCAwIDEgMTIuNzA3IDF6Ii8+PHBhdGggZmlsbD0iIzZBQ0U3QyIgZD0iTTM1LjY5IDEgNTIgMTcuMjI1SDM5LjM5N2MtMi4wNTQgMC0zLjcwNy0xLjgyOS0zLjcwNy0zLjg3MnoiLz48cGF0aCBmaWxsPSIjMjE5QjM4IiBkPSJNMzkuMjExIDE3LjIyNSA1MiAyMi40OHYtNS4yNTV6Ii8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTIwLjEyIDMxLjk3NWMwLS44MTcuNjYyLTEuNDc1IDEuNDgzLTEuNDc1aDE3Ljc5NGMuODIxIDAgMS40ODIuNjU4IDEuNDgyIDEuNDc1djE1LjQ4N2MwIC44MTgtLjY2MSAxLjQ3NS0xLjQ4MiAxLjQ3NUgyMS42MDNhMS40NzYgMS40NzYgMCAwIDEtMS40ODItMS40NzRWMzEuOTc0em0yLjIyNSAxLjQ3NWg2LjY3MnYyLjIxMmgtNi42NzJ6bTAgNS4xNjJoNi42NzJ2Mi4yMTNoLTYuNjcyem0wIDUuMTYzaDYuNjcydjIuMjEyaC02LjY3MnptOS42MzgtMTAuMzI1aDYuNjcydjIuMjEyaC02LjY3MnptMCA1LjE2Mmg2LjY3MnYyLjIxM2gtNi42NzJ6bTAgNS4xNjNoNi42NzJ2Mi4yMTJoLTYuNjcyeiIvPjxwYXRoIGZpbGw9IiMyOEI0NDYiIGQ9Ik0zNC42OSAwIDUxIDE2LjIyNXYzOS4wODdhMy42NyAzLjY3IDAgMCAxLTEuMDg0IDIuNjFBMy43IDMuNyAwIDAgMSA0Ny4yOTMgNTlIMTEuNzA3YTMuNyAzLjcgMCAwIDEtMi42MjMtMS4wNzhBMy42NyAzLjY3IDAgMCAxIDggNTUuMzEyVjMuNjg4YTMuNjcgMy42NyAwIDAgMSAxLjA4NC0yLjYxQTMuNyAzLjcgMCAwIDEgMTEuNzA3IDB6Ii8+PHBhdGggZmlsbD0iIzZBQ0U3QyIgZD0iTTM0LjY5IDAgNTEgMTYuMjI1SDM4LjM5N2MtMi4wNTQgMC0zLjcwNy0xLjgyOS0zLjcwNy0zLjg3MnoiLz48cGF0aCBmaWxsPSIjMjE5QjM4IiBkPSJNMzguMjExIDE2LjIyNSA1MSAyMS40OHYtNS4yNTV6Ii8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTE5LjEyIDMwLjk3NWMwLS44MTcuNjYyLTEuNDc1IDEuNDgzLTEuNDc1aDE3Ljc5NGMuODIxIDAgMS40ODIuNjU4IDEuNDgyIDEuNDc1djE1LjQ4N2MwIC44MTgtLjY2MSAxLjQ3NS0xLjQ4MiAxLjQ3NUgyMC42MDNhMS40NzYgMS40NzYgMCAwIDEtMS40ODItMS40NzRWMzAuOTc0em0yLjIyNSAxLjQ3NWg2LjY3MnYyLjIxMmgtNi42NzJ6bTAgNS4xNjJoNi42NzJ2Mi4yMTNoLTYuNjcyem0wIDUuMTYzaDYuNjcydjIuMjEyaC02LjY3MnptOS42MzgtMTAuMzI1aDYuNjcydjIuMjEyaC02LjY3MnptMCA1LjE2Mmg2LjY3MnYyLjIxM2gtNi42NzJ6bTAgNS4xNjNoNi42NzJ2Mi4yMTJoLTYuNjcyeiIvPjwvZz48L3N2Zz4="},"displayName":"Google Sheets","typeVersion":5,"nodeCategories":[{"id":3,"name":"Data & Storage"},{"id":4,"name":"Productivity"}]},{"id":19,"icon":"file:httprequest.svg","name":"n8n-nodes-base.httpRequest","codex":{"data":{"alias":["API","Request","URL","Build","cURL"],"resources":{"generic":[{"url":"https://n8n.io/blog/2021-the-year-to-automate-the-new-you-with-n8n/","icon":"☀️","label":"2021: The Year to Automate the New You with n8n"},{"url":"https://n8n.io/blog/why-business-process-automation-with-n8n-can-change-your-daily-life/","icon":"🧬","label":"Why business process automation with n8n can change your daily life"},{"url":"https://n8n.io/blog/automatically-pulling-and-visualizing-data-with-n8n/","icon":"📈","label":"Automatically pulling and visualizing data with n8n"},{"url":"https://n8n.io/blog/learn-how-to-automatically-cross-post-your-content-with-n8n/","icon":"✍️","label":"Learn how to automatically cross-post your content with n8n"},{"url":"https://n8n.io/blog/automatically-adding-expense-receipts-to-google-sheets-with-telegram-mindee-twilio-and-n8n/","icon":"🧾","label":"Automatically Adding Expense Receipts to Google Sheets with Telegram, Mindee, Twilio, and n8n"},{"url":"https://n8n.io/blog/running-n8n-on-ships-an-interview-with-maranics/","icon":"🛳","label":"Running n8n on ships: An interview with Maranics"},{"url":"https://n8n.io/blog/what-are-apis-how-to-use-them-with-no-code/","icon":" 🪢","label":"What are APIs and how to use them with no code"},{"url":"https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/","icon":"⚡️","label":"5 tasks you can automate with the new Notion API "},{"url":"https://n8n.io/blog/world-poetry-day-workflow/","icon":"📜","label":"Celebrating World Poetry Day with a daily poem in Telegram"},{"url":"https://n8n.io/blog/automate-google-apps-for-productivity/","icon":"💡","label":"15 Google apps you can combine and automate to increase productivity"},{"url":"https://n8n.io/blog/automate-designs-with-bannerbear-and-n8n/","icon":"🎨","label":"Automate Designs with Bannerbear and n8n"},{"url":"https://n8n.io/blog/how-uproc-scraped-a-multi-page-website-with-a-low-code-workflow/","icon":" 🕸️","label":"How uProc scraped a multi-page website with a low-code workflow"},{"url":"https://n8n.io/blog/building-an-expense-tracking-app-in-10-minutes/","icon":"📱","label":"Building an expense tracking app in 10 minutes"},{"url":"https://n8n.io/blog/5-workflow-automations-for-mattermost-that-we-love-at-n8n/","icon":"🤖","label":"5 workflow automations for Mattermost that we love at n8n"},{"url":"https://n8n.io/blog/how-to-use-the-http-request-node-the-swiss-army-knife-for-workflow-automation/","icon":"🧰","label":"How to use the HTTP Request Node - The Swiss Army Knife for Workflow Automation"},{"url":"https://n8n.io/blog/learn-how-to-use-webhooks-with-mattermost-slash-commands/","icon":"🦄","label":"Learn how to use webhooks with Mattermost slash commands"},{"url":"https://n8n.io/blog/how-a-membership-development-manager-automates-his-work-and-investments/","icon":"📈","label":"How a Membership Development Manager automates his work and investments"},{"url":"https://n8n.io/blog/a-low-code-bitcoin-ticker-built-with-questdb-and-n8n-io/","icon":"📈","label":"A low-code bitcoin ticker built with QuestDB and n8n.io"},{"url":"https://n8n.io/blog/how-to-set-up-a-ci-cd-pipeline-with-no-code/","icon":"🎡","label":"How to set up a no-code CI/CD pipeline with GitHub and TravisCI"},{"url":"https://n8n.io/blog/automations-for-activists/","icon":"✨","label":"How Common Knowledge use workflow automation for activism"},{"url":"https://n8n.io/blog/creating-scheduled-text-affirmations-with-n8n/","icon":"🤟","label":"Creating scheduled text affirmations with n8n"},{"url":"https://n8n.io/blog/how-goomer-automated-their-operations-with-over-200-n8n-workflows/","icon":"🛵","label":"How Goomer automated their operations with over 200 n8n workflows"},{"url":"https://n8n.io/blog/aws-workflow-automation/","label":"7 no-code workflow automations for Amazon Web Services"}],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.httprequest/"}]},"categories":["Development","Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Helpers"]}}},"group":"[\"output\"]","defaults":{"name":"HTTP Request","color":"#0004F5"},"iconData":{"type":"file","fileBuffer":"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00MCAyMEM0MCA4Ljk1MzE0IDMxLjA0NjkgMCAyMCAwQzguOTUzMTQgMCAwIDguOTUzMTQgMCAyMEMwIDMxLjA0NjkgOC45NTMxNCA0MCAyMCA0MEMzMS4wNDY5IDQwIDQwIDMxLjA0NjkgNDAgMjBaTTIwIDM2Ljk0NThDMTguODg1MiAzNi45NDU4IDE3LjEzNzggMzUuOTY3IDE1LjQ5OTggMzIuNjk4NUMxNC43OTY0IDMxLjI5MTggMTQuMTk2MSAyOS41NDMxIDEzLjc1MjYgMjcuNjg0N0gyNi4xODk4QzI1LjgwNDUgMjkuNTQwMyAyNS4yMDQ0IDMxLjI5MDEgMjQuNTAwMiAzMi42OTg1QzIyLjg2MjIgMzUuOTY3IDIxLjExNDggMzYuOTQ1OCAyMCAzNi45NDU4Wk0xMi45MDY0IDIwQzEyLjkwNjQgMjEuNjA5NyAxMy4wMDg3IDIzLjE2NCAxMy4yMDAzIDI0LjYzMDVIMjYuNzk5N0MyNi45OTEzIDIzLjE2NCAyNy4wOTM2IDIxLjYwOTcgMjcuMDkzNiAyMEMyNy4wOTM2IDE4LjM5MDMgMjYuOTkxMyAxNi44MzYgMjYuNzk5NyAxNS4zNjk1SDEzLjIwMDNDMTMuMDA4NyAxNi44MzYgMTIuOTA2NCAxOC4zOTAzIDEyLjkwNjQgMjBaTTIwIDMuMDU0MTlDMjEuMTE0OSAzLjA1NDE5IDIyLjg2MjIgNC4wMzA3OCAyNC41MDAxIDcuMzAwMzlDMjUuMjA2NiA4LjcxNDA4IDI1LjgwNzIgMTAuNDA2NyAyNi4xOTIgMTIuMzE1M0gxMy43NTAxQzE0LjE5MzMgMTAuNDA0NyAxNC43OTQyIDguNzEyNTQgMTUuNDk5OCA3LjMwMDY0QzE3LjEzNzcgNC4wMzA4MyAxOC44ODUxIDMuMDU0MTkgMjAgMy4wNTQxOVpNMzAuMTQ3OCAyMEMzMC4xNDc4IDE4LjQwOTkgMzAuMDU0MyAxNi44NjE3IDI5LjgyMjcgMTUuMzY5NUgzNi4zMDQyQzM2LjcyNTIgMTYuODQyIDM2Ljk0NTggMTguMzk2NCAzNi45NDU4IDIwQzM2Ljk0NTggMjEuNjAzNiAzNi43MjUyIDIzLjE1OCAzNi4zMDQyIDI0LjYzMDVIMjkuODIyN0MzMC4wNTQzIDIzLjEzODMgMzAuMTQ3OCAyMS41OTAxIDMwLjE0NzggMjBaTTI2LjI3NjcgNC4yNTUxMkMyNy42MzY1IDYuMzYwMTkgMjguNzExIDkuMTMyIDI5LjM3NzQgMTIuMzE1M0gzNS4xMDQ2QzMzLjI1MTEgOC42NjggMzAuMTA3IDUuNzgzNDYgMjYuMjc2NyA0LjI1NTEyWk0xMC42MjI2IDEyLjMxNTNINC44OTI5M0M2Ljc1MTQ3IDguNjY3ODQgOS44OTM1MSA1Ljc4MzQxIDEzLjcyMzIgNC4yNTUxM0MxMi4zNjM1IDYuMzYwMjEgMTEuMjg5IDkuMTMyMDEgMTAuNjIyNiAxMi4zMTUzWk0zLjA1NDE5IDIwQzMuMDU0MTkgMjEuNjAzIDMuMjc3NDMgMjMuMTU3NSAzLjY5NDg0IDI0LjYzMDVIMTAuMTIxN0M5Ljk0NjE5IDIzLjE0MiA5Ljg1MjIyIDIxLjU5NDMgOS44NTIyMiAyMEM5Ljg1MjIyIDE4LjQwNTcgOS45NDYxOSAxNi44NTggMTAuMTIxNyAxNS4zNjk1SDMuNjk0ODRDMy4yNzc0MyAxNi44NDI1IDMuMDU0MTkgMTguMzk3IDMuMDU0MTkgMjBaTTI2LjI3NjYgMzUuNzQyN0MyNy42MzY1IDMzLjYzOTMgMjguNzExIDMwLjg2OCAyOS4zNzc0IDI3LjY4NDdIMzUuMTA0NkMzMy4yNTEgMzEuMzMyMiAzMC4xMDY4IDM0LjIxNzkgMjYuMjc2NiAzNS43NDI3Wk0xMy43MjM0IDM1Ljc0MjdDOS44OTM2OSAzNC4yMTc5IDYuNzUxNTUgMzEuMzMyNCA0Ljg5MjkzIDI3LjY4NDdIMTAuNjIyNkMxMS4yODkgMzAuODY4IDEyLjM2MzUgMzMuNjM5MyAxMy43MjM0IDM1Ljc0MjdaIiBmaWxsPSIjM0E0MkU5Ii8+Cjwvc3ZnPgo="},"displayName":"HTTP Request","typeVersion":4,"nodeCategories":[{"id":5,"name":"Development"},{"id":9,"name":"Core Nodes"}]},{"id":24,"icon":"file:merge.svg","name":"n8n-nodes-base.merge","codex":{"data":{"alias":["Join","Concatenate","Wait"],"resources":{"generic":[{"url":"https://n8n.io/blog/how-to-sync-data-between-two-systems/","icon":"🏬","label":"How to synchronize data between two systems (one-way vs. two-way sync"},{"url":"https://n8n.io/blog/supercharging-your-conference-registration-process-with-n8n/","icon":"🎫","label":"Supercharging your conference registration process with n8n"},{"url":"https://n8n.io/blog/migrating-community-metrics-to-orbit-using-n8n/","icon":"📈","label":"Migrating Community Metrics to Orbit using n8n"},{"url":"https://n8n.io/blog/build-your-own-virtual-assistant-with-n8n-a-step-by-step-guide/","icon":"👦","label":"Build your own virtual assistant with n8n: A step by step guide"},{"url":"https://n8n.io/blog/sending-automated-congratulations-with-google-sheets-twilio-and-n8n/","icon":"🙌","label":"Sending Automated Congratulations with Google Sheets, Twilio, and n8n "},{"url":"https://n8n.io/blog/aws-workflow-automation/","label":"7 no-code workflow automations for Amazon Web Services"}],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.merge/"}]},"categories":["Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Flow","Data Transformation"]}}},"group":"[\"transform\"]","defaults":{"name":"Merge"},"iconData":{"type":"file","fileBuffer":"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xMTc3XzUxOCkiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgNDhDMCAyMS40OTAzIDIxLjQ5MDMgMCA0OCAwSDExMkMxMzguNTEgMCAxNjAgMjEuNDkwMyAxNjAgNDhWNTZIMTk2LjI1MkMyNDAuNDM1IDU2IDI3Ni4yNTIgOTEuODE3MiAyNzYuMjUyIDEzNlYxOTJDMjc2LjI1MiAyMTQuMDkxIDI5NC4xNjEgMjMyIDMxNi4yNTIgMjMySDM1MlYyMjRDMzUyIDE5Ny40OSAzNzMuNDkgMTc2IDQwMCAxNzZINDY0QzQ5MC41MSAxNzYgNTEyIDE5Ny40OSA1MTIgMjI0VjI4OEM1MTIgMzE0LjUxIDQ5MC41MSAzMzYgNDY0IDMzNkg0MDBDMzczLjQ5IDMzNiAzNTIgMzE0LjUxIDM1MiAyODhWMjgwSDMxNi4yNTJDMjk0LjE2MSAyODAgMjc2LjI1MiAyOTcuOTA5IDI3Ni4yNTIgMzIwVjM3NkMyNzYuMjUyIDQyMC4xODMgMjQwLjQzNSA0NTYgMTk2LjI1MiA0NTZIMTYwVjQ2NEMxNjAgNDkwLjUxIDEzOC41MSA1MTIgMTEyIDUxMkg0OEMyMS40OTAzIDUxMiAwIDQ5MC41MSAwIDQ2NFY0MDBDMCAzNzMuNDkgMjEuNDkwMyAzNTIgNDggMzUySDExMkMxMzguNTEgMzUyIDE2MCAzNzMuNDkgMTYwIDQwMFY0MDhIMTk2LjI1MkMyMTMuOTI1IDQwOCAyMjguMjUyIDM5My42NzMgMjI4LjI1MiAzNzZWMzIwQzIyOC4yNTIgMjk0Ljc4NCAyMzguODU5IDI3Mi4wNDQgMjU1Ljg1MyAyNTZDMjM4Ljg1OSAyMzkuOTU2IDIyOC4yNTIgMjE3LjIxNiAyMjguMjUyIDE5MlYxMzZDMjI4LjI1MiAxMTguMzI3IDIxMy45MjUgMTA0IDE5Ni4yNTIgMTA0SDE2MFYxMTJDMTYwIDEzOC41MSAxMzguNTEgMTYwIDExMiAxNjBINDhDMjEuNDkwMyAxNjAgMCAxMzguNTEgMCAxMTJWNDhaTTEwNCA0OEMxMDguNDE4IDQ4IDExMiA1MS41ODE3IDExMiA1NlYxMDRDMTEyIDEwOC40MTggMTA4LjQxOCAxMTIgMTA0IDExMkg1NkM1MS41ODE3IDExMiA0OCAxMDguNDE4IDQ4IDEwNFY1NkM0OCA1MS41ODE3IDUxLjU4MTcgNDggNTYgNDhIMTA0Wk00NTYgMjI0QzQ2MC40MTggMjI0IDQ2NCAyMjcuNTgyIDQ2NCAyMzJWMjgwQzQ2NCAyODQuNDE4IDQ2MC40MTggMjg4IDQ1NiAyODhINDA4QzQwMy41ODIgMjg4IDQwMCAyODQuNDE4IDQwMCAyODBWMjMyQzQwMCAyMjcuNTgyIDQwMy41ODIgMjI0IDQwOCAyMjRINDU2Wk0xMTIgNDA4QzExMiA0MDMuNTgyIDEwOC40MTggNDAwIDEwNCA0MDBINTZDNTEuNTgxNyA0MDAgNDggNDAzLjU4MiA0OCA0MDhWNDU2QzQ4IDQ2MC40MTggNTEuNTgxNyA0NjQgNTYgNDY0SDEwNEMxMDguNDE4IDQ2NCAxMTIgNDYwLjQxOCAxMTIgNDU2VjQwOFoiIGZpbGw9IiM1NEI4QzkiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xMTc3XzUxOCI+CjxyZWN0IHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo="},"displayName":"Merge","typeVersion":3,"nodeCategories":[{"id":9,"name":"Core Nodes"}]},{"id":38,"icon":"fa:pen","name":"n8n-nodes-base.set","codex":{"data":{"alias":["Set","JS","JSON","Filter","Transform","Map"],"resources":{"generic":[{"url":"https://n8n.io/blog/learn-to-automate-your-factorys-incident-reporting-a-step-by-step-guide/","icon":"🏭","label":"Learn to Automate Your Factory's Incident Reporting: A Step by Step Guide"},{"url":"https://n8n.io/blog/2021-the-year-to-automate-the-new-you-with-n8n/","icon":"☀️","label":"2021: The Year to Automate the New You with n8n"},{"url":"https://n8n.io/blog/automatically-pulling-and-visualizing-data-with-n8n/","icon":"📈","label":"Automatically pulling and visualizing data with n8n"},{"url":"https://n8n.io/blog/database-monitoring-and-alerting-with-n8n/","icon":"📡","label":"Database Monitoring and Alerting with n8n"},{"url":"https://n8n.io/blog/automatically-adding-expense-receipts-to-google-sheets-with-telegram-mindee-twilio-and-n8n/","icon":"🧾","label":"Automatically Adding Expense Receipts to Google Sheets with Telegram, Mindee, Twilio, and n8n"},{"url":"https://n8n.io/blog/no-code-ecommerce-workflow-automations/","icon":"store","label":"6 e-commerce workflows to power up your Shopify s"},{"url":"https://n8n.io/blog/how-to-build-a-low-code-self-hosted-url-shortener/","icon":"🔗","label":"How to build a low-code, self-hosted URL shortener in 3 steps"},{"url":"https://n8n.io/blog/automate-your-data-processing-pipeline-in-9-steps-with-n8n/","icon":"⚙️","label":"Automate your data processing pipeline in 9 steps"},{"url":"https://n8n.io/blog/how-to-get-started-with-crm-automation-and-no-code-workflow-ideas/","icon":"👥","label":"How to get started with CRM automation (with 3 no-code workflow ideas"},{"url":"https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/","icon":"⚡️","label":"5 tasks you can automate with the new Notion API "},{"url":"https://n8n.io/blog/automate-google-apps-for-productivity/","icon":"💡","label":"15 Google apps you can combine and automate to increase productivity"},{"url":"https://n8n.io/blog/how-uproc-scraped-a-multi-page-website-with-a-low-code-workflow/","icon":" 🕸️","label":"How uProc scraped a multi-page website with a low-code workflow"},{"url":"https://n8n.io/blog/building-an-expense-tracking-app-in-10-minutes/","icon":"📱","label":"Building an expense tracking app in 10 minutes"},{"url":"https://n8n.io/blog/the-ultimate-guide-to-automate-your-video-collaboration-with-whereby-mattermost-and-n8n/","icon":"📹","label":"The ultimate guide to automate your video collaboration with Whereby, Mattermost, and n8n"},{"url":"https://n8n.io/blog/5-workflow-automations-for-mattermost-that-we-love-at-n8n/","icon":"🤖","label":"5 workflow automations for Mattermost that we love at n8n"},{"url":"https://n8n.io/blog/learn-to-build-powerful-api-endpoints-using-webhooks/","icon":"🧰","label":"Learn to Build Powerful API Endpoints Using Webhooks"},{"url":"https://n8n.io/blog/how-a-membership-development-manager-automates-his-work-and-investments/","icon":"📈","label":"How a Membership Development Manager automates his work and investments"},{"url":"https://n8n.io/blog/a-low-code-bitcoin-ticker-built-with-questdb-and-n8n-io/","icon":"📈","label":"A low-code bitcoin ticker built with QuestDB and n8n.io"},{"url":"https://n8n.io/blog/how-to-set-up-a-ci-cd-pipeline-with-no-code/","icon":"🎡","label":"How to set up a no-code CI/CD pipeline with GitHub and TravisCI"},{"url":"https://n8n.io/blog/benefits-of-automation-and-n8n-an-interview-with-hubspots-hugh-durkin/","icon":"🎖","label":"Benefits of automation and n8n: An interview with HubSpot's Hugh Durkin"},{"url":"https://n8n.io/blog/how-goomer-automated-their-operations-with-over-200-n8n-workflows/","icon":"🛵","label":"How Goomer automated their operations with over 200 n8n workflows"},{"url":"https://n8n.io/blog/aws-workflow-automation/","label":"7 no-code workflow automations for Amazon Web Services"}],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.set/"}]},"categories":["Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Data Transformation"]}}},"group":"[\"input\"]","defaults":{"name":"Edit Fields"},"iconData":{"icon":"pen","type":"icon"},"displayName":"Edit Fields (Set)","typeVersion":3,"nodeCategories":[{"id":9,"name":"Core Nodes"}]},{"id":49,"icon":"file:telegram.svg","name":"n8n-nodes-base.telegram","codex":{"data":{"alias":["human","form","wait","hitl","approval"],"resources":{"generic":[{"url":"https://n8n.io/blog/why-business-process-automation-with-n8n-can-change-your-daily-life/","icon":"🧬","label":"Why business process automation with n8n can change your daily life"},{"url":"https://n8n.io/blog/create-a-toxic-language-detector-for-telegram/","icon":"🤬","label":"Create a toxic language detector for Telegram in 4 step"},{"url":"https://n8n.io/blog/automatically-adding-expense-receipts-to-google-sheets-with-telegram-mindee-twilio-and-n8n/","icon":"🧾","label":"Automatically Adding Expense Receipts to Google Sheets with Telegram, Mindee, Twilio, and n8n"},{"url":"https://n8n.io/blog/no-code-ecommerce-workflow-automations/","icon":"store","label":"6 e-commerce workflows to power up your Shopify s"},{"url":"https://n8n.io/blog/world-poetry-day-workflow/","icon":"📜","label":"Celebrating World Poetry Day with a daily poem in Telegram"},{"url":"https://n8n.io/blog/using-automation-to-boost-productivity-in-the-workplace/","icon":"💪","label":"Using Automation to Boost Productivity in the Workplace"},{"url":"https://n8n.io/blog/how-to-set-up-a-ci-cd-pipeline-with-no-code/","icon":"🎡","label":"How to set up a no-code CI/CD pipeline with GitHub and TravisCI"},{"url":"https://n8n.io/blog/creating-scheduled-text-affirmations-with-n8n/","icon":"🤟","label":"Creating scheduled text affirmations with n8n"},{"url":"https://n8n.io/blog/creating-telegram-bots-with-n8n-a-no-code-platform/","icon":"💬","label":"Creating Telegram Bots with n8n, a No-Code Platform"},{"url":"https://n8n.io/blog/aws-workflow-automation/","label":"7 no-code workflow automations for Amazon Web Services"}],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.telegram/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/telegram/"}]},"categories":["Communication","HITL"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"HITL":["Human in the Loop"]}}},"group":"[\"output\"]","defaults":{"name":"Telegram"},"iconData":{"type":"file","fileBuffer":"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiB2aWV3Qm94PSIwIDAgNjYgNjYiPjx1c2UgeGxpbms6aHJlZj0iI2EiIHg9Ii41IiB5PSIuNSIvPjxzeW1ib2wgaWQ9ImEiIG92ZXJmbG93PSJ2aXNpYmxlIj48ZyBmaWxsLXJ1bGU9Im5vbnplcm8iIHN0cm9rZT0ibm9uZSI+PHBhdGggZmlsbD0iIzM3YWVlMiIgZD0iTTAgMzJjMCAxNy42NzMgMTQuMzI3IDMyIDMyIDMyczMyLTE0LjMyNyAzMi0zMlM0OS42NzMgMCAzMiAwIDAgMTQuMzI3IDAgMzIiLz48cGF0aCBmaWxsPSIjYzhkYWVhIiBkPSJtMjEuNjYxIDM0LjMzOCAzLjc5NyAxMC41MDhzLjQ3NS45ODMuOTgzLjk4MyA4LjA2OC03Ljg2NCA4LjA2OC03Ljg2NGw4LjQwNy0xNi4yMzctMjEuMTE5IDkuODk4eiIvPjxwYXRoIGZpbGw9IiNhOWM2ZDgiIGQ9Im0yNi42OTUgMzcuMDM0LS43MjkgNy43NDZzLS4zMDUgMi4zNzMgMi4wNjggMGw0LjY0NC00LjIwMyIvPjxwYXRoIGQ9Im0yMS43MyAzNC43MTItNy44MDktMi41NDVzLS45MzItLjM3OC0uNjMzLTEuMjM3Yy4wNjItLjE3Ny4xODYtLjMyOC41NTktLjU4OCAxLjczMS0xLjIwNiAzMi4wMjgtMTIuMDk2IDMyLjAyOC0xMi4wOTZzLjg1Ni0uMjg4IDEuMzYxLS4wOTdjLjIzMS4wODguMzc4LjE4Ny41MDMuNTQ4LjA0NS4xMzIuMDcxLjQxMS4wNjguNjg5LS4wMDMuMjAxLS4wMjcuMzg2LS4wNDUuNjc4LS4xODQgMi45NzgtNS43MDYgMjUuMTk4LTUuNzA2IDI1LjE5OHMtLjMzIDEuMy0xLjUxNCAxLjM0NWMtLjQzMi4wMTYtLjk1Ni0uMDcxLTEuNTgyLS42MS0yLjMyMy0xLjk5OC0xMC4zNTItNy4zOTQtMTIuMTI2LTguNThhLjM0LjM0IDAgMCAxLS4xNDYtLjIzOWMtLjAyNS0uMTI1LjEwOC0uMjguMTA4LS4yOHMxMy45OC0xMi40MjcgMTQuMzUyLTEzLjczMWMuMDI5LS4xMDEtLjA3OS0uMTUxLS4yMjYtLjEwNy0uOTI5LjM0Mi0xNy4wMjUgMTAuNTA2LTE4LjgwMSAxMS42MjktLjEwNC4wNjYtLjM5NS4wMjMtLjM5NS4wMjMiLz48L2c+PC9zeW1ib2w+PC9zdmc+"},"displayName":"Telegram","typeVersion":1,"nodeCategories":[{"id":6,"name":"Communication"},{"id":28,"name":"HITL"}]},{"id":58,"icon":"file:googleDrive.svg","name":"n8n-nodes-base.googleDrive","codex":{"data":{"resources":{"generic":[{"url":"https://n8n.io/blog/your-business-doesnt-need-you-to-operate/","icon":" 🖥️","label":"Hey founders! Your business doesn't need you to operate"},{"url":"https://n8n.io/blog/why-this-product-manager-loves-workflow-automation-with-n8n/","icon":"🧠","label":"Why this Product Manager loves workflow automation with n8n"},{"url":"https://n8n.io/blog/aws-workflow-automation/","label":"7 no-code workflow automations for Amazon Web Services"}],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googledrive/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]},"categories":["Data & Storage"],"nodeVersion":"1.0","codexVersion":"1.0"}},"group":"[\"input\"]","defaults":{"name":"Google Drive"},"iconData":{"type":"file","fileBuffer":"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiB2aWV3Qm94PSIwIDAgODEgNzMiPjx1c2UgeGxpbms6aHJlZj0iI2EiIHg9Ii41IiB5PSIuNSIvPjxzeW1ib2wgaWQ9ImEiIG92ZXJmbG93PSJ2aXNpYmxlIj48ZyBmaWxsLXJ1bGU9Im5vbnplcm8iIHN0cm9rZT0ibm9uZSI+PHBhdGggZmlsbD0iIzAwNjZkYSIgZD0ibTYuMDQ4IDYxLjI2IDMuNTI4IDYuMDk0Yy43MzMgMS4yODMgMS43ODcgMi4yOTEgMy4wMjQgMy4wMjRsMTIuNi0yMS44MUgwYTguMyA4LjMgMCAwIDAgMS4xIDQuMTI0eiIvPjxwYXRoIGZpbGw9IiMwMGFjNDciIGQ9Ik00MCAyMi45MSAyNy40IDEuMWMtMS4yMzcuNzMzLTIuMjkxIDEuNzQxLTMuMDI0IDMuMDI0TDEuMSA0NC40NDVBOC4zIDguMyAwIDAgMCAwIDQ4LjU2OGgyNS4yeiIvPjxwYXRoIGZpbGw9IiNlYTQzMzUiIGQ9Ik02Ny40IDcwLjM3OGMxLjIzNy0uNzMzIDIuMjkxLTEuNzQxIDMuMDI0LTMuMDI0bDEuNDY2LTIuNTIgNy4wMS0xMi4xNDJhOC4zIDguMyAwIDAgMCAxLjEtNC4xMjRINTQuNzk4bDUuMzYzIDEwLjUzOHoiLz48cGF0aCBmaWxsPSIjMDA4MzJkIiBkPSJNNDAgMjIuOTEgNTIuNiAxLjFDNTEuMzYzLjM2NyA0OS45NDMgMCA0OC40NzcgMEgzMS41MjRjLTEuNDY2IDAtMi44ODcuNDEyLTQuMTI0IDEuMXoiLz48cGF0aCBmaWxsPSIjMjY4NGZjIiBkPSJNNTQuNzk5IDQ4LjU2OEgyNS4ybC0xMi42IDIxLjgxYzEuMjM3LjczMyAyLjY1NyAxLjEgNC4xMjQgMS4xaDQ2LjU1MmMxLjQ2NiAwIDIuODg3LS40MTIgNC4xMjQtMS4xeiIvPjxwYXRoIGZpbGw9IiNmZmJhMDAiIGQ9Ik02Ny4yNjIgMjQuMjg0IDU1LjYyNCA0LjEyNEM1NC44OTEgMi44NDEgNTMuODM3IDEuODMzIDUyLjYgMS4xTDQwIDIyLjkxbDE0LjggMjUuNjU5aDI1LjE1NWE4LjMgOC4zIDAgMCAwLTEuMS00LjEyNHoiLz48L2c+PC9zeW1ib2w+PC9zdmc+"},"displayName":"Google Drive","typeVersion":3,"nodeCategories":[{"id":3,"name":"Data & Storage"}]},{"id":112,"icon":"fa:map-signs","name":"n8n-nodes-base.switch","codex":{"data":{"alias":["Router","If","Path","Filter","Condition","Logic","Branch","Case"],"resources":{"generic":[{"url":"https://n8n.io/blog/2021-the-year-to-automate-the-new-you-with-n8n/","icon":"☀️","label":"2021: The Year to Automate the New You with n8n"},{"url":"https://n8n.io/blog/how-to-get-started-with-crm-automation-and-no-code-workflow-ideas/","icon":"👥","label":"How to get started with CRM automation (with 3 no-code workflow ideas"},{"url":"https://n8n.io/blog/build-your-own-virtual-assistant-with-n8n-a-step-by-step-guide/","icon":"👦","label":"Build your own virtual assistant with n8n: A step by step guide"},{"url":"https://n8n.io/blog/automation-for-maintainers-of-open-source-projects/","icon":"🏷️","label":"How to automatically manage contributions to open-source projects"}],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.switch/"}]},"categories":["Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Flow"]}}},"group":"[\"transform\"]","defaults":{"name":"Switch","color":"#506000"},"iconData":{"icon":"map-signs","type":"icon"},"displayName":"Switch","typeVersion":3,"nodeCategories":[{"id":9,"name":"Core Nodes"}]},{"id":495,"icon":"file:googleDocs.svg","name":"n8n-nodes-base.googleDocs","codex":{"data":{"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googledocs/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]},"categories":["Miscellaneous"],"nodeVersion":"1.0","codexVersion":"1.0"}},"group":"[\"input\"]","defaults":{"name":"Google Docs"},"iconData":{"type":"file","fileBuffer":"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiB2aWV3Qm94PSItMTggMCA5MCA4MCI+PHVzZSB4bGluazpocmVmPSIjYSIgeD0iLjUiIHk9Ii41Ii8+PHN5bWJvbCBpZD0iYSIgb3ZlcmZsb3c9InZpc2libGUiPjxnIHN0cm9rZT0ibm9uZSI+PHBhdGggZmlsbD0iIzU0OGRmNiIgZD0ibTM2IDAgMjIgMjJ2NTNhNC45OSA0Ljk5IDAgMCAxLTUgNUg1YTQuOTkgNC45OSAwIDAgMS01LTVWNWE0Ljk5IDQuOTkgMCAwIDEgNS01eiIvPjxwYXRoIGQ9Ik0xNCA0MGgzMHYzSDE0em0wIDdoMzB2M0gxNHptMCA4aDMwdjNIMTR6bTAgN2gyMXYzSDE0eiIvPjxwYXRoIGZpbGw9IiNhYmQwZmIiIGQ9Im0zNiAwIDIyIDIySDQxYy0yLjc3IDAtNS0yLjQ4LTUtNS4yNXoiLz48cGF0aCBmaWxsPSIjM2U1YmI5IiBkPSJNNDAuNzUgMjIgNTggMjkuMTI1VjIyeiIvPjwvZz48L3N5bWJvbD48L3N2Zz4="},"displayName":"Google Docs","typeVersion":2,"nodeCategories":[{"id":11,"name":"Miscellaneous"}]},{"id":564,"icon":"file:markdown.svg","name":"n8n-nodes-base.markdown","codex":{"data":{"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.markdown/"}]},"categories":["Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Data Transformation"]}}},"group":"[\"output\"]","defaults":{"name":"Markdown"},"iconData":{"type":"file","fileBuffer":"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM3LjExNjQgMzIuNjE4N0gyLjg4MzU3QzIuNTA0OSAzMi42MTg3IDIuMTI5OTMgMzIuNTQ0MSAxLjc4MDA4IDMyLjM5OTJDMS40MzAyMyAzMi4yNTQzIDEuMTEyMzQgMzIuMDQxOSAwLjg0NDU3OSAzMS43NzQxQzAuNTc2ODE1IDMxLjUwNjQgMC4zNjQ0MTIgMzEuMTg4NSAwLjIxOTQ5OSAzMC44Mzg2QzAuMDc0NTg1OCAzMC40ODg4IDAgMzAuMTEzOCAwIDI5LjczNTFWMTAuODgzNkMwIDEwLjExODggMC4zMDM4MDQgOS4zODUzNSAwLjg0NDU3OSA4Ljg0NDU4QzEuMzg1MzUgOC4zMDM4IDIuMTE4OCA4IDIuODgzNTcgOEgzNy4xMTY0QzM3LjQ5NTEgOCAzNy44NzAxIDguMDc0NTkgMzguMjE5OSA4LjIxOTVDMzguNTY5OCA4LjM2NDQxIDM4Ljg4NzcgOC41NzY4MSAzOS4xNTU0IDguODQ0NThDMzkuNDIzMiA5LjExMjM0IDM5LjYzNTYgOS40MzAyMyAzOS43ODA1IDkuNzgwMDhDMzkuOTI1NCAxMC4xMjk5IDQwIDEwLjUwNDkgNDAgMTAuODgzNlYyOS43MzE4QzQwLjAwMDIgMzAuMTEwNiAzOS45MjU4IDMwLjQ4NTggMzkuNzgxIDMwLjgzNThDMzkuNjM2MiAzMS4xODU5IDM5LjQyMzggMzEuNTAzOSAzOS4xNTYgMzEuNzcxOUMzOC44ODgyIDMyLjAzOTggMzguNTcwMyAzMi4yNTI0IDM4LjIyMDMgMzIuMzk3NEMzNy44NzAzIDMyLjU0MjQgMzcuNDk1MiAzMi42MTg3IDM3LjExNjQgMzIuNjE4N1pNOS42MTQxMyAyNi44NDgyVjE5LjM0NzZMMTMuNDYxMSAyNC4xNTYzTDE3LjMwNjQgMTkuMzQ3NlYyNi44NDgySDIxLjE1MzRWMTMuNzcyMUgxNy4zMDY0TDEzLjQ2MTEgMTguNTgwOUw5LjYxNDEzIDEzLjc3MjFINS43NjcxNVYyNi44NTE2TDkuNjE0MTMgMjYuODQ4MlpNMzUuMzg2MyAyMC4zMDk0SDMxLjUzOTNWMTMuNzcwNUgyNy42OTRWMjAuMzA5NEgyMy44NDdMMjkuNjE1OCAyNy4wNDE2TDM1LjM4NjMgMjAuMzA5NFoiIGZpbGw9IiMzODM4MzkiLz4KPC9zdmc+Cg=="},"displayName":"Markdown","typeVersion":1,"nodeCategories":[{"id":9,"name":"Core Nodes"}]},{"id":565,"icon":"fa:sticky-note","name":"n8n-nodes-base.stickyNote","codex":{"data":{"alias":["Comments","Notes","Sticky"],"categories":["Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Helpers"]}}},"group":"[\"input\"]","defaults":{"name":"Sticky Note","color":"#FFD233"},"iconData":{"icon":"sticky-note","type":"icon"},"displayName":"Sticky Note","typeVersion":1,"nodeCategories":[{"id":9,"name":"Core Nodes"}]},{"id":834,"icon":"file:code.svg","name":"n8n-nodes-base.code","codex":{"data":{"alias":["cpde","Javascript","JS","Python","Script","Custom Code","Function"],"details":"The Code node allows you to execute JavaScript in your workflow.","resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.code/"}]},"categories":["Development","Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Helpers","Data Transformation"]}}},"group":"[\"transform\"]","defaults":{"name":"Code"},"iconData":{"type":"file","fileBuffer":"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xMTcxXzQ0MSkiPgo8cGF0aCBkPSJNMTcwLjI4MyA0OEgxOTYuNUMyMDMuMTI3IDQ4IDIwOC41IDQyLjYyNzQgMjA4LjUgMzZWMTJDMjA4LjUgNS4zNzI1OCAyMDMuMTI3IDAgMTk2LjUgMEgxNzAuMjgzQzEyNi4xIDAgOTAuMjgzIDM1LjgxNzIgOTAuMjgzIDgwVjE3NkM5MC4yODMgMjA2LjkyOCA2NS4yMTA5IDIzMiAzNC4yODMgMjMySDIzQzE2LjM3MjYgMjMyIDExIDIzNy4zNzIgMTEgMjQ0VjI2OEMxMSAyNzQuNjI3IDE2LjM3MjQgMjgwIDIyLjk5OTYgMjgwTDM0LjI4MyAyODBDNjUuMjEwOSAyODAgOTAuMjgzIDMwNS4wNzIgOTAuMjgzIDMzNlY0NDBDOTAuMjgzIDQ3OS43NjQgMTIyLjUxOCA1MTIgMTYyLjI4MyA1MTJIMTk2LjVDMjAzLjEyNyA1MTIgMjA4LjUgNTA2LjYyNyAyMDguNSA1MDBWNDc2QzIwOC41IDQ2OS4zNzMgMjAzLjEyNyA0NjQgMTk2LjUgNDY0SDE2Mi4yODNDMTQ5LjAyOCA0NjQgMTM4LjI4MyA0NTMuMjU1IDEzOC4yODMgNDQwVjMzNkMxMzguMjgzIDMwOS4wMjIgMTI4LjAxMSAyODQuNDQzIDExMS4xNjQgMjY1Ljk2MUMxMDYuMTA5IDI2MC40MTYgMTA2LjEwOSAyNTEuNTg0IDExMS4xNjQgMjQ2LjAzOUMxMjguMDExIDIyNy41NTcgMTM4LjI4MyAyMDIuOTc4IDEzOC4yODMgMTc2VjgwQzEzOC4yODMgNjIuMzI2OSAxNTIuNjEgNDggMTcwLjI4MyA0OFoiIGZpbGw9IiNGRjk5MjIiLz4KPHBhdGggZD0iTTMwNSAzNkMzMDUgNDIuNjI3NCAzMTAuMzczIDQ4IDMxNyA0OEgzNDIuOTc5QzM2MC42NTIgNDggMzc0Ljk3OCA2Mi4zMjY5IDM3NC45NzggODBWMTc2QzM3NC45NzggMjAyLjk3OCAzODUuMjUxIDIyNy41NTcgNDAyLjA5OCAyNDYuMDM5QzQwNy4xNTMgMjUxLjU4NCA0MDcuMTUzIDI2MC40MTYgNDAyLjA5OCAyNjUuOTYxQzM4NS4yNTEgMjg0LjQ0MyAzNzQuOTc4IDMwOS4wMjIgMzc0Ljk3OCAzMzZWNDMyQzM3NC45NzggNDQ5LjY3MyAzNjAuNjUyIDQ2NCAzNDIuOTc5IDQ2NEgzMTdDMzEwLjM3MyA0NjQgMzA1IDQ2OS4zNzMgMzA1IDQ3NlY1MDBDMzA1IDUwNi42MjcgMzEwLjM3MyA1MTIgMzE3IDUxMkgzNDIuOTc5QzM4Ny4xNjEgNTEyIDQyMi45NzggNDc2LjE4MyA0MjIuOTc4IDQzMlYzMzZDNDIyLjk3OCAzMDUuMDcyIDQ0OC4wNTEgMjgwIDQ3OC45NzkgMjgwSDQ5MEM0OTYuNjI3IDI4MCA1MDIgMjc0LjYyOCA1MDIgMjY4VjI0NEM1MDIgMjM3LjM3MyA0OTYuNjI4IDIzMiA0OTAgMjMyTDQ3OC45NzkgMjMyQzQ0OC4wNTEgMjMyIDQyMi45NzggMjA2LjkyOCA0MjIuOTc4IDE3NlY4MEM0MjIuOTc4IDM1LjgxNzIgMzg3LjE2MSAwIDM0Mi45NzkgMEgzMTdDMzEwLjM3MyAwIDMwNSA1LjM3MjU4IDMwNSAxMlYzNloiIGZpbGw9IiNGRjk5MjIiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xMTcxXzQ0MSI+CjxyZWN0IHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo="},"displayName":"Code","typeVersion":2,"nodeCategories":[{"id":5,"name":"Development"},{"id":9,"name":"Core Nodes"}]},{"id":839,"icon":"fa:clock","name":"n8n-nodes-base.scheduleTrigger","codex":{"data":{"alias":["Time","Scheduler","Polling","Cron","Interval"],"resources":{"generic":[],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.scheduletrigger/"}]},"categories":["Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0"}},"group":"[\"trigger\",\"schedule\"]","defaults":{"name":"Schedule Trigger","color":"#31C49F"},"iconData":{"icon":"clock","type":"icon"},"displayName":"Schedule Trigger","typeVersion":1,"nodeCategories":[{"id":9,"name":"Core Nodes"}]},{"id":841,"icon":"file:googleSheets.svg","name":"n8n-nodes-base.googleSheetsTrigger","codex":{"data":{"alias":["CSV","Spreadsheet","GS"],"resources":{"generic":[],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.googlesheetstrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]},"categories":["Data & Storage","Productivity"],"nodeVersion":"1.0","codexVersion":"1.0"}},"group":"[\"trigger\"]","defaults":{"name":"Google Sheets Trigger"},"iconData":{"type":"file","fileBuffer":"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwYXRoIGZpbGw9IiMyOEI0NDYiIGQ9Ik0zNS42OSAxIDUyIDE3LjIyNXYzOS4wODdhMy42NyAzLjY3IDAgMCAxLTEuMDg0IDIuNjFBMy43IDMuNyAwIDAgMSA0OC4yOTMgNjBIMTIuNzA3YTMuNyAzLjcgMCAwIDEtMi42MjMtMS4wNzhBMy42NyAzLjY3IDAgMCAxIDkgNTYuMzEyVjQuNjg4YTMuNjcgMy42NyAwIDAgMSAxLjA4NC0yLjYxQTMuNyAzLjcgMCAwIDEgMTIuNzA3IDF6Ii8+PHBhdGggZmlsbD0iIzZBQ0U3QyIgZD0iTTM1LjY5IDEgNTIgMTcuMjI1SDM5LjM5N2MtMi4wNTQgMC0zLjcwNy0xLjgyOS0zLjcwNy0zLjg3MnoiLz48cGF0aCBmaWxsPSIjMjE5QjM4IiBkPSJNMzkuMjExIDE3LjIyNSA1MiAyMi40OHYtNS4yNTV6Ii8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTIwLjEyIDMxLjk3NWMwLS44MTcuNjYyLTEuNDc1IDEuNDgzLTEuNDc1aDE3Ljc5NGMuODIxIDAgMS40ODIuNjU4IDEuNDgyIDEuNDc1djE1LjQ4N2MwIC44MTgtLjY2MSAxLjQ3NS0xLjQ4MiAxLjQ3NUgyMS42MDNhMS40NzYgMS40NzYgMCAwIDEtMS40ODItMS40NzRWMzEuOTc0em0yLjIyNSAxLjQ3NWg2LjY3MnYyLjIxMmgtNi42NzJ6bTAgNS4xNjJoNi42NzJ2Mi4yMTNoLTYuNjcyem0wIDUuMTYzaDYuNjcydjIuMjEyaC02LjY3MnptOS42MzgtMTAuMzI1aDYuNjcydjIuMjEyaC02LjY3MnptMCA1LjE2Mmg2LjY3MnYyLjIxM2gtNi42NzJ6bTAgNS4xNjNoNi42NzJ2Mi4yMTJoLTYuNjcyeiIvPjxwYXRoIGZpbGw9IiMyOEI0NDYiIGQ9Ik0zNC42OSAwIDUxIDE2LjIyNXYzOS4wODdhMy42NyAzLjY3IDAgMCAxLTEuMDg0IDIuNjFBMy43IDMuNyAwIDAgMSA0Ny4yOTMgNTlIMTEuNzA3YTMuNyAzLjcgMCAwIDEtMi42MjMtMS4wNzhBMy42NyAzLjY3IDAgMCAxIDggNTUuMzEyVjMuNjg4YTMuNjcgMy42NyAwIDAgMSAxLjA4NC0yLjYxQTMuNyAzLjcgMCAwIDEgMTEuNzA3IDB6Ii8+PHBhdGggZmlsbD0iIzZBQ0U3QyIgZD0iTTM0LjY5IDAgNTEgMTYuMjI1SDM4LjM5N2MtMi4wNTQgMC0zLjcwNy0xLjgyOS0zLjcwNy0zLjg3MnoiLz48cGF0aCBmaWxsPSIjMjE5QjM4IiBkPSJNMzguMjExIDE2LjIyNSA1MSAyMS40OHYtNS4yNTV6Ii8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTE5LjEyIDMwLjk3NWMwLS44MTcuNjYyLTEuNDc1IDEuNDgzLTEuNDc1aDE3Ljc5NGMuODIxIDAgMS40ODIuNjU4IDEuNDgyIDEuNDc1djE1LjQ4N2MwIC44MTgtLjY2MSAxLjQ3NS0xLjQ4MiAxLjQ3NUgyMC42MDNhMS40NzYgMS40NzYgMCAwIDEtMS40ODItMS40NzRWMzAuOTc0em0yLjIyNSAxLjQ3NWg2LjY3MnYyLjIxMmgtNi42NzJ6bTAgNS4xNjJoNi42NzJ2Mi4yMTNoLTYuNjcyem0wIDUuMTYzaDYuNjcydjIuMjEyaC02LjY3MnptOS42MzgtMTAuMzI1aDYuNjcydjIuMjEyaC02LjY3MnptMCA1LjE2Mmg2LjY3MnYyLjIxM2gtNi42NzJ6bTAgNS4xNjNoNi42NzJ2Mi4yMTJoLTYuNjcyeiIvPjwvZz48L3N2Zz4="},"displayName":"Google Sheets Trigger","typeVersion":1,"nodeCategories":[{"id":3,"name":"Data & Storage"},{"id":4,"name":"Productivity"}]},{"id":844,"icon":"fa:filter","name":"n8n-nodes-base.filter","codex":{"data":{"alias":["Router","Filter","Condition","Logic","Boolean","Branch"],"details":"The Filter node can be used to filter items based on a condition. If the condition is met, the item will be passed on to the next node. If the condition is not met, the item will be omitted. Conditions can be combined together by AND(meet all conditions), or OR(meet at least one condition).","resources":{"generic":[],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.filter/"}]},"categories":["Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Flow","Data Transformation"]}}},"group":"[\"transform\"]","defaults":{"name":"Filter","color":"#229eff"},"iconData":{"icon":"filter","type":"icon"},"displayName":"Filter","typeVersion":2,"nodeCategories":[{"id":9,"name":"Core Nodes"}]},{"id":1123,"icon":"fa:link","name":"@n8n/n8n-nodes-langchain.chainLlm","codex":{"data":{"alias":["LangChain"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.chainllm/"}]},"categories":["AI","Langchain"],"subcategories":{"AI":["Chains","Root Nodes"]}}},"group":"[\"transform\"]","defaults":{"name":"Basic LLM Chain","color":"#909298"},"iconData":{"icon":"link","type":"icon"},"displayName":"Basic LLM Chain","typeVersion":2,"nodeCategories":[{"id":25,"name":"AI"},{"id":26,"name":"Langchain"}]},{"id":1250,"icon":"file:openAi.svg","name":"@n8n/n8n-nodes-langchain.openAi","codex":{"data":{"alias":["LangChain","ChatGPT","Sora","DallE","whisper","audio","transcribe","tts","assistant"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-langchain.openai/"}]},"categories":["AI","Langchain"],"subcategories":{"AI":["Agents","Miscellaneous","Root Nodes"]}}},"group":"[\"transform\"]","defaults":{"name":"OpenAI"},"iconData":{"type":"file","fileBuffer":"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM2Ljg2NzEgMTYuMzcxOEMzNy43NzQ2IDEzLjY0OCAzNy40NjIxIDEwLjY2NDIgMzYuMDEwOCA4LjE4NjYxQzMzLjgyODIgNC4zODY1MyAyOS40NDA3IDIuNDMxNDkgMjUuMTU1NiAzLjM1MTUxQzIzLjI0OTMgMS4yMDM5NiAyMC41MTA1IC0wLjAxNzMxNDggMTcuNjM5MiAwLjAwMDE4NTUzM0MxMy4yNTkxIC0wLjAwOTgxNDY4IDkuMzcyNzMgMi44MTAyNSA4LjAyNTIgNi45Nzc4M0M1LjIxMTM5IDcuNTU0MSAyLjc4MjU4IDkuMzE1MzggMS4zNjEzIDExLjgxMTdDLTAuODM3NDkzIDE1LjYwMTggLTAuMzM2MjMyIDIwLjM3OTQgMi42MDEzMyAyMy42Mjk0QzEuNjkzODEgMjYuMzUzMiAyLjAwNjMyIDI5LjMzNzEgMy40NTc2IDMxLjgxNDZDNS42NDAxNSAzNS42MTQ3IDEwLjAyNzcgMzcuNTY5NyAxNC4zMTI4IDM2LjY0OTdDMTYuMjE3OSAzOC43OTczIDE4Ljk1NzkgNDAuMDE4NSAyMS44MjkyIDM5Ljk5OThDMjYuMjExOCA0MC4wMTEgMzAuMDk5NCAzNy4xODg1IDMxLjQ0NjkgMzMuMDE3MUMzNC4yNjA4IDMyLjQ0MDkgMzYuNjg5NiAzMC42Nzk2IDM4LjExMDggMjguMTgzM0M0MC4zMDcxIDI0LjM5MzIgMzkuODA0NiAxOS42MTk0IDM2Ljg2ODMgMTYuMzY5M0wzNi44NjcxIDE2LjM3MThaTTIxLjgzMTcgMzcuMzg2QzIwLjA3OCAzNy4zODg1IDE4LjM3OTIgMzYuNzc0NyAxNy4wMzI5IDM1LjY1MDlDMTcuMDk0MSAzNS42MTg1IDE3LjIwMDQgMzUuNTU5NyAxNy4yNjkxIDM1LjUxNzJMMjUuMjM0MyAzMC45MTcxQzI1LjY0MTggMzAuNjg1OCAyNS44OTE4IDMwLjI1MjEgMjUuODg5MyAyOS43ODMzVjE4LjU1NDNMMjkuMjU1NiAyMC40OTgxQzI5LjI5MTkgMjAuNTE1NiAyOS4zMTU3IDIwLjU1MDYgMjkuMzIwNyAyMC41OTA2VjI5Ljg4OTZDMjkuMzE1NyAzNC4wMjQ3IDI1Ljk2NjggMzcuMzc3MiAyMS44MzE3IDM3LjM4NlpNNS43MjY0IDMwLjUwNzFDNC44NDc2MyAyOC45ODk2IDQuNTMxMzcgMjcuMjEwOCA0LjgzMjYzIDI1LjQ4NDVDNC44OTEzOCAyNS41MTk1IDQuOTk1MTMgMjUuNTgzMiA1LjA2ODg4IDI1LjYyNTdMMTMuMDM0MSAzMC4yMjU4QzEzLjQzNzggMzAuNDYyMSAxMy45Mzc4IDMwLjQ2MjEgMTQuMzQyOCAzMC4yMjU4TDI0LjA2NjggMjQuNjEwN1YyOC40OTgzQzI0LjA2OTMgMjguNTM4MyAyNC4wNTA1IDI4LjU3NyAyNC4wMTkzIDI4LjYwMkwxNS45Njc5IDMzLjI1MDlDMTIuMzgxNSAzNS4zMTU5IDcuODAxNDQgMzQuMDg4NCA1LjcyNzY1IDMwLjUwNzFINS43MjY0Wk0zLjYzMDEgMTMuMTIwNUM0LjUwNTEyIDExLjYwMDQgNS44ODY0IDEwLjQzNzkgNy41MzE0NCA5LjgzNDE1QzcuNTMxNDQgOS45MDI5IDcuNTI3NjkgMTAuMDI0MSA3LjUyNzY5IDEwLjEwOTJWMTkuMzEwNkM3LjUyNTE5IDE5Ljc3ODEgNy43NzUxOSAyMC4yMTE5IDguMTgxNDUgMjAuNDQzMUwxNy45MDU0IDI2LjA1N0wxNC41MzkxIDI4LjAwMDhDMTQuNTA1MyAyOC4wMjMzIDE0LjQ2MjggMjguMDI3IDE0LjQyNTMgMjguMDEwOEw2LjM3MjY2IDIzLjM1ODJDMi43OTM4MyAyMS4yODU2IDEuNTY2MzEgMTYuNzA2OCAzLjYyODg1IDEzLjEyMTdMMy42MzAxIDEzLjEyMDVaTTMxLjI4ODIgMTkuNTU2OUwyMS41NjQyIDEzLjk0MTdMMjQuOTMwNiAxMS45OTkyQzI0Ljk2NDMgMTEuOTc2NyAyNS4wMDY4IDExLjk3MjkgMjUuMDQ0MyAxMS45ODkyTDMzLjA5NyAxNi42MzhDMzYuNjgyMSAxOC43MDkzIDM3LjkxMDggMjMuMjk1NyAzNS44Mzk1IDI2Ljg4MDhDMzQuOTYzMyAyOC4zOTgzIDMzLjU4MzIgMjkuNTYwOCAzMS45Mzk1IDMwLjE2NThWMjAuNjg5NEMzMS45NDMyIDIwLjIyMTkgMzEuNjk0NSAxOS43ODk0IDMxLjI4OTQgMTkuNTU2OUgzMS4yODgyWk0zNC42MzgzIDE0LjUxNDJDMzQuNTc5NSAxNC40NzggMzQuNDc1OCAxNC40MTU1IDM0LjQwMiAxNC4zNzNMMjYuNDM2OCA5Ljc3Mjg5QzI2LjAzMzEgOS41MzY2NCAyNS41MzMxIDkuNTM2NjQgMjUuMTI4MSA5Ljc3Mjg5TDE1LjQwNDEgMTUuMzg4VjExLjUwMDRDMTUuNDAxNiAxMS40NjA0IDE1LjQyMDQgMTEuNDIxNyAxNS40NTE2IDExLjM5NjdMMjMuNTAzIDYuNzUxNThDMjcuMDg5NCA0LjY4Mjc5IDMxLjY3NDUgNS45MTQwNiAzMy43NDIgOS41MDE2NEMzNC42MTU4IDExLjAxNjcgMzQuOTMyIDEyLjc5MDUgMzQuNjM1OCAxNC41MTQySDM0LjYzODNaTTEzLjU3NDEgMjEuNDQzMUwxMC4yMDY1IDE5LjQ5OTRDMTAuMTcwMiAxOS40ODE5IDEwLjE0NjUgMTkuNDQ2OCAxMC4xNDE1IDE5LjQwNjhWMTAuMTA3OUMxMC4xNDQgNS45Njc4MSAxMy41MDI4IDIuNjEyNzQgMTcuNjQyOSAyLjYxNTI0QzE5LjM5NDIgMi42MTUyNCAyMS4wODkyIDMuMjMwMjUgMjIuNDM1NSA0LjM1MDI4QzIyLjM3NDMgNC4zODI3OCAyMi4yNjkzIDQuNDQxNTMgMjIuMTk5MiA0LjQ4NDAzTDE0LjIzNDEgOS4wODQxM0MxMy44MjY2IDkuMzE1MzggMTMuNTc2NiA5Ljc0Nzg5IDEzLjU3OTEgMTAuMjE2N0wxMy41NzQxIDIxLjQ0MDZWMjEuNDQzMVpNMTUuNDAyOSAxNy41MDA2TDE5LjczNDIgMTQuOTk5M0wyNC4wNjU1IDE3LjQ5OTNWMjIuNTAwN0wxOS43MzQyIDI1LjAwMDdMMTUuNDAyOSAyMi41MDA3VjE3LjUwMDZaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K"},"displayName":"OpenAI","typeVersion":2,"nodeCategories":[{"id":25,"name":"AI"},{"id":26,"name":"Langchain"}]},{"id":1281,"icon":"file:openrouter.svg","name":"@n8n/n8n-nodes-langchain.lmChatOpenRouter","codex":{"data":{"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatopenrouter/"}]},"categories":["AI","Langchain"],"subcategories":{"AI":["Language Models","Root Nodes"],"Language Models":["Chat Models (Recommended)"]}}},"group":"[\"transform\"]","defaults":{"name":"OpenRouter Chat Model"},"iconData":{"type":"file","fileBuffer":"data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTRBM0I4IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDI0IDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZT5PcGVuUm91dGVyPC90aXRsZT48cGF0aCBkPSJNMTYuODA0IDEuOTU3bDcuMjIgNC4xMDV2LjA4N0wxNi43MyAxMC4yMWwuMDE3LTIuMTE3LS44MjEtLjAzYy0xLjA1OS0uMDI4LTEuNjExLjAwMi0yLjI2OC4xMS0xLjA2NC4xNzUtMi4wMzguNTc3LTMuMTQ3IDEuMzUyTDguMzQ1IDExLjAzYy0uMjg0LjE5NS0uNDk1LjMzNi0uNjguNDU1bC0uNTE1LjMyMi0uMzk3LjIzNC4zODUuMjMuNTMuMzM4Yy40NzYuMzE0IDEuMTcuNzk2IDIuNzAxIDEuODY2IDEuMTEuNzc1IDIuMDgzIDEuMTc3IDMuMTQ3IDEuMzUybC4zLjA0NWMuNjk0LjA5MSAxLjM3NS4wOTQgMi44MjUuMDMzbC4wMjItMi4xNTkgNy4yMiA0LjEwNXYuMDg3TDE2LjU4OSAyMmwuMDE0LTEuODYyLS42MzUuMDIyYy0xLjM4Ni4wNDItMi4xMzcuMDAyLTMuMTM4LS4xNjItMS42OTQtLjI4LTMuMjYtLjkyNi00Ljg4MS0yLjA1OWwtMi4xNTgtMS41YTIxLjk5NyAyMS45OTcgMCAwMC0uNzU1LS40OThsLS40NjctLjI4YTU1LjkyNyA1NS45MjcgMCAwMC0uNzYtLjQzQzIuOTA4IDE0LjczLjU2MyAxNC4xMTYgMCAxNC4xMTZWOS44ODhsLjE0LjAwNGMuNTY0LS4wMDcgMi45MS0uNjIyIDMuODA5LTEuMTI0bDEuMDE2LS41OC40MzgtLjI3NGMuNDI4LS4yOCAxLjA3Mi0uNzI2IDIuNjg2LTEuODUzIDEuNjIxLTEuMTMzIDMuMTg2LTEuNzggNC44ODEtMi4wNTkgMS4xNTItLjE5IDEuOTc0LS4yMTMgMy44MTQtLjEzOGwuMDItMS45MDd6Ij48L3BhdGg+PC9zdmc+Cg=="},"displayName":"OpenRouter Chat Model","typeVersion":1,"nodeCategories":[{"id":25,"name":"AI"},{"id":26,"name":"Langchain"}]}],"categories":[{"id":17,"name":"HR"},{"id":49,"name":"AI Summarization"}],"image":[]}}