Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. F-Droid 2.0(f-droid.org)
    76comments
  2. Two-tier encryption in the UK(macanorak.com)
    230comments
  3. Nokia Design Archive (2025)(aalto.fi)
    90comments
  4. GitHub has not removed malicious imitation software after 3 weeks(successfulsoftware.net)
    27comments
  5. Why is the human body so crap except for the liver?(dynomight.net)
    1comments
  6. WaveDigger: Dig into wireless signals to discover their physical locations(github.com/christianrowlands)
    2comments
  7. Linux support is coming to Snapdragon X2 series(qualcomm.com)
    239comments
  8. B5-BJ2 – Ice Cream Barges – Concrete Ship Constructors (2023)(thecretefleet.com)
    1comments
  9. Ideas on modernizing the open-source desktop(lwn.net)
    394comments
  10. The science of Monkey Island: can grog dissolve a metal mug that fast?(jgeekstudies.org)
    15comments
  11. Experiencing writing at our recent Chinese calligraphy workshop(viewsproject.wordpress.com)
    discuss
  12. RAM: the forgotten history (2024)(coredump.cx)
    2comments
  13. ArXiv receives multiyear commitments to support it as an independent nonprofit(arxiv.org)
    37comments
  14. Enjoy Every Sandwich(bradmontague.substack.com)
    63comments
  15. When the Debugger Lies(danielmangum.com)
    17comments
  16. The newest ESP32 can run Linux and it's getting close to a Raspberry Pi(xda-developers.com)
    69comments
  17. Coulomb's law remains tricky to test at home(chillphysicsenjoyer.substack.com)
    13comments
  18. VSCode's SSH Agent Is Bananas (2025)(fly.io)
    186comments
  19. Federal judge orders Texas to air condition all prisons by the end of 2029(texastribune.org)
    4comments
  20. Contrastive Language Models(contrastive-lm.notion.site)
    41comments
  21. The "Windows XP Box" (2003)(mini-itx.com)
    44comments
  22. The Year of Internal Tools(geocod.io)
    18comments
  23. S.F. Democratic Party stands behind Flock surveillance cameras in vote(missionlocal.org)
    discuss
  24. Fixing the Portobello Police Station Clock(pointinthecloud.com)
    112comments
  25. LinkedIn wins court order blocking mass scraping of user data(therecord.media)
    21comments
  26. Virtio-nvgpu: Near-native Nvidia GPU access inside a KVM guest(github.com/nestrilabs)
    59comments
  27. Hackers influence ChatGPT and Gemini to direct users to scam centers(medium.com/arielsimon)
    35comments
  28. Dynamic Abliteration: Non-Destructive Refusal Suppression via Engram Steering(blog.madhukaraphatak.in)
    31comments
  29. Owners mourn spoiled food after firmware update bricks Samsung smart fridges(arstechnica.com)
    213comments
  30. What Is RLCD? The Secret Behind Jev(di-zhang-llm.github.io)
    4comments

The Year of Internal Tools

52 pointsby 9h agogeocod.io
18 comments
5h agoHN ↗

Numerous Grill Me sessions, using Matt Pocock's wonderful Grill Me skill, which interrogates a plan until the weak parts fall out.

If you haven’t yet drunk the /grilling Kool Aid, give it a go

5h agoHN ↗

I totally agree! I usually combine it with the ask user question tool in Claude Code which makes decision-making a breeze.

5h agoHN ↗

Can also say the year that subscriptions go down, because now you can finally build your own systems exactly to your liking. Save money and have something that works just for you. LLMs are awesome.

4h agoHN ↗

Who pays for ongoing maintenance of all those things you built and now own

3h agoHN ↗

good question. maintenance is cheap with tools like astra/opus. also, these aren't production level applications, so I don't need to worry about it being "perfect" (though there's no such thing)

1h agoHN ↗

What happens when these companies decide to start increasing the cost/token, exceeding the cost of hiring an engineer or paying for an external service in the first place?

12m agoHN ↗

Cost per intelligence-adjusted token has been in free-fall since GPT-3 landed five years ago [0]. I see no compelling reason to think we'll see that trend suddenly stop, much less reverse.

0. "The cost of achieving a given level of AI performance has fallen about 47% per quarter since 2023, or 13× per year." https://epoch.ai/publications/the-plunging-price-of-thought

9m agoHN ↗

Yet OpenAI is losing $2 for every $1 they're making :-?

11m agoHN ↗

No, they would never...

What do you mean? They need to recover hundreds of billions in sunk costs?

3h agoHN ↗

We have lived with lackluster B2B and enterprise tools for so long that we have become numb to how bad they are.

Being able to build something that works just how you want with minimal investment is a huge value add.

I ditched web analytics platforms and just send events in jsonl format to disk.

I have a regularly scheduled job that imports it all into a duckdb database and updates a very custom report. I can also ask random questions like “is there a cohort of users who use feature A and B?”.

It’s super lightweight and incredible.

3h agoHN ↗

yep, excellent use case! I did something similar with my gmail recently, because I hate using gmail's UI and I also hate that I don't get access to all my data, but I've begun to regularly backup all my email into a local postgres DB (including attachments). AI has also allowed me to get a full backup of my entire email and archive it onto my own storage. and the best part of this: I might be able to finally get off gmail

2h agoHN ↗

If you're paying a subscription for anything, it's unlikely to be something you'd want to replace for an internal tool. Yeah, you can easily vibe code the basic functionality of a Slack/Jira/Confluence/Ashby/Salesforce replacement in a workday now, but 1) there's no chance you capture all functionality needed by your business on the first pass, you're going to be getting inundated with feature requests as soon as you roll it out, and 2) the ongoing maintenance cost is going to be much higher than expected. Not just maintaining a server and database, which is cheap, but training people how to use your tool instead of the industry standard one. There's a reason Atlassian and Salesforce stocks have recovered after the theorized "SaaSocalypse" which never materialized, it's just not an overall cost savings to build this stuff yourself.

Where internal tools shine is internal operational workflows that are being done manually. You're not replacing Slack or Salesforce, you're replacing the current process where a developer needs to SSH into the server to run a SQL query, or where the Operations team fills out a Google doc which the Finance team pastes into an Excel spreadsheet which runs a bunch of VBA calculations.

1h agoHN ↗

Can build our own buggy substandard turds instead of customising an off the shelf buggy turd.

How far we have come!

2h agoHN ↗

Anyone noticed the trend of tools being more read than write, with writes shifting to agentic tools and natural language instruction?

It makes me wonder about the web a bit and whether it becomes glossier, more video driven but ultimately less directly maleable.

Do people prefer streaming text over static pages?

7m agoHN ↗

It's just continuing the process. Most of the internet these days is TikTok, Instagram, Facebook, Reddit, YouTube, etc and those are basically image + video sites at this point.

24m agoHN ↗

A lot of internals tools were built where I work, not a lot were used.

7m agoHN ↗

I think we're going to see a huge number of small internal tools that simply wouldn't have been worth building before coding agents. Even more so in SMB, because they have less budget.

The part I don't think you can leave to the agent is everything around the application: backups, authentication/access control and vulnerability scanning. Those things aren't rocket science, but getting them wrong can have a much bigger impact than a bug in the application itself.

That's what I'm building with https://AppHaven.eu My bet is that vibe-coded apps will become cheap and almost disposable, while the platform underneath them needs to provide those boring safety guarantees automatically.