Tag: GPT-4o
-
Simon Willison’s Weblog: Long context support in LLM 0.24 using fragments and template plugins
Source URL: https://simonwillison.net/2025/Apr/7/long-context-llm/#atom-everything Source: Simon Willison’s Weblog Title: Long context support in LLM 0.24 using fragments and template plugins Feedly Summary: LLM 0.24 is now available with new features to help take advantage of the increasingly long input context supported by modern LLMs. (LLM is my command-line tool and Python library for interacting with LLMs,…
-
Slashdot: In ‘Milestone’ for Open Source, Meta Releases New Benchmark-Beating Llama 4 Models
Source URL: https://news.slashdot.org/story/25/04/06/182233/in-milestone-for-open-source-meta-releases-new-benchmark-beating-llama-4-models?utm_source=rss1.0mainlinkanon&utm_medium=feed Source: Slashdot Title: In ‘Milestone’ for Open Source, Meta Releases New Benchmark-Beating Llama 4 Models Feedly Summary: AI Summary and Description: Yes Summary: Mark Zuckerberg recently announced the launch of four new Llama Large Language Models (LLMs) that reinforce Meta’s commitment to open source AI. These models, particularly Llama 4 Scout and…
-
Simon Willison’s Weblog: Quoting Ahmed Al-Dahle
Source URL: https://simonwillison.net/2025/Apr/5/llama-4/#atom-everything Source: Simon Willison’s Weblog Title: Quoting Ahmed Al-Dahle Feedly Summary: The Llama series have been re-designed to use state of the art mixture-of-experts (MoE) architecture and natively trained with multimodality. We’re dropping Llama 4 Scout & Llama 4 Maverick, and previewing Llama 4 Behemoth. 📌 Llama 4 Scout is highest performing small…
-
Simon Willison’s Weblog: Gemini 2.5 Pro Preview pricing
Source URL: https://simonwillison.net/2025/Apr/4/gemini-25-pro-pricing/ Source: Simon Willison’s Weblog Title: Gemini 2.5 Pro Preview pricing Feedly Summary: Gemini 2.5 Pro Preview pricing Google’s Gemini 2.5 Pro is currently the top model on LM Arena and, from my own testing, a superb model for OCR, audio transcription and long-context coding. You can now pay for it! The new…
-
Simon Willison’s Weblog: smartfunc
Source URL: https://simonwillison.net/2025/Apr/3/smartfunc/ Source: Simon Willison’s Weblog Title: smartfunc Feedly Summary: smartfunc Vincent D. Warmerdam built this ingenious wrapper around my LLM Python library which lets you build LLM wrapper functions using a decorator and a docstring: from smartfunc import backend @backend(“gpt-4o") def generate_summary(text: str): """Generate a summary of the following text: """ pass summary…
-
The Register: OpenAI wants to bend copyright rules. Study suggests it isn’t waiting for permission
Source URL: https://www.theregister.com/2025/04/03/openai_copyright_bypass/ Source: The Register Title: OpenAI wants to bend copyright rules. Study suggests it isn’t waiting for permission Feedly Summary: GPT-4o likely trained on O’Reilly books without permission, figures appear to show Tech textbook tycoon Tim O’Reilly claims OpenAI mined his publishing house’s copyright-protected tomes for training data and fed it all into…
-
Slashdot: OpenAI Accused of Training GPT-4o on Unlicensed O’Reilly Books
Source URL: https://news.slashdot.org/story/25/04/02/0440222/openai-accused-of-training-gpt-4o-on-unlicensed-oreilly-books?utm_source=rss1.0mainlinkanon&utm_medium=feed Source: Slashdot Title: OpenAI Accused of Training GPT-4o on Unlicensed O’Reilly Books Feedly Summary: AI Summary and Description: Yes Summary: The text discusses a recent paper from the AI Disclosures Project that raises concerns regarding the use of copyrighted content from O’Reilly Media in the training of OpenAI’s GPT-4o model. The implications…
-
Simon Willison’s Weblog: GPT-4o got an another update in ChatGPT
Source URL: https://simonwillison.net/2025/Mar/27/gpt-4o-update/ Source: Simon Willison’s Weblog Title: GPT-4o got an another update in ChatGPT Feedly Summary: GPT-4o got an another update in ChatGPT This is a somewhat frustrating way to announce a new model. @OpenAI on Twitter just now: GPT-4o got an another update in ChatGPT! What’s different? Better at following detailed instructions, especially…
-
Simon Willison’s Weblog: Thoughts on setting policy for new AI capabilities
Source URL: https://simonwillison.net/2025/Mar/27/ai-policy/ Source: Simon Willison’s Weblog Title: Thoughts on setting policy for new AI capabilities Feedly Summary: Thoughts on setting policy for new AI capabilities Joanne Jang leads model behavior at OpenAI. Their release of GPT-4o image generation included some notable relaxation of OpenAI’s policies concerning acceptable usage – I noted some of those…
-
Enterprise AI Trends: OpenAI Just Changed UI/UX Design Forever – The Rise of "Fluid UI"
Source URL: https://nextword.substack.com/p/how-to-use-chatgpt-gpt4o-for-ui-design-and-generative-ui Source: Enterprise AI Trends Title: OpenAI Just Changed UI/UX Design Forever – The Rise of "Fluid UI" Feedly Summary: The latest image model is capable of generating pixel perfect UI mockups. This calls into question whether we should be designing UIs the traditional way (with Figma, Adobe, etc). AI Summary and Description:…