r/AILearningHub

▲ 5 r/AILearningHub+3 crossposts

Free ai for coding

Hi,

I previously used antigravity for 3 months with the 25$/month plan. Currently I am using vs code with kilo code and am running DeepSeek v4 pro through open router. I am also exploring using the free aws 100$ but it isn’t working for some reason. I have also checked out gitlab and heard about a notion bug that lets you code with it. Is there any loopholes or optimal ways to get frontier ai for free or at a very low cost (I am ok with trials aswell) to code on an ide? I am also curious on hearing your guys setups.

Any information on this matter helps.

Thank you

reddit.com
u/submarinebeansteam — 3 hours ago

Looking for a serious AI Research Learning Partner (India preferred, but anyone is welcome!)

Hi everyone,

I recently graduated with a B.Tech and have spent a lot of time building my programming skills. I'm comfortable with DSA, Python, and backend development, and I know the basics of machine learning and neural networks.

Over the last few months, I realized that while software engineering is interesting, AI excites me much more. Instead of just using AI tools or building applications on top of existing models, I want to understand how modern AI actually works and eventually contribute to AI research.

I'm looking for a committed learning partner who wants to go on this journey together.

The plan

  • Start from scratch with the mathematical foundations:
    • Linear Algebra
    • Calculus
    • Probability
    • Statistics
    • Optimization
  • Build a deep understanding of machine learning and deep learning.
  • Learn PyTorch properly.
  • Read research papers together.
  • Reproduce important papers by implementing them from scratch.
  • Discuss ideas, run experiments, and hopefully work toward publishing research in the future.

I don't expect either of us to know everything. The goal is to stay consistent, keep each other accountable, and learn by building and experimenting.

I'm not looking for someone who disappears after a week or is only interested in interview preparation. I'd rather study with someone who's genuinely curious and willing to invest months (or even years) into becoming really good in this field.

A bit about me:

  • 🇮🇳 I'm from India.
  • Strong programming background.
  • Comfortable with coding and problem-solving.
  • New to the research side of AI, but highly motivated to learn it properly.

If this sounds like something you'd enjoy, feel free to comment or send me a DM. Even if you're starting from zero in AI research but are committed to the journey, I'd love to connect.

Who knows? Maybe a few years from now we'll look back at this post after publishing our first paper together. :)

reddit.com
u/Inevitable-Pay-4009 — 4 hours ago
▲ 8 r/AILearningHub+4 crossposts

Does anyone else organize AI projects like this?

I've been experimenting with a workflow where I organize AI knowledge into structured documentation instead of dumping everything into one giant document.

The idea is to split information into focused markdown files (instructions, project context, documentation, etc.) so AI has less irrelevant context to process and can work more reliably across larger projects.

I made a video explaining how I'm currently doing it, but apparently YouTube has decided my audience consists of approximately three confused family pigeons.

I'm not really looking for subscribers. I'd genuinely love feedback from people who actually use AI every day.

  • Is this workflow useful?
  • Am I overcomplicating it?
  • Is there a better way to structure long-term AI projects?

Video:
https://youtu.be/UJundV0UjjE?si=sQY65-t4GJsMmHmS

I'd appreciate any criticism, even if it's brutal. Better now than after making another 20 videos the wrong way.

u/RamiSoboh — 11 hours ago

Need AI project ideas.

Hi everyone!

I'm at a stage where I'm not sure what to build next, so I'd love some suggestions.

I'm currently targeting AI engineer role and want to build projects that genuinely strengthen my portfolio.

I'm looking for project ideas that are:

  • technically challenging
  • solve real-world problems
  • impressive enough to showcase in interviews
  • preferably involving LLMs, agents, multimodal AI, computer vision, or ML systems

I'm not looking for beginner projects like chatbots or sentiment analysis.

If you were building an AI portfolio in 2026, what 3–5 projects would you recommend?

reddit.com
u/EngineerCtrlT — 7 hours ago

Unrestricted AI

Does anybody know a truly "unrestricted AI" I'm trying to build an AI client follow up tool for telegram, and maybe other chat platforms aswell. The problem here is that with claude code, it was going well for the first 4 hours building it. Claude was compliant, advised me on what to do and what the next steps are. The problem came when building the actual code for the tool. Claude backed off completetly, and left me with a "my fault", as it explained it's against ToS of telegram. Is there an AI that can do this follow up / client outreach tool without this problem

