Hi. This page intros me briefly and lists a small subset of things I have built over the years.

I am Adi. I am the founder of SAGE

Previously I founded 3 other companies in the web3 space and raised VC funding for all 3. Including from Binance Labs, Menlo Ventures, Village Global, NGC, Nima, FJ Labs and prominent angels like Sandeep Nailwal, Batuhan Dasgin, Ivan Bogatyy, Ashwin Ramachandran amongst others.

Studied CS in both undergrad and grad. Went to UW-Madison for grad school and specialized in Distributed Systems. Worked at Amazon and Google.

Links

LinkedIn   Twitter   Github

Projects

Infinity

A decentralized exchange for NFTs. Raised $3M in VC funding.

Mavrik labs

Pump fun for NFTs. Incubated at Binance Labs Season 2.

Picolo Labs 

A decentralized database network to store queryable data. Meant to be used by Dapps built on blockchains. Raised $2.2M in funding from top Silicon Valley investors. 

Demos:

Related code:

LSTM

LSTM for predicting crypto prices: Current thinking towards methods for training AI algorithms that make price predictions for cryptos and take bets from users are discussed. AI algorithms used here work on two distinct types of data: unstructured in the form of text and structured in the form of exchange data and bets on the platform. While the research on sentiment analysis on unstructured data is vast and several off the shelf solutions are available, we explore an approach based on LSTM networks. For structured data, a novel approach is proposed where the state of the platform (all current bets, buzzing topics, randomly timestamped snapshots of past platform state) is reduced to a β€œgame state” and presented as a Markov Decision Process. Incentive decay functions that govern the payouts made to users for contributing on the platform are discussed.

Link to paper here

Random

  1. Can’t remember what I wrote these functions for: https://github.com/superrsage/texfiles/blob/master/paper.pdf
  2. McAfee Pump n Dump bot: https://github.com/superrsage/mcafeePnDbot
  3. Bitmex trading bot: https://github.com/superrsage/bmbx (private repo due to api keys, will make it public after cleanup)
  4. PDF form filler: https://bitbucket.org/mavriklabs/pdf-form-filler
  5. Edge Compute: POC to distribute compute workloads to edge devices: https://bitbucket.org/zzxcodes/edge-demo
  6. Scripts: Handy zsh scripts: https://bitbucket.org/zzxcodes/files
  7. Electroneum miner lmao: 
  8. Z Filesystem: https://bitbucket.org/zzxcodes/zfs
  9. Wishbox - Google but takes action instead of just search:  
  10. VidyaMap - learning via visualizations: https://bitbucket.org/zzxcodes/vidyamap
  11. Videoness - precursor to Snapchat Memories: 
  12. The OS: OS for the world of IoT: https://bitbucket.org/zzxcodes/theos
  13. TFTP: Some type of FTP: https://bitbucket.org/zzxcodes/tftp
  14. SimpleDB - a Redis like DB: https://bitbucket.org/zzxcodes/simpledb
  15. My food truck - order food for pickup from trucks around the Amazon campus in Seatlle: https://bitbucket.org/zzxcodes/myfoodtruck
  16. Lucy - AI assistant inspired by the movie of the same name: https://bitbucket.org/zzxcodes/lucy
  17. Life, Universe and Everything: https://bitbucket.org/zzxcodes/lifeuniverseandeverything
  18. Grublr - leftover food donation app
  19. Friend recommender: https://bitbucket.org/zzxcodes/friendrecommender_v1
  20. DistriRPC - distributed RPC: https://bitbucket.org/zzxcodes/distrirpc
  21. DistriJNA - high perf filesystem in userspace: https://bitbucket.org/zzxcodes/distrifuse
  22. Book Genre Finder: https://bitbucket.org/zzxcodes/bookgenrefinder
  23. Atomize - Learn new concepts by breaking them down into the smallest pieces: https://bitbucket.org/zzxcodes/atomize