American Federation Of Teachers Opposes Crypto Market Structure Bill In New Letter

bitcoinist2025-12-11 tarihinde yayınlandı2025-12-11 tarihinde güncellendi

Özet

The American Federation of Teachers (AFT) has formally opposed a proposed crypto market structure bill, urging the Senate Banking Committee to reconsider the legislation. In a letter, AFT President Randi Weingarten called the bill “irresponsible” and “reckless,” warning it could endanger pension funds and retirement plans like 401(k)s by exposing them to volatile and potentially fraudulent crypto assets. She highlighted a provision allowing non-crypto companies to issue stock on blockchain, bypassing existing securities regulations, which could lead to “disastrous outcomes.” The AFT’s opposition aligns with concerns from other groups, including the AFL-CIO and several Democratic senators, who fear the bill may weaken investor protections and potentially trigger another financial crisis. Progress on the bill has been delayed, but a new draft is expected for review soon.

The American Federation of Teachers (AFT) has formally added its voice to the growing opposition against the proposed crypto market structure bill, urging the Senate Banking Committee to reconsider the legislation.

In a letter obtained by CNBC, AFT President Randi Weingarten described the bill as “as irresponsible as it is reckless,” citing the alleged dangers it poses to working families’ pensions and the overall economy.

AFT Calls Out Loopholes In Crypto Legislation

In her correspondence with Senate Banking Committee Chairman Tim Scott and Ranking Member Elizabeth Warren, who is known for her consistent skepticism toward digital assets, Weingarten expressed significant concern about the implications of the proposed legislation.

She stated that the current draft gives the AFT “deep concern” over the risks posed to retirement plans, including the union’s own pensions. Weingarten argued that advancing the crypto legislation could open the door to “widespread fraud” and “unethical practices” within retirement schemes.

Weingarten alleged that the bill “misleadingly” portrays cryptocurrencies as stable and mainstream, despite their volatility. She argued that rather than providing necessary safeguards. “If passed, it will undercut the safety of many assets and cause problems across retirement investments,” she noted.

Among the specific concerns raised by the AFT was a provision allowing non-crypto companies to issue their stock on the blockchain, thus evading existing regulatory frameworks for securities.

Weingarten warned that this loophole and the corresponding erosion of traditional securities laws could have “disastrous outcomes.” She noted that pensions and 401(k) plans may end up invested in unsafe assets, even when they are nominally traditional securities.

Additionally, she criticized the legislation for inadequately addressing the fraud and illegal activities that Weingarten believes remain prevalent in crypto markets, labeling it “irresponsible” and “reckless.”

Delays And Heightened Concerns

In the letter, Weingarten also stressed that if the bill were to become law, it could potentially set the stage for the next financial crisis. The AFT’s stance aligns with concerns previously expressed by the AFL-CIO, the nation’s largest labor union, which also opposed a draft of the crypto bill in October.

In line with Weingarten’s opposition, Democratic senators, including Warren, have raised concerns regarding the balance of regulatory oversight between the Commodity Futures Trading Commission (CFTC) and the Securities and Exchange Commission (SEC).

Massachusetts Secretary of State William Galvin reiterated these concerns in a letter, highlighting that the proposed legislation could exclude significant portions of the financial industry from state oversight, creating risks for millions of savers.

Progress on the Senate’s version of the crypto market structure bill has faced delays, partly attributed to the recent lengthiest government shutdown in US history.

Senator Lummis recently provided insight into potential timelines, indicating that her goal is to share a new draft by the end of the week. She plans to allow both the crypto industry and lawmakers from both parties to review the draft before moving forward with markup next week.

The daily chart shows the total crypto market cap valuation currently at $3.12 trillion. Source: TOTAL on TradingView.com

Featured image from DALL-E, chart from TradingView.com

İlgili Sorular

QWhat is the main reason the American Federation of Teachers (AFT) opposes the crypto market structure bill?

AThe AFT opposes the bill because it believes the legislation is irresponsible and reckless, posing significant risks to working families' pensions and the overall economy by potentially opening the door to widespread fraud and unethical practices within retirement schemes.

QAccording to AFT President Randi Weingarten, what specific loophole in the bill could allow non-crypto companies to evade existing regulations?

AThe bill contains a provision that would allow non-crypto companies to issue their stock on the blockchain, thus evading existing regulatory frameworks for securities.

