
Rohan Paul (@rohanpaul_ai)
🚨BREAKING: A LANDMARK JUDGEMENT FOR THE AI INDUSTRY. US Federal Judge ruled Anthropic may train its AI on published books without authors’ permission. This is the first court endorsement of fair use protecting AI firms when they use copyrighted texts to train LLMs. AI may study what it buys, not...
Now the 3rd paper comes on this 🤯 "The Illusion of the Illusion of the Illusion of Thinking" 📌1st original Paper from Apple, concludes that large reasoning models reach a complexity point where accuracy collapses to zero and even spend fewer thinking tokens, revealing hard limits on generalizable ...
This is really BAD news of LLM's coding skill. ☹️ The best Frontier LLM models achieve 0% on hard real-life Programming Contest problems, domains where expert humans still excel. LiveCodeBench Pro, a benchmark composed of problems from Codeforces, ICPC, and IOI (“International Olympiad in Informat...
🛠️ @AnthropicAI researchers just found out a way to teach language models to fine-tune themselves. So basically, models now fine-tune themselves by rating their own answers. i.e. self-grading frees models from human bottlenecks. Internal Coherence Maximization lets the model generate and trust it...
Beautiful research from @Apple More thoughts stop helping once tasks cross critical depth. Thinking tokens rise, then crash, revealing compute inefficiency. So Standard LLMs beat LRMs on easy puzzles, unexpectedly. Researchers stress-test them on puzzles whose difficulty can be dialed up step b...
A 340 page huge report on AI trends - released by @bondcap Some wild findings from this report. 🧵1/n ...
WorkflowLLM enables LLMs to handle 70+ action workflows, a 10x improvement over current capabilities An LLM that can orchestrate real-world automation workflows at production scale Original Problem 🤔: Current LLMs can only handle small workflows with around 6 actions and simple logical structures...
AWS released multiagent ai framework 100% opensource. Route, manage and orchestrate multiple AI agents in real-time Route queries to specialized AI agents for dynamic conversations. Python/TypeScript support. Handles streaming/non-streaming responses. Maintains context across agents. Ready-to-use ...
If you want to automatically scrape a website with Python, use `autoscraper` 💡 Its almost magical 🪄 - Instead of writing the scraping logic manually, you provide a few sample values you'd like to scrape, and `autoscraper` will deduce the scraping rules for you. It learns the scraping rules and ret...