Hacker News

Subscribe to Hacker News feed
Hacker News RSS
Updated: 30 min 45 sec ago

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

Sat, 03/07/2026 - 12:07am

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

NPM audit passes malicious packages with no CVE

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

Article URL: https://westbayberry.com/

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

Points: 1

# Comments: 1

Categories: Hacker News

Claude.ai "We are experiencing delivery issues with some email providers"

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

Am I the only one not able to access my Claude.ai account for the past few days because their email sending provider is no longer working for certain email domains?

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

Points: 1

# Comments: 0

Categories: Hacker News

Sarvamai/Sarvam-105B

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

T3 Code [video]

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

Pages