HackerTrans
TopNewTrendsCommentsPastAskShowJobs

eugeniox

no profile record

Submissions

Fastest AI Agent? (preview) [video]

youtube.com
1 points·by eugeniox·8 месяцев назад·0 comments

Self-hosted Airtable alternative [video]

youtube.com
2 points·by eugeniox·8 месяцев назад·0 comments

Show HN: AppifyText – AI text-to-app tool that builds internal tools

appifytext.ai
2 points·by eugeniox·в прошлом году·0 comments

[untitled]

1 points·by eugeniox·2 года назад·0 comments

AI and NoCode: I Build and Deploy a Custom Library Management System [Tutorial]

youtube.com
1 points·by eugeniox·3 года назад·0 comments

Mentor.fm, its shutdown and the pioneering era of Music Recommender Systems

medium.com
2 points·by eugeniox·3 года назад·0 comments

Show HN: AppifyText – Get ready-to-use CRUD apps from plain text descriptions

appifytext.ai
2 points·by eugeniox·3 года назад·4 comments

[untitled]

1 points·by eugeniox·4 года назад·0 comments

[untitled]

1 points·by eugeniox·4 года назад·0 comments

“I am frustrated with no-code. I am done.” (an interesting discussion arose)

indiehackers.com
2 points·by eugeniox·4 года назад·0 comments

comments

eugeniox
·6 месяцев назад·discuss
I am the founder of one of the very first no-code/low-code platforms (DaDaBIK, first released in 2001). Three years ago I released appifytext.ai, an AI agent that develops DaDaBIK apps starting from textual specifications.

Low-code and LLMs can coexist: low-code can be just another layer (or, if you prefer, a more abstract programming language) that LLMs can use. You have less freedom, but more predictability and robustness, which is perfectly fine for internal tools.
eugeniox
·3 года назад·discuss
The landing is just HTML+CSS and little javascript, the logic behind it is in PHP.
eugeniox
·3 года назад·discuss
At the moment I am focus on understanding what kind of applications users want to build. I thought it would be easier to communicate the type of application that appifytext can manage well (CRUDs, internal tools and similar).

Users can already export the application they create on AppifyText, import it in DaDaBIK and host it anywhere, so from a certain point of view it is already "on the market".
eugeniox
·3 года назад·discuss
AppifyText (https://appifytext.ai): I took GPT-3 and a no-code/low-code platform and I made them cooperate.

The system gets in input the description of a desired application in plain English and produces in output a ready to use Web application in less than a minute. The focus is on CRUDs, simple internal tools, personal databases & similar apps.
eugeniox
·3 года назад·discuss
Hi HN, this is a proof of concept, the result of a few weeks of work.

The idea was to create a system that gets in input the description of an application in plain English (ideally, its specifications) and produces in output the actual, ready to use, Web application in reasonable time (less than a minute). The focus is on CRUDs, simple internal tools, personal databases & similar apps.

I took a generative AI model (GPT-3) and a no-code/low-code platform (DaDaBIK) and I made them cooperate.

Users provide app descriptions as input, which are then processed by the AI to generate an output that is tweaked and passed to the no-code platform to actually build the app. The resulting app includes CRUD features, automatic relationship handling, some data validation, and additional features like chart generation. The app also contains realistic examples of data to help users get started.

I know there is room for a lot of improvement and that the resulting app is not the state of the art in terms of UI/UX but considering the results I got in such a short time I think there might be potential.

It's a beta and there are some corner cases that can generate errors, but from the first tests (hundreds of apps generated) I can see that the vast majority of requests give reasonable results, if they are in target with the focus of AppifyText.ai (requests like "Build the new instagram for me!" gave obviously unexpected results).

Any feedback is welcome.
eugeniox
·4 года назад·discuss
DaDaBIK + OpenAI API to create SQL reports and extract knowledge from a CRUD Web application using natural language