1. Vibe‑coding / AI‑generated code concerns
Many commenters argued that Bend’s compiler being “99% AI‑written” (as stated in its README) exemplifies unvetted, “vibe‑coded” slop that lacks proper auditing or understanding of the field.
“The compiler (not kernel) is 99% AI-written and has not been fully audited yet.” – wg0 (quoting the README)
“so vibecoded” – jdiaz97
2. Defense of the author’s expertise and intent
Opposing voices pointed out that the language’s creator, Victor Taelin, has a long‑standing background in formal verification (e.g., Formality, Cedille‑Core) and that the design choices are deliberate, not the result of ignorance.
“I dropped out of Federal University of Rio de Janeiro to study this subject independently… I’ve also been researching the later, and I built SupGen…”. – LightMachine (author)
“the author is clearly aware of formal verification, they've written several implementations of dependently typed languages”. – mccoyb
3. Technical debate over string representation and performance
Discussion centered on whether storing strings as linked lists (as Bend does) is a sensible trade‑off, especially for GPU‑parallel workloads versus cache‑friendly contiguous buffers.
“Note that using linked lists for strings is actually more 'parallel friendly' because you can take the head/tail and spread it around 16k GPU cores in O(1), unlike in Haskell, unlike arrays, which require a linear copy, becoming quadratic.” – LightMachine
“Strings are linked lists of characters, so text processing is slow.” – README.md (cited by wg0)
4. Skepticism about project popularity, star inflation, and repo history
Several users questioned the legitimacy of Bend’s rapid GitHub star growth, suggested possible botting, and criticized the decision to rewrite history when reusing the Bend1 repo for Bend2.
“The obvious botted stars on GitHub in 2 hours was an immediate red flag.” – rvz
“Does anyone know where they bought the popularity and contributors from?” – monster_truck
“Why would you kill the source history of Bend1 completely if it has 20K stars?” – bhouston