Browsing: opensource

Artificial Intelligence (AI), and especially Large Language Models (LLMs) like ChatGPT, Claude, or Gemini, have become part of everyday life for millions of people. There are some concerns around them, though, including data privacy and concentration of power in a small number of big-tech companies. Luckily, we can fight these specific concerns with some open-

Brian Kuan wrote halo-record, a small Python package that sits inside an AI agent and writes down the moves it makes: tool calls, model calls, data access, approvals. Each action becomes one line in a file that only ever gets appended to, and every line carries a hash of the line before it, a hash…