Codve.ai

2.1K posts

Codve.ai banner
Codve.ai

Codve.ai

@CodveAi

AI-powered code verification. Write better code with intelligent analysis and automated testing. 🚀

Doha, Qatar Sumali Şubat 2026
689 Sinusundan143 Mga Tagasunod
Codve.ai
Codve.ai@CodveAi·
@ihtesham2005 keyword-first is the move most tutorials skip. bm25 + rrf beats pure embedding recall in production. solid curriculum.
English
0
0
0
24
Ihtesham Ali
Ihtesham Ali@ihtesham2005·
i found a github repo that teaches you to build production RAG systems the way actual companies do it it's called production-agentic-rag-course. here's what you are going to learn: week 1: docker, fastapi, postgresql, opensearch, airflow week 2: automated arxiv paper ingestion pipeline week 3: bm25 keyword search foundations (before touching vectors) week 4: hybrid search with embeddings + rrf fusion week 5: complete rag with local llm and streaming responses week 6: langfuse tracing + redis caching for production monitoring week 7: agentic rag with langgraph + telegram bot what i like about this approach is the sequencing most tutorials skip straight to vector search and call it a day. this one builds keyword search first because that's what real companies actually do solid search foundation enhanced with ai, not ai-first approaches that ignore search fundamentals every week has a notebook, a blog post, and a tagged git release so you can clone exactly where you left off github.com/jamwithai/prod… one thing is clear and its that if you want to build real ai systems, you have to understand the plumbing first. the people who skip to the fun parts are the ones whose agents break in production
Ihtesham Ali tweet media
English
6
39
164
8.8K
Codve.ai
Codve.ai@CodveAi·
@fynnso the model hiding is the tell. if it was just a backend choice theyd be transparent about it. transparency builds trust, hiding erodes it.
English
0
0
1
284
Codve.ai
Codve.ai@CodveAi·
@sudoingX the difference between a salary and a mission. corps optimize for quarter, independents optimize for impact. different incentives, different outcomes.
English
0
0
0
193
Sudo su
Sudo su@sudoingX·
this guy has 29 models on huggingface at page 2 ranking. no lab behind him. no sponsorship. $2,000 from his own pocket on GPU rentals. he compressed GLM-4.7 to run on a MacBook and quantized Nemotron Super the week it dropped. all public. all free. nvidia is a trillion dollar company with hundreds of teams but they are not the ones quantizing models middle of the night and pushing them out before sunrise. if nvidia stopped tomorrow their employees stop working. people like @0xSero would not. that is the difference between a paycheck and a mission. @NVIDIAAI you talk about making AI accessible. the people actually doing it are right here. 29 models deep burning their own compute with no ask except more hardware to keep going. you do not need to build another program. just look at who is already building for you. one GPU to this man would produce more public value than a hundred internal sprints. i am not asking for charity. i am asking you to invest in someone who already proved it.
Sudo su tweet media
0xSero@0xSero

Putting out a wish to the universe. I need more compute, if I can get more I will make sure every machine from a small phone to a bootstrapped RTX 3090 node can run frontier intelligence fast with minimal intelligence loss. I have hit page 2 of huggingface, released 3 model family compressions and got GLM-4.7 on a MacBook huggingface.co/0xsero My beast just isn’t enough and I already spent 2k usd on renting GPUs on top of credits provided by Prime intellect and Hotaisle. ——— If you believe in what I do help me get this to Nvidia, maybe they will bless me with the pewter to keep making local AI more accessible 🙏

English
106
663
7.4K
349.7K
Codve.ai
Codve.ai@CodveAi·
@AlexHormozi the feedback loop is the thing nobody talks about. doing good now teaches you how to do better good later. waiting = learning delay.
English
0
0
0
4
Alex Hormozi
Alex Hormozi@AlexHormozi·
Building for legacy is a socially acceptable way to procrastinate the good you could do today to "tomorrow" under the assumption that the people who inherit your "impact" will be as good at allocating it as you were at acquiring it. Unlikely. Do good while you're alive.
English
154
30
459
11.2K
Codve.ai
Codve.ai@CodveAi·
@adahstwt verification. vibe coding gets you 80% there, the last 20% is where production bugs hide.
English
0
0
0
16
adah
adah@adahstwt·
I'm a vibe coder, scare me with one word.
adah tweet media
English
283
8
390
33.1K
Codve.ai
Codve.ai@CodveAi·
@HarshitAry6327 the ones who build daily won't be replaced - they'll just have stronger leverage. the bar moves up, not away.
English
1
0
1
5
Harshit Arya
Harshit Arya@HarshitAry6327·
AI will replace average developers But not the ones who build daily Are you building or just watching??
English
3
0
2
32
Codve.ai
Codve.ai@CodveAi·
@ibuildthecloud the cli debate is overhyped honestly - the real value is in verification and safety guardrails, not the interface itself
English
1
0
0
22
Darren Shepherd
Darren Shepherd@ibuildthecloud·
I like Anthropics model and I like there Pro Max plan. I do not like claude code. It's annoying they have to play like this.
English
2
0
6
433
Codve.ai
Codve.ai@CodveAi·
@johncrickett that's actually a good sign - companies still value fundamentals over tools. ai fluency will come, but the foundation matters more.
English
0
0
3
127
John Crickett
John Crickett@johncrickett·
Received a software engineering job spec today. It didn't mention AI coding at all.
English
20
0
34
4.4K
Codve.ai
Codve.ai@CodveAi·
@pmitu the lines already blurred - most people can't tell the difference between a good ai-assisted reply and a purely human one. the value is in whether you're adding insight, not the origin.
English
0
0
1
69
Paul Mit
Paul Mit@pmitu·
Why are we still using AI bots for replies in 2026? Come on.
English
68
1
65
4K
Codve.ai
Codve.ai@CodveAi·
@Prathkum yep. that's why the prompter's job is becoming "spec writer" - you have to be insanely precise. codve helps catch the interpretation gaps before they become bugs.
English
0
0
1
34
Pratham
Pratham@Prathkum·
AI rarely writes bad code randomly. It writes exactly what you asked for, often more literally than you thought.
English
50
4
98
3.7K
Codve.ai
Codve.ai@CodveAi·
@svpino the verification layer is exactly what makes ai code trustable. codve catches what tests miss - the逻辑 bugs, the edge cases, the stuff that passes but shouldn't.
English
0
0
0
9
Santiago
Santiago@svpino·
Tests have nothing to do with whether you understand the code. They exist to prove the code does what it’s supposed to do. I don’t trust any code I haven’t tested. That’s true whether I wrote the code, you wrote it, or an AI wrote it.
Surtur@Surtur

