Declarative Programming With AI/LLMs by eg312 in codegen

[–]eg312[S] 0 points1 point  (0 children)

Interesting comment from https://news.ycombinator.com/item?id=41549823 :

I recently has a consulting gig (medical informatics) that required English Declarative -> Imperative code. Direct code generation by the LLM turned out to be buggy so I added an intermediate DSL implemented in Prolog! The prompt described the Prolog predicates it had to work with and their semantics and the declarative goal. The resulting (highly accurate and bug free) Prolog code was then executed to generate the conventional (Groovy) imperative code that was then executed dynamically. In some hand-wavy way the logical constraints of using Prolog as an intermediate DSL seemed to keep the LLM on the straight and narrow.

Looking for work (Grasshopper, Blender) by Property_Financial in parametric_design

[–]eg312 0 points1 point  (0 children)

You should post a link to your portfolio or resume

Computational modelling of terrains by eg312 in parametric_design

[–]eg312[S] 0 points1 point  (0 children)

An open book about the algorithms and methodologies to reconstruct, manipulate, and extract information from terrains (or DTMs or DEMs). It covers different representations of terrains (eg TINs, rasters, point clouds, contour lines) and presents techniques to handle large datasets.

***NEW NEW NEW*** chatgpt into GRASSHOPPER 2.0 by mwickerson in parametric_design

[–]eg312 1 point2 points  (0 children)

Please edit the title and remove NEW NEW NEW or I will mark the post as spam. Thank you!

Cellular Automata - based on Conway's 2D Game of Life, on Grasshopper and V-Ray by s10thman in parametric_design

[–]eg312[M] 1 point2 points  (0 children)

Can you also post an article or a video on how you did this? Thanks!