Conversation
Notices
-
Embed this notice
Pissed Hippo (sun@shitposter.world)'s status on Wednesday, 22-Jan-2025 06:20:25 JST Pissed Hippo
The productivity gains I'm seeing using Cursor are so striking that I completely lost all faith that any of the negative LLM productivity/quality studies have any validity. I am not an outlier, if any of them were correct I would not be seeing these improvements. This is not some murky questionable finding, it is immediate and obvious with use. - kaia, Jeff "never puts away anything, especially oven mitts" Cliff, Bringer of Nightmares 🏴☠️🦝🐙 🇱🇧🧯 🇨🇦🐧 and feld like this.
-
Embed this notice
Pissed Hippo (sun@shitposter.world)'s status on Wednesday, 22-Jan-2025 06:24:05 JST Pissed Hippo
I wrote a couple smart contracts with AI assist the other day. Not only was the code correct, it followed all best practices. -
Embed this notice
Pissed Hippo (sun@shitposter.world)'s status on Wednesday, 22-Jan-2025 06:25:25 JST Pissed Hippo
@Rocket You will still see mistakes but if you know what you are doing you will correct them nearly instantly and keep moving without losing momentum. -
Embed this notice
Rocket (rocket@shitposter.world)'s status on Wednesday, 22-Jan-2025 06:25:26 JST Rocket
@sun I'm going to be trying cursor soon. Pissed Hippo likes this. -
Embed this notice
meeper@mai.waifuism.life's status on Wednesday, 22-Jan-2025 06:45:21 JST meeper
@sun@shitposter.world wonder if there are emacs packages to work with claude
Pissed Hippo likes this. -
Embed this notice
Pissed Hippo (sun@shitposter.world)'s status on Wednesday, 22-Jan-2025 06:47:12 JST Pissed Hippo
@meeper I think Cursor has an intermediate service that mediates it somehow, would need to replicate that too -
Embed this notice
meeper@mai.waifuism.life's status on Wednesday, 22-Jan-2025 06:49:06 JST meeper
@sun@shitposter.world Yeah but it should just be a mixture of agents of llms for oarticular tasks ig, like gpt4 for docs etc
Getting code auto complete should just be a prompt with given contextPissed Hippo likes this. -
Embed this notice
Pissed Hippo (sun@shitposter.world)'s status on Wednesday, 22-Jan-2025 06:52:57 JST Pissed Hippo
@meeper I honestly don't know how it works so good considering that it always seems to keep the code syntactically correct even when wrong. -
Embed this notice
Pissed Hippo (sun@shitposter.world)'s status on Wednesday, 22-Jan-2025 06:55:51 JST Pissed Hippo
@meeper llama.cpp allows you to give it a regular grammar to conform the output to, I wish every god damn LLM tool had this but none of the services do to my knowledge. -
Embed this notice
meeper@mai.waifuism.life's status on Wednesday, 22-Jan-2025 06:55:52 JST meeper
@sun@shitposter.world
I guess it somehow tests the snippets using a static syntax checker and then uses its output to correct it, standard practice for a lot of llm code stuff is to fix invalid code by reading error messages -
Embed this notice
meeper@mai.waifuism.life's status on Wednesday, 22-Jan-2025 06:58:21 JST meeper
@sun@shitposter.world Interesting, I guess it uses standard prompting to do that, but somethinng fancy could be making a basic lexer to test syntax against but that maybe very prone to errors
Pissed Hippo likes this. -
Embed this notice
Pissed Hippo (sun@shitposter.world)'s status on Wednesday, 22-Jan-2025 06:58:39 JST Pissed Hippo
@meeper yeah I suspect their intermediate step must be doing some heavy lifting but who knows -
Embed this notice
meeper@mai.waifuism.life's status on Wednesday, 22-Jan-2025 07:00:49 JST meeper
@sun@shitposter.world all this could just be claude being very good though lol
Pissed Hippo likes this. -
Embed this notice
Pissed Hippo (sun@shitposter.world)'s status on Wednesday, 22-Jan-2025 07:01:00 JST Pissed Hippo
@meeper yeah I am not current on what things can do so that could be -
Embed this notice
Pissed Hippo (sun@shitposter.world)'s status on Wednesday, 22-Jan-2025 07:05:52 JST Pissed Hippo
@meeper I tried AI before I picked up Cursor, to write a stub NES ROM in assembler and it worked. -
Embed this notice
meeper@mai.waifuism.life's status on Wednesday, 22-Jan-2025 07:05:54 JST meeper
@sun@shitposter.world wonder how well they work for systems programming, I want to start making a hobby-os in 3-4 months so if I don't procrastinate that well see
(honestly a hectic year for me as Ill effectively be paying for a decade worth of complacency and procrastination) -
Embed this notice
Pissed Hippo (sun@shitposter.world)'s status on Wednesday, 22-Jan-2025 07:06:25 JST Pissed Hippo
@meeper newt said it didn't work well with systems C for him though -
Embed this notice
Pissed Hippo (sun@shitposter.world)'s status on Wednesday, 22-Jan-2025 07:08:42 JST Pissed Hippo
@meeper could be. I was rigging it for a specific mapper but maybe there was some snippets it picked up for that specific case -
Embed this notice
meeper@mai.waifuism.life's status on Wednesday, 22-Jan-2025 07:08:43 JST meeper
@sun@shitposter.world thats a routine code snippet thing, LLMs should be very good at that