I think this is a really cool idea, but I feel like it could be described in a better way.
'Machine learning-based app configuration' is very techie and vague and could mean a LOT of different things in a number of realms. What about something more specific and benefit-focused, like: 'AI that automatically improves your site's design'? To me something like that communicates what the product is more clearly, assuming I understand it correctly of course.
Thanks for the feedback. Working to find the best language has been a hard slog. It's actually not for improving a web site's design but is targeted specifically at mobile apps. I'm using the "configuration" language now so that developers maybe get an idea of how it integrates.
Cool. I would love any feedback! In the next couple of weeks I'll be adding a YAML format with the entire configuration in one file. It'll look something like this:
properties:
buyButtonText:
variants:
- buy now
- free trial!
by:
property: os
for:
- ios
- android
The response would look like:
properties:
buyButtonText:
ios: free trial!
android: buy now
Using the "by" statement you'll be able to segment the configuration by any other property.
How could anyone have possibly targeted you on Facebook from your comments here? I am genuinely curious. I checked and saw HN doesn't load any Facebook libraries, and I could find no identifiable info about you from your HN profile.
'Machine learning-based app configuration' is very techie and vague and could mean a LOT of different things in a number of realms. What about something more specific and benefit-focused, like: 'AI that automatically improves your site's design'? To me something like that communicates what the product is more clearly, assuming I understand it correctly of course.