Tag: system prompts

  • Hacker News: Prompting Large Language Models in Bash Scripts

    Source URL: https://elijahpotter.dev/articles/prompting_large_language_models_in_bash_scripts Source: Hacker News Title: Prompting Large Language Models in Bash Scripts Feedly Summary: Comments AI Summary and Description: Yes Summary: The text discusses the use of large language models (LLMs) in bash scripts, specifically highlighting a tool called “ofc” that facilitates this integration. It explores innovative uses for LLMs in generating datasets…

  • Hacker News: AI Is Stifling Tech Adoption

    Source URL: https://vale.rocks/posts/ai-is-stifling-tech-adoption Source: Hacker News Title: AI Is Stifling Tech Adoption Feedly Summary: Comments AI Summary and Description: Yes Summary: The text discusses how the integration of AI models in software development workflows has impacted technology adoption. It highlights a bias towards certain technologies due to the cut-off dates of training data and the…

  • 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…

  • Simon Willison’s Weblog: Quoting Paul Gauthier

    Source URL: https://simonwillison.net/2025/Jan/26/paul-gauthier/ Source: Simon Willison’s Weblog Title: Quoting Paul Gauthier Feedly Summary: In my experience with AI coding, very large context windows aren’t useful in practice. Every model seems to get confused when you feed them more than ~25-30k tokens. The models stop obeying their system prompts, can’t correctly find/transcribe pieces of code in…

  • Simon Willison’s Weblog: Agents

    Source URL: https://simonwillison.net/2025/Jan/11/agents/ Source: Simon Willison’s Weblog Title: Agents Feedly Summary: Agents Chip Huyen’s 8,000 word practical guide to building useful LLM-driven workflows that take advantage of tools. Chip starts by providing a definition of “agents" to be used in the piece – in this case it’s LLM systems that plan an approach and then…

  • Embrace The Red: Microsoft 365 Copilot Generated Images Accessible Without Authentication — Fixed!

    Source URL: https://embracethered.com/blog/posts/2025/m365-copilot-image-generation-without-authentication/ Source: Embrace The Red Title: Microsoft 365 Copilot Generated Images Accessible Without Authentication — Fixed! Feedly Summary: I regularly look at how the system prompts of chatbots change over time. Updates frequently highlight new features being added, design changes that occur and potential areas that might benefit from more security scrutiny. A…

  • Simon Willison’s Weblog: PydanticAI

    Source URL: https://simonwillison.net/2024/Dec/2/pydanticai/#atom-everything Source: Simon Willison’s Weblog Title: PydanticAI Feedly Summary: PydanticAI New project from Pydantic, which they describe as an “Agent Framework / shim to use Pydantic with LLMs". I asked which agent definition they are using and it’s the "system prompt with bundled tools" one. To their credit, they explain that in their…

  • Simon Willison’s Weblog: Leaked system prompts from Vercel v0

    Source URL: https://simonwillison.net/2024/Nov/25/leaked-system-prompts-from-vercel-v0/#atom-everything Source: Simon Willison’s Weblog Title: Leaked system prompts from Vercel v0 Feedly Summary: Leaked system prompts from Vercel v0 v0 is Vercel’s entry in the increasingly crowded LLM-assisted development market – chat with a bot and have that bot build a full application for you. They’ve been iterating on it since launching…

  • Cloud Blog: Announcing Mistral AI’s Large-Instruct-2411 on Vertex AI

    Source URL: https://cloud.google.com/blog/products/ai-machine-learning/announcing-new-mistral-large-model-on-vertex-ai/ Source: Cloud Blog Title: Announcing Mistral AI’s Large-Instruct-2411 on Vertex AI Feedly Summary: In July, we announced the availability of Mistral AI’s models on Vertex AI: Codestral for code generation tasks, Mistral Large 2 for high-complexity tasks, and the lightweight Mistral Nemo for reasoning tasks like creative writing. Today, we’re announcing the…