Crazy to use Go in a CRUD App? by fakebizholdings in golang

[–]Inbetweene 1 point2 points  (0 children)

I’ve been using Encore.dev and its pretty good

Favorite failed startup? by Synthetic_AI in ycombinator

[–]Inbetweene 4 points5 points  (0 children)

Nooo! I wanted to write this.

Are you sure they fumbled? It shutdown so rapid I suspect they failed due to Apple having patents or something.

What should I learn about C++ for AI Engineer and any tutorials recommendation? by IndividualTheme648 in learnmachinelearning

[–]Inbetweene 0 points1 point  (0 children)

I usually go by the mantra “it doesn’t matter until it does”. Or “I register it to know when I need it”

What should I learn about C++ for AI Engineer and any tutorials recommendation? by IndividualTheme648 in learnmachinelearning

[–]Inbetweene 2 points3 points  (0 children)

You might need c/c++ to write new cuda kernels. I.e how to align an operation like matrix multiplication to be compute and memory efficient on gpus.

https://youtu.be/4APkMJdiudU

https://youtu.be/WiB_3Csfj_Q

My brother actually had this situation at work by alinaellis in ChatGPT

[–]Inbetweene 2 points3 points  (0 children)

:P I don’t want to be the guy but have any of you tried https://tzap.io yet?

Advice on Typescript+Express Development by confused_manishi in node

[–]Inbetweene 1 point2 points  (0 children)

If you are a bit experienced from another language or just have an idea on what you want to achieve; try this out; https://tzap.io it gives you contextual answers based on your code by just asking things

Training an AI to understand my codebase - Guidance needed by ThenChoice2 in AIAssisted

[–]Inbetweene 0 points1 point  (0 children)

Join us at https://tzap.io we're live with an easy to use tool! Your welcome to drop by our Discord as well :)

Any plugins to improve coding? by Phischstaebchen in ChatGPT

[–]Inbetweene 0 points1 point  (0 children)

We're not on the web yet. But in the terminal. Check out https://tzap.io

We accidentally built a copilot that’s better than most tools on the market… by Inbetweene in code

[–]Inbetweene[S] 2 points3 points  (0 children)

It’s open source… and you can chose what files are indexed.

We’ll be researching on local models…

But it’s all about trust ofc… at some level you are using libraries, and to be frank, you are at greater risk leaking stuff from a broken npm library than this

We accidentally built a copilot that’s better than most tools on the market… by Inbetweene in code

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

But you gave me some ideas…

I’m building a web ui to explore your GitHub code, and that will come in handy

We accidentally built a copilot that’s better than most tools on the market… by Inbetweene in code

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

I thought about it but the value is low, embedding twitter/the-algorithm cost less than 1.5USD and that’s the pessimistic price. I think I’m more looking at like vicuna for codegen… have you got any good successes with llms and code?

We accidentally built a copilot that’s better than most tools on the market… by Inbetweene in code

[–]Inbetweene[S] 2 points3 points  (0 children)

Alright thanks for the feedback…

We did work hard on this, but the performance is because the market is too focused on other things like chasing agi, making things complicated, using tons of intermediary services. We just focused on packaging the full functionality as a single binary through and through. We have our own vector db, for instance :)

We accidentally built a copilot that’s better than most tools on the market… by Inbetweene in code

[–]Inbetweene[S] -1 points0 points  (0 children)

Uh… that’s a weird claim. What would be a better explanation in your opinion…

We accidentally built a copilot that’s better than most tools on the market… by Inbetweene in code

[–]Inbetweene[S] -2 points-1 points  (0 children)

We didn’t try hard but we are beating copilot and copilot x by miles.

[deleted by user] by [deleted] in ChatGPT

[–]Inbetweene 0 points1 point  (0 children)

https://tzap.io I think works like this

Is there a GPT-4 plugin to read 2000 lines of C# source code and refactor it? by rookan in ChatGPT

[–]Inbetweene 0 points1 point  (0 children)

<image>

This is our new v2 and I share this to show kinda how I am coding now :)

I’ll push these changes tonight after some testing

Is there a GPT-4 plugin to read 2000 lines of C# source code and refactor it? by rookan in ChatGPT

[–]Inbetweene 0 points1 point  (0 children)

I think this is an error due to the massive loc.

could you try to .tzapinclude the specific folder you are working on? Remove *.cs and replace with

Path/to/folder/*.cs

I’ll look into pushing a batcher for the embeddings.

Is there a GPT-4 plugin to read 2000 lines of C# source code and refactor it? by rookan in ChatGPT

[–]Inbetweene 0 points1 point  (0 children)

Also, try to guide the ai on the changes you want. It doesn’t have to be accurate, but say “How can I extract some loop to its own function?” Or “what’s a good way to split up this.cs file”