We have noticed the growing capabilities of AI being completely capable of guiding us mere humans to create platforms, code, frameworks.

We would therefore like to see how far we can take this, so we have set a challenge:
We have chosen a set of tasks that are usually carried out by teams of developers, and architects, under careful planning and development, and the aim is to construct each of those tasks almost totally (completely if possible) under the advice of AI.

Each of these tasks will be recorded in the blogs in this category, so keep you browsers refreshed!

Tasks involved:

  1. Building LLMs with LLM
    Actually, it’s not just LLM… IT’s RAG LLM!
    I asked ChatGPT to guide me through hosting a RESTful API-base chat-bot.
    The LLM (Large Language Model) is to be completely self-hosted,
    The RAG (Retrieval Augmented Generation, or Embedded Documents in laymen terms) is also to be totally self-hosted
    The results of this project are in this blog. I call it a success! So far it’s only a backend RESTful API implementation, but it’s working
  2.  Ecommerce Implementations
    This is a new task, so it’s WIP
    backstory: OpenResourcing recently implemented a multi-channeled api integrations framework called “open Integrations”. you can find this on github
    The Open Integrations framework actually serves as an app installer, RESTful api host and API integrations framework for multiple platforms such as shopify, bigcommerce, tiktok, lazada and have even integrated OpenAI – for building AI chatbots into websites.
    This “AI Code Domination” project task is to step right back to the beginning of the Open Integrations Platform, and put ChatGPT to the test, in creating this project form scratch.
    This is a rather modular task, so although It has already been started, already with a working Shopify App, it is still WIP.
    You’ll need to keep refreshing this page for updates