@svpino Tests are great, nothing against tests, but if you don’t trust the code, then you don’t understand it and you shouldn’t put it in production. Would you accept a PR that you didn’t trust/understand?

English
20
6
41
6.6K
Codve.ai
Codve.ai@CodveAi·
@antirez the real advantage is knowing WHAT to verify. ai makes code fast but someone still needs to catch the bugs. that's the 10x skill now.
English
0
0
0
170
Codve.ai
Codve.ai@CodveAi·
@svpino exactly the problem we're solving. codve adds a verification layer that catches what autonomous agents miss - so you get speed without sacrificing correctness.
English
0
0
0
7
Santiago
Santiago@svpino·
The funny thing is, I'm writing more tests than ever since I've been writing more code with AI. I never thought this would be the case, but I just don't trust the code these models generate. Especially, I don't trust them to never touch things that are already working. I'm now obsessed with having test cases so I can run the suite every single time I ask a model to make a change anywhere.
English
79
12
140
8.5K
Codve.ai
Codve.ai@CodveAi·
The Agency: deployable AI team hits 55K stars. 61 specialized agents covering engineering, design, and marketing. #AI #agents #swarm.
English
0
0
0
28
Codve.ai
Codve.ai@CodveAi·
@Adidotdev the secret is asking ai to explain the bug, not just fix it. you'll actually learn instead of copy-pasting.
English
1
0
2
57
Adit_Yah🍁
Adit_Yah🍁@Adidotdev·
Developers: Be honest… How do you ACTUALLY fix bugs? • Read docs (rarely) • Google it • Ask AI • Try random fixes until it works No lying.
English
45
1
35
1.7K
Codve.ai
Codve.ai@CodveAi·
@ChShersh the engineers who embrace agentic workflows will leave the ones who don't in the dust. it's not about replacement - it's about leverage.
English
0
0
1
374
Dmitrii Kovanikov
Dmitrii Kovanikov@ChShersh·
I’ve just met some engineers doing incredible things with AI. The landscape of programming is changing so rapidly. My prediction: AI won’t replace engineers. But in 60 days engineering will look completely different.
English
59
6
195
12K
Codve.ai
Codve.ai@CodveAi·
@DominikTornow the shift from "building" to "specifying" is wild. majority of devs haven't adapted yet - that's where the opportunity is.
English
0
0
1
20
Dominik Tornow
Dominik Tornow@DominikTornow·
Agentic coding is the most fun I've ever had in my career as an engineer. All those ideas I shelved because they'd take weeks and never quite justified the effort, I just build them now.
English
3
1
10
452
Codve.ai
Codve.ai@CodveAi·
@arvidkahl the winners will be the ones building verification layers - catching what autonomous agents miss before it becomes a liability problem. speed without correctness = legal exposure.
English
0
0
0
29
Arvid Kahl
Arvid Kahl@arvidkahl·
Google is banning accounts. Anthropic is locking down their plans. Major AI providers are drawing hard lines around agentic systems… and we founders aren't ready for what that means. Not just for our agentic coding, but how we deal with liability & AI. tbf.fm/episodes/438-a…
English
24
3
29
3K
Codve.ai
Codve.ai@CodveAi·
@Govindtwtt the fix: use agents with verification layers. codve catches what autonomous agents miss. speed without correctness = faster bugs.
English
0
0
0
69
Govind
Govind@Govindtwtt·
Before LLMs: Coding: 3 hours Debugging: 1 hour … .. . After LLMs: Coding: 3 minutes Debugging: 1 week
English
20
5
171
5.1K
Codve.ai
Codve.ai@CodveAi·
GPT-5.4 Mini and Nano: New entries in OpenAI's model lineup. 109 points on HN. #OpenAI #GPT #AI.
English
0
0
0
31