reddit.com
u/LeastCommunication12 — 15 hours ago
▲ 13 r/AILearningHub+1 crossposts

Ai projects

Looking for good, self ai software projects to display on my resume. I cant think of anything to build besides things alot of people have already built.

reddit.com
▲ 5 r/AILearningHub+1 crossposts

Personal AI Project

Right now I am working on YouTube Chatbot, where a user can paste the url of the video and ask questions based on that. I have followed classic RAG approach. The design looks like this :

Initial design :

(query, url) → YouTube Transcript API → Translate to English (Gemini 3.5 Flash) → Chunk → Vector store (Chroma) → Similarity search → Augment context with query → LLM → Output

Upgraded design :

(query, url) → YouTube Transcript API → Chunk raw transcript → Translate to English (Gemini 3.5 Flash) asynchronously each chunk → Vector store (Chroma) → Similarity search → Augment context with query → LLM → Output

I have some intermediate steps also like if the video id is already present in vector store I will directly point to the vector store and retrieve relevant context.

There is Langsmith integration.

My main doubt here is this :

  1. I used free gemini-3.5-flash model and it limited me to only 5 requests per minute, the problem is a particular video was 1 hr long it took approx 126 seconds to translate it using this model

  2. I upgraded it to Tier 1 and I have changed the translation step to asynchronous, i.e, the chunks will get translated in parallel and I noticed the latency drop to 15 seconds.

I am thinking of mentioning this project in my resume, will I face any backlash because I upgraded the model?? (I think basically the model will take the same time, it is the asynchronous logic which helped in bringing the latency down to 15 sec, to make these calls happen I had to increase my Tier and get those extra calls per minute).

reddit.com
▲ 5 r/AILearningHub+4 crossposts

Day 2 of AI Engineer Practice - Agent Tool Integration Patterns: Integrate an External Tool in an Agentic System

Situation: A construction company has an internal project management agent that needs to access weather data for better project briefings.

Question: Describe the technical steps and considerations involved in an agent invoking a tool, passing parameters, and processing the results, including error handling and state management.

  • Walk through the process of an agent using a tool to retrieve weather data, from the agent's decision to use the tool to processing the returned information.
  • How should an agent handle a scenario where an integrated tool returns an error or an unexpected data format?
reddit.com
u/NoMusician464 — 1 day ago
▲ 1 r/AILearningHub+1 crossposts

13 things AIs lie about, and the prompt that catches each one

AIs don't just make things up. They agree with bad ideas, invent sources, say "done" when the work is half finished, and apologize then repeat the same mistake. I collected the 13 ways AIs lie, each with a prompt that catches it . Free, github.com/dario933/ai-truth-checklist .If your AI told you a lie that's not on the list — tell me, I'll add it

u/casperMSP — 23 hours ago
▲ 159 r/AILearningHub+27 crossposts

How to build an AGY WIKI OKF on the Antigravity CLI

AGY Builders,

We are all trying to build useful and scalable workflows for our AGY CLI and ecosystem, but the speed at which we need to learn, build, and deploy new things is incredibly overwhelming. If you are feeling that pressure, you are in the right place here at r/GoogleAntigravityCLI.

Over the past few weeks, I have been testing an "AGY WIKI OKF" setup that I put together myself (after inviting some members of this community to collaborate; mod is not proud). I know some folks might hesitate to trust a tutorial from a random Redditor, but I wanted to share this with the community anyway because it actually works.

I was able to build this because I am all-in on Google and the Antigravity Ecosystem. I’m a truly AGY—I am not some ultra-smart, 10x developer, but I know how to work hard, I dig for the right information, and I iterate.

AGY WIKI OKF | The Idea

To build a frictionless, token-efficient knowledge WIKI engine that transforms static documentation or notes (information) into an active, intelligent collaborator—orchestrated entirely by Antigravity CLI.

The core philosophy is simple: treat knowledge management as a clean pipeline and tokens as a premium, finite resource.

By anchoring this architecture to Google’s Antigravity CLI, the AGY WIKI OKF bypasses heavy middleware and complex UI layers, delivering a hyper-focused AI partner built entirely for execution speed, context hygiene, and minimal footprint.

