I think this is a nice idea and decent proof of concept, but it's not good enough at anything to be useful right now. Everything it does can be done directly in ChatGPT/Code Interpreter.
There's definitely value to be created in being the layer that provides easy access to AI tools that are built to do the specific set of tasks an end user needs. On the other hand, it's going to be really challenging to compete with large incumbents who have both the distribution channel and the data. If Salesforce builds something like this, you don't have to give it all the company info that this tool is asking for, and anything it create can be immediately saved/used in the appropriate place for the business.
Integration with your existing data and services is really going to be key for this sort of thing - I would encourage anybody building something like this to have a clear strategy along those two dimensions before spending a lot of time writing code.
"I think this is a nice idea and decent proof of concept, but it's not good enough at anything to be useful right now. Everything it does can be done directly in ChatGPT/Code Interpreter."
It may be that this may well wind-up being said about virtually every ChatGPT "app" that gets produced. After all, these apps essentially are just prepending some text to a ChatGPT prompt.
Yeah, it's a cool demo and proof of concept, and perhaps useful for casual users. Might even be a nice way to draw people into the platform for other things. But for most business use cases the integration with existing data and services is a lot (if not the bulk of the work), and can't be fulfilled by this.
Generate a specific key for that, and set a hard limit when trying it out? Would be cool if limits could be set per key, but I don't think that is possible (yet?). Love the hard limit feature, so much better than what cloud providers pull.
Hi, please put some examples or allow us to test some examples with limited outputs, etc.
The AI space is ripe with a lot of new businesses appearing, and many of them want a lot of our personal information, neverminding API keys.
It's very hard to really know what the tool can do or compare it to other services if we cannot at least see some examples on why this implementation is worth interest over other services without some way to test it without giving up information I personally would rather not share until I understand why I should use this instead of just building my own project around available models.
Neat. Do you have some examples SWOT generations? My (somewhat similar) project currently does SWOT analysis using custom database schema like so: https://imgur.com/a/1Ufu3Yr
Originally planned the features just to show people what they could ask AI but it is really powerful enough to generate entire SWOT analysis.
Is this open source? I'd think it'd be cool to expand on it. For instance, I have two prompts I run to get ideas about x topic for youtube shorts, then to choose one, and write a script that has x,y,z criteria (good image prompts, sense of humor, etc). Having a cool plug/play thing for this would be a cool use case.
What I really want to see is a tool which will open a scan of a check/invoice and review it to find:
- Invoice number --- it should resave the pixel image using that number as the file name
- check amount and date --- this could be written out as a meta-file using the invoice number as a file name
that would let me automate pretty much the last aspect of my day job which is suited to automation which is not yet automated.
Why not use existing OCR/document extraction tools [0]? There are a number of options, and even a custom implementation is probably a reasonable side project given some standardized structure.
idopmstuff|2 years ago
There's definitely value to be created in being the layer that provides easy access to AI tools that are built to do the specific set of tasks an end user needs. On the other hand, it's going to be really challenging to compete with large incumbents who have both the distribution channel and the data. If Salesforce builds something like this, you don't have to give it all the company info that this tool is asking for, and anything it create can be immediately saved/used in the appropriate place for the business.
Integration with your existing data and services is really going to be key for this sort of thing - I would encourage anybody building something like this to have a clear strategy along those two dimensions before spending a lot of time writing code.
joe_the_user|2 years ago
It may be that this may well wind-up being said about virtually every ChatGPT "app" that gets produced. After all, these apps essentially are just prepending some text to a ChatGPT prompt.
woliveirajr|2 years ago
"... you can already build such a system yourself quite trivially by getting ..." [0]
[0] https://news.ycombinator.com/item?id=9224
phillipcarter|2 years ago
robbie-c|2 years ago
auggierose|2 years ago
bwanab|2 years ago
avgDev|2 years ago
naouarb|2 years ago
It provides 4 services:
Mail Generator: helps to generate sales newsletters mail
Social Media Content Generator: Create content for social media
Business Advisory: helps to perform SWOT audit, business advisory and generate new business ideas
and Ask your data: Q/A chatbot based on CSV file
hooande|2 years ago
I'm not entering my openai key to a random website. My billing is tied to that.
This really makes it difficult to demo the product.
csydas|2 years ago
The AI space is ripe with a lot of new businesses appearing, and many of them want a lot of our personal information, neverminding API keys.
It's very hard to really know what the tool can do or compare it to other services if we cannot at least see some examples on why this implementation is worth interest over other services without some way to test it without giving up information I personally would rather not share until I understand why I should use this instead of just building my own project around available models.
l5870uoo9y|2 years ago
Originally planned the features just to show people what they could ask AI but it is really powerful enough to generate entire SWOT analysis.
gremlinsinc|2 years ago
lagrange77|2 years ago
WillAdams|2 years ago
- Invoice number --- it should resave the pixel image using that number as the file name - check amount and date --- this could be written out as a meta-file using the invoice number as a file name
that would let me automate pretty much the last aspect of my day job which is suited to automation which is not yet automated.
disattention|2 years ago
[0]: https://rossum.ai/lp/data-extraction
tucaz|2 years ago
J_Shelby_J|2 years ago