HackerTrans
TopNewTrendsCommentsPastAskShowJobs

srid68

no profile record

Submissions

Why is AI Generated Rust slow when compared with Go/C#/Node/JavaScript

srid68.github.io
1 points·by srid68·8개월 전·1 comments

Show HN: Polyglot Web Assembler done using AI

github.com
4 points·by srid68·9개월 전·0 comments

comments

srid68
·8개월 전·discuss
I am building two major Open Source Projects using AI one of which i have already published https://srid68.github.io/Arshu.Assembler/ and another one will publish in two weeks time which is OCIServer. If you interested, we can collaborate. contact details in my profile. I am looking forward to implement the same abstractions/projects in other languages like clojure, lua, haskel, c, ocaml which will be very interesting.
srid68
·8개월 전·discuss
Sharing a interesting observation where the rust generated code using AI is slower than equivalent code generated in other languages by AI

As a person who knows only c# and has experience only in c#, i was suprised by this.
srid68
·9개월 전·discuss
Currently building a Declarative Web Assembler of Html/Json using AI in multiple languages for the past 1 month: https://github.com/Srid68/Arshu.Assembler deployed to fly.io

https://jsassembler.fly.dev/ https://csharpassembler.fly.dev/ https://goassembler.fly.dev/ https://rustassembler.fly.dev/ https://nodeassembler.fly.dev/ https://phpassembler.fly.dev/

The purpose is to find if can i build declarative software in multiple langauges (Rust, Go, Node.Js, PHP and Javascript) knowing only one language (C#) without understanding the implementation deeply.

Another purpose is validate AI models and their efficiency since development using AI is hard but highly productive and having a declarative rules to recreate the implementation may be used to validate models

Currently i am convinced it is possible to build, but now working on creating a solid foundation with tests of the two assembler engines, structure dumps, logging, logging outputs so that those can be used by the AI which it needs to fix issues iteratively.

Need to add more declarative rules and implement a full stack web assembler to see if AI will hit the technical debt which slows/stop progress. Only time will tell.