Tag: XML

  • Simon Willison’s Weblog: OpenAI reasoning models: Advice on prompting

    Source URL: https://simonwillison.net/2025/Feb/2/openai-reasoning-models-advice-on-prompting/ Source: Simon Willison’s Weblog Title: OpenAI reasoning models: Advice on prompting Feedly Summary: OpenAI reasoning models: Advice on prompting OpenAI’s documentation for their o1 and o3 “reasoning models" includes some interesting tips on how to best prompt them: Developer messages are the new system messages: Starting with o1-2024-12-17, reasoning models support developer…

  • The Register: Oracle emits 603 patches, names one it wants you to worry about soon

    Source URL: https://www.theregister.com/2025/01/23/oracle_patch_linux/ Source: The Register Title: Oracle emits 603 patches, names one it wants you to worry about soon Feedly Summary: Old flaws that keep causing trouble haunt Big Red Oracle has delivered its regular quarterly collection of patches: 603 in total, 318 for its own products, and another 285 for Linux code it…

  • Simon Willison’s Weblog: DeepSeek-R1 and exploring DeepSeek-R1-Distill-Llama-8B

    Source URL: https://simonwillison.net/2025/Jan/20/deepseek-r1/ Source: Simon Willison’s Weblog Title: DeepSeek-R1 and exploring DeepSeek-R1-Distill-Llama-8B Feedly Summary: DeepSeek are the Chinese AI lab who dropped the best currently available open weights LLM on Christmas day, DeepSeek v3. That model was trained in part using their unreleased R1 “reasoning" model. Today they’ve released R1 itself, along with a whole…

  • Hacker News: Contemplative LLMs

    Source URL: https://maharshi.bearblog.dev/contemplative-llms-prompt/ Source: Hacker News Title: Contemplative LLMs Feedly Summary: Comments AI Summary and Description: Yes **Short Summary with Insight:** The text discusses the novel approach of prompting Large Language Models (LLMs) to engage in a contemplation phase before generating answers. By mimicking a reasoning process, which encourages exploration and questioning assumptions, this method…

  • Simon Willison’s Weblog: I can now run a GPT-4 class model on my laptop

    Source URL: https://simonwillison.net/2024/Dec/9/llama-33-70b/ Source: Simon Willison’s Weblog Title: I can now run a GPT-4 class model on my laptop Feedly Summary: Meta’s new Llama 3.3 70B is a genuinely GPT-4 class Large Language Model that runs on my laptop. Just 20 months ago I was amazed to see something that felt GPT-3 class run on…

  • Hacker News: Roaming RAG – Make the Model Find the Answers

    Source URL: http://arcturus-labs.com/blog/2024/11/21/roaming-rag–make-_the-model_-find-the-answers/ Source: Hacker News Title: Roaming RAG – Make the Model Find the Answers Feedly Summary: Comments AI Summary and Description: Yes **Summary:** The text presents a novel approach called “Roaming RAG,” which simplifies the retrieval-augmented generation (RAG) model by allowing a large language model (LLM) to directly navigate well-structured documents without the…