The inaugural UN Global Dialogue on AI Governance runs today and tomorrow (6–7 July) at Palexpo in Geneva, with 11,000+ participants from 169 countries — the first UN-anchored forum meant to coordinate rules for frontier AI across nations.
Source → news.un.orgJohn Jumper — co-creator of AlphaFold2 and a 2024 Chemistry Nobel laureate — is reportedly leaving Google DeepMind after nine years to join Anthropic, a signal of intensifying competition for top AI-for-science talent.
Source → llm-stats.comAnthropic released Claude Science — a research workbench with 60+ preconfigured tools (beta on Pro/Max/Team/Enterprise) — alongside an internal drug-discovery effort targeting neglected diseases. Claude Sonnet 5 is now the default model for Free and Pro users.
Source → anthropic.comOpenAI has reportedly proposed giving Washington a ~5% stake (valued near $42.6B) — with similar stakes from other leading labs pooled into an Alaska-Permanent-Fund-style vehicle. Unconfirmed by the parties; treat as a single-source report.
Source → aitoolsrecap.comA widely-circulated report claims SpaceX would buy AI coding assistant Cursor in a $60B all-stock deal shortly after SpaceX's own Nasdaq IPO. The figures are striking and unverified by either company — flagged as single-source.
Source → crescendo.aiZ.ai's GLM-5.2 is being cited as evidence that Chinese labs are closing the gap with U.S. frontier models, posting capabilities described as comparable to leading systems from Anthropic and OpenAI.
Source → llm-stats.comGemini 3.5 Pro missed its promised June launch; Google cites enterprise-tester feedback on excessive token consumption in extended agentic tasks and now targets a July release.
Source → llm-stats.comRegionale FDE-Rolle: produktive GenAI-/Agenten-Lösungen direkt beim Kunden aufbauen, Workshops leiten, kundenseitige Umsetzung.
Zur Stelle → careers.bcg.comModel Deployment for Business: technische Integration von OpenAI-Modellen in Unternehmensumgebungen, enge Kundenzusammenarbeit.
Zur Stelle → openai.comAktuelle AT-Sammlung inkl. Machine Learning Engineer bei TÜV AUSTRIA und weiteren Wiener Arbeitgebern.
Zur Stelle → karriere.atKuratierte Developer-Jobs mit ML-/AI-Fokus im Wiener Raum; Python, Cloud, MLOps.
Zur Stelle → wearedevelopers.comBreiter CH-Markt (u.a. Apple, NVIDIA, Thomson Reuters); Python, GCP/AWS, SQL, ML-Engineering.
Zur Stelle → glassdoor.comSpezialisiertes FDE-Jobboard; nach Standort (DE/AT/CH) und Remote filterbar — laufend neue Rollen.
Zur Stelle → fwddeploy.comDer Konjunktiv II drückt Irreales, Wünsche, Vermutungen und Höflichkeit aus. Bildung meist mit würde + Infinitiv; bei häufigen Verben nutzt man die eigene Form: wäre, hätte, könnte, müsste, ginge. Im Bedingungssatz gilt: Wenn + Konjunktiv II, (dann) Konjunktiv II.
Viele Berufstätige überlegen, ob sie sich beruflich verändern sollten. Wenn man mehr Zeit hätte, könnte man neue Fähigkeiten lernen, zum Beispiel im Bereich künstliche Intelligenz. Manche vermuten, dass ein Wechsel riskant wäre. Doch mit einer guten Vorbereitung wäre das Risiko überschaubar. An ihrer Stelle würden viele Fachleute zuerst einen kleinen Kurs machen und danach entscheiden. Wichtig ist, dass die neue Stelle zu den eigenen Zielen passt und das Gehalt angemessen ist.
1. Was könnte man mit mehr Zeit tun?
Man könnte neue Fähigkeiten lernen, zum Beispiel im Bereich künstliche Intelligenz.
2. Wie wäre das Risiko eines Wechsels laut Text?
Mit einer guten Vorbereitung wäre das Risiko überschaubar.
Schreiben Sie 4–5 Sätze im Konjunktiv II: Was würden Sie tun, wenn Sie ein Jahr frei hätten? Formulieren Sie außerdem eine höfliche Bitte und einen Ratschlag an eine Kollegin.
Intuition. A gradient answers "how does one scalar output change as I nudge each input?" But most layers in a network map a whole vector of inputs to a whole vector of outputs. The Jacobian is the natural generalisation: it collects every partial derivative of every output with respect to every input into a single matrix. It is the best linear approximation of a vector-valued function at a point — the multi-dimensional version of the slope.
The mechanism. For a function f: ℝⁿ → ℝᵐ that maps x = (x₁,…,xₙ) to (f₁,…,fₘ), the Jacobian J is the m×n matrix
J[i][j] = ∂fᵢ / ∂xⱼ
Row i is exactly the gradient of the i-th output. So a gradient is just a Jacobian with one row (m = 1). Near a point x₀, the function behaves like f(x) ≈ f(x₀) + J·(x − x₀) — matrix–vector multiplication does the local linear map.
Why it matters. The chain rule for vectors becomes multiplication of Jacobians: if z = g(f(x)), then J_z = J_g · J_f. Backpropagation is precisely this — each layer has a Jacobian, and the gradient of the loss is propagated backward by multiplying by each layer's Jacobian transpose. Frameworks never materialise these huge matrices; instead they compute Jacobian–vector products (forward mode) and vector–Jacobian products (reverse mode / autograd), which give the same result far more cheaply.
Worked example. Let f(x₁,x₂) = (x₁²x₂, sin x₁ + x₂). Differentiate each output w.r.t. each input:
J = [[ 2·x₁·x₂ , x₁² ],
[ cos x₁ , 1 ]]
At (x₁,x₂) = (1, 3) this is [[6, 1], [cos 1 ≈ 0.540, 1]]. A quick check with autograd:
import torch
x = torch.tensor([1.0, 3.0], requires_grad=True)
f = lambda v: torch.stack([v[0]**2*v[1], torch.sin(v[0])+v[1]])
J = torch.autograd.functional.jacobian(f, x)
print(J) # tensor([[6.0000, 1.0000],
# [0.5403, 1.0000]])
The autograd result matches the hand-derived matrix exactly. This vector-of-derivatives view is the bridge from single-variable calculus to how gradients actually flow through real network layers — next up, we start turning this machinery into a learning algorithm.
Wer regelmäßig zur Arbeit pendelt, kann die Pendlerpauschale (je nach Distanz und Zumutbarkeit der Öffis) als Werbungskosten absetzen. Zusätzlich steht der Pendlereuro zu — ab 2026: 6 € pro Kilometer der einfachen Wegstrecke pro Jahr. Anspruch mit dem Pendlerrechner prüfen.
Quelle → arbeiterkammer.atBeruflich veranlasste Ausgaben mindern die Steuer: Arbeitsmittel (Computer, Fachliteratur), Fort- und Ausbildung sowie Umschulung, und die Homeoffice-Pauschale. Übersteigen die Kosten den automatischen Pauschbetrag von 132 €, lohnt sich die Geltendmachung in der Arbeitnehmerveranlagung.
Quelle → arbeiterkammer.atStellt der Arbeitgeber ein reines Elektrofahrzeug als Dienstwagen auch zur Privatnutzung zur Verfügung, fällt kein Sachbezug an (0 %) — anders als bei Verbrennern (1,5–2 %). Das senkt Lohnsteuer und Lohnnebenkosten und ist ein attraktiver, abgabenschonender Benefit.
Quelle → wko.atFür Telearbeit kann der Arbeitgeber ein Homeoffice-Pauschale von bis zu 3 € pro Homeoffice-Tag für maximal 100 Tage im Jahr (also bis 300 €) lohnsteuer- und abgabenfrei gewähren. Voraussetzung: Vereinbarung über Telearbeit und Erfassung der Tage im Lohnkonto.
Quelle → wko.at