Tag: sqlite
-
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…
-
MCP Server Cloud – The Model Context Protocol Server Directory: ATLAS MCP Server – MCP Server Integration
Source URL: https://mcpserver.cloud/server/atlas-mcp-server Source: MCP Server Cloud – The Model Context Protocol Server Directory Title: ATLAS MCP Server – MCP Server Integration Feedly Summary: AI Summary and Description: Yes Summary: The ATLAS MCP Server is a robust task management system designed for managing complex tasks in applications using Large Language Models (LLMs). Its features include…
-
Simon Willison’s Weblog: Building Python tools with a one-shot prompt using uv run and Claude Projects
Source URL: https://simonwillison.net/2024/Dec/19/one-shot-python-tools/#atom-everything Source: Simon Willison’s Weblog Title: Building Python tools with a one-shot prompt using uv run and Claude Projects Feedly Summary: I’ve written a lot about how I’ve been using Claude to build one-shot HTML+JavaScript applications via Claude Artifacts. I recently started using a similar pattern to create one-shot Python utilities, using a…
-
Simon Willison’s Weblog: LLM 0.19
Source URL: https://simonwillison.net/2024/Dec/1/llm-019/ Source: Simon Willison’s Weblog Title: LLM 0.19 Feedly Summary: LLM 0.19 I just released version 0.19 of LLM, my Python library and CLI utility for working with Large Language Models. I released 0.18 a couple of weeks ago adding support for calling models from Python asyncio code. 0.19 improves on that, and…
-
Simon Willison’s Weblog: QwQ: Reflect Deeply on the Boundaries of the Unknown
Source URL: https://simonwillison.net/2024/Nov/27/qwq/#atom-everything Source: Simon Willison’s Weblog Title: QwQ: Reflect Deeply on the Boundaries of the Unknown Feedly Summary: QwQ: Reflect Deeply on the Boundaries of the Unknown Brand openly licensed model from Alibaba Cloud’s Qwen team, this time clearly inspired by OpenAI’s work on reasoning in o1. I love how the introduce the new…
-
Simon Willison’s Weblog: Amazon S3 adds new functionality for conditional writes
Source URL: https://simonwillison.net/2024/Nov/26/s3-conditional-writes/#atom-everything Source: Simon Willison’s Weblog Title: Amazon S3 adds new functionality for conditional writes Feedly Summary: Amazon S3 adds new functionality for conditional writes Amazon S3 can now perform conditional writes that evaluate if an object is unmodified before updating it. This helps you coordinate simultaneous writes to the same object and prevents…