Tag: reasoning
-
Wired: How Chinese AI Startup DeepSeek Made a Model that Rivals OpenAI
Source URL: https://www.wired.com/story/deepseek-china-model-ai/ Source: Wired Title: How Chinese AI Startup DeepSeek Made a Model that Rivals OpenAI Feedly Summary: When Chinese quant hedge fund founder Liang Wenfeng went into AI research, he took 10,000 Nvidia chips and assembled a team of young, ambitious talent. Two years later, DeepSeek exploded on the scene. AI Summary and…
-
Cloud Blog: Introducing agent evaluation in Vertex AI Gen AI evaluation service
Source URL: https://cloud.google.com/blog/products/ai-machine-learning/introducing-agent-evaluation-in-vertex-ai-gen-ai-evaluation-service/ Source: Cloud Blog Title: Introducing agent evaluation in Vertex AI Gen AI evaluation service Feedly Summary: Comprehensive agent evaluation is essential for building the next generation of reliable AI. It’s not enough to simply check the outputs; we need to understand the “why" behind an agent’s actions – its reasoning, decision-making process,…
-
Slashdot: Scale AI CEO Says China Has Quickly Caught the US With DeepSeek
Source URL: https://news.slashdot.org/story/25/01/24/0049233/scale-ai-ceo-says-china-has-quickly-caught-the-us-with-deepseek?utm_source=rss1.0mainlinkanon&utm_medium=feed Source: Slashdot Title: Scale AI CEO Says China Has Quickly Caught the US With DeepSeek Feedly Summary: AI Summary and Description: Yes Summary: The emergence of China’s DeepSeek AI lab marks a significant shift in the global AI landscape, as it launches competitive models that challenge U.S. advancements. This development underlines the…
-
Simon Willison’s Weblog: Anthropic’s new Citations API
Source URL: https://simonwillison.net/2025/Jan/24/anthropics-new-citations-api/#atom-everything Source: Simon Willison’s Weblog Title: Anthropic’s new Citations API Feedly Summary: Here’s a new API-only feature from Anthropic that requires quite a bit of assembly in order to unlock the value: Introducing Citations on the Anthropic API. Let’s talk about what this is and why it’s interesting. Citations for Retrieval Augmented Generation…
-
Hacker News: Scale AI Unveil Results of Humanity’s Last Exam, a Groundbreaking New Benchmark
Source URL: https://scale.com/blog/humanitys-last-exam-results Source: Hacker News Title: Scale AI Unveil Results of Humanity’s Last Exam, a Groundbreaking New Benchmark Feedly Summary: Comments AI Summary and Description: Yes Summary: The text discusses the launch of “Humanity’s Last Exam,” an advanced AI benchmark developed by Scale AI and CAIS to evaluate AI reasoning capabilities at the frontiers…
-
Simon Willison’s Weblog: Trading Inference-Time Compute for Adversarial Robustness
Source URL: https://simonwillison.net/2025/Jan/22/trading-inference-time-compute/ Source: Simon Willison’s Weblog Title: Trading Inference-Time Compute for Adversarial Robustness Feedly Summary: Trading Inference-Time Compute for Adversarial Robustness Brand new research paper from OpenAI, exploring how inference-scaling “reasoning" models such as o1 might impact the search for improved security with respect to things like prompt injection. We conduct experiments on the…
-
Simon Willison’s Weblog: r1.py script to run R1 with a min-thinking-tokens parameter
Source URL: https://simonwillison.net/2025/Jan/22/r1py/ Source: Simon Willison’s Weblog Title: r1.py script to run R1 with a min-thinking-tokens parameter Feedly Summary: r1.py script to run R1 with a min-thinking-tokens parameter Fantastically creative hack by Theia Vogel. The DeepSeek R1 family of models output their chain of thought inside a …</think> block. Theia found that you can intercept…