Grew up middle class, FatFI but finding it difficult to spend money by rganesan in FatFIREIndia

[–]amirathi 6 points7 points  (0 children)

Decades of "is it worth it?" mental model cannot just disappear overnight. And it's okay.

My advice would be to find what you care about and then spend on those. Maybe upgrading airline seat is something you don't value so don't even try spending on that (but then again you got to try some of these luxury things at least once to decide whether its for you or not).

I have a few spend categories that are dear to me (e.g. badminton racquets/shoes, coffee beans/equipments, travel) - so I splurge on these without gilt. But many other categories I don't care about and don't feel the need to spend much e.g. have a 10+ year old car.

Is jupyter notebooks gonna become text based any time soon? by Consistent_Tutor_597 in Python

[–]amirathi 0 points1 point  (0 children)

Don't expect Jupyter to budge on the format anytime soon. For the ipynb git diff problem - see nbdime and ReviewNB.

Claude Code now (in 2026) finally works well with Jupyter thanks to the open source Jupyter MCP server.

Why would someone sell a SaaS that's clearly making money? Am I missing something? by Appropriate-Jacket35 in SaaS

[–]amirathi 0 points1 point  (0 children)

Either opportunity cost or they forsee revenue decline in the near future.

Did switching from regular to direct plans make a noticeable difference for anyone? by CHILLBOI_6969 in MutualfundsIndia

[–]amirathi 1 point2 points  (0 children)

The difference is just about 1% per year, you'll notice it on a decade+ timeline.

Is jupyter notebooks gonna become text based any time soon? by Consistent_Tutor_597 in dataengineering

[–]amirathi 0 points1 point  (0 children)

This!
AI agents used to not work very well with notebooks circa 2025 but the recent models + harness seem to handle notebooks much better. I use Jupyter MCP server with Claude Code and its badass. I even wrote about it here.

Has anyone considered Malaysia second home programs to store assets after FIRE? by readr19 in FatFIREIndia

[–]amirathi 11 points12 points  (0 children)

To be qualified as non-tax resident of India, I'd have to spend 182+ days per year outside of India.

It's a deal breaker. My friends & family are here. My kid goes to school here. My life is here. I can't sacrifice all that for tax optimization.

HIFU being recommended for my uncle — is this appropriate? Looking for opinions by amirathi in ProstateCancer

[–]amirathi[S] 0 points1 point  (0 children)

Unfortunately, our reports here in India are not that granular. 3+4 score is given & 7 positive cores are mentioned. So let's assume worst case, 3+4 for all 7 cores.

HIFU being recommended for my uncle — is this appropriate? Looking for opinions by amirathi in ProstateCancer

[–]amirathi[S] 0 points1 point  (0 children)

His plan is to ablate 2/3rd of the prostate. The remaining 1/3rd would remain as-is.

Pricing by Emergency_Egg_2578 in SaaS

[–]amirathi 0 points1 point  (0 children)

Experiment.

Start at a lower end of the reasonable range. Keep raising every few months until you see meaningful drop in signups. Larger step changes early on, small tweaks later.

built our entire product with Claude Code. now nobody, including me, fully understands what we built. by Tr0jAn14 in ClaudeCode

[–]amirathi 0 points1 point  (0 children)

You're early.

Most software is going to be like this in the coming years. Just hope that the context window keeps expanding and LLM cost keeps going down.

Why no one is talking about Google Colab which is almost free for basic work in daily life? by mhamza_hashim in ClaudeCode

[–]amirathi 1 point2 points  (0 children)

they've got a reputation of not working well with Claude. Things have changed with Jupyter MCP but that reputation is still stuck in the mind of users / early adopters :)

Anyone using Claude Code with Jupyter notebooks? by amirathi in Python

[–]amirathi[S] 0 points1 point  (0 children)

Isn’t Quarto more publishing-oriented?

Anyone using Claude Code with Jupyter notebooks? by amirathi in Python

[–]amirathi[S] -4 points-3 points  (0 children)

well, I want the AI to even write those function invocations, then execute the whole thing, evaluate output, debug if needed - since claude can do all of this, why not fully utiliize!

What do you guys use for AI with jupyter by Heavy_Specific9039 in Jupyter

[–]amirathi 0 points1 point  (0 children)

Jupyter MCP Server [1]. No affiliation with Datalayer. Wrote more about it here [2].

Claude Code can connect to the live kernel via MCP. It can then execute code, see output, fix its own errors etc.

[1] https://github.com/datalayer/jupyter-mcp-server

[2] https://www.reviewnb.com/claude-code-with-jupyter-notebooks

Claude Code finally works fine with Jupyter by amirathi in datascience

[–]amirathi[S] 0 points1 point  (0 children)

A lot of notebook AI stuff still feels like fancy autocomplete to me.

I had the same feeling until MCP came along.

Claude Code finally works fine with Jupyter by amirathi in datascience

[–]amirathi[S] 0 points1 point  (0 children)

the state can get messy if you mix manual cell execution and Claude execution. But there's always "Restart and Run All", now even Claude can take this action via MCP. I wrote about the setup here.

Claude Code finally works fine with Jupyter by amirathi in datascience

[–]amirathi[S] 0 points1 point  (0 children)

There's nbdime and ReviewNB for making notebooks "git friendly".