Hacker News
new
top
best
ask
show
job
C.O.R.E Alternative to LLM?
2 points
by
phboot
12 hours ago
2 comments
theamk
10 hours ago
it's rule-based engine, two .c files with <2K lines of .c total. This snippet should give you a good idea what the code is like:
if (strstr(input, "who is") || strstr(input, "what is")) { intent_identity = true; }
That's like 1960-s style rules engine, except even more basic.
tartoran
12 hours ago
Alternative to LLMs or alternative to AI? I'm sure in the near future many other tools will come to fruition but unfortunately the money spent by the industry will make the bubble pop before AGI can take off.