HackerTrans
TopNewTrendsCommentsPastAskShowJobs

AnViF

no profile record

Submissions

How are you handling prompt injection across multi-step agent workflows?

msukhareva.substack.com
3 points·by AnViF·há 2 meses·1 comments

Show HN: Omega Walls–open-source stateful runtime defense for RAG and AI agents

synqra.tech
2 points·by AnViF·há 3 meses·0 comments

Show HN: Revieko – PR check that flags architectural drift in long-lived repos

synqra.tech
1 points·by AnViF·há 4 meses·1 comments

comments

AnViF
·há 3 meses·discuss
[dead]
AnViF
·há 4 meses·discuss
Hi HN — we built Revieko for a problem we kept running into in long-lived repos: code review often catches local correctness, but structural drift can still slip through “reasonable” PRs.

Revieko learns a repo-specific baseline from repo history and adds a PR comment with a short risk summary, top hotspots, and per-file actions. The idea is to help reviewers start with the few lines most likely to matter instead of reading everything equally.

It’s meant for cases where tests still pass, but structure shifts: boundary drift, hidden coupling, state introduced, control-flow complexity, or other repo-abnormal changes.

This is not a linter, not a security scanner, and not a generic LLM reviewer. It focuses on structural deviation relative to the repo baseline, with default mode set to warn, not block.

Current flow is simple: install the GitHub App, baseline builds automatically, and then every PR gets a focused attention map. There’s also a demo path on the page if you just want to inspect the output quickly.

I’d especially love feedback on two things:

1. Does this problem feel real in teams maintaining long-lived repos?

2. Is the output specific enough to be useful in PR review without becoming noise?
AnViF
·há 5 meses·discuss
[dead]
AnViF
·há 5 meses·discuss
[dead]
AnViF
·há 6 meses·discuss
One big pain point in large codebases is that LLM agents make excellent local code or architecture decisions, but they might not fit the global architectural context and rules. So local optimality often leads to subtle architecture drift. Maybe Revieko could become a critical layer in agent workflows and act as a “structural conscience” for code written by agents.