> the cost of shipping code now approaches zero Does anyone actually believe this is the case? I use LLMs to ‘write’ code every day, but it’s not the case for me; my job is just as difficult and other duties expand to fill the space left by Claude. Am I just bad at using the tools? Or stupid? Probably both but c’est la vie.
I think the answer is that by the time AI can replace every function you do, it's also replaced everyone else and the world will either already have or will need to change radically. I personally hope that the future becomes a UBI consumer-as-a-job thing, minus too much of the destructive impact that current consumerism has on the world.
RIP Low-Code 2014-2025
141–150 of 160 posts
Re: RIP Low-Code 2014-2025
#142Earlier quoted context omitted.
Same here. I use Claude Code everyday, very useful, but nowhere near to where I don't have to jump in and fix very simple stuff. I actually have a bug in an app that I don't fix because I use it as a test for LLM's and so far not one could solve it, it's a CSS bug!
I use Cursor daily, I have worked on Agents using LangChain. Maybe we are doing something wrong but even ysing SOTA models unless we explicitly give which mcp tool to call, it uses anything - sometimes - while other times it can do a passavle job. So now our mandate is to spell everything out to LLM so it doesn't add a non existent column like created at or updated at to our queries I've used every SOTA for day to da…
Re: RIP Low-Code 2014-2025
#143Earlier quoted context omitted.
REST is self documenting. Edit: for down voters, I'd be curious why.
Not one of the downvoters, but I'd guess it's because this is only true with HATEOAS which is the part that 99% of teams ignore when implementing "REST" APIs. The downvoters may not have even known that's what you were talking about. When people say REST they almost never mean HATEOAS even though they were explicitly intended to go together. Today "REST" just means "we'll occasionally use a verb other than GET and PO…
We solved the problem of discovery and documentation between machines decades ago. LLMs can and should be using that today instead of us reinventing bandaids yet again.
Re: RIP Low-Code 2014-2025
#144Earlier quoted context omitted.
Exactly the point I was going to make. Shipping something requires knowing how to ship it, monitor it, and fix it. Writing code is the "easy" part and kind of always has been. No one triggers incidents from a PR that's been in review for too long.
LLM's can help with all of the above. Deployed an app with a backend, frontend, docker database and more with gitea on my NAS just yesterday. Have little knowledge about how it did it. Now I have a git remote to which I push and the app updates itself.
Re: RIP Low-Code 2014-2025
#145Earlier quoted context omitted.
It has been a very long time since I have written any Delphi, but I prefer dotnet these days. The only (very real) problem is trying to predict what the best long term UI option is for native apps.
Yes, it is in the Visual part of Visual Studio that Microsoft has gone off the rails. .Net (C#) is a good development language but Windows Forms being the most usable GUI framework is far from where Microsoft should have gone.
I don't have too much experience with MAUI so I can't comment on that.
Blazor's initial bundle sizes made it quite difficult to consider as an option for web applications, despite the ability to share code between frontend and backend.
I still feel like the ASP.NET + Frontend SPA story has a long way to go compared to what is available in the fullstack typescript ecosystem right now. Shared typings between the frontend and backend via tools like tRPC/ oRPC, or full RSC/SSR frameworks like Next and TanStack start are just so much more ergonomic, but the backend TS story, especially in data access and ORMs is so much worse compared to Entity Framework. Prisma is abysmally slow, and Drizzle is getting there but IMO nothing right now compares to the power and DX of EF Core + Linq methods.
Re: RIP Low-Code 2014-2025
#146Re: RIP Low-Code 2014-2025
#147Earlier quoted context omitted.
> MS Access for the web with an SSO This is essentially Rails and Django and so on
That's not even remotely close to the idea. It's conceptually entirely different. I'll note that Access existed in a completely usable form before the www even existed.
Re: RIP Low-Code 2014-2025
#148Earlier quoted context omitted.
REST is self documenting. Edit: for down voters, I'd be curious why.
Not one of the downvoters, but I'd guess it's because this is only true with HATEOAS which is the part that 99% of teams ignore when implementing "REST" APIs. The downvoters may not have even known that's what you were talking about. When people say REST they almost never mean HATEOAS even though they were explicitly intended to go together. Today "REST" just means "we'll occasionally use a verb other than GET and PO…
Re: RIP Low-Code 2014-2025
#149I think this view is really short-sighted. Low-code tools date back to the '80s, and the more likely outcome here is that low-code and agentic tools simply merge. There's a lot of value in having direct manipulation and visual introspection of UIs, data, and logic. Those things allow less technical people to understand what the agents are creating, and ask for help with more specific areas. The difficulty in the past…
This makes the most sense to me too. My feeling is so-called AI is going to deliver on a lot of the things we're used to having shoddy versions of -- good natural language interfaces, good WYSIWYG type tools, all of this could turn the wix/squarespace/wordpress/etc landscape into something pretty good, rather than just OK. In my most hopeful of futures, we've figured out how to do lightweight inference, and if the mo…
Re: RIP Low-Code 2014-2025
#150Earlier quoted context omitted.
Not one of the downvoters, but I'd guess it's because this is only true with HATEOAS which is the part that 99% of teams ignore when implementing "REST" APIs. The downvoters may not have even known that's what you were talking about. When people say REST they almost never mean HATEOAS even though they were explicitly intended to go together. Today "REST" just means "we'll occasionally use a verb other than GET and PO…
HATEOAS won't give you the basic nouns on which to work with
What we find ourselves doing, apparently, is bolting together multiple disparate tools and/or specs to try to accomplish the same goal.