frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Are we all getting caught up in the AI craze?

https://www.amazonclimatejustice.org/open-letter
1•skyboots•6m ago•1 comments

GCC Operation -OS: Mission Failed

https://godbolt.org/z/3rhdM7fac
1•rpnx•10m ago•2 comments

Meditating with mongooses: Backyard wildlife phtotography lessons

https://wildgundmi.com/meditating-with-mongooses
3•mylittlefinger•14m ago•0 comments

Why There Hasn't Been a ChatGPT Moment yet in Manufacturing

https://theshearforce.substack.com/p/why-there-hasnt-been-a-chatgpt-moment
1•ironyman•16m ago•0 comments

Video Overviews on NotebookLM get a major upgrade with Nano Banana

https://blog.google/technology/google-labs/video-overviews-nano-banana/
2•fhk•17m ago•0 comments

Dynamically relevant consciousness precludes artificial consciousness (2023)

https://arxiv.org/abs/2304.05077
2•measurablefunc•17m ago•0 comments

Horizons of Clarity

https://alearningaday.blog/2025/10/14/horizons-of-clarity/
1•herbertl•20m ago•0 comments

API design principle: Don't tempt people to divide by zero

https://devblogs.microsoft.com/oldnewthing/20251013-00/?p=111677
1•signa11•21m ago•0 comments

.NET 10 Release Candidate 2

https://devblogs.microsoft.com/dotnet/dotnet-10-rc-2/
2•vyrotek•23m ago•0 comments

Show HN: An open-source, local-first Context7 alternative

https://github.com/cheolwanpark/snippets
1•covil•24m ago•0 comments

Your Data, Your Rules: AI's Demand for Customer-Controlled Architectures

https://site.tensor9.com/blog/ai-demand-customer-controlled-architectures
1•msarrel•30m ago•1 comments

Negative Mass [video]

https://www.youtube.com/watch?v=THT8Ncq85K0
1•surprisetalk•31m ago•0 comments

Planet Y: New Earth sized hypothetical planet in the Kuiper Belt

https://www.livescience.com/space/planets/planet-y-theory-hints-at-hidden-earth-size-world-lurkin...
2•pfdietz•34m ago•1 comments

Meta erases Gaza journalist's Instagram

https://twitter.com/DropSiteNews/status/1977795050206576763
2•yardie•34m ago•0 comments

Lexxy – The next generation rich text editor for Rails

https://blog.saeloun.com/2025/10/14/lexxy-editor/
2•thunderbong•36m ago•0 comments

NATO boss mocks Russian Navy, which is on the hunt for "the nearest mechanic"

https://arstechnica.com/security/2025/10/nato-boss-mocks-russian-navy-which-is-on-the-hunt-for-re...
3•duxup•38m ago•2 comments

Lessons from Running Apache Iceberg in Production at Uber and DoorDash

https://sites.google.com/view/icebergmeetup
4•talatuyarer•38m ago•0 comments

State Department Revokes Visas over Charlie Kirk Comments

https://www.wsj.com/politics/state-department-revokes-visas-over-charlie-kirk-comments-3c30d9ae
33•standardUser•40m ago•2 comments

U.S. Pressured Netherlands to Oust CEO of Chinese-Owned Chip Maker

https://www.wsj.com/tech/how-u-s-pressured-netherlands-to-oust-ceo-of-chinese-owned-chip-maker-da...
2•JumpCrisscross•41m ago•0 comments

Ally Petitt: Youngest OSCP at 16yo. Over 11 CVEs by 18

https://ally-petitt.com/en/posts/2024-05-07_how-i-became-a-hacker-before-i-finished-high-school/
1•nullbyte808•41m ago•0 comments

1929

https://nopolitik.substack.com/p/1929
1•GitPopTarts•46m ago•0 comments

Oura reaches $11B valuation with new $900M fundraise

https://www.cnbc.com/2025/10/14/oura-ringmaker-valuation-fundraise.html
1•voxadam•46m ago•0 comments

HalfStyle: Style each half or third of a character, vertically or horizontally

https://github.com/arbelh/HalfStyle
1•josephcsible•47m ago•0 comments

