Skip to content

Instantly share code, notes, and snippets.

View abshkbh's full-sized avatar

Abhishek Bhardwaj abshkbh

View GitHub Profile
class Node:
def __init__(self, key=0, val=0, next=None, prev=None):
self.key = key
self.val = val
self.next = next
self.prev = prev
class LRUCache:
from dataclasses import dataclass
import heapq
@dataclass
class Grant:
id: str
amount: int
start_ts: int
end_ts: int
In an ecosystem dominated by large tech companies with entrenched advantages in cloud infrastructure, foundational models, and SaaS delivery, startups should focus on **niches where agility, specialization, and vertical integration can outpace scale**. Here are actionable ideas, structured by opportunity and strategy:
---
### **1. Vertical AI Solutions**
**Opportunity:** Big companies prioritize horizontal platforms, leaving industry-specific gaps.
**Ideas:**
- **Regulatory/Compliance AI:** Tools for industries like healthcare (HIPAA), finance (SEC/FINRA), or law (contract analysis), trained on domain-specific data.
- **AI for SMBs:** Pre-packaged, no-code solutions for small businesses (e.g., local marketing, inventory management).
- **Talent Verticalization:** AI agents for recruiting in niche fields (e.g., semiconductor engineering, biotech).
@abshkbh
abshkbh / Indian-Olympians-In-2024-By-State.txt
Created August 7, 2024 06:04
Indian Olympian in 2024,Sport,State
Tarundeep Rai,Archery,Sikkim
Pravin Jadhav,Archery,Maharashtra
Bhajan Kaur,Archery,Haryana
Deepika Kumari,Archery,Bihar
Ankita Bhakat,Archery,West Bengal
Avinash Sable,Athletics,Maharashtra
Jeswin Aldrin,Athletics,Tamil Nadu
Abdulla Aboobacker,Athletics,Kerala
Tajinderpal Singh Toor,Athletics,Punjab
Neeraj Chopra,Athletics,Haryana