Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[![Twitter](https://img.shields.io/badge/Twitter-@devanik2005-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://x.com/devanik2005)
[![arXiv](https://img.shields.io/badge/arXiv-Research-b31b1b.svg?style=for-the-badge)](https://arxiv.org/abs/2412.20091)

![Total Repositories](https://img.shields.io/badge/Total_Repositories-190-4B0082?style=for-the-badge) <!-- TODO: Consider automating the update of this repository count to keep it dynamically current. -->
![Total Repositories](https://img.shields.io/badge/Total_Repositories-192-4B0082?style=for-the-badge) <!-- TODO: Consider automating the update of this repository count to keep it dynamically current. -->
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While updating the repository count is necessary, this change highlights a maintainability issue. The count is hardcoded in three different places in this file, making updates tedious and error-prone. The existing TODO comment acknowledges this. To resolve this, consider using a script within a GitHub Action to periodically fetch the repository count via the GitHub API and automatically update a placeholder in this file. This would ensure the number is always accurate and consistent across the document without manual intervention.

![Research Areas](https://img.shields.io/badge/Research_Domains-9+-00CED1?style=for-the-badge)
![Status](https://img.shields.io/badge/Status-Active_Research-success?style=for-the-badge)

Expand Down Expand Up @@ -599,7 +599,7 @@ This portfolio represents a rigorous engineering effort in **distributed state e

### 📊 **Engineering Impact**

📈 **190 Active Repositories** *(Public)* <!-- TODO: Consider automating the update of this repository count to keep it dynamically current. -->
📈 **192 Active Repositories** *(Public)* <!-- TODO: Consider automating the update of this repository count to keep it dynamically current. -->
- Comprehensive exploration across 9 major AI domains
- 50+ production-ready applications deployed
- 20+ experimental architecture prototypes and research frameworks
Expand Down Expand Up @@ -775,7 +775,7 @@ Phase 4: Post-Biological Architectures (2029+)
- Interdisciplinary research at the intersection of physics, neuroscience, and ML

**What I Bring:**
- 190 repositories demonstrating breadth and depth across AI <!-- TODO: Consider automating the update of this repository count to keep it dynamically current. -->
- 192 repositories demonstrating breadth and depth across AI <!-- TODO: Consider automating the update of this repository count to keep it dynamically current. -->
- Proven track record of experimental architecture prototypes (Divine Monad, Recursive Hebbian Organism, AION)
- National-level recognition (ISRO Hackathon Winner, Samsung Fellowship)
- Strong mathematical foundations and implementation skills
Expand Down
Loading