Hacker News

Subscribe to Hacker News feed
Hacker News RSS
Updated: 12 min 32 sec ago

Show HN: BurnRate – Track what you spend on AI coding tools

6 hours 48 min ago

I was paying $100/mo for Claude Code Pro and had no idea where it was going. I'd hit the 5-hour rate limit constantly, but couldn't tell which sessions were burning through my allocation or whether Opus was worth the premium over Sonnet for my workflows. So I built a tool to find out.

BurnRate is a local CLI that parses your AI coding tool session data and gives you a full cost analytics dashboard. It tracks Claude Code, Cursor IDE, and OpenAI Codex in one place.

Everything runs 100% on your machine. Your session data, token counts, costs, prompts — none of it leaves your computer. No API key to paste, no telemetry. It reads the local session files your tools already generate and does the math.

Out of the box you get: multi-provider cost tracking, 10 different analytics views (daily trends, per-session breakdown, model usage split, token efficiency), an optimization engine with 23 rules that suggests concrete config changes to reduce spend, usage limit monitoring so you know when you're approaching rate limits, side-by-side provider comparison, and budget alerts when you're on track to blow past a monthly cap.

For managers, there's a team dashboard where devs can optionally push anonymized usage snapshots to a shared view. Useful for understanding team-wide AI tool costs and figuring out which plans actually make sense. Free tier available, Pro is $9/mo, Team is $29/mo.Happy to answer any questions. Feedback welcome.

Comments URL: https://news.ycombinator.com/item?id=47284701

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: EdgeDox – Offline document AI on Android using Qwen3.5-0.8B

6 hours 53 min ago

Hi HN,

I’ve been experimenting with running small language models directly on mobile devices and built a small Android app called EdgeDox.

The idea was to make document AI usable without sending files to a cloud service. Many existing tools require uploading PDFs or documents to a server, which can be a privacy concern.

EdgeDox runs a lightweight language model (Qwen3.5-0.8B) locally on the device so documents stay on the phone.

Current features:

• Ask questions about PDFs • Document summarization • Extract key points from long documents • Works completely offline • No accounts or server processing

The model runs locally using mobile inference (MNN). I'm experimenting with quantized models and other optimizations to keep memory usage and latency reasonable on mid-range Android devices.

Some challenges so far:

• balancing context size with mobile memory limits • improving response latency on CPU-only devices • reducing model load time

The project is still in early beta, and I’m mainly looking for feedback from people experimenting with on-device AI or mobile inference.

Play Store: https://play.google.com/store/apps/details?id=io.cyberfly.ed...

Comments URL: https://news.ycombinator.com/item?id=47284668

Points: 1

# Comments: 0

Categories: Hacker News

Should AI web agents skip sponsored/ad results by default?

Fri, 03/06/2026 - 11:51pm

AI agents are increasingly performing automated web research — browsing pages, following links, and sometimes clicking results as part of information gathering.

There's a small but potentially significant side effect: these systems can end up clicking paid advertisements.

Most online advertising runs on a pay-per-click (PPC) model. When a human clicks an ad, there's at least some level of commercial intent. When an AI agent clicks an ad during automated research, there's zero purchase intent — but the advertiser may still be charged.

At the individual level this is negligible. But AI agents are beginning to operate at scale — millions of automated queries. The cumulative effect on advertisers, particularly small businesses with tight budgets, could become meaningful.

This raises a few questions:

1. Should AI agents avoid clicking sponsored/promoted results by default? 2. Should browsers and agent frameworks detect labels like "Sponsored," "Promoted," or "Ad" and skip those results unless explicitly opted in?

Secondary effects worth considering: unintended ad spend for advertisers, distortion of click-through analytics, and reduced research quality (ad placement reflects budget more than relevance).

The web's ad-funded model depends on clicks having some commercial signal. If AI agents start generating ad clicks at scale with no purchase intent, it could quietly distort that ecosystem.

Curious how engineers and AI developers here think about this — both from an agent design standpoint and from the web economics angle.

Comments URL: https://news.ycombinator.com/item?id=47284593

Points: 2

# Comments: 2

Categories: Hacker News

TCXO Failure Analysis

Fri, 03/06/2026 - 11:49pm
Categories: Hacker News

Readeck 0.22 Released

Fri, 03/06/2026 - 11:27pm
Categories: Hacker News

Mars MIPS Simulator in the Browser

Fri, 03/06/2026 - 11:24pm

Article URL: https://mars.nfiles.top/

Comments URL: https://news.ycombinator.com/item?id=47284476

Points: 1

# Comments: 0

Categories: Hacker News

Ask HN: Is SWE mostly just calling APIs?

Fri, 03/06/2026 - 11:22pm

Been thinking about this question more and more in the context of AI automation. A lot of SWE (apart from design and org politics) is just chaining calls to APIs.

Analysis is just calling APIs to get data. We use that to drive a decision and then we write code and use APIs to deploy it. We close the loops with the same data/metric APIs to verify our code achieved an outcome.

I wonder if this is why SWE seems so susceptible to automation - LLMs are great at chaining together calls to APIs.

Just a thought - I know there's a lot of diversity in SWE and this may not apply everywhere. I can think of holes in this line of reasoning (ex. we make decisions about the product during this process) but want to hear others' opinions.

Comments URL: https://news.ycombinator.com/item?id=47284463

Points: 1

# Comments: 3

Categories: Hacker News

Pages