Readit News logoReadit News
linesofcode commented on Is any of you using LLMs to create full features in big enterprise apps?    · Posted by u/not_that_d
linesofcode · 8 days ago
The quality of an LLM outputs is greatly dependent on how many guard rails you have setup to keep it on track and heuristics to point it on right direction (type checking + running tests after every change for example).

What is health of your enterprise code base? If it’s anything like ones I’ve experienced it’s a legacy mess then it’s absolutely understandable that an LLMs output is subpar when taking on larger tasks.

Also depends on the models and plan you’re on. There is a significant increase in quality when comparing Cursors default model on a free plan vs Opus 4.5 on a maximum Claude plan.

I think a good exercise is to prohibit yourself from writing any code manually and force yourself to do LLM only, might sound silly but it will develop that skill-set.

Try Claude code in thinking mode with the some super powers - https://github.com/obra/superpowers

I routinely make an implementation plan with Claude and then step away for 15 mins while it spins - the results aren’t perfect but fixing that remaining 10% is better than writing 100% of it myself.

linesofcode commented on Cursor and Claude Opus 4.5 is a game changer    · Posted by u/seinecle
linesofcode · 11 days ago
Try Claude Code, especially with plugins and max plans.

All these AI coding tools make me feel like I have superpowers. It’s addictive.

If I had problems finding time and the mental power or motivation to work on projects a few years ago—projects I deemed too large a commitment of time and effort—today with Claude and Cursor I almost have too much time and bandwidth to take on new projects.

When I step back and realize this is the world we’re living in as programmers, I can barely believe it. I want to shout and laugh from joy.

It’s been months since I’ve manually written more than a few lines of syntax, and I can’t imagine ever going back.

If AI coding tools disappeared from the world today, tomorrow I would stop being a programmer—something I’ve done for over 20 years.

linesofcode commented on Ask HN: Anyone writing code from scratch or mostly doing architecting and LLM?    · Posted by u/mattfrommars
mattfrommars · 14 days ago
> 8 concurrent agents

how are you managing to run and work between 8 concurrent agents to get through the ask in hand?

I keep seeing git workspace tree + agent combo being mentioned

linesofcode · 13 days ago
git workspaces, combined with some guard rails to keep the llm on task. For example a detailed document with requirements and implementation details and a unit tests that the llm can keep verifying against and/or enhancing between each step to increase the reliability of it’s output.

Give Claude Code a try, with git work trees and especially some skills pre-loaded https://github.com/obra/superpowers

linesofcode commented on Ask HN: Anyone writing code from scratch or mostly doing architecting and LLM?    · Posted by u/mattfrommars
linesofcode · 13 days ago
Just thinking about physically typing out syntax again with my fingers makes me queazy.

I’m writing, designing and building more than ever before but Claude, Cursor and friends do all the grunt work. The most I’ll do is some pseudo-code if I want to clearly define a pattern for the LLM to follow - but that’s it!

linesofcode commented on Show HN: next-flag ∙ Feature flags by GitHub Issues and NextJS   github.com/TimMikeladze/n... · Posted by u/linesofcode
ataschz · 2 years ago
Hey, this looks great! I'm going to try it
linesofcode · 2 years ago
Glad to hear it! Do let me know if there’s anything I can improve or implement to support your use case.

u/linesofcode

KarmaCake day5June 11, 2023
About
https://linesofcode.dev
View Original