frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Google backs down after locking out Nextcloud Files app

https://www.theregister.com/2025/05/17/google_nextcloud_android_permission/
1•doener•2m ago•0 comments

Show HN: AI tool to uncover underpriced real estate in a zip code or city

https://www.propertydealfinder.com/
1•HelpHumanity•3m ago•0 comments

Google Trends: Google vs. ChatGPT

https://trends.google.com/trends/explore?date=today%205-y&q=google,chatgpt&hl=en
1•echelon•4m ago•1 comments

Astroturfing

https://en.wikipedia.org/wiki/Astroturfing
2•cl3misch•4m ago•0 comments

The Geography of Loneliness: Navigating Japan's Emptied Countryside

https://outofedenwalk.nationalgeographic.org/the-geography-of-loneliness/
1•ilamont•5m ago•0 comments

Ranked: Chip Designers by Revenue (2019-2024)

https://www.visualcapitalist.com/ranked-the-top-chip-designers-by-revenue-2019-2024/
1•mdp2021•9m ago•0 comments

Prompt to Voice: Lovable/Bolt for Voice AI

https://www.omnidim.io/
1•shounakhn•12m ago•1 comments

Show HN: ProfiTree – Find Hidden Tax Savings in Your Investment Portfolio

https://www.profitree-tax.com/
1•shahakshat609•12m ago•0 comments

The Ignorability of Attributes in C++

https://brevzin.github.io/c++/2025/03/25/attributes/
2•fanf2•14m ago•0 comments

Mind Reader?

https://www.science.org/content/article/indian-police-are-trying-read-minds-suspects-over-neuroscientists-objections
3•YeGoblynQueenne•15m ago•1 comments

Apple, Synchron develop tech that lets people control its devices with thoughts

https://www.engadget.com/big-tech/apple-has-teamed-up-with-synchron-to-develop-tech-that-lets-people-control-its-devices-with-thoughts-154018858.html
1•gmays•15m ago•0 comments

The case for Mars terraforming research [pdf]

https://www.erikadebenedictis.com/s/The-case-for-Mars-terraforming-research.pdf
1•edwinkite•17m ago•1 comments

Rust Turns 10

https://smallcultfollowing.com/babysteps/blog/2025/05/15/10-years-of-rust/
1•praseodym•17m ago•0 comments

First gene-edited spiders produce red fluorescent silk

https://www.uni-bayreuth.de/en/press-release/gene-editing-spiders
1•geox•18m ago•0 comments

Large Concept Models: A Paradigm Shift in AI Reasoning

https://www.infoq.com/articles/lcm-paradigm-shift-ai-reasoning/
1•kjhughes•20m ago•0 comments

FCC Chair Brendan Carr is letting ISPs merge–as long as they end DEI programs

https://arstechnica.com/tech-policy/2025/05/fcc-chair-brendan-carr-is-letting-isps-merge-as-long-as-they-end-dei-programs/
2•rntn•20m ago•0 comments

Debian Trixie is hard frozen

https://lists.debian.org/debian-devel-announce/2025/05/msg00004.html
3•p4bl0•21m ago•0 comments

Russia bans "undesirable" Amnesty International

https://www.politico.eu/article/russia-bans-undesirable-amnesty-international/
4•mdp2021•22m ago•0 comments

Google Decided Against Offering Publishers Options in AI Search

https://www.bloomberg.com/news/articles/2025-05-19/google-gave-sites-little-choice-in-using-data-for-ai-search
3•mfiguiere•23m ago•0 comments

How Big Tech Mined Our Attention and Broke Our Politics

https://www.nytimes.com/2025/01/29/books/review/superbloom-nicholas-carr-the-sirens-call-chris-hayes.html
2•larodi•23m ago•3 comments

Nvidia's Dirty Manipulation of Reviews

https://www.youtube.com/watch?v=AiekGcwaIho
1•blacktulip•24m ago•0 comments

Microcontrollers with Gleam [video]

https://www.youtube.com/watch?v=-jd1lRQ4LZg
1•crowdhailer•25m ago•0 comments

Kilo: A text editor in less than 1000 LOC with syntax highlight and search

https://github.com/antirez/kilo
2•klaussilveira•27m ago•0 comments

Cooperative Source Software Licenses

