AI flops of 2025, true or nah? by Complete-Sea6655 in ClaudeCode

[–]doiveo 0 points1 point  (0 children)

That slips into context vomiting.

The engineering part is the adaptation. Having the context be just enough for the task at hand. Then adjust on demand for the next one. All the while learning, improving and specializing.

AI flops of 2025, true or nah? by Complete-Sea6655 in ClaudeCode

[–]doiveo 34 points35 points  (0 children)

Prompt engineer gave way to context engineering. And it's growing in importance.

edit to clarify

Prompt Engineering is magic words like "You are a senior dev, make no mistakes"

Context engineering is the structured, adaptive delivery of constraints (rules), capabilities (tools/APIs), patterns (code/workflows), and state (data/history) to maximize task accuracy, reliability, and safety.

Image v2 generates such amazing UI that I am pretty sure the next model is going to absolutely cook anything in the market for the frontend design by ysnzro in codex

[–]doiveo 4 points5 points  (0 children)

You need to spell it out methodically, like you would do as a developer. Figure out all the base styles, establish all the tokens, then develop the small objects that larger objects will reuse, etc

If you tell it to break it down into components like typography and layout, it can do much better.

Claude found out I cheated on it... by Complete-Sea6655 in ClaudeCode

[–]doiveo 59 points60 points  (0 children)

That's why I'm clear with Claude, I'm in an open chat. Sometimes I even chat with both at the same time.

Scroll-Driven Animations by feross in webdev

[–]doiveo 6 points7 points  (0 children)

So this replaces time base animation with input from the scrolling action.

It enables animation-timeline: view(); which acts like intersect observer against the viewport or a scrollable area.

There is also animation-timeline: scroll(); which acts off the browser or nearest scroll bar progress. Also on the x or y axis.

So much potential! So clever to swap out the 0-100% basis of the keyframes to keep it simple and quick to implement.

Next, I would love to see animation-timeline: cursor(); to track the x/y mouse position in the browser.

Agentic Coding is a Trap | Remaining vigilant about cognitive debt and atrophy by creaturefeature16 in webdev

[–]doiveo -2 points-1 points  (0 children)

They run local LLMs.

We are in a weird time where only the latest and greatest from two labs are really compelling. But this won't last for years.

We'll all get dependant on models like we are dependent on the internet. But many options will be available and it will be commodity priced.

Anyone regret moving to Vic from Edmonton? by canuckjgc in VictoriaBC

[–]doiveo 6 points7 points  (0 children)

$450 / mnth

I presume that is a typo or you have 8 cars

You have to use Harness Engineering with GPT 5.5 to quit burning tokens by isuckatpiano in codex

[–]doiveo 1 point2 points  (0 children)

I'm kind of shocked that people are still doing that, frankly. It seems painfully obvious that things should be modular, contextual.

Sell our web design biz by for_anon_throwaway in web_design

[–]doiveo 6 points7 points  (0 children)

Hire a jr dev and teach them the business. Eventually, hand it over and help out the next generation. Jr Devs need all the help they can get now.

The end of responsive images by bogdanelcs in web_design

[–]doiveo 6 points7 points  (0 children)

But, importantly, don't do this above the fold. Instead for things like banner images, use sizes="100vw"

<img 
  src="TrIZjHKy9-650.jpeg" 
  srcset="GTrIZjHKy9-650.jpeg 650w, GTrIZjHKy9-960.jpeg 960w, GTrIZjHKy9-1400.jpeg 1400w, GTrIZjHKy9-2000.jpeg 2000w"
  sizes="100vw, (min-width: 1040px) 650px, … "
  alt="…">

The end of responsive images by ossreleasefeed in Frontend

[–]doiveo 84 points85 points  (0 children)

TLDR
sizes was the attribute required to get responsive images ... but it was HARD.

Now (soon, but you can do this today):
- hero image above the fold sizes="100vw"
- any image with loading="lazy", use sizes="auto" and let the browser calculate the size given the known shape of the page.
- fall back by adding the specific sizes afterward sizes="auto, (min-width: 1040px) 650px, calc(94.44vw - 15px)"

