frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

P2: Functional Templating for Ruby

https://github.com/digital-fabric/p2
1•thunderbong•24s ago•0 comments

ChatGPT Is a Blurry JPEG of the Web

https://www.newyorker.com/tech/annals-of-technology/chatgpt-is-a-blurry-jpeg-of-the-web
2•FinnLobsien•57s ago•0 comments

Google confirms it has been hacked

https://www.forbes.com/sites/daveywinder/2025/08/07/google-confirms-it-has-been-hacked---user-data-stolen/
4•hidden_sheepman•3m ago•0 comments

Small Models, Big Wins: Agentic AI in Enterprise Explained

https://blog.premai.io/small-models-big-wins-agentic-ai-in-enterprise-explained/
1•prem_studio•3m ago•0 comments

Researcher visa curbs threaten science careers and countries leading the charge

https://www.nature.com/articles/d41586-025-02293-4
2•rntn•4m ago•0 comments

Japan Law Will Require Apple to Allow Non-WebKit Browsers on iPhone

https://www.macrumors.com/2025/08/07/japan-non-webkit-browsers-on-iphone/
1•thm•4m ago•0 comments

All 21 Daniel Day-Lewis films – ranked

https://www.theguardian.com/film/2025/aug/07/drink-it-up-daniel-day-lewis-films-ranked
1•mykowebhn•6m ago•0 comments

Web Performance

https://developer.mozilla.org/en-US/docs/Web/Performance
2•aanthonymax•7m ago•1 comments

Show HN: ApplicationFeedback – AI critiques top-tier accelerator applications

https://applicationfeedback.com/
1•amruth11•8m ago•0 comments

Show HN: A news agent to easily follow anything you care about

https://testflight.apple.com/join/zdZKNncW
3•vincentyyy•9m ago•3 comments

Dear String-to-Integer Parsers

https://owl.billpg.com/dear-string-to-integer-parsers/
1•billpg•9m ago•0 comments

A Bilingual Benchmark Dataset and Evaluation Framework

https://thedailypimp.blogspot.com/2025/08/this-ai-paper-introduces-c3-bilingual.html
2•miclys•10m ago•0 comments

Taxicab Geometry: Welcome to a city where pi equals 4 and circles aren't round

https://www.nytimes.com/interactive/2025/06/09/science/math-strogatz-taxi-geometry.html
2•warrenm•11m ago•1 comments

Improving 9-1-1 Operations with Artificial Intelligence

https://www.ntia.gov/category/next-generation-911/improving-911-operations-with-artificial-intelligence
1•voxadam•13m ago•0 comments

Using Google Opal to solve real-world problems

1•miclys•14m ago•0 comments

Developers: Stop Job Hunting like it's 2015

https://thoughtfuleng.substack.com/p/developers-stop-job-hunting-like
6•rbrown•17m ago•2 comments

Federal court filing system hit in hack

https://www.politico.com/news/2025/08/06/federal-court-filing-system-pacer-hack-00496916
3•mooreds•18m ago•0 comments

Predatory Sparrow Hacks Iran's Financial System

https://www.wsj.com/opinion/predatory-sparrow-hacks-irans-financial-system-attack-stablecoins-ad6e79b5
1•anjel•18m ago•1 comments

Pantsbuild: The Ergonomic Build System

https://www.pantsbuild.org/
1•mooreds•19m ago•0 comments

Building extensible front end systems

https://gomakethings.com/building-extensible-frontend-systems/
1•eustoria•20m ago•0 comments

How to build a GitHub PR review agent that analyses your repo and auto-merges

https://xpander.ai/2025/07/21/how-to-build-a-github-pr-review-agent-that-analyses-your-repo-auto-merges-more/
1•mooreds•20m ago•0 comments

Budget Car Buyers Want Automakers to K.I.S.S

https://www.thedrive.com/news/budget-car-buyers-want-automakers-to-k-i-s-s
4•PaulHoule•21m ago•0 comments

Battery charge limiter for Apple Silicon MacBook devices

https://github.com/actuallymentor/battery
2•rahimnathwani•22m ago•0 comments

Active context extraction > passive context capture with LLMs

2•foundress•23m ago•2 comments

Nuclear reactors fit on a flatbed truck. How safe are they?

https://www.washingtonpost.com/business/2025/08/06/nuclear-power-clean-energy-climate-change/
2•wallflower•24m ago•1 comments

Anthropic says they've found a new way to stop AI from turning evil

https://techxplore.com/news/2025-08-anthropic-theyve-ai-evil.html
3•Brajeshwar•24m ago•0 comments

Show HN: We built a document AI, you only pay for good data

https://undatas.io/
1•jojogh•26m ago•0 comments

Post Your Content in Postion

https://postion.app
1•buoooou•27m ago•1 comments

Replacing Agent Prompt Templates with Trainable Control Modules in DSPy

https://viksit.substack.com/p/behavioral-optimization-for-multi
1•viksit•28m ago•1 comments

Being in Control Is Hurting Your Startup

https://businessofsoftware.org/2025/08/modern-ceo/
4•jannurgel•30m ago•0 comments
Open in hackernews

Show HN: VectorOps Know

https://vectorops.dev/blog/post-1/
8•joecarpenter•2h ago
VectorOps Know is an extensible code-intelligence helper library. It scans your repository, builds a language-aware graph of files / packages / symbols and exposes high-level tooling for search, summarisation, ranking and graph analysis to LLMs.

Comments

mlisivick•1h ago
Feels like a great foundation for building your own Copilot-like tools without sending code to the cloud. Very modular, easy to extend, and works surprisingly well out of the box. Bonus: comes with CLI tools and supports OpenAI function-calling + MCP.
wmdavis90•20m ago
It’s a local code analysis engine that builds a semantic index of your repo (symbols, imports, comments, etc.), adds vector embeddings, and exposes search + context tools you can plug into LLM workflows. Think smarter code search + context assembly, but offline and fully under your control.

My devs like that it doesn’t try to be too “magical” it’s predictable, hackable, and works well with existing workflows (like Aider or LiteLLM).

As a PM, I like that it respects privacy, is extensible, and helps us experiment with AI-assisted workflows without vendor lock-in.

If you’re exploring custom LLM agents or just want better context for local dev tooling, it’s worth a look.