CommunityNews

CommunityNews

Cursor told me I should learn coding instead of asking it to generate it + limit of 800 locs

Hi all, Yesterday I installed Cursor and currently on Pro Trial. After coding a bit I found out that it can’t go through 750-800 lines of code and when asked why is that I get this message: Not sure if LLMs know what they are for (lol), but doesn’t matter as a much as a fact that I can’t go through 800 locs. Anyone had similar issue? It’s really limiting at this point and I got here after just 1h of vibe coding My operating system is MacOS Sequoia 15.3.1

Read in full here:

Most Liked

Eiji

Eiji

I wonder what people using chatbot to generate the code think they can do with it. For example what license should be used for it?

  1. Chatbots are public for everyone which means same code can be generated. If that’s so then we cannot claim any copyrights to it as with any other public data that’s not ours.

  2. Chatbots does not think - they generate data not only based on input data, but also on data they were trained with. What kind of license this data have? Who knows … It wouldn’t be something new to find a copyright problems in closed-source software, right? Think that somebody would prove this. It’s not about “oh when they change license for chatbot I would not use it anymore” - it’s about already generated code.

  3. Chatbots are owned by corporations and for now they are more like beta-apps. What would happen if chatbots would be able to generate a production-ready code? Corporations would change the terms of use and the license of it. Think twice why someone would do all the business stuff for free?

For sure everyone using chatbots should understand the code they are generating, but even if that would not be a problem there are tons of other problems. When you order a developer to create some software then it’s his code and his responsibility.

If you generate the code it’s up to you to prove that it belongs to you. If we keep in mind how much different law systems are and how often they are changed it looks like an endless topic full of “what if …” and without any facts.

TimButterfield

TimButterfield

I’m not really concerned with this, at least not yet. Even with relatively simple prompts, you can get very different results even from the same AI model because the individual responses are not consistent and can vary over time. There is an API parameter called ‘temperature’ that can be used to control this somewhat, though it is not something directly controllable through most chat UI. Further, the more the AI has to guess, the more variable it becomes. I wrote a blog post about AI guessing and how to reduce it. You have to be very detailed and specific to get it to produce the code the way you want it and not how it guesses.

As for licensing of my own apps, they may have to fight over it as I use more than one AI provider to generate different things. They would need to prove which of the final result was generated by them and not by me or another AI provider. I don’t really see that happening.

The bigger issue with having AI generate complete apps goes back to the guessing I mentioned before. How can it know what your goals are for the app? There are many apps that are just slight variations from other, mostly similar apps. It cannot know which variant of anything you want unless you specifically tell it that.

chris.johan

chris.johan

Don’t LLMs have a limit on the number of its output tokens?

Where Next?

Popular General Dev topics Top

First poster: mafinar
The following languages will help current and new web developers navigate the programming landscape to code web-based services and apps t...
New
First poster: bot
A field guide to help you recognize achievement, spot A field guide to help you recognize achievement, spot bottlenecks, and debug your d...
New
OvermindDL1
Yet another rust-made text editor, though I’m really liking the looks of how this one works!
New
CommunityNews
ABSTRACT In lieu of a traditional , I’ve tried to distill the essence of the talk into a collection of maxims: All programmers are API ...
New
First poster: bot
zig/http.zig at 7cf2cbb33ef34c1d211135f56d30fe23b6cacd42 · ziglang/zig. General-purpose programming language and toolchain for maintaini...
New
CommunityNews
Christian Mills - Testing Intel’s Arc A770 GPU for Deep Learning Pt. 2. This post covers my experience training image classification mod...
New
First poster: jkdiaz
Dark mode isn’t as good for your eyes as you believe. The shadowy display mode has leagues of fans claiming it helps reduce eye strain, ...
New
CommunityNews
SLUM: The Shadow Library Uptime Monitor. This dashboard tracks the availability of popular shadow libraries in real time from a US-based...
New
First poster: alvinkatojr
There are countless articles why developers should not focus on Frameworks too much and instead learn to understand the underlying langua...
New
First poster: alvinkatojr
About accelerationism, NRx, and the intersection of technology, religion, and philosophy: an analysis of the essential ideas in the new A...
New

Other popular topics Top

ohm
Which, if any, games do you play? On what platform? I just bought (and completed) Minecraft Dungeons for my Nintendo Switch. Other than ...
New
brentjanderson
Bought the Moonlander mechanical keyboard. Cherry Brown MX switches. Arms and wrists have been hurting enough that it’s time I did someth...
New
AstonJ
Inspired by this post from @Carter, which languages, frameworks or other tech or tools do you think is killing it right now? :upside_down...
New
PragmaticBookshelf
Build highly interactive applications without ever leaving Elixir, the way the experts do. Let LiveView take care of performance, scalabi...
New
mafinar
This is going to be a long an frequently posted thread. While talking to a friend of mine who has taken data structure and algorithm cou...
New
First poster: bot
The overengineered Solution to my Pigeon Problem. TL;DR: I built a wifi-equipped water gun to shoot the pigeons on my balcony, controlle...
New
First poster: bot
Large Language Models like ChatGPT say The Darnedest Things. The Errors They MakeWhy We Need to Document Them, and What We Have Decided ...
New
PragmaticBookshelf
Author Spotlight: Peter Ullrich @PJUllrich Data is at the core of every business, but it is useless if nobody can access and analyze ...
New
AnfaengerAlex
Hello, I’m a beginner in Android development and I’m facing an issue with my project setup. In my build.gradle.kts file, I have the foll...
New
Fl4m3Ph03n1x
Background Lately I am in a quest to find a good quality TTS ai generation tool to run locally in order to create audio for some videos I...
New