Tag: Anthropic

  • Claude Code Leak Discovered: First Vulnerability Found by Researchers

    Claude Code Leak Discovered: First Vulnerability Found by Researchers

    Key Takeaway

    1. A source code leak of Anthropic’s Claude Code revealed a critical security flaw allowing attackers to bypass permission rules through long command chains, risking data exfiltration.
    2. The vulnerability exploits the system’s limit of analyzing only 50 subcommands in complex chains, enabling malicious prompt injections once the limit is exceeded.
    3. Despite a fix in the leaked version 2.1.88, the publicly available code continued using an outdated parser, leaving the security flaw unaddressed in released versions until later updates.
    4. The flaw could enable attackers to extract sensitive information such as SSH keys or cloud credentials by manipulating the AI to execute lengthy command sequences that bypass deny rules.

    Recent Accidental Code Leak and Its Implications

    On March 31, Anthropic, the creators of Claude AI, mishandled their source code by unintentionally making a significant part of the underlying code accessible online. This leak happened when a source map file, which translates compiled code back to a human-readable form, was mistakenly published on npm, a popular JavaScript package manager. The leak revealed approximately 512,000 lines of TypeScript code, providing detailed insights into how the AI assistant operates. Despite no model weights or sensitive customer data being exposed, the blueprint nature of this leak has posed serious security concerns. It has opened doors for malicious actors to analyze vulnerabilities or replicate the tool for harmful purposes such as malware delivery.

    Security Flaw Discovered in Claude Code’s Permission System

    Claude Code is an AI-based terminal assistant capable of executing commands and editing files directly from the command line. To fight misuse, it employs a permission system where users can set deny rules blocking specific commands like “curl,” used for network data transfer, while allowing others like “git.” However, security researchers at Adversa AI uncovered a critical flaw. The vulnerability centers around how the system handles complex command chains, especially in scenarios where a chain exceeds 50 subcommands. To prevent slowdowns or interface freezes, Anthropic’s code skips detailed security checks beyond this limit, instead prompting users with a general confirmation. This behavior could be exploited by attackers through prompt injection techniques to bypass security checks altogether.

    Prompt Injection Attack Scenarios and Data Risks

    • The attack involves placing a specially crafted file named “CLAUDE.md” in a public code repository. This file contains commands or instructions designed to manipulate the AI’s responses.
    • When a developer clones the repository and prompts Claude Code to analyze or review the project, the AI might execute a lengthy chain of commands exceeding the 50-command threshold. Since detailed checks are skipped past this limit, the system becomes vulnerable.
    • In this way, an attacker can sneak in commands that retrieve sensitive data, such as SSH keys, cryptographic credentials used for secure connections, or cloud computing credentials stored on developer machines.
    • Crucially, because the system only asks for a simple confirmation at the end of the command chain, it fails to recognize that security policies are sidestepped. This allows attackers to secretly exfiltrate data without raising suspicions.

    Existing Fixes and the Discrepancy in Implementation

    Interestingly, the leaked version 2.1.88 of Claude Code included a fix for this problem. The developers had introduced a more sophisticated parser designed to be aware of deny rules regardless of how long a command chain is. Unfortunately, this improvement was not incorporated into the publicly available versions, which continued to use an older, flawed security mechanism. It wasn’t until version 2.1.90 that Anthropic addressed the issue officially, fixing the fallback deny-rule degradation described as “parse-fail fallback deny-rule degradation” in the changelog. Despite this, security researchers suggest that other attack methods might still exist, emphasizing that it’s a partially mitigated issue rather than a fully resolved one.

  • Claude AI Free Credits Offer for Pro & Max Users Up to $200

    Claude AI Free Credits Offer for Pro & Max Users Up to $200

    Key Takeaway

    1. Anthropic is offering free usage credits for Claude AI, with bonuses based on subscription tiers, alongside discounts for additional usage.
    2. Users must enable the “Extra Usage” feature and have a credit card on file to access free credits, especially for those subscribing via PayPal.
    3. It is advised to disable “Extra Usage” after free credits are exhausted to avoid unexpected charges.

    Recent developments with Claude AI

    Claude AI has been really catching people’s eyes lately. The Anthropic company now offers free extra usage credits to existing folks, kinda like trying to make things better after a rough patch. After the big leak of Claude Code’s source code, there’s been a lot of criticism because of the company’s intense DMCA takedown notices. These took down loads of legitimate repositories and many see it as a cover-up move.

    Credits and discounts for users

    Depending on what subscription level you got, you will be credited accordingly. The Pro level gets a $20 bonus (that’s bout €17), while the Max level grants $100 in free credits (around €85). The top tier, costing $200, receives $200 in credits (about €170). Plus, there’s a promo that gives up to 30% off if you wanna buy more usage capacity. It’s like a deal to get more out of your subscription.

    What Claude AI can do for you

    This tool is super flexible. You can use it to generate code, write content, come up with new ideas, or just make boring tasks a lot easier. It’s definitely worth your time to check your account balance and see if you can add more credits to keep things running smoothly.

    Caveats and user reports

    Now, here’s some important info—users from Germany on the platform MyDealz have found issues. Mostly, those who signed up via PayPal can’t claim the free credits unless they enable “Extra Usage”. Seems like you need to link a credit card for that, and without one, it’s pretty much impossible to get the free credits right now.

    Advice for managing your credits

    It’s also best to turn off the “Extra Usage” feature after all your free credits are used up. This function auto-charges you once you go over your limit, which could get pretty expensive without realizing. Remember, you need to submit your application to claim the credits before 11:59 PM (local time) on 17 April 2026. The prices, of course, could change anytime, and the promotion might not last forever. Always check the latest info to stay updated.

    Important info summary

    • The current offer includes bonus credits depending on your subscription tier.
    • Additional discounts available if buying extra capacity.
    • Using the “Extra Usage” feature requires a credit card, which some users report as inconvenient.
    • The application deadline for credits is 17 April 2026, 11:59 PM local time.
    • Prices and offers may change, so keep an eye out for updates.
    Sources
  • Claude Code Leak: IP Protection or Digital Cover-up?

    Claude Code Leak: IP Protection or Digital Cover-up?

    Key Takeaway

    1. Anthropic’s initial aggressive DMCA actions to remove leaked Claude Code repositories affected both unauthorized leaks and legitimate projects, suggesting an attempt to erase digital footprints rather than solely protect intellectual property.
    2. The Claude Code contains mechanisms for sentiment analysis, emotion detection, and obscuring the origin of generated code, raising concerns over privacy and transparency.
    3. The system has the capability to mirror all files in a user’s local directory to Anthropic’s cloud, leading to potential privacy and security vulnerabilities.
    4. Analysis suggests Claude Code may prioritize hiding its identity and controlling user actions over providing secure, transparent AI assistance, undermining trust and safety standards.

    The Codemess: Leak and Responses

    Since the big leak of over 500,000 lines of code in March, Anthropic has been trying hard to prevent the spread of Claude Code. They filed DMCA takedown notices with GitHub and other platforms, which got rid of around 100 repositories containing the leaked code, but also accidentally removed more than 8,100 repositories that used Anthropic’s official code. This shows just how aggressive their initial response was, and many believe it was less about protecting their property and more about erasing digital evidence before anyone could analyze it closer.

    The Hidden Features of Claude Code

    Reports from Scientific American have surfaced that Claude Code has some unsettling features, like sentiment analysis. It scans user prompts for signs of frustration — phrases like “this sucks” or “so frustrating” — and keeps track of these prompts for future review. This suggests a level of surveillance that extends beyond simple customer service interactions, into monitoring emotional cues and reactions.

    The Mysterious Obfuscation and Control Tactics

    • Claude Code seems to have functions meant to hide its origins, especially when working on open source projects, where internal code names like “Claude Code” are automatically stripped away so it looks more human-made.
    • Under the alias “YOLO” (You Only Live Once), there’s an authorization system for tools called classifyYoloAction. Instead of strict rule-based controls, the AI chooses whether or not an action can happen, making it unpredictable and raising safety concerns.

    This kind of decision-making based on AI self-assessment conflicts with best practices in AI safety, as it reduces human oversight and accountability.

    The Deep Privacy Concerns and Security Risks

    Beyond emotional monitoring, Claude Code’s core functionalities reveal alarming security risks. According to security researcher “Antlers,” any file ClaudeCode “sees” on your device is uploaded directly to Anthropic. So, your entire local working directory is mirrored in the cloud, which could mean that all private files are stored away without explicit user consent. This makes the AI not just a helper but a potential security threat—an unintentional backdoor into user data.

    Implications and Potential Consequences

    Analyzing the leaked code paints a troubling picture for Anthropic’s reputation. The extensive analysis by CCleaks suggests that the company’s aggressive legal measures could be a facade to hide deeper issues—mainly, that Claude Code was never designed primarily for security but for surveillance and control. Security researcher Nicholas Carlini proved that Claude Code could be used for malicious purposes: he managed to crack the FreeBSD OS in just four hours, showing how powerful and dangerous such software can be.

  • Anthropic First US Company to Receive Pentagon Designation

    Anthropic First US Company to Receive Pentagon Designation

    Key Takeaways

    1. Anthropic has been classified by the Pentagon as a supply chain threat to national security after refusing to comply with demands regarding domestic spying and automated weapons.
    2. CEO Dario Amodei plans to contest the Pentagon’s decision in court, stating it is “not legally sound.”
    3. The supply chain designation is limited in scope and will not significantly impact Anthropic’s business operations or non-defense projects.
    4. Partners like Microsoft support Anthropic, confirming that their tech will remain unaffected in non-defense applications.
    5. The classification has faced backlash from former intelligence officials and lawmakers, who warn it sets a dangerous precedent for targeting American firms over ethical AI protections.


    Following Anthropic’s daring refusal to comply with the Pentagon’s demand to eliminate protections against its systems being used for domestic spying and automated weapons, the agency has now officially classified the AI company as a supply chain threat to national security. This is the first instance where an American firm has been given such a label.

    CEO’s Response

    In a statement made public yesterday, Anthropic’s CEO, Dario Amodei, acknowledged the new designation. The company plans to head to court to contest the Department of Defense’s decision, asserting that it is “not legally sound.”

    Impact on Operations

    On a brighter note, the statement also indicated that this designation would not significantly affect Anthropic’s business activities.

    The letter from the Department has a limited scope, and that’s because the relevant law (10 USC 3252) is also limited. It is designed to safeguard the government rather than penalize a supplier; in fact, the law mandates the Secretary of War to opt for the least restrictive methods needed to protect the supply chain. Even for contractors of the Department of War, the supply chain risk label doesn’t (and can’t) restrict the use of Claude or business ties with Anthropic if they are unrelated to specific Department of War agreements. — Dario Amodei.

    Support from Partners

    Key partners like Microsoft have backed this view, confirming that non-defense projects utilizing Anthropic’s tech will stay entirely unaffected. Despite the political turmoil and a six-month government-wide phaseout mandated by the president, Anthropic is still dedicated to assisting the military during this transition at a minimal cost.

    On the other hand, the unprecedented supply chain classification has incited significant backlash. Many former intelligence officials, tech trade associations, and bipartisan lawmakers in the U.S. have condemned this decision, cautioning that targeting an American firm over ethical AI protections creates a perilous and counterproductive precedent.

    Anthropic, CNN, and CGTN.

    Source:
    Link


     

  • Nvidia CEO Jensen Huang: No Further Investment in OpenAI, Anthropic

    Nvidia CEO Jensen Huang: No Further Investment in OpenAI, Anthropic

    Key Takeaways

    1. Nvidia CEO Jensen Huang indicates a potential slowdown in aggressive investment strategies, particularly with upcoming IPOs for OpenAI and Anthropic.
    2. Nvidia has hesitated to invest large amounts into single partners, focusing instead on a more cautious approach, exemplified by its commitment of $30 billion to OpenAI.
    3. Anthropic faces controversy and scrutiny related to its AI products and their implications for government use, affecting its market position.
    4. Nvidia reported a 73% revenue increase and significant earnings growth, contributing to a large cash reserve amid a cautious investment environment.
    5. Nvidia’s actions impact the valuations of its partner companies, reinforcing its status as a key player in the AI market and influencing investor confidence.


    NVIDIA Corp (NASDAQ: NVDA) could be slowing down its investment efforts, which have caught the attention of many who view it as the ‘Central Bank of AI.’ This role involves providing funds, investing in, and selling to its customers.

    CEO’s Comments at Conference

    During a recent Technology, Media, and Telecom conference hosted by Morgan Stanley, Jensen Huang, the CEO of Nvidia, hinted that the company might not continue its aggressive investment strategy. This is notable as both OpenAI and Anthropic are preparing to go public this year, with OpenAI reportedly aiming for a staggering $1 Trillion IPO.

    Investment Strategy Changes

    It’s worth noting that Nvidia has made investments in several AI partners and industries, including CoreWeave Inc, which is now public and trades under NASDAQ: CRWV, as well as Lumentum Holdings Inc (NASDAQ: LITE) and Coherent Corp. (NYSE: COHR). However, Nvidia has recently shown hesitance to pour large sums into a single partner.

    This is especially true regarding OpenAI, where Nvidia’s CEO seemed to retract what many believed was a $100 billion investment before finally committing $30 billion to what he calls a “consequential company.”

    Anthropic’s Controversial Position

    Anthropic, which has faced both criticism and acclaim, recently topped Apple’s storefront after a high-profile clash with the U.S. Department of Defense over issues related to fully automated weapons and mass surveillance.

    Though both OpenAI and Anthropic have eased restrictions on their products, with OpenAI even taking ‘safely’ out of its mission statement, Anthropic appears more cautious about certain boundaries, even when facing potential sanctions on the future use of its Claude AI in government settings.

    This situation has made Anthropic a popular topic to support, even as the Pentagon’s request for Claude to be accessible for “all lawful purposes” remains unfulfilled.

    Nvidia’s Financial Performance

    Nvidia reported impressive earnings, boasting a remarkable 73% revenue increase and nearly doubling its earnings per share compared to the previous year. This has led to a significant cash reserve, even as the company approaches investments more carefully in what many believe is an overvalued AI market right now.

    Still, as retail and institutional investors closely monitor Nvidia’s actions—which often lead to major changes in the valuations of the companies it backs—it plays a crucial role in instilling confidence in other operations. This often encourages these companies to cater to Nvidia, recognized as the world’s largest company by market cap.

    Reuters’

    Source:
    Link


     

  • Anthropic Rejects Pentagon’s Claude AI for Military Use

    Anthropic Rejects Pentagon’s Claude AI for Military Use

    Key Takeaways

    1. Anthropic has postponed the Pentagon’s deadline to remove safety features from its Claude model for military use due to safety concerns.

    2. CEO Dario Amodei emphasized that Claude should not be used for autonomous weapons or surveillance, citing reliability issues.

    3. The U.S. Department of War demands AI models without safety restrictions, seeking objective truth and freedom from ideological biases.

    4. Anthropic risks losing a $200 million Pentagon contract and facing severe financial consequences if it does not comply with the DoW’s requirements.

    5. Claude was initially chosen for its AI capabilities, but Amodei hopes the Pentagon will reconsider its restrictions on the model.


    AI giant Anthropic has decided to let the Pentagon’s February 27 deadline slide, which would have required the removal of all safety features from its Claude model for military applications.

    Concerns Over Safety

    Dario Amodei, the CEO of Anthropic, stated that the company cannot in “good conscience” permit Claude to be used for autonomously operating weapons systems or for widespread surveillance of U.S. citizens. He believes the AI is not adequately safe or reliable for these purposes.

    A Focus on Safety

    Claude stands out as one of the top AI agents available today, prioritizing safety through built-in guardrails designed to prevent misuse of its capabilities. However, the U.S. Department of War (DoW) insists that any AI models it acquires must be free from any restrictions except for its own vague “lawful use” guidelines.

    The DoW believes that matters of Diversity, Equity, and Inclusion, as well as social ideologies, should not influence the operation of AI models. Therefore, the DoW requires AI tools that can deliver objective truth without ideological biases. Additionally, the department wants models that do not have usage policy limitations that could restrict lawful military applications. Consequently, the Chief Data and AI Officer (CDAO) is tasked with creating benchmarks for model objectivity within 90 days. Moreover, the Under Secretary of War for Acquisition and Sustainment is instructed to ensure that contracts for AI services include standard “any lawful use” language within 180 days.

    Possible Consequences for Anthropic

    The Pentagon has warned Anthropic of serious consequences that could go beyond affecting its financial standing. The company risks losing its $200 million contract for supplying AI tools to the Pentagon and may be labeled a supply chain risk. This designation could lead to demands for Claude’s safety features to be lifted under a law from the 1950s that was enacted to ensure compliance during the Korean War for national security.

    This supply chain risk label is usually given to firms with suspected ties to hostile state actors, such as Huawei from China or Kaspersky from Russia. Being placed on such a list could severely harm Anthropic’s revenue. Despite the potential fallout and being viewed as an AI outcast by the current administration, Amodei maintains that present “frontier AI systems are just not dependable enough to operate fully autonomous weapons,” and that employing these systems for extensive domestic surveillance contradicts democratic principles.

    Historical Context

    Claude was initially selected by the government for its AI capabilities, especially when it came to analyzing classified information. It also played a role in planning the operation that led to the capture of Venezuelan leader Maduro. Dario Amodei expressed hope that the Pentagon might rethink its position on the two critical areas where it will continue to impose restrictions on AI models.

    Source:
    Link


     

  • Anthropic AI Safety Head Resigns Over Values Conflict

    Anthropic AI Safety Head Resigns Over Values Conflict

    Key Takeaways

    1. Mrinank Sharma has left Anthropic, citing economic pressures that conflict with his principles and expressing gratitude for his contributions to AI safety.

    2. In his goodbye letter, he warns of a “poly-crisis” affecting the world, emphasizing interconnected global issues beyond just AI threats.

    3. Sharma discusses the difficulty of upholding values in a corporate environment, particularly in a company that claims to prioritize safety and ethics.

    4. He plans to leave the tech industry entirely to pursue philosophy, believing this will allow him more freedom to express his views on technology.

    5. His letter references controversial intellectual influences, raising questions about their impact on his decision to resign and the potential implications for Anthropic’s future.


    Mrinank Sharma, who was at the head of the Safeguards Research team at Anthropic, a rival of OpenAI, has departed from the company. In a goodbye letter shared on X, which has been seen over ten million times and received thousands of comments, he expressed gratitude for the chance to contribute to AI safety advancements. He also mentioned that mounting economic pressures have led to decisions that conflict with his principles.

    A Warning to the World

    In his goodbye note, Sharma not only explains why he is leaving but also issues a serious alert: “The world is in peril.” He characterizes the present situation as a “poly-crisis,” where multiple crises are happening at once. He asserts that this is already in progress. His worries go beyond just technical dangers like AI or bioweapons; they stretch to a wider array of interlinked global issues, including escalating geopolitical tensions.

    Upholding Values in a Pressured Environment

    Sharma highlights the challenges of maintaining one’s principles in everyday work life. Even firms that pride themselves on strong values face ongoing pressure to change their priorities or make practical compromises. Anthropic positions itself as a safety-focused and values-oriented alternative to other major AI firms, making his criticisms quite impactful.

    It’s interesting that Mrinank Sharma intends to entirely leave the tech world and pursue philosophy instead. Overall, the response from the X community has been one of respect and empathy. Many users commend his contributions to AI safety and wish him the best. However, some skeptics believe he could have made a larger impact if he had stayed with the company. Sharma argues that being outside the organization allows him greater freedom to express his thoughts openly, indicating he might continue to observe tech developments and share his opinions from a distance.

    Intellectual Influences and Future Implications

    Aside from his comments on global crises, Sharma’s goodbye letter references some intriguing material. In the footnotes, he mentions a work on “CosmoErotic Humanism,” credited to the pseudonym David J. Temple. This name is reportedly associated with Marc Gafni, a spiritual figure who has previously faced criticism for allegations of sexual misconduct. While Sharma does not elaborate on this connection, it has sparked curiosity regarding the intellectual influences that may have shaped his decision to resign.

    The future effects of Sharma’s departure from Anthropic remain uncertain. The company, which is behind the chatbot Claude, is currently engaged in a significant advertising campaign, promoting its AI assistant as an ad-free choice. In this light, the timing of his exit could potentially be seen as problematic.

    Source:
    Link


     

  • Humorous Ads Target ChatGPT’s Advertising Approach

    Humorous Ads Target ChatGPT’s Advertising Approach

    Key Takeaways

    1. OpenAI plans to introduce ads in the free version of ChatGPT Go, located at the bottom of the screen and tailored to user conversations.
    2. Anthropic’s AI assistant, Claude, will not include ads and promotes itself as the ad-free alternative to ChatGPT.
    3. Anthropic released humorous commercials criticizing ad-supported AI, illustrating awkward moments caused by unexpected ads during typical interactions.
    4. The ads conclude with the message: “Ads are coming to AI. But not to Claude,” highlighting their stance against advertising in their service.
    5. Anthropic supports Claude through subscription fees and business contracts, ensuring no ads, no data selling, and no sponsored messages, although some users are skeptical about Claude’s long-term ad-free promise.


    OpenAI has just announced its plans to start showing ads in the free version of ChatGPT Go. These ads will be located at the bottom of the screen and will be customized based on the conversations happening at the time. In contrast, competitor Anthropic is openly taking a different path, stating that it will not follow this trend with its AI assistant, Claude.

    A Humorous Take on Advertising

    On February 5, Anthropic released four brief commercials that humorously criticize ad-supported AI assistants. Each clip showcases a typical AI interaction that takes a strange twist when unexpected ads pop up. In one instance, a man shares his personal struggles with an AI therapist. The assistant offers sympathetic responses until the conversation suddenly shifts to an ad for a made-up dating platform called “Golden Encounters,” suggesting connections with older women. Another ad depicts an AI helping a woman with her business concept before abruptly trying to sell her a loan, complete with a credit check, stating: “Girlbosses need SHE-E-O Money quick.”

    Clear Messaging Against Ads

    All four ads close with the phrase: “Ads are coming to AI. But not to Claude.” Although there’s no direct mention of ChatGPT or OpenAI, the timing of the release makes the target obvious. Claude aims to be seen as the ad-free option compared to ChatGPT, especially after OpenAI’s recent announcement about introducing ads to the free Go version. Instead of depending on advertising, Anthropic claims it supports Claude through subscription fees and business contracts. They assure users that there are no ads, no selling of user data, and no sponsored messages. The campaign has been met with positive feedback on Reddit, where many users have enjoyed its wit and timing. However, some people are still doubtful about whether Claude can remain ad-free over time.

    Source:
    Link


     

  • Anthropic Claude Sonnet 4.5 AI Enhances Programming Skills

    Anthropic Claude Sonnet 4.5 AI Enhances Programming Skills

    Key Takeaways

    1. Claude Sonnet 4.5 demonstrates strong performance on AI coding benchmarks like SWE-bench and Terminal-Bench, including generating a functional clone of a website independently.

    2. The AI excels in responding to queries in finance, law, medicine, and STEM but still receives low grades (C to D) for its performance in these areas.

    3. Claude Sonnet 4.5 has the lowest success rate for prompt injection attacks among tested AI systems, indicating better security against malicious activities.

    4. User experience may be affected by the model’s reduced engagement in discussions about spirituality and a decline in self-positivity, leading to more monotonous interactions.

    5. Users can access Claude Sonnet 4.5 via a mobile app or Anthropic’s website, with practical applications like summarizing and transcribing meetings.


    Anthropic has introduced Claude Sonnet 4.5, its newest AI that boasts enhanced coding capabilities meant to assist software developers in creating applications.

    Performance on AI Benchmarks

    Sonnet 4.5 shows impressive results on various significant AI coding assessments, such as SWE-bench and Terminal-Bench. This AI can effectively utilize computer tools to independently accomplish tasks, as demonstrated by its remarkable performance in the OSWorld benchmark, where it successfully generated a functional clone of the claude.ai website all by itself.

    Field-Specific Abilities

    With its advanced capabilities, the AI can respond to queries in several sectors like finance, law, medicine, and STEM with greater efficiency than previous Anthropic models. However, Claude Sonnet 4.5 only achieves grades ranging from C to D when tackling these types of inquiries. Additionally, it struggles with visual reasoning challenges during the MMMU benchmark tests compared to other AI systems.

    Security Concerns and User Experience

    Those with malicious intent might prefer different AI systems for activities such as prompt injection attacks, as Sonnet 4.5 has recorded the lowest success rate among all tested AI models.

    For users who enjoy lively AI interactions, the latest version of Claude may come as a letdown due to its reduced tendency to discuss spirituality. Furthermore, the model shows a decline in self-positivity, which results in more monotonous conversations.

    If you’re keen on engaging with Claude Sonnet 4.5, you can download the app for mobile devices here or visit Anthropic’s website to access the AI. For those who want to utilize AI in practical scenarios, a Plaud Note can be employed to have Claude summarize and transcribe stand-up meetings.

    Source:
    Link


     

  • Judge Halts Antropic’s $1.5B Settlement in AI Piracy Case

    Judge Halts Antropic’s $1.5B Settlement in AI Piracy Case

    Key Takeaways

    1. U.S. District Judge William Alsup expressed concerns about a $1.5 billion ruling against AI firm Anthropic for using writers’ works without permission.
    2. The ruling requires a payment of approximately $3,000 for each of 465,000 affected works, raising questions about its fairness and effectiveness.
    3. Alsup requested a detailed list of pirated books to avoid complications from potential new lawsuits.
    4. Industry leaders criticized the court’s understanding of the publishing sector and the potential administrative burden on authors and publishers.
    5. The lawsuit against Anthropic, which has backing from Google and Amazon, is considered a significant moment in U.S. copyright litigation history.


    U.S. District Judge William Alsup raised alarms regarding the recent decision against the AI firm Anthropic. This ruling mandated a payment of $1.5 billion to writers who claimed their published works were used without permission to train AI systems.

    Concerns Raised by Alsup

    According to AP reports, Alsup found the ruling “full of pitfalls.” He set another hearing for September 25 to re-evaluate the situation. The decision, which allocates about $3,000 for each of roughly 465,000 affected titles, faced intense scrutiny. Alsup requested a “drop-dead list” detailing the total number of pirated books by September 15 to prevent the number from increasing due to potential new lawsuits “emerging from the shadows.”

    Industry Reactions

    Maria Pallante, the leader of the Association of American Publishers and the Author’s Guild, told Reuters that Alsup’s ruling showed a “lack of understanding” about the publishing sector.

    “It’s vital that the total number of works in the settlement is finalized,” Pallante emphasized. “The Court’s hesitation to provide the parties with time for this — without any reasoning — is concerning.”

    Criticism of the Court’s Approach

    Mary Rasenberger, CEO of the Author’s Guild, expressed her “shock” over the court’s casual suggestion. She accused the groups involved of “acting behind the scenes in ways that could pressure authors,” which contradicts their proposed role as informational advisors.

    “Pallante added that the Court appears to be imagining a claims process that would be administratively burdensome, making it unmanageable for the class members, which could lead authors and publishers into years of additional litigation.”

    Anthropic, which has backing from Google and Amazon, faced a lawsuit last year from authors who contended that the company had downloaded and utilized pirated versions of their works to develop its Claude AI models. The settlement is thought to be the largest “publicly reported recovery in the history of U.S. copyright litigation.”

    Source:
    Link