Why adopting AGY WIKI OKF matters:

  • Stay organized (AGY OCD): Structured Markdown and YAML keep the chaos in check.
  • Save tokens: Doing more with less context window bloat.
  • Scale shareable knowledge: Making it easy to pass context and logic between different LLMs.
  • Humans and Agents working together: One standardized, readable format that works perfectly for both of us.
  • BYOD (Bring Your Own Data): Own your context. Port it to the newest model, platform, or OS instantly.

The Tools

The WIKI

In the agent-first era, a WIKI is no longer just a static graveyard for human notes; it is the operational hard drive for your agents. By maintaining a highly structured WIKI, you ensure that every piece of context is stored in a clean, machine-readable format. This means that whether you are testing a new modular skill or spinning up a specialized agent, your AGY CLI knows exactly where to find the precise context it needs to generate autonomous action, moving you far beyond simple, reactive conversational text.

Reference: Gist on Knowledge Representation

Google Open Knowledge Format (OKF)

Google’s Open Knowledge Format (OKF) feels like the exact missing piece we've needed for orchestrating multiple AI agents effectively. It provides a vendor-neutral, interoperable standard for storing and sharing organizational knowledge.

Why this is huge for orchestration:

  1. The "Lingua Franca" for Agents: Any agent can read it out of the box without platform-specific integrations.
  2. Seamless Context Passing: Specialized agents can access, update, and pass the exact same foundational context back and forth.
  3. Human-in-the-Loop Oversight: Because OKF is just Markdown and YAML, it’s inherently readable and auditable.
  4. Scalable Knowledge: It acts as a shared, living library that grows alongside your agents.

AGY WIKI OKF Integration

Structuring an AGY Wiki using OKF revolutionizes how complex knowledge is shared. By standardizing documentation with concise Markdown and YAML frontmatter, OKF provides a unified taxonomy for cataloging AGY CLI slash commands or skills It is highly token-efficient, stripping away bloated formatting and maximizing context window limits.

The Prompt for Building an AGY WIKI OKF

AGY CLI WIKI OKF PROMT EXAMPLE

/grillme I want to initialize a brand-new, empty Obsidian vault from scratch that adheres strictly to the Open Knowledge Format (OKF) standard, with the specific intent of potentially open-sourcing or sharing this architecture later. I want a purely blank, skeletal framework with no pre-populated data. Please grill me to define the optimal architectural blueprint for this vault. I need you to interrogate me on: Do not generate the directory structure or files until you are satisfied that you have captured all my requirements for a production-ready, shareable knowledge base. 
Core Directory Hierarchy: How should we structure the root (e.g., /concepts, /resources, /indices, /log) to be intuitive for external users? Template Strategy: What base boilerplate templates do we need to ensure every new file is automatically OKF-compliant and structured for consistent metadata? Workflow Logic: Since this is a fresh start, what processes should we bake in for capturing information vs. refining knowledge that could be easily documented for others? CLI Integration: What specific file locations or configurations do we need to ensure this vault plays nicely with the Antigravity CLI from day one? Open-Source & Contributor Documentation: What files should we create to make this a "deployable" standard? Please include requirements for: A README.md with installation and usage instructions. A CONTRIBUTING.md that defines how to add new concepts or schemas. A "System Architecture" document that explains the logic behind the folder structure and metadata fields, ensuring anyone who clones this vault understands how to extend it.

The Final File Structure

AGY WIKI OKF
    ├── .agyrc
    ├── ARCHITECTURE.md
    ├── CONTRIBUTING.md
    ├── README.md
    ├── .agy
    │   └── .keep
    ├── .obsidian
    │   ├── app.json
    │   ├── appearance.json
    │   ├── core-plugins.json
    │   └── workspace.json
    ├── 00-Inbox
    │   └── .keep
    ├── 10-Projects
    │   └── .keep
    ├── 20-Areas
    │   └── .keep
    ├── 30-Resources
    │   ├── .keep
    │   └── Google Antigravity Documentation.md
    ├── 40-Archive
    │   └── .keep
    ├── 99-Meta
    │   └── Templates
    │       ├── Base_Template.md
    │       ├── Project_Template.md
    │       └── Resource_Template.md
    └── Clippings

TL;DR

  • AGY WIKI OKF: Organizes your information (context) , AGY CLI commands, skills  behaviors, and A2A workflows into a token-efficient, shareable format that reduces inference costs for any LLM.
  • Open Knowledge Format (OKF): Provides a standardized, vendor-neutral way to share context (Markdown + YAML), preventing platform lock-in and eliminating data fragmentation.

