pull down to refresh
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
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.