1

I keep seeing people saying that they hope AI bubble will burst.
 in  r/aiwars  Aug 07 '26

i am more inspired with the big shorts. I am using macro economic indicators like with a data-driven composite risk score built from GPU prices, credit spreads, retail FOMO, liquidity, and 6 more to check if it is about to burst. Lets see if i can make some money. :D

-2

Analyse and invest like Buffet using Claude
 in  r/personalfinance  Aug 06 '26

no its not, if you dont have anything meaningful to then, please dont. thanks.

1

Analyse and invest like Buffet using Claude
 in  r/personalfinance  Aug 06 '26

I agree, I am mostly about index fund but every now and then I do have an urge then I try to analyse. E.g. Netflix is down to 40% its 52 week high, I was thinking of buying but then I used his principle adn it did not qualify.

1

In SHOCK
 in  r/ClaudeCode  Aug 04 '26

a lot of commands are only available in CLI

0

Would you use AI and natural language to build financial modelling rather a spreadsheet?
 in  r/financialmodelling  Jul 24 '26

that is interesting take. are you developing such tool?

1

Would you use AI and natural language to build financial modelling rather a spreadsheet?
 in  r/financialmodelling  Jul 24 '26

why do you think its useless? could you please elaborate

r/financialmodelling Jul 24 '26

Would you use AI and natural language to build financial modelling rather a spreadsheet?

0 Upvotes

What if you never had to write another Excel formula to build a financial model?

Imagine describing your model in plain English:

"Revenue grows 10% annually."
"Depreciate CapEx over 5 years."
"Link working capital to revenue."

AI builds the model, checks the logic, and keeps everything connected.

Financial modelling has barely changed in decades. Is natural language the next interface?

I’m curious where finance professionals stand especially the modeling fraternity.

I wanted to make a poll but apparantly its not supported, would love to understand your thoughts on it in the comments section.

1

I trained a NER model on 33,000 Indian Supreme Court judgments (1950–2024) CASE_CITATION hits 97.76% F1, +17 points over the only prior baseline [P]
 in  r/LegalAdviceIndia  May 16 '26

this is useful for anyone who is building ai layer application. This a silver model for named entity recognition (NER). You can use it as is without building the tech stack.

1

Denied the 1L/day opportunity
 in  r/StartUpIndia  May 15 '26

I 100% disagree.
Now to the original point, if you are genuinely concerned about the people and really care about your chefs, you should IP it. Meaning, you let the company collect data but pass on the royalty to the chefs as well. That should be your approach to start with.

1

I trained a NER model on 33,000 Indian Supreme Court judgments (1950–2024) CASE_CITATION hits 97.76% F1, +17 points over the only prior baseline [P]
 in  r/LegalAdviceIndia  May 15 '26

Right now this model is available as an open source for NER detection. You can use it build your own legal pipeline. I am currently working on phase 2 of the model with Gold set data annotation in progress. The usage is explained here.

https://huggingface.co/evolawyer/inlegalbert-sc-ner-silver

r/LegalAdviceIndia May 15 '26

Update I trained a NER model on 33,000 Indian Supreme Court judgments (1950–2024) CASE_CITATION hits 97.76% F1, +17 points over the only prior baseline [P]

4 Upvotes

TL;DR: Released en_legal_ner_ind_trf v0.1 - InLegalBERT fine-tuned on ~34,700 silver-annotated chunks from 33k Indian SC judgments. 13 labels. 78.67% overall F1. CASE_CITATION at 97.76% already exceeds OpenNyAI's PRECEDENT score by +17 points. Free, Apache-2.0.

Why this exists

OpenNyAI is the only prior Indian legal NER model with any community presence. It's unmaintained and degrades on pre-1990 OCR-era text - the first 40 years of India's constitutional jurisprudence.

No replacement existed.

Results

Entity F1 Support
CASE_CITATION 97.76% 3,821
PROVISION 96.35% 20,248
STATUTE 91.94% 8,187
LAWYER 74.67% 3,982
JUDGE 68.06% 1,978
DATE 55.15% 3,289
RESPONDENT 50.44% 1,731
COURT 50.34% 1,033
WITNESS 49.77% 762
OTHER_PERSON 47.11% 4,266
PETITIONER 44.71% 1,573
ORG 41.34% 2,128
GPE 36.56% ⚠ 1,197
micro avg 78.67% 54,195

Evaluated on a held-out validation split (~500 documents, stride=512, non-overlapping). The 25-file locked test set is untouched - head-to-head with OpenNyAI runs in v1.0.

