| ▲ | only-one1701 a day ago |
| Increasingly I’m realizing that in most cases there is a SIGNIFICANT difference between how useful AI is on greenfield projects vs how useful it is on brownfield projects. For the former: pretty good! For the brownfield, it’s often worse than useless. |
|
| ▲ | Aurornis a day ago | parent | next [-] |
| It’s also interesting to see how quickly the greenfield progress rate slows down as the projects grow. I skimmed the vibecoding subreddits for a while. It was common to see frustrations about how coding tools (Cursor, Copilot, etc) were great last month but terrible now. The pattern repeats every month, though. When you look closer it’s usually people who were thrilled when their projects were small but are now frustrated when they’re bigger. |
| |
| ▲ | Workaccount2 3 hours ago | parent [-] | | The real issue is context size. You kinda need to know what you are doing in order to construct the project in pieces, and know what to tell the LLM when you spin up a new instance with fresh context to work on a single subsection. It's unwieldy and inefficient, and the model inevitably gets confused when it can effectively look at the whole code base. Gemini 2.5 is much better in this regard, it can make decent output up to around 100k tokens compared to claude 3.7 starting to choke around 32k. Long term it remains to see if this will remain an issue. If models can get to 5M context and perform like current model with 5k context, it would be a total game changer. |
|
|
| ▲ | SkyPuncher 18 hours ago | parent | prev | next [-] |
| Oh, I find almost the exact opposite. On Greenfield projects there's simply too many options for it to pursue. It will take one approach in one place then switch to another. On a brownfield project, you can give it some reference code and tell it about places to look for patterns and it will understand them. |
|
| ▲ | layer8 a day ago | parent | prev | next [-] |
| And greenfield turns into brownfield pretty quickly. |
|
| ▲ | bdcravens a day ago | parent | prev | next [-] |
| I find that feeding in a bunch of context can help you refactor, add tests to a low coverage application pretty quickly, etc in brownfield apps. |
|
| ▲ | the-grump a day ago | parent | prev | next [-] |
| My experience on brownfield projects is the opposite. |
|
| ▲ | whiplash451 a day ago | parent | prev | next [-] |
| Right, but AI could change the ratio of greenfield vs brownfield then (« I’ll be faster if I rewrite this part from scratch ») |
| |
| ▲ | robenkleene a day ago | parent [-] | | I struggle to wrap my head around how this would work (and how AI can be used to maintain and refine software in general). Brownfield code got brown by being useful and solving a real problem, and doing it well enough to be maintained. So the AI approach is to throwaway the code that's proved its usefulness? I just don't get it. |
|
|
| ▲ | echelon a day ago | parent | prev [-] |
| I think there's a similar analogy here for products in the AI era. Bolting AI onto existing products probably doesn't make sense. AI is going to produce an entirely new set of products with AI-first creation modalities. You don't need AI in Photoshop / Gimp / Krita to manipulate images. You need a brand new AI-first creation tool that uses your mouse inputs like magic to create images. Image creation looks nothing like it did in the past. You don't need Figma to design a webpage. You need an AI-first tool that creates the output - Lovable, V0, etc. are becoming that. You don't need AI in your IDE. Your IDE needs to be built around AI. And perhaps eventually even programming languages and libraries themselves need AI annotations or ASTs. You don't need AI in Docs / Gmail / Sheets. You're going to be creating documents from scratch (maybe pasting things in). "My presentation has these ideas, figures, and facts" is much different than creating and editing the structure from scratch. There is so much new stuff to build, and the old tools are all going to die. I'd be shocked if anyone is using Gimp, Blender, Photoshop, Premiere, PowerPoint, etc. in ten years. These are all going to be reinvented. The only way these products themselves survive is if they undergo tectonic shifts in development and an eventual complete rewrite. |
| |
| ▲ | dghlsakjg a day ago | parent | next [-] | | Just for the record, Photoshop's first generative 'AI' feature, Content Aware Fill, is 15 years old. That's a long time for Adobe not to have figured out what your are saying. | | |
| ▲ | echelon a day ago | parent [-] | | Photoshop is unapproachable to the 99%. A faster GPT 4o will kill Photoshop for good. | | |
| ▲ | dghlsakjg a day ago | parent | next [-] | | Photoshop is a tool designed for the 1% of people who want that level of control for their vision. Adobe has several other tools for other markets. Even the latest model from this week, which is undeniably impressive, can’t get close to the level of control that photoshop gives me. It often edits parts of the image I haven’t asked it to touch among other issues. I use photoshop as a former photojournalist, and AI manipulated images are of no use to me. My photos are documentary. They represent a slice of reality. I know that AI can create a realistic simulacrum of that, but I’m not interested. This is like saying we won’t need text editors in the future. That’s silly, there are some things that we won’t need text editors for, but the ability of ai to generate and edit text files doesn’t mean that we won’t ever need to edit them manually. | | |
| ▲ | echelon 16 hours ago | parent [-] | | This rhymes with still developing your own film. I'm really eager to see how this pans out in a decade. | | |
| ▲ | dghlsakjg 5 hours ago | parent [-] | | > This rhymes with still developing your own film. Well, guilty, I actually do occasionally develop my own film. Film photography is actually expanding as an industry right now. We are well past the point where digital photography can do everything a film camera can do, and in most cases it can do it far better (very minor exceptions like large format photography still exist, where you can argue that film still has the edge). I think that whether you embrace AI photo editing or not has more to do with the purpose of your photos. If you are trying to create marketing collateral for a valentines day ad campaign, AI is probably going to be the best tool. If you are trying to document reality, even for aesthetic purposes, AI isn't great. When I make a portrait of my wife, I don't need AI to reinterpret her face for me. |
|
| |
| ▲ | overgard 20 hours ago | parent | prev [-] | | Not a chance. Photoshop is about having maximum control and power. AI requires relinquishing a degree of control in exchange for speed. Totally different audiences. | | |
| ▲ | bmandale 20 hours ago | parent [-] | | Lol photoshop has been integrating AI features since at least "content aware" stuff was released. Photoshop has a massive audience of people who want to be able to edit images quickly and easily. |
|
|
| |
| ▲ | carpo a day ago | parent | prev [-] | | I've been thinking about this a lot and agree. I think the UI will change drastically, maybe making voice central and you just describe what you want done. When language, image and voice models can be run locally things will get crazy. |
|