We’re excited to be in #bangalore talking about #riscv next month. Find out more and register here –> https://
bit.ly/indiariscv
OPEN SOURCE
-
RISC-V Conference Bangalore 2026 Registration Open
By
–
-
Autonomous AI Agent Loop with OpenAI and Pinecone
By
–
Custom Python loop, OpenAI for task generation, Langchain for task execution, Pinecone for storing learnings, running on Replit
-
Building Programming Languages with English Auto-Complete Features
By
–
Time to build new programming languages that have english auto-complete heavily built in
-
FLAN-UL2 Not a Chatbot Understanding Model Purpose
By
–
IIRC, when it first came out i saw some people trying to compare it with chatgpt. flan-ul2 is not a chatbot, folks who already use it know where it's true value lies. some ppl be lik going to supermarket, buying raw chicken breast, eating it and complaining it's not KFC .
-
Proprietary Model Dependency Risk in AI Development
By
–
Yea, one group's cash-in will hinder progress substantially. Everyone will use api-distilled dataset to bootstrap their models. 5 years down the road…no one figured how to do it without the proprietary model in the first place. So dangerous.
-

Databricks Releases Dolly, an Open Source Instruction-Following AI Model
By
–

Dolly from @databricks
, a new open source instruction-following model, tuning GPT-J-6B on Alpaca data for 30 minutes on a single machine: https://
databricks.com/blog/2023/03/2
4/hello-dolly-democratizing-magic-chatgpt-open-models.html
… -
Databricks Dolly: Open Source LLM Training in 30 Minutes
By
–
Have 30 minutes to spare? That’s all you’ll need to train your own Dolly – an open source LLM – on Databricks and enjoy #ChatGPT-like capabilities. Check out our latest updates, including our GitHub repo, here https://
databricks.com/blog/2023/03/2
4/hello-dolly-democratizing-magic-chatgpt-open-models.html
… -

GPT-4 Report Lacks Reproducibility Documentation
By
–
While we're looking at source codes, I checked out the source of the GPT-4 Tech Report, and found neurips_checklist.tex (not compiled in their main.tex, I added it back in). Reproducibility answers are DEFINITELY not for this paper https://
arxiv.org/abs/2303.08774 -
Open vs Closed Source Operating Systems Competition Ahead
By
–
If that's indeed an OS, let's prepare to see an interesting replay of closed vs open-source operating systems in the coming years 🙂
-
Alpaca as Local Model with GPT-4 API Integration
By
–
we don't need GPT-4 to run locally… for most basic tasks, the instruction-tuned Alpaca model is all that is needed the hack will be configuring Alpaca to treat GPT-4 like a plug-in and call its api only when necessary for more complex tasks