frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Show HN: LinkedIn Cringe Filter – Categorise LinkedIn posts before you read them

https://chromewebstore.google.com/detail/linkedin-post-categorizer/mcdobkigeopfgfhbhnjflaecmigfpjpd
1•martianmanhunt•41s ago•0 comments

Management Software: What is it and what are its types?

https://www.artsoft.pt/blog-it/softwares-gestao/
1•exo_cody•46s ago•0 comments

The Open Source Tool That Has Preserved 150k Pieces of Online Evidence

https://www.bellingcat.com/resources/2025/08/13/the-open-source-tool-that-has-preserved-150000-pieces-of-online-evidence/
2•speckx•3m ago•0 comments

Researchers unlock the promise of compact X-ray free-electron lasers

https://phys.org/news/2025-07-key-gains-compact-ray-free.html
1•PaulHoule•3m ago•0 comments

Wearables for Health, Fitness, & Science, including demanding remote experiments

https://www.aidlab.com/
1•ljf•3m ago•0 comments

Rails – L402 middleware for pay-for-access APIs (inspired by Boltwall)

1•Rits1272•4m ago•0 comments

Implementing Gist Memory: Summarizing and Searching Long Docs with a ReadAgent

https://inference-docs.cerebras.ai/cookbook/agents/gist-memory
1•rbanffy•5m ago•0 comments

Ask HN: Should I build this SaaS project?

2•samyar•7m ago•0 comments

Cursor doesn't work for data teams

https://thenewaiorder.substack.com/p/why-cursor-doesnt-work-for-data-teams
2•blef•7m ago•0 comments

OpenCQRS – The lightweight CQRS and event sourcing framework for the JVM

https://github.com/open-cqrs/opencqrs
1•goloroden•8m ago•0 comments

The VC Fund I Wish Existed: Yonder Fund I

https://www.gardinercolin.com/p/yonder-fund-1
2•predogger•10m ago•0 comments

Simpler Category Theory

https://ryanbrewer.dev/posts/simpler-category-theory/
1•asplake•11m ago•0 comments

Show HN: Feedback – "This is terrible." – What do you do with this?

https://www.feedbak.dev/
2•vipulag•11m ago•2 comments

RFK Jr. is waging a misguided war on mRNA vaccine technology

https://www.wsj.com/opinion/rfk-jr-mrna-vaccines-hhs-covid-jay-bhattacharya-e9fa1ac3
3•voxadam•11m ago•1 comments

Ask HN: Do you rely on ChatGPT when the system fails you?

1•7stepreasoning•12m ago•0 comments

Find the latest coupon and promo codes

https://flashvoucher.com/
1•Dnbucket•15m ago•0 comments

Microsoft Failed to Disclose Key Details About Use of China-Based Engineers

https://www.propublica.org/article/microsoft-china-defense-department-cloud-computing-security
2•throw7•16m ago•0 comments

Scientists Discover a New Crystal That Breathes Oxygen

https://www.global.hokudai.ac.jp/news/23220
1•geox•16m ago•0 comments

Ask HN: Are programmers more likely to ignore society as they did not invent it?

1•amichail•17m ago•0 comments

Pyghidra-mcp: Run Ghidra headless for multi‑binary reverse engineering with LLMs

https://clearbluejar.github.io/posts/pyghidra-mcp-headless-ghidra-mcp-server-for-project-wide-multi-binary-analysis/
1•onlinereadme•19m ago•1 comments

We must build AI for people; not to be a person

https://mustafa-suleyman.ai/seemingly-conscious-ai-is-coming
1•JnBrymn•19m ago•0 comments

In Xcode 26, Apple shows first signs of offering ChatGPT alternatives

https://arstechnica.com/ai/2025/08/in-xcode-26-apple-shows-first-signs-of-offering-chatgpt-alternatives/
1•rbanffy•20m ago•0 comments

How to Purchase Replicate.com Credit?

1•Tanishmittal•22m ago•0 comments

Surprisingly diverse innovations led to dramatically cheaper solar panels

https://news.mit.edu/2025/surprisingly-diverse-innovations-led-to-dramatically-cheaper-solar-panels-0811
1•ZeroGravitas•23m ago•0 comments

AI agents lose money every second they run

https://paid.ai/blog/ai-monetization/your-ai-agents-are-losing-money
1•arnon•23m ago•0 comments

CrowdBucks is a new payment system for the Fediverse

https://wedistribute.org/2025/08/introducing-crowdbucks/
1•benwerd•23m ago•0 comments

Heat claims more than 175,000 lives annually in Europe

https://news.un.org/en/story/2024/08/1152766
2•m-hodges•23m ago•0 comments

Dev-Guard: A VS Code Extension to Scan for Supply-Chain Attacks

https://open-vsx.org/extension/yeeth/dev-guard
2•somerandom1337•24m ago•0 comments

CEO of Klarna claiming they are replacing Jira with a vibe coded app

https://www.linkedin.com/posts/sebastian-siemiatkowski-768977_sorry-jira-bitbucket-and-atlassian-you-are-activity-7363555407107145730-eTJl
2•softveda•26m ago•3 comments

India moves to ban online real-money gaming including betting apps

https://www.hindustantimes.com/india-news/bill-to-ban-online-games-passed-in-lok-sabha-101755690149084.html
3•dockerd•28m ago•0 comments
Open in hackernews

Tidewave Web: in-browser coding agent for Rails and Phoenix

https://tidewave.ai/blog/tidewave-web-phoenix-rails
102•kieloo•3h ago

Comments

awongh•1h ago
The details on what the architecture of this aren't clear, but I can see that the big feature is deeper integration into the browser.

