# New AI from Hashnode. Is it worth giving it a try?

First impression -&gt; pretty cool :)  
  
ChatGPT results, are typically less "developer oriented", more of a trained text generator  
  
So I guess under the hood of RIX they have supplied some extra cues for the AI model to

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1689117916841/8724da68-fa87-464c-bc88-4d6a71bc5e83.png align="center")

I like the "Code writer" thing, definitely provides better experience

  
Version 1 :

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1689117753161/e40e5428-1261-4a03-8bbd-e394956f22a7.png align="center")

  
  
Version 2:  
This time i've tried to add some extra info on the topic  
Typical readme would have a basic description + it would have prerequisites for others to install  
  

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1689117800387/869286b5-bce7-4dc2-9f75-901c4aa95e12.png align="center")

# Below, you can see results of interaction with RIX  
  
  
Deploy Amplify Console and AppSync API

## Prerequisites

* Node.js installed
    
* An AWS account
    
* The AWS CLI installed and configured
    

## Steps

### 1\. Clone the amplify console repo

This will download the source code of the Amplify Console from GitHub. [Amplify Console Repo](https://github.com/aws-amplify/amplify-console)

`git clone` [`https://github.com/aws-amplify/amplify-console.git`](https://github.com/aws-amplify/amplify-console.git)

### 2\. Go into the amplify-console directory

This will change the current working directory to the cloned repo.

`cd amplify-console`

### 3\. Install dependencies

This will install all Node.js packages required to run the Amplify Console.

`npm install`

[npm install documentation](https://docs.npmjs.com/cli/install)

### 4\. Initialize Amplify

This will walk you through setting up the Amplify project.

`amplify init`

[amplify init documentation](https://docs.amplify.aws/start/q/integration/cli/)

... (continues explaining each step with links and 3 sentences)  
  
  
Not bad :)
