Record agent demos from YAML storyboards with shot-scraper video
shot-scraper 1.10 adds a practical video mode for repeatable web-app demos: write a YAML storyboard, let Playwright click...
Slopo scans a codebase for similar code that is not an exact copy. It indexes code units, calculates embeddings, clusters similar snippets, and ranks them by similarity and distance in the repository so distant duplicate logic is easier to spot.
This is useful when AI-assisted development has added new implementations of logic that already exists elsewhere. Exact copy-paste detectors can miss that pattern, and a coding agent often cannot keep the full repository in context while editing one area.
Install it with uv tool install slopo, then initialize a config and run the three-step workflow:
The generated report is meant for review, not blind automation. Start by excluding noisy paths such as tests, tune thresholds if the first result set is too large, and ask an agent to inspect one cluster at a time before deciding whether to refactor or ignore it.
Slopo depends on embedding models through an external provider, so teams should review cost, privacy, and provider choice before running it on sensitive code. Similarity is also not proof of harmful duplication; every cluster still needs engineering judgment.
The project is young, but the workflow is practical: generate a narrow report, verify the clusters, then refactor only the duplicates that are real and worth the risk.
Vercel now lets teams query Speed Insights data with vercel metrics, so developers and coding agents can inspect real-us…
Vercel Drop lets users deploy a file, folder, or zip archive by dragging it into the browser, creating a production proj…
Oak is an early version-control system built around branch-per-agent workflows, lazy mounts, and messageless checkpoints…
Sign in to join the discussion and vote on comments.
Sign in