QWhich two major US regulatory agencies' balance of oversight is a point of concern for Democratic senators regarding this bill?

ADemocratic senators, including Elizabeth Warren, have raised concerns regarding the balance of regulatory oversight between the Commodity Futures Trading Commission (CFTC) and the Securities and Exchange Commission (SEC).

QWhat potential consequence does the AFT warn could occur if this crypto bill becomes law?

AThe AFT warns that if the bill becomes law, it could potentially set the stage for the next financial crisis.

QWhich other large labor union had previously expressed opposition to a draft of this crypto bill, as mentioned in the article?

AThe AFL-CIO, the nation's largest labor union, also opposed a draft of the crypto bill in October.

İlgili Okumalar

OpenAI Post-Training Engineer Weng Jiayi Proposes a New Paradigm Hypothesis for Agentic AI

OpenAI engineer Weng Jiayi's "Heuristic Learning" experiments propose a new paradigm for Agentic AI, suggesting that intelligent agents can improve not just by training neural networks, but also by autonomously writing and refining code based on environmental feedback. In the experiment, a coding agent (powered by Codex) was tasked with developing and maintaining a programmatic strategy for the Atari game Breakout. Starting from a basic prompt, the agent iteratively wrote code, ran the game, analyzed logs and video replays to identify failures, and then modified the code. Through this engineering loop of "code-run-debug-update," it evolved a pure Python heuristic strategy that achieved a perfect score of 864 in Breakout and performed competitively with deep reinforcement learning (RL) algorithms in MuJoCo control tasks like Ant and HalfCheetah. This approach, termed Heuristic Learning (HL), contrasts with Deep RL. In HL, experience is captured in readable, modifiable code, tests, logs, and configurations—a software system—rather than being encoded solely into opaque neural network weights. This offers potential advantages in explainability, auditability for safety-critical applications, easier integration of regression tests to combat catastrophic forgetting, and more efficient sample use in early learning stages, as demonstrated in broader tests on 57 Atari games. However, the blog acknowledges clear limitations. Programmatic strategies struggle with tasks requiring long-horizon planning or complex perception (e.g., Montezuma's Revenge), areas where neural networks excel. The future vision is a hybrid architecture: specialized neural networks for fast perception (System 1), HL systems for rules, safety, and local recovery (also System 1), and LLM agents providing high-level feedback and learning from the HL system's data (System 2). The core proposition is that in the era of capable coding agents, a significant portion of an AI's learned experience could be maintained as an auditable, evolving software system.

marsbit31 dk önce

OpenAI Post-Training Engineer Weng Jiayi Proposes a New Paradigm Hypothesis for Agentic AI

marsbit31 dk önce

Your Claude Will Dream Tonight, Don't Disturb It

This article explores the recent phenomenon of AI companies increasingly using anthropomorphic language—like "thinking," "memory," "hallucination," and now "dreaming"—to describe machine learning processes. Focusing on Anthropic's newly announced "Dreaming" feature for its Claude Agent platform, the piece explains that this function is essentially an automated, offline batch processing of an agent's operational logs. It analyzes past task sessions to identify patterns, optimize future actions, and consolidate learnings into a persistent memory system, akin to a form of reinforcement learning and self-correction. The article draws parallels to similar features in other AI agent systems like Hermes Agent and OpenClaw, which also implement mechanisms for reviewing historical data, extracting reusable "skills," and strengthening long-term memory. It notes a key difference from human dreaming: these AI "dreams" still consume computational resources and user tokens. Further context is provided by discussing the technical challenges of managing AI "memory" or context, highlighting the computational expense of large context windows and innovations like Subquadratic's new model claiming drastically longer contexts. The core critique argues that this strategic use of human-centric vocabulary does more than market products; it subtly reshapes user perception. By framing algorithms with terms associated with consciousness, companies blur the line between tool and autonomous entity. This linguistic shift can influence user expectations, tolerance for errors, and even perceptions of responsibility when systems fail, potentially diverting scrutiny from the companies and engineers behind the technology. The article concludes by speculating that terms like "daydreaming" for predictive task simulation might be next, continuing this trend of embedding the idea of an "inner life" into computational processes.

marsbit33 dk önce

Your Claude Will Dream Tonight, Don't Disturb It

marsbit33 dk önce

İşlemler

Spot
Futures
活动图片