SShortSingh.
Back to feed

Montana's SB535 Lets Biotech Firms Charge for Pre-Approval Treatments Under State Oversight

0
·1 views

Montana has enacted SB535, a law that expands access to experimental drugs beyond existing federal Right-to-Try frameworks by allowing sponsors and clinics to charge patients for pre-approval treatments that have completed FDA Phase 1 trials. The law requires approval from a state-registered private review board called an ETRB, delivery at a licensed clinic, and mandatory adverse-event reporting with enhanced informed consent standards. Proponents argue the legislation addresses a structural flaw in drug development where sponsors under federal rules cannot recoup costs, trapping promising therapies in a funding gap known as the Valley of Death after Phase 1. Economist Alex Tabarrok has described SB535 as the most significant regulatory innovation in drug approval in his lifetime, citing how overcaution at the FDA creates an 'invisible graveyard' of delayed treatments. Critics and supporters alike are watching to see whether the FDA will challenge the state law, and at least one company has already formed the first ETRB to begin operating under the new framework.

Read the full story at Hacker News

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Why classical game-tree search beats LLMs as a browser game opponent

A developer at lkforge.com has built three browser-based game AI engines using classical algorithms — minimax with alpha-beta pruning for tic-tac-toe, expectimax for 2048, and breadth-first search for Color Lines — deliberately avoiding large language models. The tic-tac-toe engine delivers a provably optimal move in roughly 0.3 milliseconds, runs entirely on-device with no server calls, and has not lost a single game across 1,200 self-play tests. The developer argues that LLMs, trained to predict text tokens rather than search game trees, can explain strategy fluently but still make losing moves, making them unsuitable for solved games with finite rule sets. By contrast, the deterministic nature of classical search allows precise performance benchmarking, such as the 2048 solver reaching the 2048 tile in 69.6% of 250 self-play games. The project frames the choice not as anti-LLM but as matching the right tool to the problem — classical search for fixed-rule board games, language models for language tasks.

0
ProgrammingDEV Community ·

IonQ and Oak Ridge Lab Use Generative AI to Automate Quantum Circuit Design

Researchers from IonQ and Oak Ridge National Laboratory have developed a generative AI method that automates the design of quantum optimization circuits, eliminating the need for time-consuming manual parameter tuning. The system uses a transformer-based model — the same architecture behind large language models — trained on examples of high-quality, near-optimal circuits from previous manual workflows. For each subproblem, the AI generates ten candidate circuits, which are then simulated and evaluated, with the best-performing one selected to contribute to the overall solution. Benchmark tests on a 100-variable problem showed that as subproblem size scaled from 4 to 12 qubits, the traditional trial-and-error approach ballooned from 34 seconds to over 11 minutes, while the AI method kept pace far more efficiently. The advancement is seen as a key step toward making hybrid quantum systems practical for larger, real-world industrial and scientific applications.

0
ProgrammingDEV Community ·

Experiment Shows External Memory Can Restore Learned Behavior After Full Brain Reset

A developer built a small recurrent neural network paired with an external memory system to test whether learned experience could survive a complete substrate reset. The experiment used a fixed cue-response task where the network had to map specific inputs to correct actions, with chance performance at 33%. Results showed that external memory alone achieved near-perfect accuracy, while plasticity alone underperformed at roughly 47%, and combining both yielded 88%. Crucially, the memory system was constrained to only bias internal network states rather than directly select actions, preserving the integrity of the test. The key finding was that externally stored experience could reinstate correct behavior in a reset network that had never independently learned the task.

0
ProgrammingHacker News ·

Flock Safety Cameras Found to Contain Serious Security Flaws and Hardcoded Credentials

Security researcher Micah Lee has uncovered multiple vulnerabilities in Flock Safety's license plate recognition cameras, including hardcoded credentials embedded in the devices. These flaws could potentially allow unauthorized actors to gain access to the cameras or the data they collect. Flock Safety cameras are widely deployed by law enforcement agencies across the United States to monitor vehicle movements. The findings raise significant privacy and security concerns given the sensitive nature of the surveillance data these devices capture and store.

Montana's SB535 Lets Biotech Firms Charge for Pre-Approval Treatments Under State Oversight · ShortSingh