Tag: agentic patterns

  • Simon Willison’s Weblog: DeepSeek 3.1

    Source URL: https://simonwillison.net/2025/Aug/22/deepseek-31/#atom-everything Source: Simon Willison’s Weblog Title: DeepSeek 3.1 Feedly Summary: DeepSeek 3.1 The latest model from DeepSeek, a 685B monster (like DeepSeek v3 before it) but this time it’s a hybrid reasoning model. DeepSeek claim: DeepSeek-V3.1-Think achieves comparable answer quality to DeepSeek-R1-0528, while responding more quickly. Drew Breunig points out that their benchmarks…

  • Hacker News: Agentic patters from scratch using Groq

    Source URL: https://github.com/neural-maze/agentic_patterns Source: Hacker News Title: Agentic patters from scratch using Groq Feedly Summary: Comments AI Summary and Description: Yes Summary: The text discusses the implementation of agentic patterns using Groq, a framework for LLMs, without relying on established tools. It highlights techniques that improve LLM performance and efficiency, such as reflection, planning, and…