frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Tell HN: YC companies scrape GitHub activity, send spam emails to users

591•miki123211•15h ago•222 comments

I don't need AI to build me a new app. I need it to make Jira bearable

13•niel_hu•9h ago•9 comments

Stripe closed my account – no notice – my LLC was registered using Stripe Atlas

5•travelyesim•5h ago•2 comments

I built a 151k-node GraphRAG swarm that autonomously invents SDG solutions

2•wisdomagi•8h ago•0 comments

Ask HN: Programmable Watches with WiFi?

34•dakiol•5d ago•24 comments

1Password pricing increasing up to 33% in March

142•otterley•2d ago•193 comments

Ask HN: Who Is Using XMPP?

22•nunobrito•1d ago•11 comments

Claude Code Bug triggers Rate limits without usage

3•busssard•13h ago•1 comments

Ask HN: What's it like working in big tech recently with all the AI tools?

18•ex-aws-dude•23h ago•8 comments

Comparing manual vs. AI requirements gathering: 2 sentences vs. 127-point spec

2•thesssaism•13h ago•1 comments

Ask HN: Chromebook leads for K-8 school in need?

46•techteach00•4d ago•44 comments

Ask HN: Starting a New Role with Ada

9•NoNameHaveI•1d ago•4 comments

New Claude Code Feature "Remote Control"

8•rob•1d ago•0 comments

LazyGravity – I made my phone control Antigravity so I never leave bed

4•masaTokyo•21h ago•3 comments

Ask HN: Could you create a competitor to your company at 10% of the cost?

7•TheAlchemist•1d ago•14 comments

Ask HN: How do you know if AI agents will choose your tool?

36•dmpyatyi•3d ago•21 comments

Fix cron routes: POST → GET (Vercel cron sends GET)

2•nishiohiroshi•1d ago•1 comments

Ask HN: What will happen with Anthropics ultimatum?

6•maniacwhat•1d ago•3 comments

Would you choose the Microsoft stack today if starting greenfield?

20•JB_5000•2d ago•23 comments

Ask HN: How are you controlling AI agents that take real actions?

7•thesvp•2d ago•18 comments

Ask HN: Have top AI research institutions just given up on the idea of safety?

79•DietaryNonsense•1d ago•88 comments

Comparing manual vs. AI requirements gathering: 2 sentences vs. 127-point spec

7•thesssaism•2d ago•6 comments

ChatGPT finds an error in Terence Tao's math research

42•codexon•3d ago•8 comments

Ask HN: Who has seen productivity increases from AI

11•Kapura•2d ago•12 comments

What podcasts are you listening to?

42•thomk•4d ago•71 comments

Ask HN: What Linux Would Be a Good Transition from Windows 11

13•Cyberis•3d ago•20 comments

Ask HN: Any DIY open-source Alexa/Google alternatives?

8•personality0•2d ago•4 comments

Persistent Prompts and Built in Search

2•lazybusy•1d ago•0 comments

Ask HN: Is it better to have no Agent.md than a bad one?

9•parvardegr•3d ago•9 comments

Ask HN: Is it worth avoiding AI while making a game?

6•2muchclout•2d ago•22 comments
Open in hackernews

I don't need AI to build me a new app. I need it to make Jira bearable

13•niel_hu•9h ago
Last week I asked Claude to build me a Jira sidebar that shows cross-project dependency graphs — the kind Jira buries across 4 clicks and 3 page loads. 4 prompts. Works inside my actual Jira. It just used Claude Chrome extension that injects a panel into the page I already have open.

And I keep thinking: why isn't everyone doing this?

The entire AI coding conversation is about building new apps from scratch. Cool. But I don't need a new app. Most people spend their workday inside apps they didn't choose: Jira, Salesforce, Workday, ServiceNow, etc. These tools are not going anywhere. My company chose them in 2019 and they're entrenched until at least 2029.

Chrome extensions just reads what's already in the DOM and augments it.

Is there a fundamental reason this can't work at scale that I'm not seeing? Why isn't Claude's Chrome extension catching more attention?

Comments

PaulHoule•9h ago
It's definitely part of the SaaS-apocalypse story. LLMs shine at making little programs that integrate with an existing API to do some small task. Management has always overestimated the effort to develop that kind of thing and underestiamted the effort to develop applications with GUIs because... user interfaces are the Vietnam of computer science.

The greatest danger of the current time is that the likes of Salesforce and LinkedIn who have something interesting behind an API or web site try to lock down access so instead of using competitive high-quality AI agents we're stuck with the brain damaged AI agents they want to force on us.

niel_hu•8h ago
Yeah, totally agree. But I don't think they can keep it locked down any more, with the rise of computer use agents, the boundary between interfaces designed for humans and those designed for computers is becoming increasingly blurred.
PaulHoule•8h ago
Last year I was talking with somebody about business plans and we were talking about using browser extensions for social news applications to get around paywalls, another part of the "lockdown economy".

I have an "image sorter" that ingests image galleries, it used to use a bookmarklet that cued a webcrawler but after a decade of having my time as a user wasted clicking on those Cloudflare thingies I finally had it get in the way of my webcrawler.

I was talking about options w/ Junie and it suggested, "why not write a browser extension?" and I'm like "is that hard?" and it says "no" and 20 minutes later I have a prototype browser extension.

So that plug-in you're talking about where an AI can see directly into your browser is another option, another is vibe-coding a custom browser extension. I think it was always pretty easy to write a browser extension but I had I done it myself my usual scholarly way I'd spend a few hours reading documentation before I started coding and never realized just how simple it is... Just the way people are discovering web crawlers and API integrations are easier than they thought.

OkayPhysicist•8h ago
There really isn't hours worth of material to put together a browser extension. You can read all the relevant docs in tops an hour, but you can follow the MDN tutorial on it to get the "inject some Javascript into pages with a url matching this pattern" level in less than 10 minutes.
skydhash•6h ago
Also most extensions are open sources. You can hack something from just glancing at the code of some samples.
verdverm•8h ago
Rovo is sad you never pick it for these kinds of things
niel_hu•7h ago
Rovo from atlassian? no thanks.
andrei_says_•8h ago
Did you create a new extension or a custom script for an existing one?
niel_hu•7h ago
Neither. I asked claude through extension to modify the page directly