frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

The Latest GPT-5 Leaks and Teasers

https://bgr.com/1918358/chatgpt-gpt-5-rumors-leaks-teasers/
1•Bluestein•24s ago•0 comments

Zef – Raku Module Management

https://github.com/ugexe/zef
1•TheWiggles•1m ago•0 comments

Nothing Is Luxury

https://doppioperfavore.substack.com/p/nothing-is-luxury
1•gigikenn•3m ago•0 comments

Sexual Offender or Not?

https://facecrime.io/
1•PlayMain•3m ago•0 comments

A tiny CMS built on Cloudflare Workers and D1, no back end required

https://github.com/gnarzilla/deadlight-bootstrap
1•gnarzilla_•4m ago•1 comments

L4MPLIGHT (Conlangs and custom microtonal music notation) demo video

https://www.youtube.com/watch?v=cMnuMjXeHrY
1•bogdanoff_2•5m ago•0 comments

Open-source SEC EDGAR MCP server

https://github.com/stefanoamorelli/sec-edgar-mcp
1•stefano-amore•5m ago•0 comments

Ask HN: Thinking About a Health Analytics Startup. Would Hospitals Even Use It?

1•prism_wisdom•8m ago•0 comments

LetsEncrypt – Complete Outage

https://letsencrypt.status.io/
3•kenshaw•10m ago•0 comments

#1 AI image generator and editor

https://ai-flux.io/flux-11-pro
1•victor_cl•12m ago•0 comments

Debugging the One-in-a-Million Failure: Migrating Pinterest Search to K8s

https://medium.com/pinterest-engineering/debugging-the-one-in-a-million-failure-migrating-pinterests-search-infrastructure-to-kubernetes-bef9af9dabf4
1•Wagthesam•13m ago•0 comments

Warfarin

https://en.wikipedia.org/wiki/Warfarin
2•kamaraju•14m ago•0 comments

Large US Grid [PJM] Lacks Capacity for New Data Centers, Watchdog Says

https://www.bloomberg.com/news/articles/2025-07-21/large-us-grid-lacks-capacity-for-new-data-centers-watchdog-says
1•toomuchtodo•15m ago•1 comments

ChatGPT 'router' that automatically selects the right model for job imminent

https://venturebeat.com/ai/a-chatgpt-router-that-automatically-selects-the-right-openai-model-for-your-job-appears-imminent/
5•Bluestein•24m ago•0 comments

Ask HN: Why is Gmail so incompetent at basic search?

7•sn9•27m ago•3 comments

OpenAI says ChatGPT users send over 2.5B prompts every day

https://www.theverge.com/news/710867/openai-chatgpt-daily-prompts-2-billion
4•vedhsaka•30m ago•6 comments

Nine households control 15% of wealth in Silicon Valley as inequality widens

https://www.theguardian.com/us-news/2025/jul/21/silicon-valley-income-wealth-gap
11•c420•34m ago•1 comments

We're building cross-functional AI-native teams (Would love your feedback)

https://medium.com/thumbtack-engineering/the-ai-engineering-shift-6061d98ac8a8
2•purusmahe•35m ago•1 comments

Gilles Dowek has died, aged 58

https://fr.wikipedia.org/wiki/Gilles_Dowek
3•ColinWright•43m ago•1 comments

Tomoz App – Plan for Tomorrow

https://apps.apple.com/gb/app/tomoz/id6748755747
1•TheChelsUK•46m ago•0 comments

Tell HN: Private Equity Scam – Asks for Rev#s+Fees

1•artur_makly•48m ago•0 comments

A Practical Comparison of AI Coding Agents

https://jaredforsyth.com/posts/practical-comparison-of-ai-agents/
1•jaredly•49m ago•1 comments

What Happens to Leftover Hotel Soap?

https://reasonstobecheerful.world/upcycling-leftover-hotel-soap/
1•PaulHoule•49m ago•0 comments

Sapling

