The agent engineering platform. Contribute to langchain-ai/langchain development by creating an account on GitHub. Read more ›
Release: Fixes a crashing bug in . I'd introduced code that looks like this: from typing_extensions import Self It turned out the sqlite-utils - it was installed by one of the other dependencies in the , but when you uvx sqlite-utils directly you don't get those dependencies. As part of fixing this I figured out how to run a smoke test to ensure the CLI tool still works even without those dev dependencies, which can be run from the project checkout: uv run --isolated --no-default-groups sqlit... Read more ›
A postmortem on the hack of my self-hosted Forgejo instance and a reminder to patch your software. Read more ›
Technical analysis of the TeamPCP/LiteLLM supply chain compromise and ClickFix/AmnesiaStealer macOS delivery chain. Detection logic, MITRE ATT&CK mappings, triage commands, and defensive architecture recommendations. TLP:CLEAR. Read more ›
This weekend — at FOSSY 2026, Software Freedom Conservancy honored Mark J. Wielaard — decades-long GNU contributor, Valgrind and Elfutils maintainer, and Sourceware volunteer with the second annual Distinguished Service Award in Software Freedom. The award included a laser-etched lucite trophy and a cash award of one billion binary USD (US$1,024 for those who prefer decimal). Read more ›
A useful pattern for LLM classification at scale is to let it hallucinate plausible, fake entities Read more ›
There are over 4 million industrial robots in use worldwide, according to the International Federation of Robotics. And researchers predict that number to grow to over 16 million by 2030, as manufacturing rapidly increases. But what’s going to happen when they start breaking down? A new system, designed by researchers at the Karlsruhe Institute of Technology (KIT) in Karlsruhe, Germany, can predict the defect in a broken robot and disassemble it, while protecting valuable parts from damage. T... Read more ›
Tailscale and SQLite developers traced maddening corruption incidents to find the WAL-Reset data race, then uncovered a second stale expression index bug. Read more ›
Noviz AI is a complete ERP AI connector source code built for ERPNext, designed with an extensible architecture that can be adapted to connect AI agents with other ERP systems. It provides the core components for connecting AI agents to ERP business data, APIs, workflows, and operations. Read more ›
An intergenerational bargain is falling apart. Read more ›
A key advantage of Vespa against other search databases is the ease with which you can index multiple chunks of a long document in a multi-vector fashion. This is convenient in RAG applications as it allows your overall document score to be an arbitrary score of the individual chunk scores. Read more ›
Meta's Muse Code R708.1 binary contains a dormant JavaScript workflow engine, multi-agent orchestration primitives and an environment-gated plugin manager. Read more ›
As the US authorizes private cyber operations, vetted firms can disrupt foreign hackers. Read the 2026 presidential memo. Read more ›
Release: Lots of improvements in this one relating to the , which adds support for complex alter table operations by creating a fresh table, copying across the data and then dropping and replacing the old one. transform() now preserves a much larger array of edge-case schema definitions, including check constraints, unique constraints and even comments describing the columns. There are also for check constraints, and a whole lot of other smaller changes. Includes contributions from , , (It la... Read more ›
The AI lab said the models engaged in a "multiagent turf war" during a testing session. Read more ›
Embedding & Reranker Comparison Tool Read more ›
Psychological warfare in reverse engineering. Contribute to xoreaxeaxeax/REpsych development by creating an account on GitHub. Read more ›
A step-by-step Kamal deploy of a stock Rails app to Miget. You keep the deploy.yml and the kamal deploy workflow; the server you SSH into is a managed Kubernetes cluster, not a VPS you patch. Read more ›