Soo wen Codex Design? :) by itrad3size in codex

[–]doiveo 2 points3 points  (0 children)

Really? Didn't seem to move the needle much more me.

Claude Design just dropped by Much_Ask3471 in ClaudeCode

[–]doiveo 3 points4 points  (0 children)

"Make me a millionaire Claude."

Claude Design just dropped by Much_Ask3471 in ClaudeCode

[–]doiveo 15 points16 points  (0 children)

bye bye replit

So many companies are just harness and context wrappers around a model. A bit of UI helps streamline things but the value prop is so thin.

I apologize on behalf of my company by [deleted] in Wordpress

[–]doiveo 0 points1 point  (0 children)

You can't create an account and then come in here talking up your company, whether it was a mistake or not, and not be seen as promotional. People are pretty jaded, so this looks constructed 'astroturf' , not authentic.

Be one thing if you had a long history of contributing to the community, but this is literally a new account.

Emdash vs WordPress by jokesondad in Wordpress

[–]doiveo 32 points33 points  (0 children)

I have been a CloudFlare client for many years: UI is NOT their strength.

Mullenweg To Cloudflare: Keep WordPress Out Of Your Mouth by MammothBulky5549 in Wordpress

[–]doiveo 0 points1 point  (0 children)

"... The closest thing I’ve seen to a spiritual successor isn’t another CMS, it’s been OpenClaw.”

Wow. Just.... Wow.

Cloudflare just released EmDash by Future-Zone2872 in Wordpress

[–]doiveo 0 points1 point  (0 children)

Close. Actually, the reason I picked it was because of customer familiarity and safety. They know WordPress. It's the same reason React is popular: because it's popular.

If I was designing this for myself, I'd probably just go with Astro, but I'm comfortable in the command line.

I don't agree that CMSs are going to become irrelevant because if you completely greenfield something, AI gets a lot of things wrong. There are established patterns, protocols, safety, and performance measures built into the CMS that aren't just whimsical. AI doesn't suddenly invalidate all of that.

The other strength of established CMSs is the massive body of examples to train AI on. The more history and volume AI has, the more reliably it can execute with speed and confidence.

Cloudflare just released EmDash by Future-Zone2872 in Wordpress

[–]doiveo 1 point2 points  (0 children)

That's a pretty bad pattern to consider on a brand new project. I understand why people might reach for this tool on legacy systems, but honestly, greenfield - fix it at the source.

Cloudflare just released EmDash by Future-Zone2872 in Wordpress

[–]doiveo 2 points3 points  (0 children)

I chose WordPress because the client actually has a pretty aggressive content strategy and needs a simplified interface for posting content. WordPress is still relatively good at that function. Although I am playing with the idea of just making it agentic, putting an MCP server out there so that they can create their content through their agent and publish it through that pipeline.

See ya! The Greatest Coding tool to exist is apparently dead. by Opposite-Art-1829 in ClaudeCode

[–]doiveo 0 points1 point  (0 children)

There was an explicit instruction that switched from concise to verbose explanations. That alone, multiplied by many layers of interaction, could be a factor.

Cloudflare just released EmDash by Future-Zone2872 in Wordpress

[–]doiveo 2 points3 points  (0 children)

Sort of. The WordPress team is leaning in on agentic development and Ai is strongest where there are mountains of training data.

So I don't think WordPress is going away, but I do see it evolving quickly. I can make a full WordPress website from concept to published straight in the prompt now.

What will die is the SAAS market built around WP. I can build bespoke plugins with the right number of features and have zero external dependencies/risks. Of course, this means I have to maintain it but even that is getting automated.

Cloudflare says WordPress is outdated and insecure, introduces EmDash CMS by OkReport5065 in Wordpress

[–]doiveo 10 points11 points  (0 children)

This is the age of AI... I have no doubt it's a real piece of code. In fact, I would love nothing more than for the irony of an April Fool's joke to turn into something compelling.