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

Trump expected to sign executive order urging more research psychedelic ibogaine

https://www.cnn.com/2026/04/16/health/ibogaine-psychedelic-trump-executive-order
1•Bender•3m ago•0 comments

NASA's Artemis II News Conference with Moon Astronauts [video]

https://www.youtube.com/watch?v=_43Ei9eQVww
1•BiraIgnacio•3m ago•0 comments

Hospital Held Woman for Months Against Her Will. SCOTUS to decide if she can sue

https://reason.com/2026/04/10/a-maryland-hospital-held-a-woman-for-months-against-her-will-the-su...
1•SilverElfin•4m ago•0 comments

Justice Dept. Appealing Surveillance Court Ruling Amid Congressional Impasse

https://www.nytimes.com/2026/04/16/us/politics/fisa-ruling-appeal.html
2•Cider9986•6m ago•0 comments

Relaxation of US day-trading rules opens door to YOLO trading, higher risk

https://www.reuters.com/legal/government/relaxation-us-day-trading-rules-opens-door-yolo-trading-...
3•petethomas•6m ago•1 comments

SpaceX Moves Up Vesting Schedule for Employee Shares Before IPO

https://www.bloomberg.com/news/articles/2026-04-16/spacex-moves-up-vesting-schedule-for-employee-...
1•petethomas•9m ago•0 comments

Zig 0.16.0: I/O as an Interface

https://ziglang.org/download/0.16.0/release-notes.html#IO-as-an-Interface
1•bpierre•12m ago•0 comments

France reports over 40 cryptocurrency kidnappings so far this year

https://www.lemonde.fr/en/police-and-justice/article/2026/04/16/france-reports-over-40-cryptocurr...
2•geox•12m ago•0 comments

Wii Homebrew Channel – WiiBrew

https://wiibrew.org/wiki/Homebrew_Channel
1•evo_9•14m ago•0 comments

Brave Origin

https://support.brave.app/hc/en-us/articles/38561489788173-What-is-Brave-Origin
1•nreece•14m ago•1 comments

Administration Planning to Blow Off FISA Court's Ordered Section 702 Fixes

https://www.techdirt.com/2026/04/15/administration-apparently-planning-to-blow-off-fisa-courts-or...
1•Cider9986•17m ago•0 comments

Connect maker devices to Claude Code and Cowork

https://github.com/anthropics/claude-desktop-buddy
1•felixrieseberg•17m ago•0 comments

Comfy.Guide

https://comfy.guide/
3•jethronethro•18m ago•0 comments

QSOlog – Offline-first PWA logbook for amateur radio operators

https://nuetzliches.github.io/qso-log/
1•nutz-bob•30m ago•0 comments

I Hate AI

6•jwpapi•34m ago•5 comments

100M commits to GitHub without using Git push

https://github.com/Wuerfelhusten/commitment
1•Wuerfelhusten•38m ago•1 comments

A type of bike theft in San Francisco

https://shub.club/writings/2026/april/a-type-of-bike-theft/
3•forthwall•47m ago•0 comments

Hospital at centre of child HIV outbreak caught reusing syringes in Pakistan

https://www.bbc.com/news/articles/clyrd818gd2o
20•flykespice•47m ago•1 comments

Breaking from Your Parents [video]

https://www.youtube.com/watch?v=VhpF9jC3a18
1•Aerbil313•48m ago•0 comments

I automated my local barbershop's chaos with code

https://ravoor.com/ar
5•megoxv•49m ago•0 comments

Stop New York's Attack on 3D Printing

https://www.eff.org/deeplinks/2026/04/stop-new-yorks-attack-3d-printing
3•iamnothere•51m ago•0 comments

Unwritten – 3-minute AI short film, Top at Soulscape 2026

https://www.youtube.com/watch?v=rzdvt-qOysI
1•gltanaka•52m ago•0 comments

Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies

1•Tonyjw2002•56m ago•0 comments

Planning and Monitoring Indoor Vertical Green Living Walls with Remote Sensing

https://onlinelibrary.wiley.com/doi/10.1155/ina/5782002
2•PaulHoule•57m ago•0 comments

George Orwell Predicted the Rise of "AI Slop" in Nineteen Eighty-Four (1949)

https://www.openculture.com/2026/04/how-george-orwell-predicted-the-rise-of-ai-slop.html
19•doener•58m ago•8 comments

Show HN: LLMs don't hallucinate because they're bad at math, it's the format

https://github.com/yvonboulianne/laeka-rational
2•yvonboulianne•59m ago•0 comments

Ne, the Nice Editor

https://github.com/vigna/ne
2•Lyngbakr•59m ago•0 comments

Everything we like is a psyop

https://techcrunch.com/2026/04/16/everything-we-like-is-a-psyop/
10•evo_9•1h ago•2 comments

North Korea targets macOS users in latest heist

https://www.theregister.com/2026/04/16/north_korea_social_engineering_macos/
2•Bender•1h ago•0 comments

Google Chrome lacks fingerprinting protection

https://www.theregister.com/2026/04/16/google_chrome_lacks_browser_fingerprinting/
3•Bender•1h ago•2 comments