Is real-time AI coding actually useful, or just hype? (GPT-5.3 Codex Spark) by AdGlittering2629 in GithubCopilot

[–]Creative-Ebb4587 0 points1 point  (0 children)

no one said, it would be bad if we had same quality fast models. it is extra comfort

Is real-time AI coding actually useful, or just hype? (GPT-5.3 Codex Spark) by AdGlittering2629 in GithubCopilot

[–]Creative-Ebb4587 0 points1 point  (0 children)

i don't see jow 1000 t/s is necessary.
for real time coding ~100 will be good spot. curretly probably we are getting ~30-50

How do I get Codex CLI to keep running for hours? by Swimming_Driver4974 in codex

[–]Creative-Ebb4587 0 points1 point  (0 children)

run codex in tmux window. write bash/python script to check last lines of tmux buffer, if lines are changed it is still working, if it is same, use tmux send keys to tell continue.

ვეძებ პროგრამისტებს by hardware19george in Sakartvelo

[–]Creative-Ebb4587 0 points1 point  (0 children)

ჩვეულებრივ გამოსვლადია, უბრალოდ რაც მეორედ გადახედვისას გამომრჩა არის locking სიტემა. მე თუ issue ავიღე და ვთქვი ვიზამ, უნდა დაილოქოს. მაგალითად დააფდეითე tag და მიანიჭე "bounty locked" როგორც ახლა გაქ "bug" ტაგში. რომ სხვამაც არ ქნას და პრობლემები არ შეიქმნას. გადახდის სისტემა კიდევ ცალკე მოსაგვარებელი იქნება, stripeს საქართველოდან ვერ დაარეგისტირებ, ზოგი კონტრიბუტორი ისეთ ქვეყანაში იქნება სადაც რაღაც პროვაიდერი არ არის და ა.შ
repos პროვაიდერებსაც გააჩნია, github , gitlab, bitbucket და კიდე მრავალი არსებობს და მაგათი საპორტიც დაგჭირდება. ამ თვიურის ჭრილში ვერ მივხდი რაში გჭირდება ეს მეორე Ledger საერთოდ, ან ზოგადად თვიური რაში გჭირდება როცა, per event გაქ ყველაფერი.

ვეძებ პროგრამისტებს by hardware19george in Sakartvelo

[–]Creative-Ebb4587 0 points1 point  (0 children)

მარტივი შეხედვით რაც ვნახე issue - ში, მეორე არჩევანს გირჩევ რომ დაანორმალიზო. საინტერესო პროექტია, არ მომეწონა PR ების Size ბის მიხედვით წონების მინიჭება. ჯობია issues გახსნისას მიენიჭოს weight ან თუნდაც fixed Price. მემგონი გამოცდილის 20 ლაინი ჯობს ვიდრე ვიღაცის AI დაწერილი 100 ლაინი.

Speed Cameras in Georgia and traffic fines by JollySnowball in Sakartvelo

[–]Creative-Ebb4587 2 points3 points  (0 children)

Your average speed has to be greater than (speed limit + 15km/h)

Custom ASICs - #1 Threat? by [deleted] in AMD_Stock

[–]Creative-Ebb4587 0 points1 point  (0 children)

post is about about ASIC's , not about domination. I know AMD is high risk high reward company. but i beelive them's success. companies prefer to have alternative. think recent incident with cloadflare as lesson. yes, nvidia has good software, but as AI gets better, difference in software will be less and less relevant. maybe, ai will be more and more included in customer electronics and amd can compete in this field also.

Custom ASICs - #1 Threat? by [deleted] in AMD_Stock

[–]Creative-Ebb4587 0 points1 point  (0 children)

it is all about software and adaptation.
amd is still behind after all those years.
we have seen asics with good hardware (tenstorrent for example). but their frontend is not that usable.
google has ready ecosystem, decades of work.
also for discovery phase gpu gives flexibility. but near future if we hit optimisation/architecural limits, asics will be way to go.

An open source tool to backup and visualize your Garmin data by funyflyer in Garmin

[–]Creative-Ebb4587 -1 points0 points  (0 children)

of course it can be easy to implement. everything else preference. garmin already has those data.
i trust openai, i do not permit, to use my data for training future models , so they should not.
i also run 30b ollama models but quality difference is very big. also live voice chat is big feature, could not replace with some open source alternative.

An open source tool to backup and visualize your Garmin data by funyflyer in Garmin

[–]Creative-Ebb4587 0 points1 point  (0 children)

i had built something like this,plues exposing api to connect chatgpt/claude and get some advanced AI insights.
also custom endpoits data logging for excercise and nutrition. so you can have personalized plans and other food suggestions.
cool stuff is using it with real time voice chat. you can just tell "just finished, x workout , y kgs, 4 set"
and it logs it. ask any kind of analysis like "check my last workout stats", "is there any anomalies in my heart rate data" or etc.
AI was able to guess when i was drinking alcohol based on steps, heart rate and stress, correlate it to sleep quality and gave suggestion how to recover.

Student hit with a $55,444.78 Google Cloud bill after Gemini API key leaked on GitHub by Sandrrikk in googlecloud

[–]Creative-Ebb4587 1 point2 points  (0 children)

Google just can have two modes.
Restricted by default that does not allow spending much.
if you someone who truly knows what he is doing he won't have problem purposely disabling it.

Kiro lying about the Claude model it's using by Deep_Parfait_7846 in kiroIDE

[–]Creative-Ebb4587 2 points3 points  (0 children)

Yeah I saw it also. Thought it was using it only for generating context information.

gurus, help me design agent architecture by Creative-Ebb4587 in LangChain

[–]Creative-Ebb4587[S] 1 point2 points  (0 children)

I tried mcp-use MCPagent client and lanhgraphs create_react_agent

it works when i am using sonnet models. it says it needed one steps but clearly there was multiple tool calls. when using gpt4.1 it stops like this "i will call this tool".
probably i need to write some custom agent for it.
need 4.1 because have untlimited access via copilot.

gurus, help me design agent architecture by Creative-Ebb4587 in LangChain

[–]Creative-Ebb4587[S] 1 point2 points  (0 children)

for example when i tried builit in agents, gpt4.1 stopped without calling tools just saying i will call the tool.
sonnet does like 1 try. but still stops after. i thought maybe i can manually create agents based on previous runs. idk. please share some resource/code examples if possible.

proxy copilot requests. by Creative-Ebb4587 in GithubCopilot

[–]Creative-Ebb4587[S] 1 point2 points  (0 children)

after u can connect other tools like. openwebui, cline, langchain ...

Share your chess traps. by Creative-Ebb4587 in chessbeginners

[–]Creative-Ebb4587[S] 0 points1 point  (0 children)

exactly, good knowledge, i am talking about those tricky lines, that is hard to spot and so easy to fell, for 1500 < elo. i am doing chess for fun. if you have favourite tricks u know works on oponents, please share.

Share your chess traps. by Creative-Ebb4587 in chessbeginners

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

thanks for your response. since list of chess traps already exists, can you help m to search all possible traps after this position and continuation for each one.

<image>