HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pglevy

131 karmajoined 2 ปีที่แล้ว

comments

pglevy
·5 วันที่ผ่านมา·discuss
I happened to dip into Heretics recently and thought, if someone were to publish one of these essays as a blog post today, it would be decried as AI slop. This must be who the models learned to write from.
pglevy
·เดือนที่แล้ว·discuss
I recently did a similar thing to get all my private repos off GitHub while keeping the same git workflows and accessibility for other machines on my home network. Now my Pi is the remote for those repos.
pglevy
·2 เดือนที่ผ่านมา·discuss
I didn't realize initially Marc Newson was involved. Definitely echoes of the 021C.

https://marc-newson.com/ford-021c-concept-car/
pglevy
·2 เดือนที่ผ่านมา·discuss
> Antigravity, as part of the Google AI Ultra plan, is my daily driver, my workhorse.

There's your mistake right there. There is history. User beware.
pglevy
·2 เดือนที่ผ่านมา·discuss
Wondering what else I'm using from MS that might be at risk. <glances at TypeScript>
pglevy
·3 เดือนที่ผ่านมา·discuss
Can't help but think of this I re-read recently from Nietzche:

> When I analyze the process that is expressed in the sentence, "I think," I find a whole series of daring assertions that would be difficult, perhaps impossible, to prove; for example, that it is I who think, that there must necessarily be something that thinks, that thinking is an activity and operation on the part of a being who is thought of as a cause, that there is an "ego," and, finally, that it is already determined what is to be designated by thinking—that I know what thinking is.
pglevy
·3 เดือนที่ผ่านมา·discuss
I was thinking about this as a bull case for human developers. Seems if you're worried enough to do this you're not going to have LLMs write the new code.
pglevy
·5 เดือนที่ผ่านมา·discuss
Just tried out Opus 4.6 to make a ground-up new version of a perennial side project: static site podcast player.

For this one I focused on loading speed and reducing interaction with repo. So it processes the images (converting to webp) and loads the feed list from a Gist. Also used the "frontend-design" skill. From brief to ready-to-use took about a couple hours.

https://github.com/pglevy/typod
pglevy
·5 เดือนที่ผ่านมา·discuss
> I think many people have the skills they need, or can learn them, in order to work with AI agents - they are management 101 skills.

I like his thinking but many professional managers are not good at management. So I'm not sure about the assumption that "many people" can easily pick this up.
pglevy
·6 เดือนที่ผ่านมา·discuss
Moped for the mind has a nice ring to it
pglevy
·6 เดือนที่ผ่านมา·discuss
I'm curious to understand more about your use case. I've been working on getting fellow designers out of Figma since it's easier to express intent in code now using LLMs.
pglevy
·6 เดือนที่ผ่านมา·discuss
He literally brings up a concern he calls the "lethal trifecta" when it's even remotely relevant.
pglevy
·7 เดือนที่ผ่านมา·discuss
Thanks for sharing! I tried a similar content-in-url approach for a family grocery list app but I couldn't get the url that short. (It worked but it was a bit cumbersome sharing over Whatsapp.) Will see what I can learn from this!
pglevy
·7 เดือนที่ผ่านมา·discuss
At least one person. https://tonsky.me/blog/centering/
pglevy
·7 เดือนที่ผ่านมา·discuss
I've been thinking about something like this from a UI perspective. I'm a UX designer working on a product with a fairly legacy codebase. We're vibe coding prototypes and moving towards making it easier for devs to bring in new components. We have a hard enough time verifying the UI quality as it is. And having more devs vibing on frontend code is probably going to make it a lot worse. I'm thinking about something like having agents regularly traversing the code to identify non-approved components (and either fixing or flagging them). Maybe with this we won't fall further behind with verification debt than we already are.
pglevy
·9 เดือนที่ผ่านมา·discuss
For context, I'm a UX Designer at a low-code company. LLMs are great at cranking out prototypes using well-known React component libraries. But lesser known low-code syntax takes more work. We made an MCP server that helps a lot, but what I'm working on now is a set of steering docs to generate components and prototypes that are "backwards compatible" with our bespoke front end language. This way our vibe prototyping has our default look out of the box and translates more directly to production code. https://github.com/pglevy/sail-zero
pglevy
·9 เดือนที่ผ่านมา·discuss
Our low-code expression language is not well-represented in the pre-training data. So as a baseline we get lots of syntax errors and really bad-looking UIs. But we're getting much better results by setting up our design system documentation as an MCP server. Our docs include curated guidance and code samples, so when the LLM uses the server, it's able to more competently search for things and call the relevant tools. With this small but high-quality dataset, it also looks better than some of our experiments with fine tuning. I imagine this could work for other docs use cases that are more dynamic (ie, we're actively updating the docs so having the LLM call APIs for what it needs seems more appropriate than a static RAG setup).
pglevy
·10 เดือนที่ผ่านมา·discuss
> I answered.

I never answer the phone.
pglevy
·10 เดือนที่ผ่านมา·discuss
Not an engineer but I think this is where my mind was going after reading the post. Seems like what will be useful is continuously generated "decision documentation." So the system has access to what has come before in a dynamic way. (Like some mix of RAG with knowledge graph + MCP?) Maybe even pre-outlining "decisions to be made," so if an agent is checking in, it could see there is something that needs to be figured out but hasn't been done yet.
pglevy
·ปีที่แล้ว·discuss
Much better, thanks! I'd still like to see a more mobile-friendly comments link though. I sometimes scan those first to see if the article is worth reading.