https://bsky.app/profile/gordon.bsky.social/post/3lpjuqt7ezk2q
2•surprisetalk•27m ago•0 comments

Why everyone is suddenly so thirsty for designers

https://carly.substack.com/p/were-so-back-why-everyone-is-suddenly
2•carlyayres•28m ago•0 comments

Efootball

1•Grevy•29m ago•0 comments

Qualcomm to launch data center processors that link to Nvidia chips

https://www.cnbc.com/2025/05/19/qualcomm-to-launch-data-center-processors-that-link-to-nvidia-chips.html
1•srameshc•32m ago•0 comments

Markovian Parallax Denigrate

https://en.wikipedia.org/wiki/Markovian_Parallax_Denigrate
2•CGMthrowaway•33m ago•0 comments

Sharded Is Not Distributed: What You Should Know When PostgreSQL Is Not Enough

https://blog.ydb.tech/sharded-is-not-distributed-what-you-should-know-when-postgresql-is-not-enough-f743ad06b5be
2•eivanov89•35m ago•0 comments

Revenue effects of Denuvo digital rights management on PC video games

https://www.sciencedirect.com/science/article/abs/pii/S1875952124002532
1•doener•35m ago•0 comments
Open in hackernews

Claude Code SDK

https://docs.anthropic.com/en/docs/claude-code/sdk
125•sync•2h ago

Comments

andrewstuart•2h ago
Claude has been left in the dust by Gemini with its million token session and ability to upload a zip file of my entire code base.
barefootford•2h ago
and then get the honor of copy and pasting all of the changes afterward?
andrewstuart•2h ago
“Make me a bash script which creates all the files using heredoc”

Works for a reasonable chunk of files say 5 to 10 that aren’t too big.

No doubt they’ll get to better file access.

Anyhow I’m quite happy to do the copy and paste because Geminis coding and debugging capability is far better than Claude.

danenania•2h ago
You can try my project Plandex[1] to use Gemini in a way that's comparable to Claude Code without copy-pasting. By default, it combines models from the major providers—Anthropic, OpenAI, and Google.

The default planning/coding models are still Sonnet 3.7 for context size under 200k, but you can switch to Gemini with `\set-model gemini-preview`.

1 - https://github.com/plandex-ai/plandex

mickeyp•2h ago
I'm building a browser based tool that runs on your computer, with full tool access of course, that works with all the major models and is far better and more ergonomic to use than code, codex, etc.

If you (or anyone else reading this) wants to try out the upcoming beta give me a ping. (see profile.)

Sajarin•2h ago
I wonder if anyone has done an analysis on the HN user sentiment on the varying AI models over time. I'd be curious to see what that looks like. Increasingly, I'm seeing more and more people talk positively about Gemini and Google (and having used Gemini recently, I align with that sentiment)

I think Bard (lol) and Gemini got a late start and so lots of folks dismissed it but I feel like they've fully caught up. Definitely excited to see what Gemini 3 vs GPT-5 vs Claude 4 looks like!

Karrot_Kream•1h ago
Gemini hit the top of a bunch of leaderboards recently so it probably prompted folks to try Gemini out and they found it useful.
fallinditch•1h ago
I'm using Windsurf IDE so have all the main models available. Mainly doing Python, JS, HTML, CSS, some Go. I have found Claude 3.7 outperforms Gemini 2.5 and ChatGPT 4.1, 4o, Deepseek, etc, for my work in most cases.

I suspect that I experience some performance throttling with Gemini 2.5 in my Windsurf setup because it's just not as good as anecdotal reports by others, and benchmarks.

I also seem to run up against a kind of LLM laziness sometimes when they seemingly can't be bothered to answer a challenging prompt ... a consequence of load balancing in action perhaps.

mbesto•1h ago
Who cares about sentiment when you can just look at a proxy for usage: https://openrouter.ai/rankings

EDIT: Specifically: https://openrouter.ai/rankings/programming?view=week

ChadMoran•1h ago
Context is only one part of it. I tried using Gemini and got sub par results. comment-laden code with not not following instructions.
simonw•1h ago
How are you uploading zip files of code to Gemini?
andrewstuart•1h ago
In AI Studio select file upload then select a zip file.
cube2222•54m ago
I’ve tried Gemini 2.5 Pro a couple of times and honestly don’t like its output. Claude Sonnet 3.7 is much better at correctly understanding and executing my imprecise prompts.