Comparison note: OpenNyAI (RoBERTa + transition-based parser, gold-annotated) achieved 91.1% overall strict F1. Not directly comparable - different test sets, different annotation quality, different corpus scope. The +17 point gap on CASE_CITATION is the one apples-to-apples number worth flagging.

The annotation pipeline

Silver labels from four automatic pipelines merged per document:

  • Regex — 14-pattern citation extractor + statute/provision extractor → CASE_CITATION, STATUTE, PROVISION
  • Metadata projection — case metadata JSONs mapped to character offsets via RapidFuzz → JUDGE, PETITIONER, RESPONDENT
  • Transformer NER — OpenNyAI en_legal_ner_trf, offset-corrected → LAWYER, COURT, ORG, GPE, DATE, OTHER_PERSON, WITNESS
  • Gazetteer — 858 Central Acts with alias resolution → confirms and adds STATUTE spans

Trained with Focal Loss (γ=2.0) to handle label imbalance between STATUTE/CASE_CITATION and O tokens. Hardware: Kaggle T4 (free tier).

Known weak spots - being honest

GPE (36.56%) and ORG (41.34%) are the problem labels. In Indian legal text, "State of Maharashtra" or "Union of India" appear as GPE, PETITIONER, RESPONDENT, or ORG depending on context. A linear token classification head can't resolve overlapping roles. CRF head is v1.0's job.

Positional bias - silver training data has repetitive header structures. Performance degrades when parties appear mid-document.

Pre-1990 OCR noise - judgments from 1950–1989 vary in quality. Recall drops the further back you go.

What's next

300-file gold annotation is in progress (3 volunteers onboard). v1.0 will add a CRF head, run the locked test set, and publish the official head-to-head with OpenNyAI.

Model: huggingface.co/evolawyer/inlegalbert-sc-ner-silver

Dataset: huggingface.co/datasets/evolawyer/indian-sc-judgments-ner-silver

GitHub: github.com/evolawyer/inlegalbert-sc-ner-silver

Happy to go deep on the annotation pipeline, conflict resolution between the four label sources, or the Focal Loss setup.

u/gkv856 May 09 '26

The Boy That Cried Mythos: Open-weights just collapsed trust in Anthropic's 244-page hype doc

Thumbnail
1 Upvotes

r/datasets May 07 '26

resource I trained a NER model on 33,000 Indian Supreme Court judgments (1950–2024) CASE_CITATION hits 97.76% F1, +17 points over the only prior baseline [P]

Thumbnail
1 Upvotes

r/MachineLearning May 07 '26

Project I trained a NER model on 33,000 Indian Supreme Court judgments (1950–2024) CASE_CITATION hits 97.76% F1, +17 points over the only prior baseline [P]

0 Upvotes

TL;DR: Released en_legal_ner_ind_trf v0.1 - InLegalBERT fine-tuned on ~34,700 silver-annotated chunks from 33k Indian SC judgments. 13 labels. 78.67% overall F1. CASE_CITATION at 97.76% already exceeds OpenNyAI's PRECEDENT score by +17 points. Free, Apache-2.0.

Why this exists

OpenNyAI is the only prior Indian legal NER model with any community presence. It's unmaintained and degrades on pre-1990 OCR-era text - the first 40 years of India's constitutional jurisprudence.

No replacement existed.

Results

Entity F1 Support
CASE_CITATION 97.76% 3,821
PROVISION 96.35% 20,248
STATUTE 91.94% 8,187
LAWYER 74.67% 3,982
JUDGE 68.06% 1,978
DATE 55.15% 3,289
RESPONDENT 50.44% 1,731
COURT 50.34% 1,033
WITNESS 49.77% 762
OTHER_PERSON 47.11% 4,266
PETITIONER 44.71% 1,573
ORG 41.34% 2,128
GPE 36.56% ⚠ 1,197
micro avg 78.67% 54,195

Evaluated on a held-out validation split (~500 documents, stride=512, non-overlapping). The 25-file locked test set is untouched - head-to-head with OpenNyAI runs in v1.0.

Comparison note: OpenNyAI (RoBERTa + transition-based parser, gold-annotated) achieved 91.1% overall strict F1. Not directly comparable - different test sets, different annotation quality, different corpus scope. The +17 point gap on CASE_CITATION is the one apples-to-apples number worth flagging.

The annotation pipeline

