Skip to content
View trgysvc's full-sized avatar

Block or report trgysvc

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
trgysvc/README.md

Hi πŸ‘‹, I'm Turgay

A passionate Full-Stack developer

trgysvc

  • πŸ”­ I'm currently working on unreal engine and building autonomous AI agents on local hardware

  • 🌱 I'm currently learning tensorflow, C++ and local LLM inference on edge hardware

  • πŸ‘― I'm looking to collaborate on autonomous AI systems, local LLM pipelines and anyone who likes to share knowledge

  • 🀝 I'm looking for help with blueprint and Apple Silicon MLX inference optimization

  • πŸ’¬ Ask me about unreal engine, ANF β€” Autonomous Native Forge, Node.js native modules, vLLM on Blackwell, python and everything about IT

  • πŸ“« How to reach me turgaysavaci@gmail.com

Connect with me:

turgay-savac turgaysavaci trgysvc turgaysavacΔ± turgaysavac trgysvc trgysvc turgaysavaci @turgaysavaci

Languages and Tools:

azure blender cplusplus csharp docker dotnet figma firebase gcp html5 illustrator javascript jekyll kotlin linux mssql mysql nestjs nodejs oracle postgresql postman python react reactnative ruby swift tailwind tensorflow typescript unreal


πŸ”₯ Current Project β€” ANF (Autonomous Native Forge)

A cloud-free, self-healing software production pipeline powered by 4 AI agents.
Zero middleware. Zero external dependencies. Pure Node.js native.

PM Agent β†’ Architect Agent β†’ Coder Agent β†’ Reviewer Agent
              ↑__________________________________|
                     Self-Healing Loop

4 AI agents collaborate to analyze, design, write, and audit code β€”
running on local hardware with local LLM inference, completely offline.

Currently running on: NVIDIA Blackwell GB10 + DeepSeek-R1-32B
Porting to: Apple Silicon (Unified Memory) Β· ASUS Ascend (NPU)

ANF Repo


πŸ› οΈ Tech Philosophy

// What I don't do
const express = require('express');   // ❌
const axios   = require('axios');     // ❌
const _       = require('lodash');    // ❌

// What I do
const https = require('https');       // βœ…
const fs    = require('fs/promises'); // βœ…
const { EventEmitter } = require('events'); // βœ…

Native Node.js only. If the runtime has it built-in, I don't install a package for it.
This isn't dogma β€” it's a deliberate choice to understand every layer of the stack.


πŸ“‘ Platforms & Hardware

Node.js NVIDIA Apple Silicon DeepSeek


πŸ“– The Transparency Manifesto

I don't build in private and launch with a polished demo.
I build in public and document every failure along the way.

Every session produces:

  • πŸ”΄ What broke and why
  • 🟑 What was attempted
  • 🟒 What was learned

All of it lives in DEVLOG.md β€” updated after every session.


πŸ“¬ Connect

LinkedIn NVIDIA Forums

Popular repositories Loading

  1. AutonomousNativeForge AutonomousNativeForge Public

    ANF β€” Autonomous Native Forge is a cloud-free, self-healing software production pipeline powered by 4 AI agents (PM, Architect, Coder, Reviewer). Built entirely on Node.js native modules β€” no middl…

    JavaScript 1

  2. trgysvc trgysvc Public

    Config files for my GitHub profile.

  3. MyFirstCsharp MyFirstCsharp Public

    C#

  4. BasicUserPurchaseTracker BasicUserPurchaseTracker Public

    The project tracks the user's purchase information and calculates points.

    C#

  5. GettingStartedWithRTXRayTracing GettingStartedWithRTXRayTracing Public

    Forked from NVIDIAGameWorks/GettingStartedWithRTXRayTracing

    Getting Started with RTX Ray Tracing

    C++

  6. MultiFunctionalConsoleApplicationCsharp MultiFunctionalConsoleApplicationCsharp Public

    This project was designed to develop and reinforce basic skills in the C# programming language

    C#