nickpending

8 Followers
34 Following
67 Posts
Breaking Things to Build Better Things
https://labs.voidwire.info
https://github.com/nickpending

In the not-too-distant future when we're all using AI assistants — or is that now? — I wonder what happens to all the web services we've come to rely on. I don't think they go away. But I think the relationship changes. Instead of visiting sites, we'll integrate them. The services that get this — the ones that make it easy with clean APIs or CLIs — those will thrive. Not because we don't value what they've built, but because we want it woven into our systems, not siloed in a browser tab.

#ai #aiassistants #genai

@km6ecc I absolutely love this! I want in! Reminds my the good ol days of just being genuinely curious about stuff and just wandering into all sorts of fun.
@km6ecc I use this pattern for pretty much all use cases. Dev, Assistant, whatever. It's slowly starting to replace even MCP (you can have scripts call MCPs instead of blowing context). The HOARD is coming....the CONTEXT hoard. BUT would love to hear more about what YOU are doing!

So, yeah, we're all figuring this out -- don't have your LLM do things a simple script can do repeatedly and reliably. Run the script (have the LLM do it even) and return the data to it. Why? We're all becoming context hoarders -- I know I am. The more I can save the more impressed I am with myself. So, instead of taking the easy, and possibly expensive way out, think about your workflows and figure out where you can optimize. Then have your LLM write your scripts ONCE so you can context hoard for days. Welcome.

#llm #genai #claudecode #ai

I have some, probably, obvious advice when you're building with Claude Code or other agents. Don't mention MVP or prototype! It seems to induce the model to cut more corners than it already does.

#claudecode #Anthropic #llm #ai

@killick @dangoodin

Just canceled. Thanks for the address.

My app is *finally* live! A local-ish only RSS/Youtube/Reddit curator that uses AI to prioritize, summarize, and do stuff that matters to YOU. You have all the data, you have all the control. Has a local API (MCP coming soon), config, TUI and some features I use everyday. Ships WITH Fabric integration!

Check it out: https://prismis.io/

#llm #claudecode #vibecoding #tui

Coming soon..

Just released lspeak (a cli/daemon that does text to speech..includes caching and semantic searching for audio reuse). It's little project I've been using with CC for about a month or so. It's the foundation layer for another project called Clarvis (Jarvis talking to you in CC!) to be released soon. Check it out here: https://github.com/nickpending/lspeak

#llm #claudecode #vibecoding #tts #anthropic

GitHub - nickpending/lspeak: Speaks terminal output with semantic caching and serial playback

Speaks terminal output with semantic caching and serial playback - nickpending/lspeak

GitHub

I recently wrote about this and this continuum is how I think about the AI agent space. The further right you go, the more you're fighting against what AI naturally does well. I'm trying to stay in that sweet spot around bounded execution and bounded autonomy for some project. For others, it's WAAAY left..and AI is great at this.

#ai #genai #llm #claude #claudecode