LLM
2025
An Agentic Workflow for YARA-L: Automatic Rule Generation with Gemini CLI and Chronicle
2147 words·11 mins
Projects
AI
Development
Infrastructure
LLM
This is a small framework I put together to generate YARA-L detection rules with an LLM in a self-correcting feedback loop. It aims at automating Detection Engineering for Google SecOps (Chronicle)
Agentic Sysadmin. No Playbooks, No YAML
1343 words·7 mins
Projects
AI
Development
Infrastructure
LLM
This post shows the minimal proof of concept SSH tool I built for Opencode AI, and how it could be used to “talk to” remote machines.
Coding with AI: faster than ever, but a bit dumber. MIT explains why
1009 words·5 mins
AI
LLM
Programming
Golang
Development
I used AI to learn Golang in 2025. I was faster than ever, but couldn’t remember what I’d written. A recent MIT study explains why.
Termbot Use Cases
595 words·3 mins
AI
LLM
Development
Projects
Reference
Useful ways to leverage Termbot as a Linux CLI LLM tool. From piping/redirecting stdout to reading text from local files, it allows for several combinations of “data chaining”
2024
About Weaver
339 words·2 mins
Projects
Development
AI
LLM
Weaver is a tool I made for extracting saved acticles from pocket , with a specific tag, and summarize them with OpenAI GPT-4. This way I can save blog posts, documentation, etc. And periodically use Weaver to extract summaries of all of them at once.
Termbot
360 words·2 mins
Projects
AI
Development
LLM
Termbot is a command-line interface tool for conveniently interacting with OpenAI’s GPT-X or Groq’s natural language processing system, directly from your terminal. It allows the user to use standard ChatGPT-like question/answer functionality, with added flexibility such as interacting with local file contents, sending large data from STDIN, using custom local instructions, and more.