AI Engineering
-
AI dot Engineer
The AIdotEngineer conference starts today and should be live streamed on Youtube
3 days of talks around the integration of AI in products
-
MidJourney client, an open-source unofficial Midjourney API
github.com GitHub - erictik/midjourney-api: MidJourney client. Unofficial Node.js clientMidJourney client. Unofficial Node.js client. Contribute to erictik/midjourney-api development by creating an account on GitHub.
-
GPT-Engineer, an alternative to Auto GPT for code
github.com GitHub - AntonOsika/gpt-engineer: Specify what you want it to build, the AI asks for clarification, and then builds it.Specify what you want it to build, the AI asks for clarification, and then builds it. - GitHub - AntonOsika/gpt-engineer: Specify what you want it to build, the AI asks for clarification, and then ...
Per the author:
- One prompt generates a codebase
- Asks clarifying questions
- Generates technical spec
- Writes all necessary code
- Easy to add your own reasoning steps, modify and experiment
- Opensource
-
MLC Chat, an LLM which runs locally on your phone
github.com GitHub - mlc-ai/mlc-llm: Enable everyone to develop, optimize and deploy AI models natively on everyone's devices.Enable everyone to develop, optimize and deploy AI models natively on everyone's devices. - GitHub - mlc-ai/mlc-llm: Enable everyone to develop, optimize and deploy AI models natively on everyo...
-
An SDL language for writing prompts
github.com Experimental Prompting DSL by jxnl · Pull Request #25 · jxnl/openai_function_callTitle: Advanced OpenAI API Interaction Abstraction This pull request introduces new classes and methods to improve and simplify interactions with the OpenAI API. Key changes include: New message ...
Github user jxnl has published a SDL library (in python) to work with prompts more naturally.
It also makes it incredibly easy to work with function calls using Python's typings