HackerTrans
トップ新着トレンドコメント過去質問紹介求人

srid68

no profile record

投稿

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

srid68.github.io
1 ポイント·投稿者 srid68·8 か月前·1 コメント

Show HN: Polyglot Web Assembler done using AI

github.com
4 ポイント·投稿者 srid68·9 か月前·0 コメント

コメント

srid68
·8 か月前·議論
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 か月前·議論
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 か月前·議論
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.