Tag: openai

  • Slashdot: UAE Lab Releases Open-Source Model to Rival China’s DeepSeek

    Source URL: https://slashdot.org/story/25/09/13/1734225/uae-lab-releases-open-source-model-to-rival-chinas-deepseek Source: Slashdot Title: UAE Lab Releases Open-Source Model to Rival China’s DeepSeek Feedly Summary: AI Summary and Description: Yes Summary: The United Arab Emirates is making significant advancements in the AI arena, exemplified by the release of the K2 Think model from the Institute of Foundation Models. This open-source model, which reportedly…

  • Simon Willison’s Weblog: gpt-5 and gpt-5-mini rate limit updates

    Source URL: https://simonwillison.net/2025/Sep/12/gpt-5-rate-limits/#atom-everything Source: Simon Willison’s Weblog Title: gpt-5 and gpt-5-mini rate limit updates Feedly Summary: gpt-5 and gpt-5-mini rate limit updates OpenAI have increased the rate limits for their two main GPT-5 models. These look significant: gpt-5 Tier 1: 30K → 500K TPM (1.5M batch) Tier 2: 450K → 1M (3M batch) Tier 3:…

  • OpenAI : Working with US CAISI and UK AISI to build more secure AI systems

    Source URL: https://openai.com/index/us-caisi-uk-aisi-ai-update Source: OpenAI Title: Working with US CAISI and UK AISI to build more secure AI systems Feedly Summary: OpenAI shares progress on the partnership with the US CAISI and UK AISI to strengthen AI safety and security. The collaboration is setting new standards for responsible frontier AI deployment through joint red-teaming, biosecurity…

  • OpenAI : Working with US CAISI and UK AISI to build more secure AI systems

    Source URL: https://openai.com/index/us-caisi-uk-aisi-ai-safety Source: OpenAI Title: Working with US CAISI and UK AISI to build more secure AI systems Feedly Summary: OpenAI shares progress on the partnership with the US CAISI and UK AISI to strengthen AI safety and security. The collaboration is setting new standards for responsible frontier AI deployment through joint red-teaming, biosecurity…

  • Simon Willison’s Weblog: Comparing the memory implementations of Claude and ChatGPT

    Source URL: https://simonwillison.net/2025/Sep/12/claude-memory/#atom-everything Source: Simon Willison’s Weblog Title: Comparing the memory implementations of Claude and ChatGPT Feedly Summary: Claude Memory: A Different Philosophy Shlok Khemani has been doing excellent work reverse-engineering LLM systems and documenting his discoveries. Last week he wrote about ChatGPT memory. This week it’s Claude. Claude’s memory system has two fundamental characteristics.…

  • Slashdot: OpenAI and Oracle Ink Historic $300 Billion Cloud Computing Deal

    Source URL: https://developers.slashdot.org/story/25/09/11/2111239/openai-and-oracle-ink-historic-300-billion-cloud-computing-deal?utm_source=rss1.0mainlinkanon&utm_medium=feed Source: Slashdot Title: OpenAI and Oracle Ink Historic $300 Billion Cloud Computing Deal Feedly Summary: AI Summary and Description: Yes Summary: The text highlights a significant cloud contract between Oracle and OpenAI, where OpenAI plans to procure substantial compute power from Oracle, marking a shift from Microsoft. Additionally, it mentions a collaboration…

  • OpenAI : Statement on OpenAI’s Nonprofit and PBC

    Source URL: https://openai.com/index/statement-on-openai-nonprofit-and-pbc Source: OpenAI Title: Statement on OpenAI’s Nonprofit and PBC Feedly Summary: OpenAI reaffirms its nonprofit leadership with a new structure granting equity in its PBC, enabling over $100B in resources to advance safe, beneficial AI for humanity. AI Summary and Description: Yes Summary: OpenAI is evolving its structure by granting equity in…

  • OpenAI : A joint statement from OpenAI and Microsoft

    Source URL: https://openai.com/index/joint-statement-from-openai-and-microsoft Source: OpenAI Title: A joint statement from OpenAI and Microsoft Feedly Summary: OpenAI and Microsoft sign a new MOU, reinforcing their partnership and shared commitment to AI safety and innovation. AI Summary and Description: Yes Summary: OpenAI and Microsoft’s new Memorandum of Understanding (MOU) underscores their ongoing collaboration focused on enhancing AI…

  • Simon Willison’s Weblog: Defeating Nondeterminism in LLM Inference

    Source URL: https://simonwillison.net/2025/Sep/11/defeating-nondeterminism/#atom-everything Source: Simon Willison’s Weblog Title: Defeating Nondeterminism in LLM Inference Feedly Summary: Defeating Nondeterminism in LLM Inference A very common question I see about LLMs concerns why they can’t be made to deliver the same response to the same prompt by setting a fixed random number seed. Like many others I had…