developer workflowsossf/scorecard: Run a Local Repository Risk Audit Before You Trust a Green Badge
Run OpenSSF Scorecard locally, preserve the exact revision and findings, and decide which repository risks require investigation before adoption.
Read the guide
AI ops and monitoringGitHub Actions GITHUB_TOKEN Audit: Reduce Workflow Permissions Before a Third-Party Action Runs
Audit GitHub Actions token permissions job by job, pin third-party actions, and test the workflow after removing write access it does not need.
Read the guide
agent tools and workflowsmodelcontextprotocol/servers: Audit an MCP Server Before Giving It Files, Tokens, or Network Access
Audit an MCP server’s tools, credentials, file reach, and network side effects before connecting it to an AI client or production account.
Read the guide
GitHub AI project watchlistComfy-Org/ComfyUI: Test Workflow Portability Before Installing Custom Nodes
Test a ComfyUI workflow on a clean profile, record models and dependencies, and identify custom-node lock-in before a graph becomes hard to reproduce.
Read the guide
Open-source AI comparisonsollama/ollama vs ggml-org/llama.cpp: Choose a Local Model Server With a Measured Workload
Compare Ollama and llama.cpp using one pinned model, repeatable prompts, latency, memory, concurrency, API needs, and recovery behavior.
Read the guide
model release analysisEvaluate a Coding Agent With One Bug, One Test, and a Diff You Can Review
Evaluate a coding agent on one real bug with a frozen repository, hidden test, clean-diff rubric, cost record, and reproducible review artifacts.
Read the guide
developer workflowsHow to Read a GitHub Project's Health in 10 Minutes Before You Depend On It
A 10-minute method to judge whether an open-source project is safe to depend on: release cadence, issue triage, maintainer count, security policy, and license.
Read the guide
Local models and LLM infrastructureSelf-Host an Open Model or Call an API? A Cost-and-Risk Decision Tree
A practical decision tree for small teams choosing between self-hosting an open model and calling a hosted API: privacy, cost curve, latency, and ops burden.
Read the guide
agent tools and workflowsYou Cannot Instruct Your Way Out Of Prompt Injection
Prompt injection is not a wording problem. Why instruction-based defences fail, and the architectural containment that actually limits the damage.
Read the guide
model release analysisBuild The Eval First. Then Argue About Models
Public benchmarks measure a different task than yours. How to build a small evaluation set that makes model choice, prompt changes and upgrades decidable.
Read the guide
AI ops and monitoringIf You Cannot Reproduce Yesterday's Answer, You Do Not Have A Product
What to record around every model call so failures are debuggable: inputs, retrieved context, tool calls, the model version string, cost and latency.
Read the guide
model release analysisFine-Tuning Does Not Teach Facts, And That Changes The Decision
RAG and fine-tuning solve different problems: knowledge versus behaviour. Why fine-tuning on facts often makes hallucination worse, and how to decide.
Read the guide