Register and share your invite link to earn from video plays and referrals.

Search results for EUAIAct
EUAIAct community
One keyword maps to one global community path.
Create community
People
Not Found
Tweets including EUAIAct
EU formally begins enforcement against frontier AI companies The EU AI Office will formally exercise its enforcement powers starting August 2, overseeing the most advanced general-purpose AI models. According to the Associated Press, the office has added 38 staff members, and both OpenAI and DeepSeek are within the scope of monitoring. Regulators can request documentation, require model evaluations, and order risk reductions. If compliance discussions prove ineffective, they may impose fines of up to 3% of global annual revenue, or require restriction, withdrawal, or recall of the models. Transparency rules—such as chatbots disclosing their AI identity and adding machine-readable watermarks to generated content— will also take effect at the same time. #AI
##TechNews
##EUAIAct#
Show more
Putting an invisible watermark in AI-generated text — without distorting a single word choice. The clever mechanism is now public. Title: How Claude's text watermark works URL: Claude is adding invisible text watermarking to future models to comply with the EU AI Act. Three points worth a closer look. 🎲 Highlight 1: It changes the "source of randomness," not the words Watermarking sounds like swapping words, but this method doesn't. It only replaces the source of randomness used during generation, deriving it from an encoding key and preceding words. Like using digits of pi instead of dice in Monopoly: readers can't perceive it, yet it can be verified after the fact. The technique is SynthID-Text, published by Google DeepMind in Nature. ⚡ Highlight 2: Near-zero impact on quality, speed, and cost Internal tests and DeepMind's controlled studies found no statistically significant difference between watermarked and unwatermarked text. Speed impact is negligible, no extra tokens are needed, and pricing is unchanged. The watermark carries no info traceable to users, orgs, or specific chats. 🔍 Highlight 3: Honest about what it can't do Longer passages detect more reliably, but short samples are hard. It can't watermark fact-heavy spans or exact outputs like equations and functional code where there's no equivalent alternative. Light edits may survive, but a full rewrite erases it. A detection API is coming soon. A pragmatic take on transparency that balances regulation with production quality. #AIWatermark# #EUAIAct#
Show more
The EU AI Act deadline is August 2, 2026, with penalties up to €15M. Here's a practical guide mapping abstract articles to concrete features ⚖️ Title: How LangSmith and LangChain OSS Help You Meet EU AI Act Requirements URL: ⚖️ Overview This post explains how to meet the EU AI Act's requirements for high-risk systems using LangSmith and LangChain OSS features, mapping the articles to implementations like tracing, evaluation, and human oversight. ❓ Challenges Solved The EU AI Act imposes strict requirements on high-risk AI. The deadline is August 2, 2026, with penalties up to €15M or 3% of global revenue. The hard part is knowing which capabilities actually satisfy the abstract articles. 💡 How It Works (articles → features) ・Observability and tracing (Article 12): end-to-end traces of LLM calls, tools, and reasoning steps; retention of 14 days (base) / 400 days (extended); EU data residency options ・Quality and safety (Article 15): online evaluators continuously score production traffic, with prebuilt evaluators for toxicity, hallucination, PII leakage, prompt injection, and more ・Human oversight (Article 14): LangGraph's interrupt for human-in-the-loop, with resume-from-exact-point recovery ・Risk management (Article 9): custom dashboards track risk scores and trigger alerts 🌍 Practical Starting Point Build in this order — tracing → production evaluations → human-in-the-loop — and choose EU, self-hosted, or BYOC deployment based on data residency needs. #EUAIAct# #AIGovernance#
Show more