|
|
|
|
|
by ndr_
775 days ago
|
|
Low-value, high-effort work. Currently: create a mockup server in C# from a HAR recording. For this specifically, I use my Amazon Bedrock workbench [0] with Claude 3 Opus. But I also use GPT-4 Turbo and GPT-4 Classic a lot [1] (in that order), because they solve things that Opus cannot.
Also, Dall-E 3 (though a Google Colab sheet; for work & play) and Runway AI (for play). Other tasks I remember:
1) create a webinar transcript and audience-specific summary (using [1]),
2) update documentation with information provided in another E-Mail (also using [1]),
3) create some visualizations in Mermaid JS and D3 (using [0], as a natural language transpiler) For those without Bedrock, there's also [2]. [0] https://huggingface.co/spaces/ndurner/amz_bedrock_chat ,
[1] https://huggingface.co/spaces/ndurner/oai_chat ,
[2] https://huggingface.co/spaces/ndurner/claude_chat |
|