frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Brain Study Shows ChatGPT Makes You Dumber

https://80.lv/articles/brain-study-shows-chatgpt-actually-makes-you-dumber
1•hammyhavoc•1m ago•0 comments

The Death of the Student Essay–and the Future of Cognition

https://www.forkingpaths.co/p/the-death-of-the-student-essayand
1•panic•1m ago•0 comments

Teen Social Media Ban Moves Closer in Australia After Tech Trial

https://www.bloomberg.com/news/articles/2025-06-19/teen-social-media-ban-moves-closer-in-australia-after-tech-trial
2•toomuchtodo•4m ago•1 comments

Publishers facing existential threat from AI, Cloudflare CEO says

https://www.axios.com/2025/06/19/ai-search-traffic-publishers
2•ChilledTonic•7m ago•0 comments

A.I. Is Poised to Rewrite History. Literally.

https://www.nytimes.com/2025/06/16/magazine/ai-history-historians-scholarship.html
1•bookofjoe•10m ago•1 comments

The Indian who shamed Britain by calling out a massacre

https://www.bbc.com/news/articles/c24ql23qm73o
2•ViktorRay•10m ago•0 comments

Show HN: I wrote a new BitTorrent tracker in Elixir

https://github.com/Dahrkael/ExTracker
2•dahrkael•11m ago•0 comments

Show HN: I Asked ChatGPT to Rebuild My Canvas Radial Menu in SVG

https://github.com/victorqribeiro/radialMenuSVG
1•atum47•11m ago•1 comments

ChatGPT May Be Impacting Your Brain

https://www.psychologytoday.com/us/blog/urban-survival/202506/how-chatgpt-may-be-impacting-your-brain
1•exiguus•12m ago•0 comments

How AI Is Ruining the Electric Grid [video]

https://www.youtube.com/watch?v=3__HO-akNC8
1•lisper•17m ago•1 comments

'F1' and Apple's Movie Strategy

https://variety.com/2025/film/news/f1-apple-movie-strategy-tim-cook-lewis-hamilton-1236424270/
3•Bogdanp•18m ago•1 comments

Pulling images from private registries with KEP-4412

https://www.youtube.com/watch?v=0E2fNx7oBn0
2•imduffy15•19m ago•1 comments

Why pushes for more AI from Duolingo and Audible hit a nerve

https://www.washingtonpost.com/technology/2025/06/18/ai-pushback-audible-duolingo/
2•reaperducer•27m ago•1 comments

Emergent Prefigurative Politics and Social Psychological Processes

https://onlinelibrary.wiley.com/doi/full/10.1002/casp.70040
1•squircle•30m ago•0 comments

The founder's guide to funding health and science organizations [pdf]

https://astera.org/wp-content/uploads/2025/06/founders-guide-to-funding.pdf
2•walterbell•31m ago•0 comments

Energy Costs of Communicating with AI

https://www.frontiersin.org/journals/communication/articles/10.3389/fcomm.2025.1572947/full
1•geox•37m ago•0 comments

We Do – and Must – Go into Space

https://nss.org/why-we-do-and-must-go-into-space/
1•squircle•37m ago•0 comments

On memes, mimetic desire, and why it's always that deep

https://caitlynclark.substack.com/p/deeping-it-manifesto
2•lawrenceyan•37m ago•0 comments

Online A2A Client for Google Agent to Agent Protocol

https://vishalmysore-a2aclient.hf.space/
1•vishyouluck•40m ago•1 comments

We may know how Tylenol works – and it's not how we thought

https://www.livescience.com/health/we-may-finally-know-how-tylenol-works-and-its-not-how-we-thought
2•atombender•42m ago•0 comments

Literate programming tool for any language

https://github.com/zyedidia/Literate
6•LorenDB•42m ago•1 comments

Reversed Roles: When AI Becomes the User and Humanity Becomes the Tool

https://shawnharris.com/reversed-roles-when-ai-becomes-the-user-and-humanity-becomes-the-tool/
4•shawnjharris•44m ago•1 comments

Ask HN: Favorite Speculative Fiction Novels?

2•squircle•46m ago•1 comments

How to Build an Electrically Heated Table

https://solar.lowtechmagazine.com/2024/12/how-to-build-an-electrically-heated-table/
2•austinallegro•46m ago•2 comments

Blindsight in Action: Imagine You Are an LLM

https://recursion.wtf/posts/imagine_you_are_an_llm/
2•inanna_malick•47m ago•0 comments

Show HN: I built a job-search AI assistant using Gemini, Next.js, and Neon

https://career-mindai.vercel.app
1•Roshan_Shams•47m ago•0 comments

Getting more things done – daily

https://chromewebstore.google.com/detail/todays-task/ghmmlbbhellogdiejchbppddlfmfdepj
2•ngninja•49m ago•0 comments

AI avatars in China just proved they are better influencers

https://www.cnbc.com/2025/06/19/ai-humans-in-china-just-proved-they-are-better-influencers.html
2•miles•1h ago•0 comments

MQ-28 Ghost Bat Drones Controlled from Australian E-7 Wedgetail Awacs

https://www.twz.com/air/mq-28-ghost-bats-controlled-from-e-7-wedgetail-in-loyal-wingman-test
3•fennec-posix•1h ago•0 comments

Ask HN: What's your biggest "no one tells you this" lesson from a startup?

3•randerson001•1h ago•1 comments
Open in hackernews

Show HN: Run your favorite open-source AI coding agent in the browser

https://github.com/newrev-io/newrev
3•gerardosuarez•3h ago
Hey HN,

As a developer who's always been intimidated by the terminal, I found using terminal-based AI coding agents like Aider, Codex, or Plandex an obstacle.

To solve this, I built a browser-based UI that brings the power of these tools to a familiar web interface.

Comments

baristaGeek•2h ago
What's exactly the benefit of running on the browser? I get that accessibility to a broader audience is a benefit but from what I understand these agents run on the terminal because they have a more powerful runtime. You don't have the browser's memmory limits, you can install native tools such as curl or docker, the model runs directly on your machine, and you have more security on the CLI.
gerardosuarez•1h ago
That's a great point. Newrev actually gives you the best of both worlds:

The AI agents still run terminal-based environments on a backend server (local or cloud), so they have full access to resources and native tools. The browser UI simply provides a much more intuitive, visual interface for interaction, file exploration, and live previews, making these powerful agents accessible and easy to use without deep terminal expertise.

baristaGeek•1h ago
So running this on the browser implies you need to know how to clone a git repo, run a chmod command, etc. How do you plan to productize this so that it actually gets to the hands of non technical people?
gerardosuarez•1h ago
For the short term, newrev is designed for developers who want to try out these powerful AI CLI agents but prefer not to live in the terminal. This means they can start using them right away.

Our mid-term goal is to offer a fully managed cloud service, primarily still for developers. However, we're seeing more agents run highly autonomously, which means newrev could eventually empower non-developers too. Think of how many 'no-coders' are already using tools like Cursor or Winsurf for their projects today.