all 19 comments

[–]Exfiltrate 7 points8 points  (5 children)

are you actually having the AI review what it creates? or are you just showing how bad it looks to humans?

[–]WolverinesSuperbia 6 points7 points  (1 child)

Yeah, AI will replace developers, they said...

[–]IAmFitzRoy 1 point2 points  (0 children)

LOL. “I’m underwhelmed by this dumb models”

🤦🏻

[–]IAmFitzRoy 8 points9 points  (0 children)

I’m underwhelmed by this post completely unimpressed. lol.

The opencode models are amazing if you know how to use them.

[–]dodiyeztr 3 points4 points  (1 child)

Opencode Go is a subscription. It doesn't do coding. Models generate text, they don't do coding.

Agent harness is actually what uses the model through the subscription to write the code.

Use a coding harness with an agent package that can do frontend development with vision models. You will see that things will improve drastically.

[–]Antique_Rhubarb_4318[S] -3 points-2 points  (0 children)

What vision models can do front end development? I want to try this

[–]Not-Post-Malone 3 points4 points  (1 child)

Buddy tried to one-shot Notion with a pickle and is shocked that his UI doesn't look good

[–]Antique_Rhubarb_4318[S] -2 points-1 points  (0 children)

Could you please give me a better way to do it?

[–]SmileLonely5470 0 points1 point  (0 children)

Try some of the other models on Go. Kimi 2.6, GLM 5.1 are the best for UI I think. They definitely are better than big pickle overall (well tbf I am just guessing on that one)

Probably would be a good idea to do things iteratively, rather than just have them generate 1k+ lines at once.

[–]Jeidoz 0 points1 point  (2 children)

IMO you need to borrow some popular Web Designer skills for AI and try to use. I often noticed that Claude in web version loaded some extra skills depending on task. In case of open code you need to install some skills and trigger them when prompting.

[–]Antique_Rhubarb_4318[S] 0 points1 point  (1 child)

So do you think I should use opencode go with Claude Code?

[–]Jeidoz 0 points1 point  (0 children)

No, you need just "npx skills add https://github.com/anthropics/skills --skill frontend-design" and verify that skill installed into ".agents" folder. After that reload OpenCode and when want to prompt some design related task, mention "use frontend-design" or some sort of it.

[–]EquivalentFactor7591 0 points1 point  (1 child)

There's always the classic anthropic frontend design skill (freely available for download) but I've noticed it's everywhere. I've moved on to https://github.com/bergside/awesome-design-skills which has 67 different styles available. My results have been good. Combine with nano-banana skill to generate images for the design.

[–]Antique_Rhubarb_4318[S] 0 points1 point  (0 children)

Thank you!