frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: AgentLint – ESLint for your coding agents

https://github.com/samilozturk/agentlint
4•onurkanbkrc•2h ago
I’ve been spending a lot of time with coding agents lately. Across Claude Code, Cursor, OpenCode, Codex, and different models, I kept noticing that some people were getting much better results from the same tools. It became clear that this was not just about prompting.

A big part of it was context drift. AGENTS.md, skills, rules, and workflows looked fine, but were no longer aligned with the code.

I also learned that more context does not always help. Sometimes it adds noise and wastes tokens. The recent AGENTS.md paper also pushed me to think harder about this, especially around auto-generated context files and /init-style workflows.

Then I saw Microsoft’s writeup showing a jump from 38.1% to 69% after improving instruction setup. That made me take these files much more seriously.

AgentLint came out of that. It’s a small CLI that scans the repo and helps keep context files aligned. After setup, MCP handles most of the ongoing flow.

Give it a try: npx @agent-lint/cli

http://samilozturk.github.io/agentlint

Would really appreciate any feedback or criticism.

Comments

noahomrilevin•1h ago
This is very cool and I love the website design alone. Did you build that with AI as well? Would love to hear the process.
samilozturk•1h ago
Author here.

this sounds a little AI-generated :) but thank you, appreciate it. And yes, I built the landing page with AI after the actual project, MCP, and CLI had already matured.

jtbetz22•8m ago
Oh this is really useful. There's definitely a problem to be solved here. agent guidance files, like all forms of documentation, can quickly grow stale.

I've tried to tackle a similar problem with a couple different approaches.

One is a command I call "/retro" which basically goes through all recent history on a project - commits, prs, pr comments, etc, and analyzes the existing documentation to identify how to improve it in ways that would prevent any observed issues from happening again. This is less about adding structure to the docs (as AgentLint does) and more about identifying coverage gaps.

The other is a set of tooling I've built to introduce multiple layers of checks on the outputs of agentic code. The initial observation was that many directives in CLAUDE.md files can actually be implemented as deterministic checks (ex: "never use 'as any'" --> "grep 'as any'"; by creating those deterministic checks and running them after every agent turn, I'm able to effectively force the agent to retain appropriate context for directions.

The results are pretty astounding - among early users, 40% of agent turns produce code that doesn't comply with a project's own conventions.

The system then layers on a sequence of increasingly AI-driven reviews at further checkpoints.

I'd love feedback: http://getcaliper.dev

Teardown of unreleased LG Rollable shows why rollable phones aren't a thing

https://arstechnica.com/gadgets/2026/04/teardown-of-unreleased-lg-rollable-shows-why-rollable-pho...
1•DamnInteresting•38s ago•0 comments

Moving fast in hardware: lessons from lab to $100M ARR

https://blog.zacka.io/p/simplify-then-add-lightness-bc4
1•rryan•45s ago•0 comments

What Happened to the Ancient Bug Giants of 300M Years Ago?

https://nautil.us/what-happened-to-the-ancient-bug-giants-of-300-million-years-ago-1279562
1•Brajeshwar•51s ago•0 comments

What is 'muscle memory' and can I improve mine?

https://theconversation.com/what-is-muscle-memory-and-can-i-improve-mine-277471
2•Brajeshwar•59s ago•0 comments

My Blissful Week as a 'Do Not Disturb' Maximalist

https://www.wired.com/story/my-blissful-unbothered-life-as-a-do-not-disturb-maximalist/
1•Brajeshwar•1m ago•0 comments

The Story of Oil 1822–1922

https://www.thechemicalengineer.com/features/the-story-of-oil/
2•__natty__•1m ago•0 comments

First look at the evolution of early complex animals

https://apnews.com/article/fossil-animals-evolution-science-china-bizarre-a56a123cbad480e2c35f235...
1•gmays•1m ago•0 comments

AWS joins mass delusion that space based data centers make sense

https://aws.amazon.com/
1•boutell•1m ago•1 comments

Spooler Alert: Remote Unauth'd RCE-to-Root Chain in Cups

https://heyitsas.im/posts/cups/
1•hnpufflib•2m ago•0 comments

Optimizing SQLite for Servers

https://kerkour.com/sqlite-for-servers
1•randomint64•3m ago•0 comments

Claude Code is locking people out for hours

https://github.com/anthropics/claude-code/issues/44257
9•sh1mmer•4m ago•1 comments

Trump: 'a whole civilisation will die tonight'

https://www.bbc.co.uk/news/live/c5yw4g3z7qgt
2•xvxvx•4m ago•1 comments

Lunar Flyby

https://www.nasa.gov/gallery/lunar-flyby/
1•kipi•5m ago•0 comments

Building EU payment infra for agents

https://github.com/whire-ai/whire-python-sdk
1•pyjka•6m ago•1 comments

Show HN: Testreel – Programmatic product demo videos from JSON and Playwright

https://github.com/greentfrapp/testreel
1•greentfrapp•6m ago•0 comments

Why Japanese has words for feelings we tend to ignore (mono no aware)

https://rajavijayaraman.com/writing/mono-no-aware/
1•rajavijayaraman•6m ago•0 comments

Show HN: VibeAround – Use Claude Code, Codex, Cursor from IM, Built on ACP (

https://github.com/jazzenchen/VibeAround
1•jazzen•6m ago•0 comments

H1B Abuse Exposed in Growing Texas City [video]

https://www.youtube.com/watch?v=ralf0yL1Tfw
2•profdevloper•8m ago•0 comments

Show HN: Opensidian: Local-first notes in the browser with POSIX shell and sync

https://opensidian.com
1•braden-w•8m ago•0 comments

Show HN: Beta Testing needed for my package Trustcheck

https://github.com/Halfblood-Prince/trustcheck
4•halfblood1010•9m ago•0 comments

Ace-Step-1.5 playground- SOTA open source music model

https://mesmer.tools/free-tools/ai-music-maker
1•mesmertech•9m ago•1 comments

MCP-slim, an auto-optimizing MCP proxy that cuts 99% of token waste

https://github.com/uaziz1/mcp-slim
2•uaziz1•10m ago•2 comments

A WIP arbitrary precision arithmetic library (alternative to GMP)

2•Tommyrexx•11m ago•1 comments

ELN Finder to search and select a suitable Electronic Lab Notebook

https://eln-finder.ulb.tu-darmstadt.de/home
1•eamag•12m ago•0 comments

Seeking review: Signal-like protocol in Dart

https://github.com/Dritonsallahu/risaal-crypto
1•dritoonnss•13m ago•0 comments

Claude is having another moment, again

https://downdetector.co.uk/status/claude-ai/
6•ksajadi•15m ago•0 comments

How to Build an AI Agent for Slack with Chat SDK and AI SDK

https://vercel.com/kb/guide/how-to-build-an-ai-agent-for-slack-with-chat-sdk-and-ai-sdk
1•flashbrew•16m ago•0 comments

Goodclaude, CLI that lets you pet Claude (it meows too)

https://github.com/Ijtihed/goodclaude
1•ijtihed1•16m ago•1 comments

Claude Login Down?

https://downdetector.com.br/en/status/claude-ai/
7•raimille1•17m ago•3 comments

The (First?) Social Media Addiction Trial

https://12gramsofcarbon.com/p/tech-things-social-media-addiction
1•theahura•17m ago•0 comments