arkokoley | 7 months ago | on: Launch HN: Societies.io (YC W25) – AI simulations of your target audience
arkokoley's comments
arkokoley | 1 year ago | on: Ask HN: What are you working on? (February 2025)
Now you paste in the job description, we use an llm to generate a new resume grounded in the details you added earlier. You get a pdf that you can submit to the job application.
arkokoley | 1 year ago | on: Show HN: FastGraphRAG – Better RAG using good old PageRank
arkokoley | 1 year ago | on: Ask HN: What are you working on? (October 2024)
arkokoley | 1 year ago | on: Ask HN: Who is hiring? (April 2024)
arkokoley | 2 years ago | on: Ask HN: Who wants to be hired? (August 2023)
Location: New Jersey, US
Remote: Yes
Willing to relocate: No
Technologies: Python, JS, Typescript, Node, SQL (Postgres, MSSQL), Azure Functions, Docker, R, Apache JMeter, Ruby on Rails,
LinkedIn: https://www.linkedin.com/in/arkokoley/
Email: gaurav at koley.in
Website: gaurav.koley.in
Hi all, I'm an ex-Microsoft SWE currently working through my PhD in Data Science at Boston University. In the past I have worked on numerous projects with Large Enterprises and small startups. I am a one man machine, capable of working on Front-end, backend and any devops aspects of any business. I'm also a Data Scientist in training so interested in data-sciency roles too!arkokoley | 3 years ago | on: Uber and Lyft’s new road: Fewer drivers, thrifty riders and jittery investors
arkokoley | 3 years ago | on: Ask HN: Does Microsoft use Teams for internal comm?
arkokoley | 4 years ago
arkokoley | 4 years ago | on: Show HN: I made a little digital circuit simulator that operates on PNGs
It's by a friend who initiatally built a digital circuit simulator and then turned it into a GitHub like collaborative website.
arkokoley | 4 years ago | on: Ask HN: How to save bookmarks locally including searchable content?
It currently supports webpages, pdfs, personal notes, images and twitter.
arkokoley | 4 years ago | on: Challenge: can you view my source?
arkokoley | 4 years ago | on: Ask HN: How do you organize yourself ?
So I decided to build a tool on my own with help from a friend. Add items to the list board, and they get added to my calendar as and when time is available.
arkokoley | 4 years ago | on: Ask HN: What are some tools / libraries you built yourself?
I also built a time tracker library that tracks how much time was spent on the current open tab. It also detects when the user moves away from the page or comes back.
Actively - https://github.com/arkokoley/actively
For a GIS project, I needed to extract county level data from NASA's MODIS dataset. Wrote a bash utility to do that: https://github.com/arkokoley/modis_county_cropper
Also wrote a boilerplate latex template for Academic homework: https://github.com/arkokoley/latex-homework-boilerplate
arkokoley | 5 years ago | on: Ask HN: What are the best books to read in 2021?
https://www.goodreads.com/book/show/8449969-the-power-law-of...
A 14 year old book that is still as relevant as it was when it was published. Prof Srinath gives you a crash course in graph theory and network science while still making sense to people who have never heard of either graphs or networks. The only instance when I felt that I was reading a 14 year old book was while reading about the prevalent USD-INR conversion rates. This makes me come to the conclusion that one of the following must be true: Either the book was way ahead of its times; or we haven't made much progress in the last 14 years with respect to communication technologies. Since the latter is obviously false, the former must be true!
A absolute must read if you are interested in the working of networks science and how the interconnectedness of the world affects us all!
Added points to Prof Srinath for pointing out the defintion of "memes" :-D
arkokoley | 5 years ago | on: App Review process updates
arkokoley | 5 years ago | on: Ask HN: What city do you plan to move to if all companies move to WFH?
Currently a Software Engineer in Bangalore, India earning approx $30k per annum
arkokoley | 5 years ago | on: Ask HN: What's your quarantine side project?
[1] https://goodwill.zense.co.in/resources/6203_Gratia__Computin...
arkokoley | 6 years ago | on: Into the Personal-Website-Verse (2019)
arkokoley | 6 years ago | on: Merry Christmas HN
I recently authored a paper on a related topic that might be of interest, particularly concerning your challenges with accuracy and long-term simulation stability. Our work, "SALM: A Multi-Agent Framework for Language Model-Driven Social Network Simulation," introduces a novel framework for integrating language models into social network simulations.
I specifically focused on achieving long-term temporal stability in multi-agent scenarios.[2] A couple of our key contributions could be relevant to your work:
I developed a hierarchical prompting architecture that enables stable simulations beyond 4,000 timesteps while significantly reducing token usage.[3]
To address memory growth and maintain agent consistency, I implemented an attention-based memory system that achieves high cache hit rates with sub-linear memory growth.
I also established formal bounds on personality stability, which could be a useful concept for ensuring the accuracy and predictability of your AI personas over time.
Our validation against SNAP ego networks demonstrated the capability of our framework to model long-term social phenomena with empirically validated behavioral fidelity.[3]
It seems like there's a lot of synergy between our research and your product. I'd be very interested to hear your thoughts on our paper and explore if any of our findings could be beneficial for the continued development of Artificial Societies.
Here's the link to my paper: https://arxiv.org/abs/2505.09081