frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: SDK for AI Coding with Long Running Tasks

https://cloudcoding.ai/
2•sean_•1y ago
It seems that using Cursor has become really repetitive. My workflow typically goes like this: - Get a task to accomplish on a codebase - Research the web and codebase to create a plan - Send the entire plan to cursor and sit back for it to finish

This flow works really well with a high level of accuracy for the most part and it's becoming obvious that the margin between where it is today and "perfect" is quickly closing.

Because of this flow, I feel that I can replicate it through an SDK that uses a AI cli coder tool with low level control.

In this SDK, you can also use the best coder in the world per: https://aider.chat/docs/leaderboards/

As shown here:

```python from cloudcode import Local import os

def main(): # Use the current directory cwd = os.getcwd() example_file = "example.py"

    # Initialize the Aider SDK in architect mode
    agent = Local(
        working_dir=cwd,
        model="o3",  # Main (planner) model
        editor_model="gpt-4.1",  # Editor model for implementing changes
        architect_mode=True,
        use_git=False,
        api_key=os.getenv("CLOUDCODE_API_KEY")
    )

    # Create or overwrite a simple Python file to modify using the SDK
    agent.create_file(
        example_file,
        """def add(a, b):
    return a + b
""" )

    # Run a coding task using the two-model workflow
    result = agent.code(
        prompt="make this function super cool. just make the math functions better",
        editable_files=[example_file]
    )

    # Print the results
    print("\nTask completed!")
    print(f"Success: {result['success']}")
    print("\nChanges made:")
    print(result["diff"])


    # Display cost information
    print("\nTask completed!")
if __name__ == "__main__": main()

```

Given that you can mimic your workflows from cursor and claude code into this sdk, you shouldn't have to sit around on your computer waiting for the long running task to finish.

That's why I built in a Sandbox class that mounts the ai coder into a remote sandbox directory instead of a local folder so you can deploy an ai coder to the cloud, enabling use cases such as coding from your phone and the browser.

I have already found so many low-handing fruit use cases for this sdk to automate prompting, information gathering, and auto-docs as shown in our github https://github.com/LMSystems-ai/cloud-coding

But I want to take it a step further.

You can get started for free today with this sdk and see our favorable pricing model here: https://docs.cloudcoding.ai/pricing

Sleeping Beauty and Observer Multiplicity

https://zenodo.org/records/20145027
1•FreakyFish•1m ago•0 comments

Ebola Outbreak Now Third Largest Recorded and "Spreading Rapidly"

https://arstechnica.com/health/2026/05/ebola-outbreak-now-third-largest-recorded-and-spreading-ra...
1•Brajeshwar•4m ago•0 comments

Printf Is a Secret Virtual Machine – and a Giant Security Hole [video]

https://www.youtube.com/watch?v=kdnN0kk7MS0
1•senfiaj•7m ago•0 comments

Show HN: I built a site to watch, predct and prompt inject agents playing games

https://clankerfights.ai
1•DanMcInerney•10m ago•0 comments

Knowledge: You can just build your own AI feed to keep up, without the noise

https://github.com/raphaelsty/knowledge
1•raphaelty•11m ago•1 comments

Continual Harness: A reset-free self-improving harness for embodied agents

https://sethkarten.ai/continual-harness/
1•uniclaude•20m ago•0 comments

Let's try to build an apartment in NYC

https://friedkielbasa.substack.com/p/lets-try-to-build-an-apartment-in
3•fkozlowski•23m ago•0 comments

What I Actually Use Hermes and Obsidian For (Full Setup and Use Cases)

https://metedata.substack.com/p/013-my-hermes-and-obsidian-set-up
1•young_mete•25m ago•0 comments

HP QuickWeb, Singular and Pointless

https://gekk.info/articles/hp-quickweb.htm
2•HotGarbage•26m ago•0 comments

Open source Linux c2 inspired by void link C2

https://github.com/josephrw12/cortex-c2
1•josephrw12•27m ago•1 comments

The Surprising Origins of 'Left' and 'Right' in Politics

https://time.com/5673239/left-right-politics-origins/
2•thunderbong•29m ago•0 comments

Andy Matuschak: Apps and programming: two accidental tyrannies (MIT Talk) [video]

https://www.youtube.com/watch?v=ycyCGCtScdc
2•olejorgenb•32m ago•0 comments

Stop burning tokens on JSON maps – A 150-token spatial format for LLMs

https://ai-storycrafter.com/llsketch-editor.php
1•Xoraxx•33m ago•0 comments

The State of Texas vs. Meta Platforms, Inc. and WhatsApp, LLC [pdf]

https://www.texasattorneygeneral.gov/sites/default/files/images/press/WhatsApp%20Petition.pdf
1•plurby•41m ago•1 comments

Texas Woman files lawsuit after arrest for Facebook post about polluted water

https://www.fox4news.com/news/woman-arrested-facebook-post-concerning-trinidad-water-poisoning
9•SilverElfin•43m ago•0 comments

Google Betrayed the Web

https://www.machinesociety.ai/p/google-betrayed-the-web
3•mikelgan•43m ago•1 comments

To Understand AI, Think Like a Dragonfly

https://www.noemamag.com/to-understand-ai-think-like-a-dragonfly/
1•RickJWagner•43m ago•1 comments

The tech industry as a grass fire

https://nathanschneider.info/2026/05/the-tech-industry-as-a-grass-fire/
2•ntnsndr•48m ago•0 comments

Agentic AI token usage balloons cost at Microsoft, Meta, Amazon

https://www.tomshardware.com/tech-industry/artificial-intelligence/ai-cost-crisis-hits-tech-giant...
3•heresie-dabord•48m ago•1 comments

Lambda Soup – Functional HTML Scraping for OCaml

https://aantron.github.io/lambdasoup/
1•Tomte•49m ago•0 comments

Gradient Google icon redesign rolling out on Android and web

https://9to5google.com/2026/05/22/gradient-google-icon-redesign-web/
1•theanonymousone•50m ago•0 comments

Hardening against future module security issues with ModuleJail

https://linuxsecurity.com/features/linux-kernel-module-hardening-modulejail
1•thefreelantern•51m ago•0 comments

A World Without Apps

https://www.bigideainitiative.org/ideas/a-world-without-apps
3•sim04ful•51m ago•1 comments

Meditations in Color

https://meditationsincolor.com/colorists
1•pixelsymphony•53m ago•1 comments

New Attack "Megaladon" Compromises 5.5K+ GitHub Repos

https://www.theregister.com/security/2026/05/22/megalodon-chums-the-waters-in-55k-github-repo-poi...
4•theanonymousone•54m ago•0 comments

Polsia Raises $30M as Its AI Autonomously Runs 7,600 Businesses

https://noqta.tn/en/news/polsia-ai-autonomous-company-30m-funding-2026
2•Topology1•56m ago•0 comments

Kysely (the type-safe SQL query builder for TypeScript) v0.29 is out btw

https://github.com/kysely-org/kysely/releases/tag/v0.29.0
1•igalklebanov•56m ago•2 comments

Lisp in Vim (2019)

https://susam.net/lisp-in-vim.html
6•whent•56m ago•1 comments

Meta Settles School Suit over Social Media, Averting Trial

https://www.bloomberg.com/news/articles/2026-05-21/meta-settles-school-suit-over-social-media-ave...
2•1vuio0pswjnm7•1h ago•2 comments

A simple and free Markdown editor

https://marina-md.pages.dev/
2•alllen•1h ago•0 comments