Gemini 2.5 Flash on the other hand has excellent. I’ve started using it to rewrite whole files after talking the changes through with Claude, because it’s just so ridiculously fast (and dependable enough for applying already outlined changes).

ramoz•48m ago
This is Claude Code.

The two work really well with Gemini as a planner and Claude Code as an executor.

swyx•2h ago
more context from the claude code team: http://latent.space/p/claude-code

you can skim the transcript but some personal highlights:

- anthropic employees, with unlimited claude, average to $6/day of usage

- headless claude code as a "linux" utility that you use everywhere in CI is pretty compelling

- claude code as a user extensible platform

- future roadmap of claude code: sandboxing, branching, planning

- sonnet 3.7 as a persistent, agentic model

ipsum2•2h ago
Maybe I'm holding it wrong, but I can easily spend $20+ using Claude Code for 2 hours. I've stopped using it because it was too expensive for my personal projects.
d_watt•2h ago
Claude max plan has Claude code bundled into the price. $100/month isn't cheap, but the RoI is there for me personally.
ipsum2•2h ago
Thanks, I was just commenting on "- anthropic employees, with unlimited claude, average to $6/day of usage".
ttcbj•1h ago
Thanks, this is helpful. I tried Claude Code, and thought it had a lot of potential, but I was on track to spend at least $20/day.

For a tool that radically increases productivity (say 2x), I think it could still make sense for a VC funded startup or an established company (even $100/day or $36k/year is still a lot less than hiring another developer). But for a side project or bootstrap effort, $36k/year obviously significantly increases cash expenses. $100/month does not, however.

So, I'm going to go back and upgrade to Max and try it again. If that keeps my costs to $100/month, thats a really different value proposition.

buzzerbetrayed•1h ago
Can you clarify what you mean here? Are you saying I can use Claude Code for a flat rate of $100/month? What are the limits? What if I use more than $100 worth of Code in a month? Their website doesn't seem to make it clear.

Edit:

Found the answer to my own questions

> Send approximately 50-200 prompts with Claude Code every 5 hours[1]

Damn. That's a really good deal

[1] https://support.anthropic.com/en/articles/11145838-using-cla...

jasonjmcghee•2h ago
I briefly commented on how I approach cost control before, if useful.

https://news.ycombinator.com/item?id=43737060

ipsum2•2h ago
Great advice, thanks.
philosophty•2h ago
"- anthropic employees, with unlimited claude, average to $6/day of usage"

From the link:

"Apparently, there are some engineers inside of Anthropic that have spent >$1,000 in one day!"

The question is what is the P50, P75, and P95 spend per employee?

thesurlydev•1h ago
Agree. That would be a great insight as well as what type of activities cause the explosion in spend.
big_toast•1h ago
I’ve really enjoyed the recent latent space podcasts. I don’t think there is any person†/podcast (or perhaps other content) approaching your general output while maintaining the high SNR. I am continually amazed at the volume and value of public work you’re producing over the last (half?) decade while still growing various businesses. I hope others can find similar productivity gradients. I know you roughly share what works for you but it is not so easy to reproduce.

† simonw, gwern

d_watt•2h ago
The way Claude Code is going is exactly what I want out of a agentic coding tool with this "unix toolish" philosophy. I've been using Claude code since the initial public preview release, and have seen the direction over time.

The "golden" end state of coding agents is that you give it a Feature Request (EG Jira ticket), and it gives you a PR to review and give feedback on. Cursor, windsurf, etc, are dead ends in that sense as they are local editors, and can not be in CI.

If you are tooling your codebase for optimal AI usage (Rules, MCP, etc), you should target a technology that can bridge the gap to headless usage. The fact Claude Code can trivially be used as part of automation through the tools means it's now the default way I thinking about coding agents (Codex, the npm package, is the same).

Disclaimer, I focus on helping companies tool their codebases for optimal agent usage, so I might have a bias here to easily configurable tools.

andrewstuart•2h ago
> The "golden" end state of coding agents is that you give it a Feature Request (EG Jira ticket), and it gives you a PR to review and give feedback on.

