mit

30 articles about mit in AI news

MIT's Silent Artificial Muscle Fibers Lift 1kg Using Electrohydraulic Actuation

MIT engineers created artificial muscle fibers that contract silently when voltage is applied. Bundled fibers can lift over 1 kilogram by pumping charged fluid inside sealed tubes, mimicking antagonistic muscle pairs.

85% relevant

GPT-5.5 Limited Rollout Begins, Frontend Improvements Noted

OpenAI has started a limited rollout of GPT-5.5 to select users, with early reports highlighting significant frontend quality improvements. This suggests an incremental update focused on user experience rather than core model capabilities.

85% relevant

MIT, Harvard Studies Link AI Use to Declining Critical Thinking in Youth

Research from MIT and Harvard indicates that AI usage is correlated with a significant decline in critical thinking and creativity scores among 17–25 year olds, with 67% of students acknowledging the negative impact.

85% relevant

MIT/Oxford/CMU Paper: AI Can Boost Then Harm Human Performance

A collaborative paper from MIT, Oxford, and Carnegie Mellon reports AI assistance can improve human performance initially, but may lead to degradation over time due to over-reliance. This challenges the assumption that AI augmentation yields monotonic benefits.

85% relevant

MIT/Oxford Study: GPT-5 Help Boosts Scores Now, Hurts Independent Problem-Solving Later

A new paper from MIT, Oxford, and CMU finds that using GPT-5 for direct answers improves short-term scores but reduces persistence and independent performance after assistance ends. The effect is linked to outsourcing mental effort, not AI exposure itself.

95% relevant

Anthropic Permanently Increases API Rate Limits for All Subscribers

Anthropic has permanently increased API rate limits for all subscribers, a move that expands developer capacity without a price hike. This follows a period of high demand and frequent limit adjustments.

87% relevant

OpenAI Launches GPT-5.4-Cyber, Limits Access to Verified Defenders

OpenAI has released GPT-5.4-Cyber, a fine-tuned version of its flagship model optimized for cybersecurity tasks. Access is strictly limited to verified defenders through a new trust-based framework, continuing a trend of controlled high-capability AI releases.

82% relevant

Fortune Survey: 29% of Workers Admit to Sabotaging Company AI Plans

A Fortune survey finds 29% of workers admit to sabotaging company AI initiatives, a figure that rises to 44% among Gen Z. This exposes a critical human-factor challenge in enterprise AI adoption beyond technical hurdles.

85% relevant

Claude Opus 4.6 Unlimited Access Deal Sparks Developer Interest

A developer reports finding a deal for unlimited Claude Opus 4.6 usage without rate limits, potentially offering significant cost savings for heavy users compared to Anthropic's official API pricing.

93% relevant

How to Bypass Claude Code Rate Limits for $2/Month with a Proxy API

A developer reveals a $2/month proxy setup for unlimited Claude Code API access, crucial for deep work like Linux kernel contributions where rate limits break flow.

100% relevant

Agentic BI Limitations in Enterprise

An analysis critiques the push for fully autonomous AI agents in business intelligence, highlighting their limitations in enterprise contexts. It proposes a practical hybrid architecture where AI augments, rather than replaces, human analysts and existing BI tools.

80% relevant

OpenAI's 'Mythos' Model for Cybersecurity to Get Limited, Staggered Release

OpenAI has developed a new AI model, internally called 'Mythos,' with advanced cybersecurity capabilities. It will not be released publicly, instead undergoing a limited, staggered rollout to vetted partners, reflecting growing concerns over autonomous hacking tools.

89% relevant

DeepSeek V4 Begins Limited Rollout with Fast, Expert, Vision Modes

DeepSeek V4 is reportedly in limited gray-scale testing with a new interface offering Fast, Expert, and Vision modes. This mirrors competitor Kimi's tiered system and suggests a move towards performance-based rate limiting.

85% relevant

Stanford/MIT Paper: AI Performance Depends on 'Model Harnesses'

A new paper from Stanford and MIT introduces the concept of 'Model Harnesses,' arguing that the wrapper of prompts, tools, and infrastructure around a base model is a primary determinant of real-world AI performance.

85% relevant

Meta-Harness from Stanford/MIT Shows System Code Creates 6x AI Performance Gap

Stanford and MIT researchers show AI performance depends as much on the surrounding system code (the 'harness') as the model itself. Their Meta-Harness framework automatically improves this code, yielding significant gains in reasoning and classification tasks.