To me this is an obvious direction for all coding agents to go in. Right now the cursor chrome browser MCP server doesn't work very well, but it's very obvious to me that this is the direction things need to go in.

I'm not sure why focusing on a framework would fundamentally make this any better than the generic approach to getting good context directly from the browser.

towhans•1h ago
When using browser-tools-mcp I can point to an element and ask Agent to "change color of this element to red". It would copy the part of the HTML and search the codebase for it.

I can imagine having an in browser, framework level tool would know exactly which controller and which template generated this element and could target it more precisely while using less tool calls and less tokens. I haven't tested it yet but that is my expectation.

josevalim•1h ago
There are two main reasons why being framework specific can be a big boost:

1. We annotate and understand your template language. So when you select an element, we not only know its tag and attributes, but we also know which template file rendered it. The more structured the template language is (JSX, HEEx, etc), the better job we can do, which means LLMs don't have to guess.

2. We also run code within the web framework. This means database access, built-in documentation using the exact versions in your project, access to language and framework reflection/introspection APIs, etc. So the agents have more, err, agency.

I hope this clarifies it a bit!

kawsper•1h ago
I spent a couple of hours last night testing it out.

The login process didn't work well, but it's due to my browser having a seperate container for Github.

I asked it to add a feature using Stimulus.js to my very simple gallery page written in Rails, when you hover over an image in the gallery, it should make an icon appear, and when clicking the icon, a modal should pop-up that allows the user to do cropping.

It picked up on my database models and it produced a very good result, however, it seemed to have issues verifying its solution, it particularly seemed to struggle with "on-hover".

The solution it produced was a lot better than what claude-code produced, and I liked the interface.

I also ended up hitting the limits on the Anthropic API, and it wasn't obvious to me what I should do in that case, but that's likely not the fault of Tidewave, and the Context Window Usage having a maximum of 200.0k also seemed very high, but that probably contributed to me hitting a limit.

josevalim•1h ago
Thank you `kawsper` for the feedback!

We are going to introduce more visibility into the context limit and make it easier to summarize.

Regarding the on-hover, do you still have the snippets around that it tried? We instruct the model to dispatch events using the proper browser APIs and I wonder what it tried to do. I would love to hear more! You can ping me on Tidewave's Discord (https://discord.gg/5GhK7E54yA) or send me an email (see github.com/josevalim).

pelagicAustral•1h ago
This looks promising. I will definitely be giving it a shot. I have been getting pretty good results with Claude Code and Rails for a while now, I'm kind of excited to see how much things can improve with this.
thrown-0825•1h ago
I think opinionated frameworks like this are a good fit for ai.

Usually only one correct and idiomatic way to do things, and rails in particular really leans on convention over configuration.

yanis_t•58m ago
Opinionated frameworks, strict types, and whatever non-ai tools for correctness validations (typescript, linters, compilers) are all helpful.
josevalim•1h ago
Hi folks! Great to see our work on the front page, and I'm happy to answer questions.

Regarding next steps, we're currently working on React integration, with Python and JavaScript server-side web frameworks coming next. If you're interested, here's our survey/waiting list: https://forms.gle/8MeXwGjpBFDeGNQw9

ddon•57m ago
Very cool, we use it as MCP server when we develop things using Claude Code... how would using Tidewave Web change our workflow?
josevalim•47m ago
You can think of Tidewave MCP as integrating the agent with the language runtime, while Tidewave Web integrates the agent with your actual app and its interface. It knows your views and templates, it can correlate it with the rendered page, and then automate the browser to implement and validate features.

Our announcement post goes more into detail and explains why moving the agent to the browser means you (the developer) can spend more time out of the loop: https://tidewave.ai/blog/tidewave-web-phoenix-rails

abrookewood•36m ago
Hey Jose, How does this differ from Phoenix.new?
cpursley•30m ago
It actually works (not to knock the fly folks, fly is great).
josevalim•30m ago
Phoenix.new is about remote agents, while Tidewave integrates with your app running on your machine!
kiru_io•20m ago
Why does it forward to https://tidewave.ai/ when I type http://localhost:4000/tidewave ?
josevalim•15m ago
You are first redirected for authentication purposes. Once authenticated, it redirects back to your app.
abrookewood•8m ago
Cool. That's actually interesting. I found with Phoenix.new that I would start there, but later ended up running everything locally - with the Tidewave MCP server of course!
robertkoss•35m ago
I would love to have a React Copilot that has access to the console, network logs, the actual html elements, computed styling etc. + my code.

This would be such a game-changer. I am also convinced that monorepos will become the de facto standard, since it is way easier for LLMs to navigate / implement features across the whole stack.

josevalim•21m ago
We are working on React integration, first within Rails and Phoenix, but then also standalone. How are you serving/running your React apps in development?
cdiamand•31m ago
Looks pretty neat, and certainly addresses a missing element in the current AI workflow.

Question: What happens to our data - i.e. the code and context sent to your service?

josevalim•27m ago
We log basic request metadata (timestamps, model used, token counts). Prompts and messages are not logged unless you explicitly opt-in. We don't store tool results. Note the underlying model provider you use may store data separately depending on your user agreement with them.
bluehatbrit•29m ago
I've been using the tidewave plugin for a bit now, this browser addition seems pretty cool. I'm curious about the pricing though. It says we need to provide our own github copilot or anthropic keys, but there's then a limit on the number on usage before you need to pay.

Is this because data is going through a tidewave server or something, or is it just a way to create a bit of a free trial vs "now you need to pay us"?

josevalim•25m ago
It is both. There is a Tidewave server (which will play a more meaningful role once we introduce agent coordination) but we also hope the limit will be enough for people to see value in the tool and convert into paying users (so we can continue improving it).