Tag: plugin development

  • Simon Willison’s Weblog: Trying out llama.cpp’s new vision support

    Source URL: https://simonwillison.net/2025/May/10/llama-cpp-vision/#atom-everything Source: Simon Willison’s Weblog Title: Trying out llama.cpp’s new vision support Feedly Summary: This llama.cpp server vision support via libmtmd pull request – via Hacker News – was merged earlier today. The PR finally adds full support for vision models to the excellent llama.cpp project. It’s documented on this page, but the…

  • Hacker News: Reversing Samsung’s H-Arx Hypervisor Framework (Part 1)

    Source URL: https://dayzerosec.com/blog/2025/03/08/reversing-samsungs-h-arx-hypervisor-part-1.html Source: Hacker News Title: Reversing Samsung’s H-Arx Hypervisor Framework (Part 1) Feedly Summary: Comments AI Summary and Description: Yes Summary: The text discusses Samsung’s advancements in mobile hypervisor security, specifically their Real-time Kernel Protection (RKP) implemented through their Exynos platform. It details the transition from a monolithic to a modular design, highlighting…

  • Simon Willison’s Weblog: Run LLMs on macOS using llm-mlx and Apple’s MLX framework

    Source URL: https://simonwillison.net/2025/Feb/15/llm-mlx/#atom-everything Source: Simon Willison’s Weblog Title: Run LLMs on macOS using llm-mlx and Apple’s MLX framework Feedly Summary: llm-mlx is a brand new plugin for my LLM Python Library and CLI utility which builds on top of Apple’s excellent MLX array framework library and mlx-lm package. If you’re a terminal user or Python…

  • Simon Willison’s Weblog: llm-whisper-api

    Source URL: https://simonwillison.net/2024/Oct/27/llm-whisper-api/#atom-everything Source: Simon Willison’s Weblog Title: llm-whisper-api Feedly Summary: llm-whisper-api I wanted to run an experiment through the OpenAI Whisper API this morning so I knocked up a very quick plugin for LLM that provides the following interface: llm install llm-whisper-api llm whisper-api myfile.mp3 It uses the API key that you previously configured…

  • Simon Willison’s Weblog: llm-cerebras

    Source URL: https://simonwillison.net/2024/Oct/25/llm-cerebras/ Source: Simon Willison’s Weblog Title: llm-cerebras Feedly Summary: llm-cerebras Cerebras (previously) provides Llama LLMs hosted on custom hardware at ferociously high speeds. GitHub user irthomasthomas built an LLM plugin that works against their API – which is currently free, albeit with a rate limit of 30 requests per minute for their two…