95% relevant

Neo 1X Humanoid Robot Shown at Abundance Summit, Weighs Under 70 lbs

Neo 1X, a sub-70-pound humanoid robot designed for homes, was shown moving and interacting with people at the Abundance Summit. This demo highlights a growing industry focus on creating robots for safe cohabitation with families.

87% relevant

Stanford, Google, MIT Paper Claims LLMs Can Self-Improve Prompts

A collaborative paper from Stanford, Google, and MIT researchers indicates large language models can self-improve their prompts via iterative refinement. This could automate a core task currently performed by human prompt engineers.

87% relevant

MIT and Anthropic Release New Benchmark Revealing AI Coding Limitations

Researchers from MIT and Anthropic have developed a new benchmark that systematically identifies significant limitations in current AI coding assistants. The benchmark reveals specific categories of coding tasks where large language models consistently fail, providing concrete data on their weaknesses.

78% relevant

ForeverSolar Uses Claude Agent SDK to Automate Solar Permitting, Cutting Approval Times

Solar installation company ForeverSolar is using Anthropic's Claude Agent SDK to automate permitting documentation, a major bottleneck in solar deployment. This represents a concrete enterprise application of agentic AI beyond software development.

77% relevant

Claude Code's Usage Limit Workaround: Switch to Previous Model with /compact

A concrete workflow to avoid Claude Code's usage limits: use the previous model version with the /compact flag set to 200k tokens for long, technical sessions.

95% relevant

How Claude Code Users Are Hitting Usage Limits and What To Do About It

Claude Code power users are hitting rate limits. Here's how to optimize your workflow to stay productive when the meter runs red.

95% relevant

Kyushu University AI Model Achieves 44.4% Solar Cell Efficiency, Surpassing Theoretical SQ Limit

Researchers at Kyushu University used an AI-driven inverse design method to create a photonic crystal solar cell with 44.4% efficiency, exceeding the 33.7% Shockley-Queisser limit for single-junction cells.

85% relevant

MIT Researchers Propose RL Training for Language Models to Output Multiple Plausible Answers

A new MIT paper argues RL should train LLMs to return several plausible answers instead of forcing a single guess. This addresses the problem of models being penalized for correct but non-standard reasoning.

85% relevant

Google's 'Agent Smith' AI Tool Reportedly in Internal Development, Joining OpenAI 'Spud' and Claude 'Mythos'

A leak suggests Google is developing an internal AI tool codenamed 'Agent Smith,' reportedly popular with employees. It's positioned alongside upcoming releases from OpenAI and Anthropic, signaling a new phase of internal productivity tooling.

85% relevant

Thai AI Startup Amity Raises $100M in Pre-IPO Round for Enterprise Generative AI Integration

Thai generative AI integration platform Amity has raised $100 million in a funding round to accelerate its product rollout and prepare for a stock-market debut. The move signals growing investor confidence in regional AI infrastructure plays beyond the US and China.

79% relevant

Claude Code Users Report Sudden Usage Limit Issues: How to Work Around It

Claude Code users on the Max 5x plan are hitting usage limits in just 3-5 messages. Here's what's happening and how to adapt your workflow.

76% relevant

ChatGPT Launches 'Library' Feature: Persistent Document Storage Across Conversations with 512MB File Limits

OpenAI introduces ChatGPT Library, a persistent storage system that saves uploaded files (PDFs, docs, images) at the account level for reuse across different chats. The feature is rolling out to Plus, Team, and Enterprise users with specific file size and token limits.

87% relevant

RAG Fails at Boundaries, Not Search: A Critical Look at Chunking and Context Limits

An analysis argues that RAG system failures are often due to fundamental data boundary issues—chunking, context limits, and source segmentation—rather than search algorithm performance. This reframes the primary challenge for AI practitioners implementing knowledge retrieval.

95% relevant

How to Maximize Your Claude Code Weekly Limit: A Developer's Cost Analysis

Your Claude Max subscription's weekly limit is worth 20x its monthly cost in API dollars. Here's how to strategically use it for maximum coding output.

84% relevant

AWS Commits 2 Gigawatts of Trainium Capacity to OpenAI, Reveals 1.4 Million Chips Deployed

Amazon's $50B OpenAI deal includes a 2-gigawatt commitment of Trainium computing capacity. AWS disclosed 1.4 million Trainium chips are deployed, with over 1 million Trainium2 chips running Anthropic's Claude.

95% relevant