https://sapling-scm.com/
2•Bogdanp•49m ago•0 comments

Build a Duck Hunt Clone in TypeScript – Game Dev Tutorial [video]

https://www.youtube.com/watch?v=UZSmn3n3wqE
1•JSLegendDev•51m ago•0 comments

SoftBank and OpenAI's $500B AI Project Struggles to Get Off Ground

https://www.wsj.com/tech/ai/softbank-openai-a3dc57b4
4•mfiguiere•54m ago•0 comments

Trump Administration Releases Documents on Martin Luther King Jr.

https://www.nytimes.com/2025/07/21/us/politics/mlk-jr-files-trump.html
1•jbegley•55m ago•0 comments

Become a machine learning engineer in five to seven steps

https://www.maxmynter.com/pages/blog/become-mle
2•handfuloflight•59m ago•0 comments

The Best Safari Ad Blockers for iPhone, iPad and Mac (2025 Edition)

https://www.magiclasso.co/insights/best-safari-ad-blockers/
3•bentocorp•1h ago•0 comments

NIH on AI

https://grants.nih.gov/grants/guide/notice-files/NOT-OD-25-132.html
2•karljacob•1h ago•0 comments
Open in hackernews

Show HN: Lotas – Cursor for RStudio

https://www.lotas.ai/
39•jorgeoguerra•4h ago
Hey HN! We’re Jorge and Will from Lotas (https://www.lotas.ai/), and we’ve built an AI coding assistant into RStudio (think Cursor for RStudio).

RStudio is used by about 2 million data scientists and academics, but they currently lack a coding assistant within their IDE. Developers in other environments benefit from tools like Cursor and Windsurf, but R users don’t have any equivalent tools to speed up their workflow. Since ~80% of R programmers prefer to use RStudio over other IDEs like VSCode to write R code, we figured a tool like this one could be quite useful.

Both of us were PhD students at Harvard. Jorge was in the biophysics program and Will was in the biostatistics program where most people used RStudio every day. We saw how integrated code assistants were taking off in other IDEs, but we noticed that the RStudio integrations were still lagging far behind. Many R users were copying and pasting code from ChatGPT to build their workflows, and this was clearly slow and fragile.

To bring the Cursor-like experience to RStudio users, we built Rao (https://www.lotas.ai/): a fork of RStudio with an embedded AI assistant that is aware of the user’s local context (both files and variable environment), can read and write files, can run code or commands, and can interpret textual or visual output. It works with any of the file formats already in RStudio (R, notebooks including RMDs and QMDs, Python, Stan, etc.), allowing R programmers to iteratively perform entire data analyses inside their preferred IDE.

Other AI data science tools are either (1) built on the web or in environments people don’t already use, (2) are completely focused on python notebooks, or (3) are weak package-based assistants with limited functionality. Rao is exactly like the RStudio IDE that millions of data scientists already use, but it incorporates a powerful AI assistant and works with all the standard file types.

You can download Rao at https://www.lotas.ai/download, watch our demo on the homepage (https://www.lotas.ai/), and work through some example use cases on our GitHub (https://github.com/lotas-ai/rao/tree/main/demos). We have a one-week free trial (no card required) and provide 500 queries/month for $20/month after that. We’d love to hear feedback from the HN community to make Rao as useful as possible! You can reach us at founders@lotas.ai.

P.S. We have zero data retention (ZDR) agreements with OpenAI and Anthropic, but we currently recommend users do not input sensitive or regulated data like PHI into Rao until we sign BAAs with both model providers. For more information on our security practices, please visit the security page on our website https://www.lotas.ai/security.

Comments

xnx•3h ago
Is this better than Positron Assistant? https://positron.posit.co/assistant.html
jorgeoguerra•3h ago
Positron is solid, but we think our search and apply-edit is better at the moment and we think more people use RStudio right now.

Practically, Positron also requires you to use your own LLM keys (so you're on the hook for the tokens/long context, and if you don't have a BAA or ZDR, you may not be able to use it with sensitive data). For Rao, we manage the tokens and are moving quickly towards HIPAA/SOC 2.

We also plan to develop something similar to Positron in the future.

bachmeier•3h ago
> RStudio is used by about 2 million data scientists and academics, but they currently lack a coding assistant within their IDE.

Not to take anything away from your announcement, but Github Copilot works in RStudio.

jorgeoguerra•3h ago
GitHub co-pilot is great for line completion, but we meant more like Cursor's agentic ability.
pteetor•3h ago
Somehow, I assumed that a Cursor-like capability for RStudio would be implemented as an add-in extension, not via fork. Does this mean that every new release of RStudio will require a rebuild by Lotas and a re-download by its users?
jorgeoguerra•2h ago
There's a lot of that had to be changed at a pretty deep level to build this assistant. So an add-on wasn't really feasible.
behnamoh•1h ago
This tactic is usually used to attract VC money down the road. VCs don't typically invest in plugins/add-ons; they prefer products.
alfalfasprout•2h ago
Can this be run on-prem (like rstudio server) against OpenAI API compatible LLMs (i.e internal deployments)?
WillNickols•2h ago
It can, but it'll take more set up since there's a backend we have configured that does the actual LLM communication. You'd need to set that up internally for an on-prem deployment. Can you send us a message (https://www.lotas.ai/contact) if you want to talk more?
RamblingCTO•2h ago
Not a fan of coding agents but really appreciate the indirect love for RStudio.
benjamin621•2h ago
This looks really useful for scientific analysis — looking forward to trying it!
demirev•1h ago
I've wondered when something like this will pop-up. Cursor just doesn't lend itself very well to interactive data work. I actually even tried to put together something similar myself over Christmas break as a PoC: https://github.com/demirev/radian
nomilk•1h ago
Observations:

- Easy to use (very little friction, although command + L to open chat could be nice, first time using I couldn't locate the chat pane, although the humility to have it tucked away was nice :) )

- It generates and asks to run preliminary code e.g. str(object) to see what it's working with), wasn't expecting this, nice!

- Has most (all?) the niceties cursor has slowly added over the months

- Small thing, but I'd definitely prefer that when it generates code it places it in a script for me to read and run line by line, rather than showing the code in the chat pane and expecting the user to select between Run (all of it!) or Cancel. I'd generally never run unfamiliar code all at once, let alone LLM-generated code, but much rather read the code in the script pane where I can modify, comment, edit, and eventually run line by line.

I've used cursor (in tandem with RStudio) a fair bit for R/shiny development. After half an hour playing with this, I'm pretty confident this is a better experience, one I'd prefer over cursor/RStudio. Well done.

WillNickols•1h ago
Thanks for the comments! We're working on the shortcuts but that should come soon. If you edit the code in the conversation before you hit run, it'll actually let you modify it and then run that code when you hit Run. (Try "Generate 10 normals in the console" and then change it to 20 when it gives rnorm(10).)

Can you say a bit more about what you mean with line-by-line running from a script? Would the script show up in the editor pane (top left) and then you'd run the script line by line and the AI would see the outputs from that code being run?

nomilk•1h ago
I wouldn't expect the AI to see the output of the human running code line by line, but simply that when AI generates code, it places it in the script pane (just how cursor typically edits file(s) to place its generated code in the right places within those files).

For quick and dirty EDA in R, the appropriate place is probably just going to be the bottom of the current script. For example here [0] Rao gives the requested code; rather than being presented with Run/Cancel options, I'd prefer an 'Accept' button that places the code at the end of the current script in the script pane so it can be read by the human and run a line at a time (to verify that it works each step of the way)

[0] https://imgur.com/a/8x4Ykdt

WillNickols•50m ago
Makes sense - we're planning to have "Rao rules" (essentially Cursor rules) out tomorrow, so you'll be able to include an instruction that it should always append to some file you have open. Hopefully it obeys that and then you can run the code from there.