X

Compare

Overview

Cursor AI vs Stable Diffusion Comparison in different aspects of AI services with data mining from genuine user reviews & ratings, including: ALL,Interesting,4,Helpfulness,Succinct,Color,Hand Gestures,Aesthetics,IDE,Correctness. AI store is a platform of genuine user reviews,rating and AI generated contents, covering a wide range of categories including AI Image Generators, AI Chatbot & Assistant, AI Productivity Tool, AI Video Generator, AI in Healthcare, AI in Education, AI in Lifestyle, AI in Finance, AI in Business, AI in Law, AI in Travel, AI in News, AI in Entertainment, AI for Kids, AI for Elderly, AI Search Engine, AI Quadruped Robot.

Reviews Comparison

Recommended Tags



  • DerekZZ 2025-03-30 12:44
    Interesting:4,Helpfulness:4,IDE:5,Correctness:4

    Using cursor to develop production worthy codes in company is fantastic. Converting user prompt to ready to ship code is so easy and I just didn't code VS code for a long time. Ready to switch to new coding IDE. For example, implementing a trie tree structure take time and find production ready code from Google or Bing it's not easy. But cursor actually produces a clean version of trie tree implementation. With only a few naming changing, you got your production worthy code.



  • aigc_coder 2025-03-30 12:23
    Interesting:0,4:0,Helpfulness:4,Correctness:1

    Using cursor and Claude Sonnet models helps the front end development of html, css and javascript generation quickly and trustworthy. It can actually produce a working demo with just three files: styles.css, index.html and scripts.js. It's great for small team without front-end engineers to produce great looking demos.



  • codemonkey 2024-10-31 17:12
    Interesting:4,Helpfulness:4,Correctness:4

    Another more complicated task I tested on Cursor Code Editor is to write a python code to implement the Transformer function as in paper "Attention is all you need". The code I am writing include function name "def transformer(x):" and some of the beginning lines like "q=torch.linear(". And with the suggested code, I wrap up the transformer function in less than one minutes. So it can really help me increase the productivity of writing code. The only drawback is when I want to modify the code and use backspace to delete some lines, it seems like Cursor doesn't know what to do and give no hints for a while. Unless I start writing something else. And the newly suggested code will usually be quite different from the previously suggested ones. ``` ## Machine Learning ### Input import torch def transformer(x): ndim = 16 q=torch.linear(ndim, ndim)(x) k=torch.linear(ndim, ndim)(x) v=torch.linear(ndim, ndim)(x) attn = torch.matmul(q, k.transpose(-2, -1)) attn = attn / math.sqrt(ndim) attn = torch.softmax(attn, dim=-1) ### Cursor Suggested Code: out = torch.matmul(attn, v) out = torch.linear(ndim, ndim)(out) return out ```



  • codemonkey 2024-10-31 17:05
    Interesting:5,Helpfulness:5,Succinct:5,Correctness:5

    I just downloaded Cursor on Mac and tried some coding task. The first task is to write a fabonacci function in python. And once I typed the name "fabonacci(n)" and end the function name with the colon ":", there is a code hint tab poping-up suggesting the remaining code. The suggested codes are correct and are very succinct. Very Helpful AI coding tools. ``` def fabonacci(n): if n == 0: return 0 elif n == 1: return 1 else: return fabonacci(n-1) + fabonacci(n-2) ```




  • aigcmaster97 2024-08-12 12:32
    Color:4,Hand Gestures:2,Aesthetics:4,Correctness:2,Creativity:4,Generation Speed:4

    This picture of "Donald trump as ancient roman empire warrior" generated by Stable Diffusion is quite interesting. The six packs is consistent with the text prompts. The facial expressions are good. But the left hand is a little bit weird. The left hand is holding up and showing an awkward gesture.



  • aigcmaster97 2024-08-12 12:25
    Color:4,Aesthetics:5,Correctness:4,Creativity:4,Generation Speed:3

    I used Stable Diffusion and Control Net to generate the picture of "Donald trump as judo master, blue belt, tough facial expressions". The results are pretty amazing. The only limitation of AI generated images is your imagination.



  • sdlearner2001 2024-07-11 14:58
    Color:3,Aesthetics:3,Correctness:4,Creativity:4,Generation Speed:3

    The blue color of the BMW car looks a little bit fake. Other details of the car generate by SD3 look good.



  • sdlearner2001 2024-07-11 14:43
    Color:4,Aesthetics:2,Correctness:2,Creativity:3,Generation Speed:3

    I think the underground tunnels and laboratories generated by Stable Diffusion looks great, expect that the color of the floor is also showing reflecting lights, which is a little bit weird.



  • sdlearner2001 2024-06-26 22:28

    The stable diffusion generated images look amazing.



  • sdlearner2001 2024-06-26 14:19

    I saw a post in Reddit about the midsummer Dragon Cartoon. The pictures have bright colors with baby dragons on a big donuts floating on the lake. The blur in the background is a little bit strange, maybe change the prompts and add something about "perspective" parameters? Other details all look good!