I see your point but in the other hand how depressing to be left only with the most soul crushing part of software entering - the Jira ticket.

d_watt•2h ago
I personally find figuring out what the product should be is the fun part. There still a need for architecting a plan, but the actual act of writing code isn't what gives me personal joy, it's the building of something new.

I understand the craft of code itself is what some people love though!

btbuildem•1h ago
Say what you will, but this would have the wonderful side effect of forcing people who write JIRA tickets to actually think through and clearly express what it is they want built.
xboxnolifes•46m ago
In that timeline, it wouldn't matter anymore since the people complaining about the poor JIRA tickets would be gone.
losteric•44m ago
Yeah, that’ll be the product-oriented engineers / engineer-oriented product folks.

We will drop the narrow-minded deadweight that can only collect naive requirements, and the coding side that can only implement unambiguous tickets.

jdmoreira•1h ago
Not sure about that golden end state. Mine would be being in a room surround by screens with AI agents coding, designing, testing, etc. I would be there in the center giving guidance, direction, applying taste, etc… All conversational, wouldn’t need to touch the keyboard 99% of the time.

That's what I want and look forward one day

geertj•1h ago
I can easily see this happening in 2-3 years. Some chat apps already have outstanding voice mode, such as GPT-4o. It's just a matter of integrating that voice mode, and getting the understanding and generated code to be /slightly/ better than it is today.
Roritharr•1h ago
Is this a me thing, or a millenial thing?

I hate using voice for anything. I hate getting voice messages, I hate creating them. I get cold sweats just thinking about having to direct 10 AI Agents via voice. Just give me a keyboard and a bunch of screens, thanks.

Wowfunhappy•1h ago
Voicemail sucks. However, when you're having a synchronous conversation with actual people, do you prefer to do everything via IM, or would you prefer a phone call?
dmd•37m ago
IM, 100%. Otherwise only the loud people ever speak, whether or not they have anything useful to say.
all2•37m ago
Email. Async comms make sense 99% of the time at my job. Unless there's deep work to be done, or pie-in-the-sky idea fabricating. Or rubber-ducky sessions. But I won't do those with AI.
jdmoreira•1h ago
I don't know. I'm 40 but I do like pair programming so…
stefanfisk•1h ago
I’m the same. I love that writing allows you to think while typing so that you can review and revise your thoughts before letting them out in the world.

And don’t get me started on video vs text for learning purely non-physical stuff like programming…

codemac•57m ago
receiving audio = slow

sending audio = fast

fnordpiglet•55m ago
One advantage is speaking is generally faster than typing. Imagine instead of talking to a bunch of AI you’re talking to a room full of coworkers about the architecture to develop.
csto12•38m ago
If that’s the future, that means a massive reduction in software engineers no? What you are describing would require one technical product manager, not a team of software engineers.
paulddraper•35m ago
Yes.
usrnm•35m ago
> that means a massive reduction in software engineers

That's exactly what everyone is hoping for. Well, everyone except software engineers, of course

Wowfunhappy•24m ago
Or a massive increase in the amount of software that gets written.

If the cost of writing software goes down, demand for it will presumably go up...

jdmoreira•22m ago
The valuable skills will be creativity, taste, curation, prioritisation etc.

All those skills can be applied to engineering as well. What makes Fabrice Bellard great? Its not just technical skill I think.

I think some of the most successful people will be a subset of engineers but also Steve Jobs types and artists

virgildotcodes•1h ago
> The "golden" end state of coding agents is that you give it a Feature Request (EG Jira ticket), and it gives you a PR to review and give feedback on. Cursor, windsurf, etc, are dead ends in that sense as they are local editors, and can not be in CI.

Isn’t that effectively the promise of the most recently released OpenAI codex?

From the reviews I’ve been able to find so far though, quality of output is ehh.

ramesh31•1h ago
Thats the promise. The reality is that it's just a subpar version of Claude Code which doesn't support MCP.
d_watt•1h ago
It totally is!

I bias a bit to wanting the agent to be a pluggable component into a flow I own, rather than a platform in a box.

It'll be interesting to see where the different value props/use cases of a Delvin/v0 vs a Codex Cloud vs Claude Code/Codex CLI vs Cursor land.