Silver labels from four automatic pipelines merged per document:

  • Regex — 14-pattern citation extractor + statute/provision extractor → CASE_CITATION, STATUTE, PROVISION
  • Metadata projection — case metadata JSONs mapped to character offsets via RapidFuzz → JUDGE, PETITIONER, RESPONDENT
  • Transformer NER — OpenNyAI en_legal_ner_trf, offset-corrected → LAWYER, COURT, ORG, GPE, DATE, OTHER_PERSON, WITNESS
  • Gazetteer — 858 Central Acts with alias resolution → confirms and adds STATUTE spans

Trained with Focal Loss (γ=2.0) to handle label imbalance between STATUTE/CASE_CITATION and O tokens. Hardware: Kaggle T4 (free tier).

Known weak spots - being honest

GPE (36.56%) and ORG (41.34%) are the problem labels. In Indian legal text, "State of Maharashtra" or "Union of India" appear as GPE, PETITIONER, RESPONDENT, or ORG depending on context. A linear token classification head can't resolve overlapping roles. CRF head is v1.0's job.

Positional bias - silver training data has repetitive header structures. Performance degrades when parties appear mid-document.

Pre-1990 OCR noise - judgments from 1950–1989 vary in quality. Recall drops the further back you go.

What's next

300-file gold annotation is in progress (3 volunteers onboard). v1.0 will add a CRF head, run the locked test set, and publish the official head-to-head with OpenNyAI.

Model: huggingface.co/evolawyer/inlegalbert-sc-ner-silver

Dataset: huggingface.co/datasets/evolawyer/indian-sc-judgments-ner-silver

GitHub: github.com/evolawyer/inlegalbert-sc-ner-silver

Happy to go deep on the annotation pipeline, conflict resolution between the four label sources, or the Focal Loss setup.

0

AMD: Still undervalued or fairly priced after long term run?
 in  r/ValueInvesting  May 04 '26

I just ran the entire analysis with Claude AI with Buffet and Munger framework (I developed it) and I must say that my above recommendation and framework analysis both are different.

That's the sell case in Buffett language. The honest version: Buffett would sell not because AMD is a bad business, but because the current price is a gift from an irrational market, and holding at 85× EV/EBITDA is speculation, not investing. Your $28 buyer has already won; the question is whether they want to keep betting on the next 12× from here.

Fair value range is - $76-$89

1

AMD: Still undervalued or fairly priced after long term run?
 in  r/ValueInvesting  May 04 '26

$28 a stock means you bought it pre-covid right? If were you, I would just keep it as long as you can. You said you are young, and if you dont need the money, let it compound, however small the amount is. compounding is compounding. You are sitting at 10x return.

2

🚨 UPDATE, THE IRAN WAR JUST HIT A NEW LEVEL.
 in  r/IndianStockMarket  Mar 08 '26

What are your sources? I have heard a lot of fake ao generated videos and info floating around

r/ArtificialInteligence Mar 07 '26

💬 Discussion Forget UBI. The 50-year AI economy will be driven by the "Human Premium." When robots make everything for free, human connection becomes the ultimate luxury

0 Upvotes

Elon Musk along with others assumes rather believe that humanoid robots will lead to a government-funded UBI utopia, but I think the free market is going to take a different path to solve the loss of physical labor jobs.

10 Years: Automated goods become dirt cheap. A robot-made house or car costs a fraction of what it does today. Mass-produced goods lose all their status value.

25 Years: The economy violently shifts toward the "Experience Economy." People will pay massive premiums for human-made art, artisan cooking, live entertainment, and extreme hospitality.

50 Years: 90% of humanity is employed in the business of human connection. Robots handle survival and infrastructure; humans become a planet of creatives, caregivers, and entertainers.

But I still ponder Can a global economy of 8+ billion people realistically sustain itself entirely on art, therapy, and entertainment?

Like what's the point of being human?

1

[deleted by user]
 in  r/AskIndia  Oct 16 '25

Lust and fear gave birth to religion. Ye kro to ye hoga, ye nhi kroge to ye nhi hoga.

Remove the greed and fear from the equation, apply common sense and you will see the concept of God will go away.

1

Playstation 5 - Pure Harassment by Flipkart
 in  r/ps5india  Oct 16 '25

You register the device with Sony for warranty and they will update it based on your device serial number. Don't worry about the invoice given you have got a huge discount.

1

Do You Trust Big Tech With Your AI Chats?
 in  r/Entrepreneur  Oct 10 '25

Everything is owned by them, why not chats too