Feed aggregator

Ask HN: Feedback on a Rust graph algorithm framework?

Hacker News - Fri, 03/06/2026 - 3:39am

GitHub: https://github.com/wintermarstice/sinistra

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

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: AI pull request reviewer that analyzes Git diffs

Hacker News - Fri, 03/06/2026 - 3:34am

Hi HN,

I’ve been working on a small tool called PR AI to help review pull requests faster using AI-assisted context.

The idea is to load the PR diff and let the AI analyze it directly, so you can discuss the changes, risks, and possible improvements without switching between tools.

What it does so far:

Connects to GitHub and loads PR diff context

Import diffs from GitHub, file upload, or paste

Renders readable diffs inside the workspace

Chat with AI using the active PR context

Structured review output (summary, risks, recommendation)

Right now I’m focusing on:

Better traceability from AI comments to exact changed lines

Improving the signal-to-noise ratio in reviews

Keeping the interface lightweight while adding deeper audit signals

It’s still early but already able to load and analyze real PRs.

If you review pull requests often, I’d love to hear:

What would make an AI PR reviewer actually useful for you?

What kind of issues should it prioritize detecting?

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

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Claude Code for iPad – Agentic AI coding tool with file ops, Git, shell

Hacker News - Fri, 03/06/2026 - 3:00am

We built an agentic coding tool that runs on iPad. Claude reads your codebase, plans changes, edits files, and pushes to GitHub — autonomously, in a loop. 7 integrated tools (Read, Write, Edit, Glob, Grep, Bash, Git), all executing locally on the device.

The shell is a JS polyfill (~25 Unix commands with pipes, chaining, and redirection). Git uses isomorphic-git. API calls stream token-by-token via SSE.

We used it to develop itself — dogfooding from day one.

We've hit iPad platform limits: no persistent background processes, no real shell for builds/tests, iOS purges IndexedDB after 7 days. Looking for collaborators to solve the last-mile problem — especially anyone with experience in iOS hybrid apps, WebContainers, or keeping background servers alive on iOS.

Repo: https://github.com/M8seven/claude-mobile Detailed writeup: https://github.com/M8seven/claude-mobile/issues/1

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

Points: 1

# Comments: 0

Categories: Hacker News

Unlimited users, free and ad-free remote employee management tool

Hacker News - Fri, 03/06/2026 - 3:00am

NeuralOps

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

Points: 1

# Comments: 1

Categories: Hacker News

A claudeism that I want to confirm if anyone else is experiencing

Hacker News - Fri, 03/06/2026 - 2:57am

Does your Claude use the phrase "I contain multitudes" often? I've tried to search for it but the things I mostly get are LLM-centered people using it in their sentences online (duh, wonder where they learned that one from.....) and ironically a moltbook entry which further confirms it for me Makes you think that alongside the usual alignment and just throwing moar compute and redesigning the formulas underneath how much work is put into engineering it's personality. The stylometric way it replies and how for example Claude has the very claudeisms. Was this one simply learnt during the so divergent process of training or just manually wired into it as a random bit that makes it sound a little more sophisticated? I know that most people that'd ever have contact with this are under very strict NDAs but I'd be more than glad if someone could shed some light for my uninitiated I A shrink on payroll and some H100s is all it takes to go from soulless context oblivious Gemini to the very soulful Claude that can instantly mirror your tone but get his own when ready to argue? It's obviously a illusion sure but it's the very thing that I think separates Claude as more conscious or understanding for some people (......including me so I might be a bit biased....) A general discussion on AI personality would also be welcome

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

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Desktop Automation with Codex

Hacker News - Fri, 03/06/2026 - 2:56am

Tried using doing some desktop automation by sending codex screenshots and stepping through generated instructions. It's rough, but it (mostly) works. In the screenshot it accidentally presses 71336 haha.

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

Points: 1

# Comments: 0

Categories: Hacker News

Pages