Binmoji: A 64-bit emoji encoding

https://github.com/jb55/binmoji
2•jb55•48m ago•0 comments

Concrete 'battery' now packs 10 times the power

https://techxplore.com/news/2025-10-concrete-battery-power.html
2•PaulHoule•52m ago•0 comments

FSF Announces Librephone Project

https://www.fsf.org/news/librephone-project
37•g-b-r•52m ago•3 comments

Ask HN: Designing complex or customisable platforms with good UI?

1•CuriousRose•53m ago•1 comments

Subtitle Quality Monitoring

https://subtitles.org.uk/
2•edward•55m ago•0 comments

Court Injunctions Are the Thoughts and Prayers of Data Breach Response

https://www.troyhunt.com/court-injunctions-are-the-thoughts-and-prayers-of-data-breach-response/
1•anitil•57m ago•1 comments

DirecTV screensavers will show AI-generated ads with your face in 2026

https://arstechnica.com/gadgets/2025/10/directv-screensavers-will-show-ai-generated-ads-with-your...
2•CharlesW•58m ago•1 comments
Open in hackernews

Show HN: Wispbit - Linter for AI coding agents

https://wispbit.com
23•dearilos•4h ago
Hey HN! Ilya and Nikita here. We're building wispbit (https://wispbit.com) - a tool that helps keep codebase standards alive.

With the help of AI coding tools, engineers are writing more code than ever. Code output has increased, but the tooling to manage this hasn't improved. Background agents still write bad code, and your IDE still writes slop without the right context.

So we built wispbit. It works by scanning your codebase for patterns you already use, and coming up with rules. Rules are kept up to date as standards change, and you can edit rules any time.

You can enforce these rules during code review, and because we have this rules system, you can run a CLI locally to review using these rules. You can think of it as a portable rules file that you can bring anywhere.

We put a lot of work into making a system that produces good rules and avoids slop. For repository crawling, we have an agent that dispatches subagents, similar to Anthropic's research agent. These subagents will go through and look for common patterns within modules and directories, and report back to the main agent, which synthesizes the results. We also do a historical scan on your pull request comments, determine which ones were addressed, filter out comments that wouldn't make a good rule, and use that to create or update rules.

Our early users are seeing 80%+ resolution rates, meaning that 80% of comments that wispbit makes are resolved.

Long-term, we see ourselves being a validation layer for AI-written code. With tools like Devin and Cursor, we find ourselves having to re-prompt the same solution many times. We still don't know the long-term implications on AI-assisted codebases, so we want to get in front of that as soon as possible.

We've opened up signups for free to HN folks at https://wispbit.com. We're also around to chat and answer questions!

Comments

tptacek•4h ago
SOC2 is definitely not the highest industry standard for security (also: save yourself some money: nobody cares if you have availability attested).
dearilos•4h ago
Love it :) Thank you!
winstonp•3h ago
when I did startups, we had multiple companies who would not sign deals until our SOC2 was complete
tptacek•3h ago
I don't want to do a whole thread about SOC2 here, just wanted to snipe at a bit of marketing messaging. :)

For their market maybe that line works fine. It just trips a security cool kid tripwire.

handfuloflight•4h ago
Pricing?
dearilos•3h ago
We do a two week trial and then it's $0.2 per file reviewed. Buying in bulk + optimizing rules gives a significant discount.
CuriouslyC•2h ago
Does this produce actual lint rules, or are you templating out lint-like replies from a LLM using a response format?

If you're doing inference, just give me a cli that's userless and free. I'm happy to use left over codex plan tokens or gemini free tokens for this, and while the idea seems interesting and I might be upsellable to more features down the line, the price/offering is a non starter.

dearilos•2h ago
We combine determinism + LLMs to catch things a human would normally have to. If the LLM finds a violation, it generates a comment.

Big agree on the CLI being open and letting you bring your own inference provider. We’re holding off on it until we get more feedback from some of our hardcore users.

vmesel•3h ago
congrats on the work Ilya and Nikita! It was nice talking to you, all success to you guys!
dearilos•3h ago
<3