MIT master’s students Sunshine Jiang ’25 and Rupert Li ’24 receive prestigious Knight-Hennessy Scholarship for graduate studies at Stanford University. Jiang focuses on embodied AI and robotics, while Li excels in mathematics, receiving multiple prestigious scholarships and awards.
Black box AI models pose challenges in decision-making, leading to potential costly outcomes. Dr. James McCaffrey highlights the need for explainable AI to bridge the gap between accuracy and transparency in high-stakes business decisions.
Amazon Bedrock AgentCore Browser now supports Chrome enterprise policies and custom root CA certificates, providing granular control over AI agent browser behavior and connectivity. Chrome policies restrict agent scope, disable risky browser features, and separate policy management from agent development, enhancing security for organizations using AI agents with unrestricted web access.
Cline, the popular open-source AI coding agent, introduces a new SDK to rebuild its products for better maintainability and flexibility. The SDK, @cline/sdk, offers a layered TypeScript stack for seamless integration and improved performance, with individual packages for customizable solutions.
Fine-tune large language models with Amazon SageMaker AI and Databricks Unity Catalog, ensuring strict data governance and compliance. Securely integrate Unity Catalog with SageMaker AI using EMR Serverless for preprocessing, tracking data lineage without compromising security.
Thinking Machines Lab challenges the turn-based AI interaction model, introducing interaction models for real-time collaboration. The architecture features an interaction model for constant user exchange and a background model for deeper tasks.
Fastino Labs released GLiGuard, a 300M parameter model for safety moderation. It runs up to 16x faster than larger decoder models. GLiGuard reframes safety moderation as a classification problem, outperforming larger models across 9 safety benchmarks.
DeepMind introduces AI-enabled pointer for intuitive interactions across tools, aiming to streamline workflow without disrupting user flow. Google DeepMind's Gemini-powered system integrates Magic Pointer in Chrome, with further plans for Googlebook laptops.
Financial institutions face costly errors due to OCR mistakes in financial data. Pulse AI and Amazon Bedrock offer a solution for accurate extraction and analysis of complex financial documents, saving time and improving accuracy for organizations like Samsung and Fortune 500 firms.
Practicing coding skills, a developer tests scikit GradientBoostingRegressor on Diabetes Dataset, yielding poor accuracy. Despite training efforts, the model struggled to predict diabetes metrics accurately.
MCP adoption surged post-2024, leading to AI security gaps. Cisco and AWS partnership offers automated scanning for AI agents, addressing visibility, security, and compliance risks.
MIT President Sally Kornbluth predicts AI's widespread influence. MIT launches Universal AI program to bridge AI knowledge gap, offering industry-specific courses.
Implementing linear ridge regression from scratch in Python with closed form training for L2 regularization can prevent model overfitting. Using Cholesky or SVD inverse with alpha L2 constant conditions the matrix for successful training.
EU AI Act requires tracking FLOPs for LLMs. Amazon SageMaker AI simplifies compliance monitoring for fine-tuning jobs.
Companies like Meta and Google are using large language models to train smaller, more efficient models through LLM distillation. Soft-label distillation allows student models to inherit reasoning capabilities from teachers, improving training stability and efficiency.