sync•1h ago
Anthropic also announced something along those lines today as well, in beta: https://docs.anthropic.com/en/docs/claude-code/github-action...
naiv•1h ago
played around with connecting https://github.com/eyaltoledano/claude-task-master via mcp to create a prd which basically replaces the ticket grooming process and then executing it with claude code creating a branch named like the ticket and pushing after having created the unit tests and constant linting.
k__•36m ago
Can't you have that already?

Put the Aider CLI into a GitHub action that's triggered by an issue creation and you're good to go.

alvis•30m ago
The vision of submitting a feature request and receiving a ready-to-review PR is equally compelling and horrifying from the standpoint of strategy management.

Like Anthropic and most big tech companies, they don't want to show off the best until they need to. They used to stockpile some cool features, and they have time to think about their strategy. But now I feel like they are in a rush to show off everything and I'm worried whether the management has time to think about the big picture.

woah•2h ago
If I was making an AI code assistant, the last thing I would do is to lock it in to a particular foundation model provider.

The only possible way for this to be a successful offering is if we have just now reached a plateau of model effectiveness and all foundation models will now trend towards having almost identical performance and capabilities, with integrators choosing based on small niceties, like having a familiar SDK.

ChadMoran•1h ago
Other than the command/arguments there isn't much locking you in. It's just input/output. Swap it out for something else or simply wrap it. There's not much going on here.
ramoz•49m ago
"Lock i-"

At this point Claude Code is a software differentiator in the agent coding space.

I am building things related to AI code assistants - we were hacking ways to integrate Claude Code - it was the first thing we wanted to build around.

It's too early to care about lock in.

Need the best, will only build around the best.

baalimago•1h ago
Hasn't this been invented already in multiple shapes and forms..? I wrote my own version clai[1] over a year ago which does exactly this, only that it has tools support + is multi vendor.

[1]: https://github.com/baalimago/clai

simonw•1h ago
Looks quite similar to my https://llm.datasette.io tool as well.

Honestly though, CLI tools for accessing LLMs (including piping content in and out of them) is such a clearly good idea I'm glad to see more tools implementing the pattern.

bionhoward•1h ago
> You may not access or use, or help another person to access or use, our Services in the following ways: > 2. To develop any products or services that compete with our Services, including to develop or train any artificial intelligence or machine learning algorithms or models or resell the Services.

Can somebody please tell me what software product or service doesn’t compete with general intelligence?

Imagine selling intelligence with a legal term that, under strict interpretation, says you’re not allowed to use it for anything.

Is it so vague it’s unenforceable?

How do we own the output if we can’t use it to compete with a general intelligence?

Is it just a “lol nerd no one cares about the legal terms” thing? If no one cares then why would they have a blanket prohibition on using the service ?

We’re supposed to accept liability to lose a lawsuit just to accept their slop? So many questions

ChadMoran•36m ago
This is what happens when you let lawyers say what they want.
mirekrusin•1h ago
I'll try when they start supporting claude via copilot. Can't use at work anything else.
anotherpaulg•1h ago
Aider has had support for Python and shell scripting [0] for a long time. I made a screencast [1] recently that included ad-hoc bash scripting aider as part of the effort to add support for 130 new programming languages. It may give a flavor for how powerful this approach can be.

[0] https://aider.chat/docs/scripting.html

[1] https://aider.chat/docs/recordings/tree-sitter-language-pack...

k__•32m ago
Aider could really profit from a polished GitHub Actions workflow.

Add a file to your repo and you can talk to any model via issues.

unshavedyak•22m ago
How close can you get Aider to Claude Code? Ie i liked the Claude Code UX, but i don't use it because i prefer Gemini 2.5 Pro.

I don't really want it committing and stuff, i mostly like the UX of Claude Code. Thoughts?

cube2222•1h ago
This is great! Especially the GitHub Actions issue/PR integration[0] that’s paired with this is exactly what I’ve been wanting!

[0]: https://docs.anthropic.com/en/docs/claude-code/github-action...

hosainnet•59m ago
The new GitHub action is exactly what I have been looking for https://docs.anthropic.com/en/docs/claude-code/github-action... but there doesn't seem to be a way to use it with the Claude Code's Max plan?

As it only accepts an API key as far as I can tell.