Skip to main content

3 posts tagged with "blog"

View All Tags

2024-04-24: Changelog

· One min read
Co-Founder

Changelog

Notes

Last year, I purchased a computer. Yup. A computer. A Mac Studio with 128gb of RAM - knowing full well that I'd be run some pretty hefty Machine Learning models.

Today I finally setup Open WebUI, fetched Microsoft's new WizardLM-2 8x22b model, and created the ICN Integrator, an ICN-primed Ollama Model.

I'm absolutley convinced there is the potential for some really cool IP to emerge out of this project…

And I'm pretty grateful that these new LLMs are so accessible. It sure makes dealing with that whole "tip of the iceburg" thing a lot easier when you've got a tool to enrich the model in your head that you're not quite sure how to describe.

2024-04-23: Changelog

· One min read
Co-Founder

Changelog

  • Created a script to convert (the reference) PDF files to text using Poppler's pdftotext feature, extract the first, and last, 1,792 characters, and create an LLM prompt that is used to create new reference

  • Created a script that coalesces all the LLM-generated JSON references into a file called reference.json.

  • Created a React component to support the Research Resources. It loads the references.json file, uses citation-js to process the JSON, then renders it in the DOM.

Notes

I'm making an effort to get this site setup in a manner that makes cross-referencing, and citing, between articles of content super easy. This means writing React components for Docusaurus to support the features that I believe will be beneficial to supporting the growth of this research.

Getting this whole thing running has been an exercise in patience. I've never used React until now, and my JavaScript skills are questionable, at best. Thankfully, LLM's have made my ability to set this site up much, much, faster.