Viewing profile — selalipop
selalipop
HN member- Joined
- Tue, Jul 02, 2019, 3:15 AM UTC
- HN karma
- 97
- Public activity
- 64 items
- HN profile
- View on Hacker News ↗
About selalipop
No profile information was provided.
Recent public activity
-
comment
Comment #45356724
But their comment is about 2 years out of date, and AI image gen has got exponentially better at text than when the models and LoRAs they mentioned were SOTA. I agree we probably w…
-
comment
Comment #43198254
I've been working on post-training models for tasks that require EQ, so it's validating to see OpenAI working towards that too. That being said, this is very expensive. - Input: $7…
-
comment
Comment #41974480
I'm applying generative AI to interactive fiction with Spellbound https://www.tryspellbound.com/app/scenario/65821/create (You can click on the dice at the bottom to turn on D&D mo…
-
comment
Comment #41360805
This is fun! I've been working on Spellbound which is in a similar vein: https://www.tryspellbound.com/app/scenario/65838/create It's a bit more open ended though, are the constrai…
-
story
Show HN: Agents for Storytelling with (Neo)Zork
A throwback to classic Zork games with a twist: you can take any action an an AI agent simulates the result and produces a page of a story The pipeline for generation is fairly str…
- story
-
comment
Comment #41038491
If you actually look into the "SEO slop", they're constantly fighting a battle with Google to keep their place. It's all garbage so no one notices when some of it suddenly disappea…
-
comment
Comment #41038466
technically launched 6+ months ago, but yeah current form of it did "re-launch" 2 months ago Making good revenue but mostly I'm just very bullish based on current revenue and willi…
-
comment
Comment #41022060
That's picking up pennies in front of a steam roller: Google is incentivized to punish you when the content is garbage, and people are disincentivized to share what you generate. I…
-
comment
Comment #41013137
Spellbound is an instruct model to NovelAI's completion model: you enter commands which in turn dictate what happens to your character, then the AI models how others would react to…
-
comment
Comment #41011706
I was going to disagree with the article because the content 4o-mini generates isn't there yet. I run a content site that is fully AI generated, https://tryspellbound.com It writes…
-
story
Show HN: I made a choose your own adventure game with AI NPCs
AI usually does a terrible job acting as engaging NPCs in games. A few months back, I started trying to tackle this problem, initially with prompts and eventually with models fine-…
-
comment
Comment #40320951
I've experimented with 30 or models so far, my general finding is closed source models like Claude have GPT-isms, while open source models do have a little less of a default tone b…
-
comment
Comment #40320917
Unfortunately Supabase charges extra for the luxury of setting that URL, and the site is wildly unprofitable right now so I'm sticking to their free offering for the time being
-
comment
Comment #40316931
Privacy policy and terms of service should be visible on homepage and in the sign up dialog The pricing page is also visible when signed in and in a story (no dedicated pricing pag…
-
comment
Comment #40316042
I'm working on a website [1] that's essentially "Choose your own adventure with AI NPCs" and I've found two things: a) LLMs are excellent at keeping a "linear enough" storyline wit…
-
comment
Comment #40302500
I recently built this at a hackathon: similar to website-to-chatbot products it crawls a webpage to understand a business and provide a model But instead of a chatbot, this generat…
- story
-
comment
Comment #40229665
My users don't find what these tools generate to be spam. They're enjoying a classic format with a novel level of flexibility and (understandably) find that very fun.
-
comment
Comment #40221285
Not really useful to give up the fight in the infancy of something with as much surface area as generative AI. Is being used to create spam is not the same as needs to be spam, and…
-
comment
Comment #40219084
Sounds more like a typical caching issue than anything
-
comment
Comment #40218558
I’ve used Plasmo without touching their framework (essentially using it for HMR and bundling) and it works pretty well But it’s never a bad thing to have two projects solving a pai…
-
comment
Comment #40218554
I’m working on a platform for reading hyper niche e-books: https://tryspellbound.com I don’t think this form of generative AI needs to become a source of spam, carefully designed p…
-
comment
Comment #39112127
OnStar dates back to the 90s and could track vehicles en-mass by the mid 2000s
-
comment
Comment #39008290
The hashing algorithms in question require solving all the same problems as the classifiers: they're perceptual hashes not cryptographic. Look at how NeuralHash is implemented.