Tag: markdown

  • Simon Willison’s Weblog: My tools colophon now has AI-generated descriptions

    Source URL: https://simonwillison.net/2025/Mar/13/tools-colophon/ Source: Simon Willison’s Weblog Title: My tools colophon now has AI-generated descriptions Feedly Summary: My tools colophon now has AI-generated descriptions The /colophon page on my tools site lists all 78 of my tools along with their commit histories, including links to prompting transcripts. I wrote about how I built that. the…

  • Hacker News: Sidekick: Local-first native macOS LLM app

    Source URL: https://github.com/johnbean393/Sidekick Source: Hacker News Title: Sidekick: Local-first native macOS LLM app Feedly Summary: Comments AI Summary and Description: Yes **Summary:** Sidekick is a locally running application designed to harness local LLM capabilities on macOS. It allows users to query information from their files and the web without needing an internet connection, emphasizing privacy…

  • Slashdot: Mistral Adds a New API That Turns Any PDF Document Into an AI-Ready Markdown File

    Source URL: https://slashdot.org/story/25/03/07/0426243/mistral-adds-a-new-api-that-turns-any-pdf-document-into-an-ai-ready-markdown-file?utm_source=rss1.0mainlinkanon&utm_medium=feed Source: Slashdot Title: Mistral Adds a New API That Turns Any PDF Document Into an AI-Ready Markdown File Feedly Summary: AI Summary and Description: Yes Summary: Mistral has introduced a multimodal OCR API that effectively converts complex PDF documents into AI-friendly Markdown files, enhancing the integration of visual and textual data for…

  • Simon Willison’s Weblog: Mistral OCR

    Source URL: https://simonwillison.net/2025/Mar/7/mistral-ocr/#atom-everything Source: Simon Willison’s Weblog Title: Mistral OCR Feedly Summary: Mistral OCR New closed-source specialist OCR model by Mistral – you can feed it images or a PDF and it produces Markdown with optional embedded images. It’s available via their API, or it’s “available to self-host on a selective basis" for people with…

  • Simon Willison’s Weblog: llm-anthropic #24: Use new URL parameter to send attachments

    Source URL: https://simonwillison.net/2025/Mar/1/llm-anthropic/#atom-everything Source: Simon Willison’s Weblog Title: llm-anthropic #24: Use new URL parameter to send attachments Feedly Summary: llm-anthropic #24: Use new URL parameter to send attachments Anthropic released a neat quality of life improvement today. Alex Albert: We’ve added the ability to specify a public facing URL as the source for an image…

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