AI engineering & LLM projects
Proof-of-concepts and tools for AI-assisted development
Agentic engineering kit
A collection of engineering standards, automated workflows, and reusable components I put together for AI-assisted software development. Includes coding principles, on-demand skills, and GitHub Actions that can be pulled in via AI assistant rules, git subtree, or individual files. Meant as a starting point that teams can adapt to how they actually work.
neuralsignal/agentic-engineering-kit
Wikipedia to YouTube shorts
In this proof of concept, I am scraping the Wikipedia article of the day to create youtube shorts from start to finish using OpenAI’s GPT model and various open-source HuggingFace models to convert text to audio, text to images, and text to video. The video encoding needs to be improved and the images aren’t nicely cut into a smooth sequence.
Movie database querying
In this proof of concept, I am trying to play around with various LLM APIs, including langchain and llamaindex, to build a semantic search over a movie database.
Auto-GPT contributions
I contributed a couple of features for this project, mainly an audio-to-text converter and image summarizer.