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_•10mo 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

Spanish company releases free compressed AI model

https://techcrunch.com/2026/02/24/spanish-soonicorn-multiverse-computing-releases-free-compressed...
1•mastazi•42s ago•0 comments

Gleam is straightforward, predictable and stable

https://builders.perk.com/gleam-is-boring-so-i-went-to-a-conference-about-it-8f08a52c3de3
1•crowdhailer•1m ago•0 comments

A Round Up and Comparison of 10 Open-Weight LLM Releases in Spring 2026

https://magazine.sebastianraschka.com/p/a-dream-of-spring-for-open-weight
1•MindGods•1m ago•0 comments

Show HN: Seite static site generator with MCP server and Claude Code integration

https://seite.sh/
1•sanchezomar•4m ago•0 comments

Mitochondria May Be the Key to Longevity

https://www.nytimes.com/2026/02/19/well/mitochondria-longevity-health.html
2•bookofjoe•4m ago•1 comments

Language Models will be Scaffolds

https://alexzhang13.github.io/blog/2026/scaffold/
1•vinhnx•5m ago•0 comments

Raijin – coding agent harness written in Go [MIT license]

https://github.com/francescoalemanno/raijin-mono
1•frankzig•5m ago•0 comments

Show HN: First native zeroclaw build on Android/Termux (aarch64, no proot)

1•bleaknarratives•8m ago•0 comments

Electrical control of magnetism in 2D materials promises to advance spintronics

https://phys.org/news/2026-02-electrical-magnetism-2d-materials-advance.html
1•bilsbie•8m ago•0 comments

A Curious Trig Identity

https://www.johndcook.com/blog/2026/02/24/a-curious-trig-identity/
1•ibobev•9m ago•0 comments

Trig of Inverse Trig

https://www.johndcook.com/blog/2026/02/25/trig-of-inverse-trig/
1•ibobev•9m ago•0 comments

Python Type Checker Comparison: Empty Container Inference

https://pyrefly.org/blog/container-inference-comparison/
1•ocamoss•9m ago•0 comments

Jjq, a local merge queue for jj

https://pauladamsmith.com/blog/2026/02/introducing-jjq-a-local-merge-queue-for-jj.html
1•ibobev•9m ago•0 comments

Tech legend Stewart Brand on Musk, Bezos and his extraordinary life

https://www.theguardian.com/technology/2026/feb/25/tech-legend-stewart-brand-on-musk-bezos-and-hi...
1•rwmj•10m ago•0 comments

The new Design for Stack Overflow is now live [beta]

https://beta.stackoverflow.com/
2•gortok•11m ago•1 comments

Show HN: I scanned 35 SaaS products across ChatGPT, Claude, Perplexity, Gemini

https://www.bersyn.com/
1•gissurthor•11m ago•0 comments

Illusion and Well-Being: A Perspective on Mental Health [pdf]

https://faculty.washington.edu/jdb/articles/Illusion%20and%20Well-Being.pdf
1•RickJWagner•12m ago•1 comments

UAA – A spec for AI and Human coding collaboration

1•alexandretrotel•12m ago•0 comments

AI-Driven Smart Contract Vulnerability Research

https://github.com/CoinFabrik/scout-audit-ai/blob/master/docs/State-Of-The-Art%20Survey%20Documen...
1•wslh•12m ago•0 comments

Show HN: Me.txt – A personal identity file for AI agents

https://www.metxt.org/
1•morochroyce•12m ago•1 comments

Kyoto University develops AI monk robot equipped with Buddhist scriptures

https://english.kyodonews.net/articles/-/71123
1•itmitica•13m ago•0 comments

OpenPencil: Open-source vector design tool controlled by AI Agents

https://github.com/ZSeven-W/openpencil
1•finiking•13m ago•2 comments

Why backups aren't a recovery strategy (and what is)

https://controlplane.com/blog/post/beyond-backups-designing-systems-that-survive-the-inevitable
2•mrlightning•14m ago•0 comments

Show HN: ContextVM – Running MCP over Nostr

1•gzuuus•15m ago•0 comments

Silicon, not oil: Why the U.S. needs the Gulf for AI

https://restofworld.org/2026/pax-silica-qatar-uae/
1•ericyd•16m ago•0 comments

Show HN: A live Python REPL with an agentic LLM that edits and evaluates code

2•andreabergia•17m ago•1 comments

Vital Cat Update: An Update to the Update

https://terribleminds.com/ramble/2026/02/19/vital-cat-update-an-update-to-the-update/
1•iamnothere•17m ago•1 comments

Show HN: Echos – Self-hosted AI knowledge base for things you forget

https://github.com/albinotonnina/echos
1•dupp•18m ago•0 comments

Show HN: PageDuel – A/B testing from $9/mo, no code required

https://pageduel.com
1•bokman123•21m ago•1 comments

Valve is a bigger threat to PlayStation than Xbox ever was

https://jamie.bearblog.dev/console-market-thesis-valve-bigger-threat-to-playstation-than-xbox-eve...
1•jamieskella•23m ago•0 comments