←back to thread

439 points david927 | 1 comments | | HN request time: 0.202s | source

What are you working on? Any new ideas which you're thinking about?
1. bredren ◴[] No.44417522[source]
I’m working on a native swift implementation of FileKitty, the FOSS LLM prompt context preparation tool I’ve been building with pyqt.

https://github.com/banagale/FileKitty

My most recent release includes signed .dmg installer on top of brew, and a local build option.

Although it should compile to any platform, I want to take advantage of the new Foundation Model sdk Apple announced at WWDC.

I also recently released something called slackprep, a CLI tool and Python library that wraps slackdump, converting Slack export data into LLM-groomed Markdown transcripts.

That includes labeling inline images organizing them for upload as LLM context.

https://github.com/banagale/slackprep

I see these and other utilities coming together to assist in assembly of deep context for system level design.