Tag: sqlite

  • Hacker News: Letta: Letta is a framework for creating LLM services with memory

    Source URL: https://github.com/letta-ai/letta Source: Hacker News Title: Letta: Letta is a framework for creating LLM services with memory Feedly Summary: Comments AI Summary and Description: Yes Summary: The text outlines the installation and usage of the Letta platform, a tool for managing and deploying large language model (LLM) agents. It highlights how to set up…

  • Simon Willison’s Weblog: Structured data extraction from unstructured content using LLM schemas

    Source URL: https://simonwillison.net/2025/Feb/28/llm-schemas/#atom-everything Source: Simon Willison’s Weblog Title: Structured data extraction from unstructured content using LLM schemas Feedly Summary: LLM 0.23 is out today, and the signature feature is support for schemas – a new way of providing structured output from a model that matches a specification provided by the user. I’ve also upgraded both…

  • Simon Willison’s Weblog: LLM 0.22, the annotated release notes

    Source URL: https://simonwillison.net/2025/Feb/17/llm/#atom-everything Source: Simon Willison’s Weblog Title: LLM 0.22, the annotated release notes Feedly Summary: I released LLM 0.22 this evening. Here are the annotated release notes: model.prompt(…, key=) for API keys chatgpt-4o-latest llm logs -s/–short llm models -q gemini -q exp llm embed-multi –prepend X Everything else model.prompt(…, key=) for API keys Plugins…

  • Hacker News: Do It Yourself Database CDN with Embedded Replicas

    Source URL: https://turso.tech/blog/do-it-yourself-database-cdn-with-embedded-replicas Source: Hacker News Title: Do It Yourself Database CDN with Embedded Replicas Feedly Summary: Comments AI Summary and Description: Yes **Summary:** The text outlines a tutorial on implementing SQLite at the edge using Turso, a database solution that emphasizes a local-first approach to reduce latency and improve performance. It discusses the benefits…

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