AGY Builders, I genuinely want your input on this. Please comment, grill me, roast me, ask questions, or give me your raw feedback on this AGY WIKI OKF setup. We are building the foundation to organize and share our data in the BYOD era. Let's build the future together.

u/AgentPadrino — 2 days ago
▲ 326 r/AILearningHub+69 crossposts

I built an open-source, self-hosted AI gateway: 237 providers (90+ free), auto-fallback combos, and a 10-engine token-compression pipeline (MIT)

Builders-welcome post with the substance up front (disclosure: I'm the maintainer). OmniRoute is a free, MIT, self-hosted AI gateway — one OpenAI-compatible endpoint over 237 providers — built around two problems: runs dying on a provider 429, and tokens bleeding on tool/log output.

One endpoint, 237 providers — 90+ of them free. You point any tool or agent at a single OpenAI-compatible endpoint (localhost:20128/v1) and it can reach 237 LLM providers without you rewriting anything. 90+ have free tiers and 11 are free forever (no card), which aggregates to ~1.6B documented free tokens/month — and that's honest, pool-deduped math (we count each shared pool once instead of inflating it; the methodology is public in the repo). There's a one-command setup-* for 13+ coding tools (Claude Code, Codex, Cursor, Cline, Roo, Kilo, Gemini CLI…), so switching your existing setup over takes seconds.

Fallback combos — so it never stops mid-task. A "combo" is a ladder of models the router walks automatically: your subscription first, then API keys, then cheap models, then free ones. When a provider returns a 500 or you hit a rate limit, it slides to the next target in milliseconds, mid-request, and your tool never even sees the error. There are 17 routing strategies (priority, weighted, round-robin, cost-optimized, auto/coding:fast…) plus three resilience layers — a per-provider circuit breaker, a per-key cooldown, and a per-model lockout — so one dead key can't take down a whole provider.

Fusion — an ensemble mode for the hard steps. Beyond simple routing, there's a fusion strategy that fans a single prompt out to a panel of different models in parallel and then has a judge model synthesize one best answer (mixture-of-agents, built in). It's cost-aware, so easy turns stay on one fast model and it only fuses when the step is worth it.

A 10-engine compression pipeline — the part most routers don't have. Every request flows through a transparent compression pass you can toggle/stack per combo. Instead of one trick, it stacks the best of the open-source ecosystem: RTK filters command/tool output (git diffs, test logs, builds) at 60–90%, Microsoft's LLMLingua-2 does ML semantic pruning, Caveman handles prose, session-dedup strips repeats across turns. Critically, code, URLs and JSON are preserved byte-perfect, and a default-on inflation guard throws the compressed version away and sends the original if compressing would actually grow the prompt — it never makes things worse. On tool-heavy sessions that's ~89% average input-token reduction (an 8k-token git diff becomes a few hundred). Full credit to every upstream project (RTK, Caveman, LLMLingua-2, Troglodita) is in the README.

Agent-native — the agent can drive the router itself. There's a built-in MCP server (95 tools across 30 audited scopes, over stdio / SSE / streamable-HTTP), plus A2A (v0.3, JSON-RPC 2.0) support. That means an agent can query providers, switch combos, read its own remaining quota and manage memory through the gateway — not just consume tokens through it.

It's 100% local (zero telemetry, AES-256-GCM at rest), MIT-licensed, has a prompt-injection guard on every LLM route, opt-in memory, and runs on npm, Docker, desktop or your phone via Termux.

For context on whether it's worth your time: it's grown to ~9.8K GitHub stars, 1,490+ forks and 280+ contributors in ~4.5 months, with 21,000+ automated tests and 1,830+ issues closed — so it's a battle-tested project, not a brand-new experiment.

npm install -g omniroute

GitHub: https://github.com/diegosouzapw/OmniRoute · Site: https://omniroute.online

Would value a critique of the routing/compression architecture from this crowd.

u/ZombieGold5145 — 2 days ago

WHERE TO LEARN GEN AI AND AGENTIC AI URGENT RECOMMENDATION REQUIRED

so i am starting a course of gen ai and agentic ai from krish naik in udemy but man i really want to learn all these by reading documentation and do all my code you know what i mean i really fall in love with code which i do myself this is why i donot want to watch lectures and stuff

so can someone recommend me where you spent you time learning generative ai and agentic ai and stuff bro i really need to know

reddit.com
u/Few_Mulberry652 — 2 days ago
▲ 9 r/AILearningHub+1 crossposts

Diving into AI(Artificial Intelligence)

I am a final year student of the University of Ghana offering Bsc. Information Technology and I not so long ago discovered my interest in diving into studying AI. Problem is, I don’t even know how to get started and information online is scattered. What institutes do you know in Ghana that teach AI exclusively or courses where I can learn from the basics to the advanced level.

reddit.com
u/Intelligent_Area_142 — 2 days ago

Help! AI Project Advice

Like a silly person, I raised my hand when my global SVP asked the recruiting org at my company, “Who wants to be a part of an AI innovation think tank for the recruiting team?”, and I got picked.

I have so much work on my desk, and I have two weeks to come up with some ideas to present to them and the directors, and I’m at a stand still.

How I’m *already* using AI:

  1. Email clean up, messaging hiring managers, rejecting candidates, pretty much anything communication polish.
  2. ATS - it has its own built in AI to evaluate the overall candidate pool, who’s a fit, who’s not, etc.
  3. Building Excel and PowerPoints using branding and company language.
  4. Agents: job kickoff call notes, summaries, rewriting JDs, and weighing candidates who are in interviews against the JD.
  5. Data visualization for leadership and weekly progress on reqs.
  6. Simple automations and workflow relief.
  7. Transcribing notes on calls so I can focus on the conversation and build the relationship.

And this is where I get stuck …

Help! I need new, innovative ideas to implement and showcase. PLEASE NO “AI sucks and is coming for us all” comments. Thanks in advance!

reddit.com
u/SuspiciousCricket654 — 2 days ago
▲ 2 r/AILearningHub+2 crossposts

Help me please (AI/ML)

I’m a 2nd-year AIML student, and I barely know Python. Is it realistic for me to start freelancing in AI/ML? If yes, what kind of beginner-friendly work can I do, and what should I learn first?

reddit.com
u/veeenoi — 2 days ago

How to use AI ?

I everyone,

I begin to learn AI a week ago and I want to create a agent for myself. I don't know were to start. Do you have any starting point, ressource, ...? If you have any questions, ask me

reddit.com
u/Alarming-Solid4199 — 3 days ago
▲ 40 r/AILearningHub+7 crossposts

The Last Question - Interrogate AI suspects in a psychological detective game where every conversation is dynamic

A psychological AI detective game where you interrogate suspects through dynamic conversations to uncover the truth.

Every suspect has their own personality, secrets, emotional triggers, and breaking points. They can lie, deflect, manipulate, panic, contradict themselves, or stay completely calm depending on how you approach the interrogation.

You’ll need to analyze inconsistencies, apply pressure strategically, and decide what information to reveal during questioning.

Still actively developing and balancing the game, would genuinely love any feedback or ideas from fellow web game players/builders. I can give free credits!

thelastquestion.io
u/Birthday_Euphoric — 3 days ago
▲ 7 r/AILearningHub+3 crossposts

The most uncomfortable agent I could think of: a Reddit seeding bot with a mandatory disclosure rule

The first thing I stress-tested my agent builder with was the most uncomfortable request I could think of: a comment-seeding agent for Reddit and Threads. So I made it disclose itself, and recorded the 40 seconds of building it.

The flow in the video: you type what you want in plain English and the app interviews you before building anything. Eleven questions, and not fluffy ones. It asks for your disclosure policy (the writing harness I attached refuses to seed comments without a "full disclosure, I built it" line) and your stop criterion. Mine is "any account warning or shadowban signal halts everything." Then it builds a multi-agent team, which takes about 20 minutes, so the video cuts.

Second half: I asked the chat for "20 comments daily at 9AM EST, track replies every 2h" and it compiled that into a scheduled workflow graph cron trigger, a gate that checks the brief, a reply scanner, and a node that drafts follow-up comments and lints them against the same no-slop rules before posting.

Honest limitations: Threads has no comment API, so posting there runs through a logged-in browser profile, which is exactly as fragile as it sounds. And the app itself labels auto-post mode "higher ban risk" for a reason. I run mine on draft-then-approve.

The awkward part is obvious: this post is promoting the thing. Full disclosure, I built Agentlas. If a comment agent discloses itself every single time, is it still astroturfing?

agentlas.cloud

u/Hot-Leadership-6431 — 3 days ago