Amazon Web Services created a $1 billion FDE unit that embeds frontier technical specialists directly inside enterprise customers' environments to build production agentic-AI systems, aiming to compress deployment from months to days.
Source → crescendo.aiUpdated results from the Center for AI Safety and Scale AI Labs show Fable 5 leading all public models at 16.1% across 240 real remote-work projects in 23 domains — though the compute-cost multiplier to reach it is steep.
Source → theneuron.aiAfter the US Dept. of Commerce lifted export controls, Fable 5 returned July 1 to Claude.ai, the API, Claude Code and Cowork in every country following a 19-day suspension. A new safety classifier blocks the triggering jailbreak in >99% of attempts.
Source → buildfastwithai.comThe BLS June payroll report (released July 3) showed just 57,000 jobs added vs. a 185,000 consensus. Tech-sector layoffs hit 142,000 YTD as firms shift headcount budgets toward AI infrastructure.
Source → buildfastwithai.comAmazon ($10B) and Google ($15B) unveiled Montgomery County campuses totaling $25B in new hyperscale capacity, while Microsoft brought its $3.3B Mount Pleasant, Wisconsin facility fully online.
Source → datacenterknowledge.comxAI launched a no-code Grok Voice platform for building phone agents at roughly $0.05 per minute, pushing conversational voice AI toward mainstream business use.
Source → theneuron.aiAt its Shenzhen launch, UBTECH unveiled UWORLD U1, billed as the first full-size, mass-produced "ultra-bionic" humanoid robot — a marker of China's push into consumer/industrial humanoids.
Source → tech-reader.blogRegionale FDE-Rolle bei BCG X: Aufbau produktiver GenAI-/Agenten-Lösungen direkt beim Kunden.
Zur Stelle → careers.bcg.comModel Deployment for Business: technische Integration von OpenAI-Modellen in Unternehmensumgebungen.
Zur Stelle → openai.comPraktikums-Variante der FDE-Rolle für angehende Applied-AI-Engineers.
Zur Stelle → careers.bcg.comAktuelle AT-Sammlung: AI Engineer & AI Transformation Engineer, u.a. Wien & Linz.
Zur Stelle → karriere.atFDE-Positionen in der Schweiz (u.a. Zürich); Infrastruktur- & Developer-Workflow-Fokus.
Zur Stelle → glassdoor.comBreite CH-Auswahl (Zürich, Genf, Lausanne) — ML/GenAI-Engineering.
Zur Stelle → linkedin.comEin Relativsatz beschreibt ein Nomen genauer. Auf B2-Niveau kommt oft eine Präposition vor dem Relativpronomen. Der Kasus des Relativpronomens richtet sich dann nach der Präposition, nicht nach dem Verb im Hauptsatz. Für Sachen kann man Präposition + wo(r)- verwenden (z. B. worüber, womit, wofür).
Immer mehr Unternehmen im DACH-Raum suchen sogenannte „Forward Deployed Engineers". Das sind Fachleute, die direkt beim Kunden arbeiten und KI-Systeme aufbauen, mit denen konkrete Probleme gelöst werden. Die Voraussetzung für diese Stelle ist meistens Erfahrung mit maschinellem Lernen und Cloud-Technologien. Wer sich schnell in neue Systeme einarbeiten kann, hat gute Chancen. Auch Kommunikation ist wichtig, weil man eng mit den Teams der Kunden zusammenarbeitet.
1. Wo arbeiten Forward Deployed Engineers?
Sie arbeiten direkt beim Kunden.
2. Warum ist Kommunikation wichtig?
Weil man eng mit den Teams der Kunden zusammenarbeitet.
Schreiben Sie 4–5 Sätze: Beschreiben Sie eine Stelle, für die Sie sich interessieren, und mit der Sie Ihre Fähigkeiten gut nutzen könnten. Verwenden Sie mindestens zwei Relativsätze mit Präposition.
Intuition. Neural networks are just deeply nested functions: an output is a function of a hidden layer, which is a function of another layer, which is a function of the input. To train them we need the derivative of the final loss with respect to every weight buried deep inside. The chain rule is the single tool that lets us do this: it says the sensitivity of an output to a distant input is the product of the local sensitivities along the path connecting them. Think of gears meshing — turn the first, and the effect multiplies down the chain.
The mechanism. If y = f(u) and u = g(x), then
dy/dx = (dy/du) · (du/dx)
Each factor is a local derivative, evaluated at the point you're currently at. For a longer composition y = f(g(h(x))) you simply multiply more links: dy/dx = f'·g'·h'. When variables branch and recombine (as in real networks), you sum the contributions over all paths — this is the multivariable chain rule.
Why it matters. Backpropagation is nothing more than the chain rule applied efficiently across a computation graph. During the forward pass we store each intermediate value; during the backward pass we walk the graph in reverse, multiplying local derivatives and reusing shared sub-results instead of recomputing them. That reuse is what makes training networks with billions of parameters tractable — the cost of the backward pass is roughly the same as the forward pass, not exponentially larger.
Worked example. Take the loss L = (σ(w·x) − t)² with sigmoid σ. Let z = w·x, a = σ(z), L = (a − t)². Chain the three links:
dL/dw = dL/da · da/dz · dz/dw
= 2(a − t) · a(1 − a) · x
Read right to left and that is exactly the gradient backprop computes for a single sigmoid neuron. A tiny numeric check:
import numpy as np
x, w, t = 2.0, 0.5, 0.0
z = w * x # 1.0
a = 1/(1+np.exp(-z)) # 0.7311
dL_dw = 2*(a-t) * a*(1-a) * x # -> 0.5749
print(dL_dw)
Nudging w by -η·dL/dw lowers the loss — one gradient-descent step, powered entirely by the chain rule. Tomorrow this leads naturally into the perceptron and full backprop.
Für jedes Kind unter 18 Jahren reduziert der Familienbonus Plus die Lohnsteuer um bis zu 2.000,16 €/Jahr (166,68 €/Monat); für volljährige Kinder mit Familienbeihilfe bis zu 700,08 €/Jahr. Beantragung über die Arbeitnehmerveranlagung oder direkt beim Arbeitgeber (Formular E30).
Quelle → finanz.atDer Kirchenbeitrag ist bis zu 600 €/Jahr absetzbar, Spenden an begünstigte Organisationen bis zu 10 % der Jahreseinkünfte. Meist automatisch übermittelt — Beträge in der Veranlagung kontrollieren.
Quelle → oegb.atArbeitgeber können Impfungen (z. B. Grippe) und bestimmte Gesundheitsförderungsmaßnahmen abgabenfrei anbieten, wenn das Angebot allen oder einer Gruppe von Mitarbeitern offensteht — frei von Lohnsteuer und Lohnnebenkosten.
Quelle → wko.atÜbernimmt der Arbeitgeber die Kosten für ein Ticket öffentlicher Verkehrsmittel (auch Klimaticket) ganz oder teilweise, ist dieser Vorteil lohnsteuer- und abgabenfrei und mindert zugleich die Lohnnebenkosten — ein günstiger Benefit.
Quelle → wko.at