Lisp Ai Generator 90%
This is the holy grail of generative AI: Because the Lisp AI Generator outputs Lisp code, the AI can read its own source code, identify inefficiencies, generate a patch (a Lisp macro), and replace its own functions at runtime.
: There are ongoing community efforts on Reddit to build competitors to modern AI frameworks like LangChain within the Common Lisp ecosystem to bring the language back into mainstream AI development. lisp ai generator
(defmacro with-timing (label &body body) `(let ((start (get-internal-real-time))) (multiple-value-prog1 (progn ,@body) (let ((elapsed (/ (- (get-internal-real-time) start) internal-time-units-per-second))) (format t "~a elapsed: ~,3f ms~%" ,label (* 1000 elapsed)))))) This is the holy grail of generative AI:
If you want to explore the Lisp AI Generator niche, here is your stack: generate a patch (a Lisp macro)
: Its interactive nature and automatic memory management (garbage collection) allowed researchers to iterate quickly on complex algorithms.
This is the holy grail of generative AI: Because the Lisp AI Generator outputs Lisp code, the AI can read its own source code, identify inefficiencies, generate a patch (a Lisp macro), and replace its own functions at runtime.
: There are ongoing community efforts on Reddit to build competitors to modern AI frameworks like LangChain within the Common Lisp ecosystem to bring the language back into mainstream AI development.
(defmacro with-timing (label &body body) `(let ((start (get-internal-real-time))) (multiple-value-prog1 (progn ,@body) (let ((elapsed (/ (- (get-internal-real-time) start) internal-time-units-per-second))) (format t "~a elapsed: ~,3f ms~%" ,label (* 1000 elapsed))))))
If you want to explore the Lisp AI Generator niche, here is your stack:
: Its interactive nature and automatic memory management (garbage collection) allowed researchers to iterate quickly on complex algorithms.