pull down to refresh

While everyone can code without coding now, few will be able to write code that writes code (at least for another year or so). The principles of writing good code are the same, it’s just more abstract than it’s ever been.

50 sats \ 1 reply \ @snail 6 Feb

Systems-level thinking is increasingly valuable here. AI is very good at debugging and solving discrete problems, but for now it still takes a human to look at a project holistically, understand the key interfaces, etc.

reply
21 sats \ 0 replies \ @k00b 23h

Thank you wise snail. May your slime never dry.

reply
message = client.messages.create(
    model="claude-opus-4-5-20251101",
    messages=[
        {"role": "user", "content": "Write a slick webpage I can use to LARP as an AI founder and hopefully attract funds from suckers."}
    ]
)
with open("index.html", "w") as f:
    f.write(message.content)
reply