by stevekrouse on 1/3/25, 2:45 PM with 82 comments
by ajhit406 on 1/4/25, 5:42 AM
To me, that's the most important consideration here. Are you targeting professional devs who are enhancing their current workflows iteratively with these improvements? Or re-thinking from the ground up, obfuscating most of what we've learned to date?
Maybe we need to trudge through all of these weeds until software creation hits its final, elegant form where "Anyone Can Code".
Maybe the old Gusteau quote is actually fitting here:
"You must be imaginative, strong-hearted. You must try things that may not work, and you must not let anyone define your limits because of where you come from. Your only limit is your soul. What I say is true - anyone can ̶c̶o̶o̶k̶ code... but only the fearless can be great."
by viewhub on 1/3/25, 10:47 PM
- use the hoogle cli to search for the right types and functions
- include a comprehensive test suite
- run a build after every code change
- run tests after every successful build
GHC + a Claude-based agent is a thing to behold.
by drawnwren on 1/4/25, 2:10 AM
I've met so many engineers who have said exactly this. There are clearly some group of people obsessed with Cursor, but it's interesting to me how alien they seem to the majority of people using ai codegen right now.
by stevekrouse on 1/3/25, 9:04 PM
Our first had a nice discussion on HN: https://blog.val.town/blog/codegen/
The other posts in the series:
by simonw on 1/3/25, 9:05 PM
Worth checking out their Cerebras-powered demo too - LLMs at 2000 tokens/second make applying proposed changes absurdly interactive: https://cerebrascoder.com/
by furyofantares on 1/3/25, 10:30 PM
I didn't care that much for cursor when I was just using Chat but once I switched to Composer I was very happy, and my experience is in total disagreement that it's not so good for smaller projects.
They also must have a good prompt for diff-based completions, I don't know how hard it is to extract that.
by mritchie712 on 1/3/25, 11:05 PM
I don't see this complained about nearly as much as I'd expect. Groq has been out for over a year, I'm surprised OpenAI not acquired them and figured out how to 10x to 20x their speed on gpt4.
by afro88 on 1/3/25, 9:37 PM
by siscia on 1/4/25, 11:36 AM
I have started using AI coding assistant and I am not looking back.
This comes from an engineer that KEEP telling the junior on his team to NOT use GenAI.
The reality is that those tools are POWER TOOLS best used by engineers very well versed in the domain and in coding itself.
For them, it is really a huge time saving. The work is more like approving PR for a quite competent engineer than writing the PR myself.
My tool of choice is Cline, that is great, but not perfect.
And the quality is 100% correlated to:
1. The model
2. The context window
3. How well I prompt it.
In reverse order of importance.
Even an ok model, well prompted gives you a satisfactory code.
by seveibar on 1/4/25, 5:38 AM
It’s absolutely true that we are in a race for online editors, I feel fatigued competing for ai features instead of building core product features, but since my framework is new, it’s not known by any major LLM providers, so our users can’t get ai assistance unless we build something ourselves.
@stevekrouse huge shout out for your team’s open source work, hoping to help contribute upstream at some point!!
by fudged71 on 1/3/25, 10:37 PM
by mkagenius on 1/4/25, 2:41 PM
We've had some success[1] with the screenshot to actions - using Gemini/Molmo and ADB on phones. And human like decisions was made by GPT 4o. It also recalibrates itself and says "oh we are still at the home screen, let's find the gmail app first"
1. https://github.com/BandarLabs/clickclickclick - Letting AI control/use my phone.
by polote on 1/3/25, 11:28 PM
by amelius on 1/3/25, 11:22 PM
by rtruzq on 1/4/25, 12:35 PM
The pie for whom? For drug dealers who give power users their LLM fix so they feel smart and can fake it?
The pie is certainly shrinking for software engineers, as evidenced by the layoffs. Cocky startup founders may be next.
by antoniojtorres on 1/4/25, 11:03 AM
by kfarr on 1/4/25, 6:09 AM