Back
Similar todos
FINALLY! Made the canvas work. First time using a combo of Llama 3.1, Claude Sonnet 3.5 and ChatGPT, but the trickiest parts were mostly solved by Llama 3.1. Looks like Claude is better for coding with more conventions, not more uncommon stuff like canvas, while I'm pleasantly surprised Llama 3.1 can deliver on it! Now, what should I call this new project... #indiejourney
🤖 more working with Ollama and Llama 3.1 and working on a story writer as a good enough demo. #research
🤖 Created an Ollama + Llama 3.2 version of my job parser to compare to ChatGPT. It's not bad at all, but not as good as GPT4. #jobs
📝 wrote about using Claude 3.5 to refactor a Python app without writing any code. micro.webology.dev/2024/08/25…
🤖 spent my evening writing a better console for some more advanced Ollama 3.1 projects. #research
🤖 Updated some scripts to use Ollama's latest structured output with Llama 3.3 (latest) and fell back to Llama 3.2. I drop from >1 minute with 3.3 down to 2 to 7 seconds per request with 3.2. I can't see a difference in the results. For small projects 3.2 is the better path. #research
🤖 lots of AI research last night including writing a functional story bot to wrap my head around how to apply step-by-step logic and get something meaningful out of llama2 #research
🤖 Tried out Llama 3.3 and the latest Ollama client for what feels like flawless local tool calling. #research
🤖 played with Aider and it mostly working with Ollama + Llama 3.1 #research
✏️ wrote about running Llama 3.1 locally through Ollama on my Mac Studio. micro.webology.dev/2024/07/24…
Tried Claude instead of ChatGPT, much better at code but still not perfect #blogrecorder
🤖 played with Ollama's tool calling with Llama 3.2 to create a calendar management agent demo #research
Spent an hour going over my app ideas to try to decide on what to work on next, settled on trying to build a Line+ChatGPT bot that will run on my Dokku droplet.
🤖 Used Claude's Long context prompting tips guide to let it write a file contents to xml script to make it easier to compile a series of files in a project for Claude's projects and artifacts #research docs.anthropic.com/en/docs/bu…
install llama2 and come up with a rough draft of a story writing tool with Python. This is deceptively easier than it should be.
wrote a guide on llama 3.2 #getdeploying
working on new chatbot
move chatbot updates to a separate project
updated story writer to use chatgpt and llama2 to smooth out some issues where large context windows would be helpful
📝 prototyped an llm-ollama plugin tonight. models list and it talks to the right places. prompts need more work.